Skip to content

Commit fc06cae

Browse files
yoshi-automationchingor13
authored andcommitted
---
yaml --- r: 11599 b: refs/heads/autosynth-monitoring c: 73de5eb h: refs/heads/master i: 11597: 4710161 11595: 2d28fb6 11591: 2aa1192 11583: fd419b4
1 parent 7ae55eb commit fc06cae

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
@@ -115,7 +115,7 @@ refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115115
refs/heads/autosynth-compute: fa508ebab5b6a1db14949441c8de868cefbcf1a6
116116
refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117117
refs/heads/autosynth-dataproc: c0f21dd811166848a60f810565a5614bb9c7f47e
118-
refs/heads/autosynth-monitoring: 8d32ef88e0d51e0f7791931bbf1c45e7dec90e14
118+
refs/heads/autosynth-monitoring: 73de5eba2d8943246590b7db805c2a2bc1a68986
119119
refs/heads/autosynth-pubsub: 957d781d8d170777a53a948cd958e368a96eacd5
120120
refs/heads/autosynth-video-intelligence: 06fb1841ae847f4ef79a62ba995efbabc213edf8
121121
refs/heads/autosynth-vision: 6bece1ee6c1c41d5822c72bf0d6a82484166b402

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