Skip to content

Commit b6ca706

Browse files
yoshi-automationchingor13
authored andcommitted
---
yaml --- r: 12319 b: refs/heads/autosynth-securitycenter c: 73de5eb h: refs/heads/master i: 12317: 48ed652 12315: 13f9a74 12311: 22cb95f 12303: 6bd2e18 12287: 9e7764f
1 parent 8fbd99e commit b6ca706

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
@@ -139,7 +139,7 @@ refs/heads/autosynth-language: 8972866b016473559702424205ce5569de47b34d
139139
refs/heads/autosynth-os-login: daa910328b954bbe87068f684a3088ed910f1ddf
140140
refs/heads/autosynth-redis: 4c68cb0fbc599124e717ab3f24bd8a8a5d085ca9
141141
refs/heads/autosynth-scheduler: efd0edcd8fc21ccea9b4ffb0e0c4949ee04115aa
142-
refs/heads/autosynth-securitycenter: 8d32ef88e0d51e0f7791931bbf1c45e7dec90e14
142+
refs/heads/autosynth-securitycenter: 73de5eba2d8943246590b7db805c2a2bc1a68986
143143
refs/heads/autosynth-spanner: 54521ca9d598aa2a8778ee11d153da558a38834e
144144
refs/heads/autosynth-speech: 60c3d2d3d3ad49800884d6ef6eb4be1e09c0c020
145145
refs/heads/autosynth-tasks: 69be7c7aa2f85dd651c7ec2120d9227096fe11b0

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