File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
gcloud-java-compute/src/main/java/com/google/gcloud/compute Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1491,7 +1491,7 @@ public static SnapshotListOption fields(SnapshotField... fields) {
1491
1491
Page <DiskType > listDiskTypes (String zone , DiskTypeListOption ... options );
1492
1492
1493
1493
/**
1494
- * Lists all disk types.
1494
+ * Lists the disk types in all zones .
1495
1495
*
1496
1496
* @throws ComputeException upon failure
1497
1497
*/
@@ -1519,7 +1519,7 @@ public static SnapshotListOption fields(SnapshotField... fields) {
1519
1519
Page <MachineType > listMachineTypes (String zone , MachineTypeListOption ... options );
1520
1520
1521
1521
/**
1522
- * Lists all machine types.
1522
+ * Lists the machine types in all zones .
1523
1523
*
1524
1524
* @throws ComputeException upon failure
1525
1525
*/
@@ -1636,7 +1636,7 @@ public static SnapshotListOption fields(SnapshotField... fields) {
1636
1636
Page <Address > listRegionAddresses (String region , AddressListOption ... options );
1637
1637
1638
1638
/**
1639
- * Lists all addresses.
1639
+ * Lists both global and region addresses.
1640
1640
*
1641
1641
* @throws ComputeException upon failure
1642
1642
*/
You can’t perform that action at this time.
0 commit comments