Skip to content

Commit 9295cde

Browse files
yoshi-automationchingor13
authored andcommitted
---
yaml --- r: 12467 b: refs/heads/autosynth-trace c: 73de5eb h: refs/heads/master i: 12465: 594c7a2 12463: b5b5357
1 parent db59db0 commit 9295cde

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ refs/heads/autosynth-spanner: 1804eb46dd34a05b47163758d376a7fac49188f1
144144
refs/heads/autosynth-speech: 631df42a628621fe42eb4974c9eb725b2fe8e473
145145
refs/heads/autosynth-tasks: afc9f4da54964dea5e7f3a9b164db282fc35db5c
146146
refs/heads/autosynth-texttospeech: a447278ab2ec3975aab3b641549c6780eac0a07a
147-
refs/heads/autosynth-trace: 8d32ef88e0d51e0f7791931bbf1c45e7dec90e14
147+
refs/heads/autosynth-trace: 73de5eba2d8943246590b7db805c2a2bc1a68986
148148
refs/heads/autosynth-websecurityscanner: 33a2aab15b740c008d320c453a6ce20ca57ca844
149149
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64
150150
refs/heads/elharo-patch-1: ce159ef828d3c545991ff78e7b6e0d912a9453e9

branches/autosynth-trace/google-cloud-clients/google-cloud-trace/src/main/java/com/google/cloud/trace/v1/stub/TraceServiceStubSettings.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,9 @@ public String extractNextToken(ListTracesResponse payload) {
217217

218218
@Override
219219
public Iterable<Trace> extractResources(ListTracesResponse payload) {
220-
return payload.getTracesList();
220+
return payload.getTracesList() != null
221+
? payload.getTracesList()
222+
: ImmutableList.<Trace>of();
221223
}
222224
};
223225

0 commit comments

Comments
 (0)