Skip to content

Commit b4cf1a3

Browse files
yoshi-automationchingor13
authored andcommitted
---
yaml --- r: 12113 b: refs/heads/autosynth-firestore c: 73de5eb h: refs/heads/master i: 12111: 020fc09
1 parent 3897c62 commit b4cf1a3

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
@@ -132,7 +132,7 @@ refs/heads/autosynth-containeranalysis: 781fdb430a60f9a6491f116e31e4e10118157bdb
132132
refs/heads/autosynth-datastore: af1fb76aa3eee02fe6f31f8fa1c72a4f048d149b
133133
refs/heads/autosynth-dialogflow: ebdd13c445b9674ff9ad4601f78d7ecd6f9c3660
134134
refs/heads/autosynth-errorreporting: 3d0566d6bebcc187f148bbed463b5a8e75b1edf6
135-
refs/heads/autosynth-firestore: 8d32ef88e0d51e0f7791931bbf1c45e7dec90e14
135+
refs/heads/autosynth-firestore: 73de5eba2d8943246590b7db805c2a2bc1a68986
136136
refs/heads/autosynth-iot: 2a21f544087dee8f5b5802779ff9e2a70c1acdca
137137
refs/heads/autosynth-kms: 44920781bf79d494a1835207fc7110b743a1d7d4
138138
refs/heads/autosynth-language: bfdbef24d10a7845cd69f709e7dfb92c965d4d1a

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