File tree Expand file tree Collapse file tree
branches/logging-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 @@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15- refs/heads/logging-alpha: de2a6b4c2191223e176765af43bab313f2ce3596
15+ refs/heads/logging-alpha: 2d8d0ece1b867966e7bc6b711597f950ba047eda
1616refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f
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