Skip to content

Commit 6a8350e

Browse files
committed
---
yaml --- r: 4011 b: refs/heads/compute-alpha c: bc2d7a1 h: refs/heads/master i: 4009: 2e861d4 4007: 9731857
1 parent f1f33bb commit 6a8350e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • branches/compute-alpha/gcloud-java-compute/src/main/java/com/google/gcloud/compute

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
88
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd
99
refs/tags/v0.0.11: ffbfba48a6426ff63c08ff2117e58681f251fbf2
1010
refs/tags/v0.0.12: 2fd8066e891fb3dfea69b65f6bf6461db79342b9
11-
refs/heads/compute-alpha: fc1d0ed3932fe7035e6dd6a84ff1d39e8f233a2d
11+
refs/heads/compute-alpha: bc2d7a1fd12d043947be77d6c9c2d916bf9a662a
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414
refs/heads/gcs-nio: b7f137d9c484e56339b3dd66a3d600251ae60f71

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@ public static SnapshotListOption fields(SnapshotField... fields) {
14911491
Page<DiskType> listDiskTypes(String zone, DiskTypeListOption... options);
14921492

14931493
/**
1494-
* Lists all disk types.
1494+
* Lists the disk types in all zones.
14951495
*
14961496
* @throws ComputeException upon failure
14971497
*/
@@ -1519,7 +1519,7 @@ public static SnapshotListOption fields(SnapshotField... fields) {
15191519
Page<MachineType> listMachineTypes(String zone, MachineTypeListOption... options);
15201520

15211521
/**
1522-
* Lists all machine types.
1522+
* Lists the machine types in all zones.
15231523
*
15241524
* @throws ComputeException upon failure
15251525
*/
@@ -1636,7 +1636,7 @@ public static SnapshotListOption fields(SnapshotField... fields) {
16361636
Page<Address> listRegionAddresses(String region, AddressListOption... options);
16371637

16381638
/**
1639-
* Lists all addresses.
1639+
* Lists both global and region addresses.
16401640
*
16411641
* @throws ComputeException upon failure
16421642
*/

0 commit comments

Comments
 (0)