Skip to content

Commit f09eb4e

Browse files
yoshi-automationchingor13
authored andcommitted
---
yaml --- r: 12171 b: refs/heads/autosynth-kms c: 73de5eb h: refs/heads/master i: 12169: 41fad54 12167: 3f04d6d
1 parent 927592f commit f09eb4e

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
@@ -134,7 +134,7 @@ refs/heads/autosynth-dialogflow: ebdd13c445b9674ff9ad4601f78d7ecd6f9c3660
134134
refs/heads/autosynth-errorreporting: 3d0566d6bebcc187f148bbed463b5a8e75b1edf6
135135
refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b
136136
refs/heads/autosynth-iot: 9d732be07d99843d8cb53d34ec0837328a807fce
137-
refs/heads/autosynth-kms: 8d32ef88e0d51e0f7791931bbf1c45e7dec90e14
137+
refs/heads/autosynth-kms: 73de5eba2d8943246590b7db805c2a2bc1a68986
138138
refs/heads/autosynth-language: bfdbef24d10a7845cd69f709e7dfb92c965d4d1a
139139
refs/heads/autosynth-os-login: 13200d5c38f1f09e1625c4f2dc1c3b18bfdc5857
140140
refs/heads/autosynth-redis: 1259b3a2193c6ee73b91064b5ebdedd6b51396bc

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