Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate trace client #4931

Merged
merged 1 commit into from
Apr 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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