Skip to content

Commit

Permalink
Regenerate trace client (#4931)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and Praful Makani committed Apr 10, 2019
1 parent d2468b1 commit a1ca855
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,12 @@ public ListTracesRequest injectToken(ListTracesRequest payload, String token) {

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

@Override
public Integer extractPageSize(ListTracesRequest payload) {
throw new UnsupportedOperationException(
"page size is not supported by this API method");
return payload.getPageSize();
}

@Override
Expand Down
10 changes: 5 additions & 5 deletions google-cloud-clients/google-cloud-trace/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-04-02T08:00:14.828120Z",
"updateTime": "2019-04-10T07:59:26.017304Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.22",
"dockerImage": "googleapis/artman@sha256:e7f9554322a8aa1416c122c918fdc4cdec8cfe816f027fc948dec0be7edef320"
"version": "0.16.25",
"dockerImage": "googleapis/artman@sha256:d9597f983d1d4e61272c63cb97b7d8f8234da9999526c35d357de3d781f0ec1b"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "6c48ab5aef47dc14e02e2dc718d232a28067129d",
"internalRef": "241437588"
"sha": "3f57de2fbe951640b587d9c2d503daf554747749",
"internalRef": "242707837"
}
}
],
Expand Down

0 comments on commit a1ca855

Please sign in to comment.