Package | Description |
---|---|
com.google.cloud.bigquery.datatransfer.v1 |
A client to BigQuery Data Transfer API.
|
com.google.cloud.bigquery.datatransfer.v1.stub |
Modifier and Type | Method and Description |
---|---|
DataTransferServiceClient.ListTransferConfigsPagedResponse |
DataTransferServiceClient.listTransferConfigs(ListTransferConfigsRequest request)
Returns information about all data transfers in the project.
|
DataTransferServiceClient.ListTransferConfigsPagedResponse |
DataTransferServiceClient.listTransferConfigs(ParentName parent)
Returns information about all data transfers in the project.
|
DataTransferServiceClient.ListTransferConfigsPagedResponse |
DataTransferServiceClient.listTransferConfigs(String parent)
Returns information about all data transfers in the project.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<DataTransferServiceClient.ListTransferConfigsPagedResponse> |
DataTransferServiceClient.ListTransferConfigsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListTransferConfigsRequest,ListTransferConfigsResponse,TransferConfig> context,
com.google.api.core.ApiFuture<ListTransferConfigsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListTransferConfigsRequest,DataTransferServiceClient.ListTransferConfigsPagedResponse> |
DataTransferServiceClient.listTransferConfigsPagedCallable()
Returns information about all data transfers in the project.
|
com.google.api.gax.rpc.PagedCallSettings<ListTransferConfigsRequest,ListTransferConfigsResponse,DataTransferServiceClient.ListTransferConfigsPagedResponse> |
DataTransferServiceSettings.listTransferConfigsSettings()
Returns the object with the settings used for calls to listTransferConfigs.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTransferConfigsRequest,ListTransferConfigsResponse,DataTransferServiceClient.ListTransferConfigsPagedResponse> |
DataTransferServiceSettings.Builder.listTransferConfigsSettings()
Returns the builder for the settings used for calls to listTransferConfigs.
|
Copyright © 2019 Google LLC. All rights reserved.