Skip to content

Commit a71d83b

Browse files
committed
Add InstanceInfo, related classes and tests (#955)
* Add InstanceInfo, related classes and tests * Move InstanceInfo inner classes outside
1 parent 312cff9 commit a71d83b

File tree

14 files changed

+1838
-3
lines changed

14 files changed

+1838
-3
lines changed

gcloud-java-compute/src/main/java/com/google/gcloud/compute/Compute.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2339,7 +2339,7 @@ Operation deprecate(ImageId image, DeprecationStatus<ImageId> deprecationStatus,
23392339
*
23402340
* @throws ComputeException upon failure
23412341
*/
2342-
Page<Subnetwork> listSubnetworks(String project, SubnetworkListOption... options);
2342+
Page<Subnetwork> listSubnetworks(String region, SubnetworkListOption... options);
23432343

23442344
/**
23452345
* Lists subnetworks for all regions.

0 commit comments

Comments
 (0)