Skip to content

Commit e2629e7

Browse files
committed
---
yaml --- r: 4875 b: refs/heads/logging-alpha c: 2d8d0ec h: refs/heads/master i: 4873: bc04d51 4871: 6b58836
1 parent 7add45f commit e2629e7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • branches/logging-alpha/gcloud-java-compute/src/main/java/com/google/gcloud/compute

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414
refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15-
refs/heads/logging-alpha: de2a6b4c2191223e176765af43bab313f2ce3596
15+
refs/heads/logging-alpha: 2d8d0ece1b867966e7bc6b711597f950ba047eda
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818
refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f

branches/logging-alpha/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)