Skip to content

Commit a0082b5

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 2585 b: refs/heads/update-datastore c: 918ab7b h: refs/heads/master i: 2583: db1bdfe
1 parent be43a8d commit a0082b5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3
66
refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b
77
refs/heads/resource-manager: ebf4adc5ee835cd2086c4ac5b4e78d01a5a005a7
8-
refs/heads/update-datastore: a50d770e002a6035529bfd9bbc27c9e83e35e6e3
8+
refs/heads/update-datastore: 918ab7b5f58f4eb3a7f5f69ea7fe8a22832d54e3
99
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
1010
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd
1111
refs/tags/v0.0.11: ffbfba48a6426ff63c08ff2117e58681f251fbf2

branches/update-datastore/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/spi/DefaultResourceManagerRpc.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
public class DefaultResourceManagerRpc implements ResourceManagerRpc {
2525

2626
// see https://cloud.google.com/resource-manager/v1/errors/core_errors
27-
private static final Set<Integer> RETRYABLE_CODES = ImmutableSet.of(503, 500, 429, 417);
27+
private static final Set<Integer> RETRYABLE_CODES = ImmutableSet.of(503, 500, 429);
2828

2929
private final Cloudresourcemanager resourceManager;
3030

@@ -90,7 +90,7 @@ public Tuple<String, Iterable<Project>> list(Map<Option, ?> options)
9090
try {
9191
ListProjectsResponse response = resourceManager.projects()
9292
.list()
93-
.setFilter(FIELDS.getString(options))
93+
.setFields(FIELDS.getString(options))
9494
.setFilter(FILTER.getString(options))
9595
.setPageSize(PAGE_SIZE.getInt(options))
9696
.setPageToken(PAGE_TOKEN.getString(options))

0 commit comments

Comments
 (0)