Skip to content

Commit 62a47bb

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 31823 b: refs/heads/autosynth-datastore c: a1ca855 h: refs/heads/master i: 31821: 1896e77 31819: a033396 31815: 8161416 31807: 681f4b1
1 parent 850834a commit 62a47bb

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
@@ -127,7 +127,7 @@ refs/heads/autosynth-bigquerystorage: a345f72d7a6358e9fea9dcdae94ec85a27da3088
127127
refs/heads/autosynth-bigtable: 2a6af7e2959fd79c99b8ca5d773f29a6434b546d
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130-
refs/heads/autosynth-datastore: d2468b1bb29e0b6c5fcdd91a461da62023a2e26b
130+
refs/heads/autosynth-datastore: a1ca85526993c3907f25a6f2bbf9a407f06133ac
131131
refs/heads/autosynth-dialogflow: 841930a680ebe370c9fc6ae824465f6bc51a5a46
132132
refs/heads/autosynth-errorreporting: 3f176c20b55dfaaa8fc32f28d82b31784b93e636
133133
refs/heads/autosynth-firestore: 983c75e4fb1076502c8cac73ef0538bdb10884f3

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