Skip to content

Commit

Permalink
Add InstanceInfo, related classes and tests (googleapis#955)
Browse files Browse the repository at this point in the history
* Add InstanceInfo, related classes and tests

* Move InstanceInfo inner classes outside
  • Loading branch information
mziccard committed Apr 29, 2016
1 parent 428fdbd commit 20032e7
Show file tree
Hide file tree
Showing 14 changed files with 1,838 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2339,7 +2339,7 @@ Operation deprecate(ImageId image, DeprecationStatus<ImageId> deprecationStatus,
*
* @throws ComputeException upon failure
*/
Page<Subnetwork> listSubnetworks(String project, SubnetworkListOption... options);
Page<Subnetwork> listSubnetworks(String region, SubnetworkListOption... options);

/**
* Lists subnetworks for all regions.
Expand Down
Loading

0 comments on commit 20032e7

Please sign in to comment.