Skip to content

Commit bc2d7a1

Browse files
committed
Better javadoc for aggregated list methods
1 parent fc1d0ed commit bc2d7a1

File tree

1 file changed

+3
-3
lines changed
  • gcloud-java-compute/src/main/java/com/google/gcloud/compute

1 file changed

+3
-3
lines changed

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)