File tree Expand file tree Collapse file tree
branches/compute-alpha/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 @@ -8,7 +8,7 @@ refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
88refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd
99refs/tags/v0.0.11: ffbfba48a6426ff63c08ff2117e58681f251fbf2
1010refs/tags/v0.0.12: 2fd8066e891fb3dfea69b65f6bf6461db79342b9
11- refs/heads/compute-alpha: fc1d0ed3932fe7035e6dd6a84ff1d39e8f233a2d
11+ refs/heads/compute-alpha: bc2d7a1fd12d043947be77d6c9c2d916bf9a662a
1212refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414refs/heads/gcs-nio: b7f137d9c484e56339b3dd66a3d600251ae60f71
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