Skip to content

Commit fa85885

Browse files
yoshi-automationchingor13
authored andcommitted
---
yaml --- r: 12407 b: refs/heads/autosynth-tasks c: 73de5eb h: refs/heads/master i: 12405: df88f96 12403: 21d673d 12399: 16f8bf8
1 parent 9f92d34 commit fa85885

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
@@ -142,7 +142,7 @@ refs/heads/autosynth-scheduler: efd0edcd8fc21ccea9b4ffb0e0c4949ee04115aa
142142
refs/heads/autosynth-securitycenter: 80dc94847b954c97a641519177c98dc8e9e9fbe1
143143
refs/heads/autosynth-spanner: 1804eb46dd34a05b47163758d376a7fac49188f1
144144
refs/heads/autosynth-speech: 631df42a628621fe42eb4974c9eb725b2fe8e473
145-
refs/heads/autosynth-tasks: 8d32ef88e0d51e0f7791931bbf1c45e7dec90e14
145+
refs/heads/autosynth-tasks: 73de5eba2d8943246590b7db805c2a2bc1a68986
146146
refs/heads/autosynth-texttospeech: 14a1e3455c7b78a9558ab1bb74934b3f7b705f11
147147
refs/heads/autosynth-trace: ce82b40155f6e05d2ed50d78386b16203dbf26d4
148148
refs/heads/autosynth-websecurityscanner: 33a2aab15b740c008d320c453a6ce20ca57ca844

branches/autosynth-tasks/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)