Skip to content

Commit

Permalink
Regenerate bigquerydatatransfer client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 6, 2019
1 parent b734385 commit 564833a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.bigquery.datatransfer.v1.stub.DataTransferServiceStub;
import com.google.cloud.bigquery.datatransfer.v1.stub.DataTransferServiceStubSettings;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.protobuf.Empty;
import com.google.protobuf.FieldMask;
import com.google.protobuf.Timestamp;
Expand Down Expand Up @@ -1639,7 +1640,8 @@ public static ApiFuture<ListDataSourcesPagedResponse> createAsync(
public ListDataSourcesPagedResponse apply(ListDataSourcesPage input) {
return new ListDataSourcesPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListDataSourcesPagedResponse(ListDataSourcesPage page) {
Expand Down Expand Up @@ -1721,7 +1723,8 @@ public static ApiFuture<ListTransferConfigsPagedResponse> createAsync(
public ListTransferConfigsPagedResponse apply(ListTransferConfigsPage input) {
return new ListTransferConfigsPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListTransferConfigsPagedResponse(ListTransferConfigsPage page) {
Expand Down Expand Up @@ -1808,7 +1811,8 @@ public static ApiFuture<ListTransferRunsPagedResponse> createAsync(
public ListTransferRunsPagedResponse apply(ListTransferRunsPage input) {
return new ListTransferRunsPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListTransferRunsPagedResponse(ListTransferRunsPage page) {
Expand Down Expand Up @@ -1889,7 +1893,8 @@ public static ApiFuture<ListTransferLogsPagedResponse> createAsync(
public ListTransferLogsPagedResponse apply(ListTransferLogsPage input) {
return new ListTransferLogsPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListTransferLogsPagedResponse(ListTransferLogsPage page) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-03-01T08:34:26.897101Z",
"updateTime": "2019-03-06T08:33:58.205669Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.14",
"dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7"
"version": "0.16.15",
"dockerImage": "googleapis/artman@sha256:9caadfa59d48224cba5f3217eb9d61a155b78ccf31e628abef385bc5b7ed3bd2"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "41d72d444fbe445f4da89e13be02078734fb7875",
"internalRef": "236230004"
"sha": "856117505ff9075b3e9c0b5674113667b6cf9e00",
"internalRef": "236931378"
}
}
],
Expand Down

0 comments on commit 564833a

Please sign in to comment.