File tree Expand file tree Collapse file tree
gcloud-java-compute/src/main/java/com/google/gcloud/compute Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments