Skip to content

Commit f9d1397

Browse files
committed
---
yaml --- r: 3327 b: refs/heads/master c: 20032e7 h: refs/heads/master i: 3325: 2aad85c 3323: 65e074d 3319: 3d5b192 3311: f1d359b 3295: 0168473 3263: 48c3a5e 3199: 8b489fe 3071: cac8750
1 parent cb274ca commit f9d1397

15 files changed

Lines changed: 1839 additions & 4 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 428fdbd890af9743fb0799228eb7763b11e88a3c
2+
refs/heads/master: 20032e73faf9cf0e78f1b855e863b1dd4ad511d6
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b

trunk/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)