Skip to content

Commit a5a0fcc

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 35539 b: refs/heads/autosynth-iamcredentials c: a1ca855 h: refs/heads/master i: 35537: 361cc1c 35535: 8e512f7
1 parent 2e77a56 commit a5a0fcc

3 files changed

Lines changed: 8 additions & 10 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ refs/heads/pubsub-ordering-keys: 3ea3dc93288c90e1776339a2c059a076e2e2fd1d
159159
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
160160
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032
161161
refs/tags/v0.77.0: 28a85a77883ccf5d48f297fd0ef3b3dca6ce01f0
162-
refs/heads/autosynth-iamcredentials: d2468b1bb29e0b6c5fcdd91a461da62023a2e26b
162+
refs/heads/autosynth-iamcredentials: a1ca85526993c3907f25a6f2bbf9a407f06133ac
163163
refs/heads/release-google-cloud-java-v0.78.0: fae5e980779cf0173a152636b278015b9f60ee55
164164
refs/tags/v0.78.0: 62d4bd30605ab3578f9a08d84487fb0b33ac2ff5
165165
refs/tags/v0.79.0: 82287b570708748c411d05c40f3932cff9606feb

branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-trace/src/main/java/com/google/cloud/trace/v1/stub/TraceServiceStubSettings.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,12 @@ public ListTracesRequest injectToken(ListTracesRequest payload, String token) {
200200

201201
@Override
202202
public ListTracesRequest injectPageSize(ListTracesRequest payload, int pageSize) {
203-
throw new UnsupportedOperationException(
204-
"page size is not supported by this API method");
203+
return ListTracesRequest.newBuilder(payload).setPageSize(pageSize).build();
205204
}
206205

207206
@Override
208207
public Integer extractPageSize(ListTracesRequest payload) {
209-
throw new UnsupportedOperationException(
210-
"page size is not supported by this API method");
208+
return payload.getPageSize();
211209
}
212210

213211
@Override

branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-trace/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-04-02T08:00:14.828120Z",
2+
"updateTime": "2019-04-10T07:59:26.017304Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.22",
8-
"dockerImage": "googleapis/artman@sha256:e7f9554322a8aa1416c122c918fdc4cdec8cfe816f027fc948dec0be7edef320"
7+
"version": "0.16.25",
8+
"dockerImage": "googleapis/artman@sha256:d9597f983d1d4e61272c63cb97b7d8f8234da9999526c35d357de3d781f0ec1b"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "6c48ab5aef47dc14e02e2dc718d232a28067129d",
16-
"internalRef": "241437588"
15+
"sha": "3f57de2fbe951640b587d9c2d503daf554747749",
16+
"internalRef": "242707837"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)