Skip to content

Commit 534414c

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 1455 b: refs/heads/master c: 918ab7b h: refs/heads/master i: 1453: 7c4193f 1451: 0d0e25b 1447: 07ae574 1439: d62c6be
1 parent 2b8226b commit 534414c

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a50d770e002a6035529bfd9bbc27c9e83e35e6e3
2+
refs/heads/master: 918ab7b5f58f4eb3a7f5f69ea7fe8a22832d54e3
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: d1b373c30c176edc08692348167bec3a244bb823
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3

trunk/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)