Uses of Class
com.google.cloud.bigquery.datatransfer.v1.DataTransferServiceClient.ListTransferConfigsPagedResponse
-
Packages that use DataTransferServiceClient.ListTransferConfigsPagedResponse Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer APIcom.google.cloud.bigquery.datatransfer.v1.stub -
-
Uses of DataTransferServiceClient.ListTransferConfigsPagedResponse in com.google.cloud.bigquery.datatransfer.v1
Methods in com.google.cloud.bigquery.datatransfer.v1 that return DataTransferServiceClient.ListTransferConfigsPagedResponse Modifier and Type Method Description DataTransferServiceClient.ListTransferConfigsPagedResponse
DataTransferServiceClient. listTransferConfigs(ListTransferConfigsRequest request)
Returns information about all transfer configs owned by a project in the specified location.DataTransferServiceClient.ListTransferConfigsPagedResponse
DataTransferServiceClient. listTransferConfigs(LocationName parent)
Returns information about all transfer configs owned by a project in the specified location.DataTransferServiceClient.ListTransferConfigsPagedResponse
DataTransferServiceClient. listTransferConfigs(ProjectName parent)
Returns information about all transfer configs owned by a project in the specified location.DataTransferServiceClient.ListTransferConfigsPagedResponse
DataTransferServiceClient. listTransferConfigs(String parent)
Returns information about all transfer configs owned by a project in the specified location.Methods in com.google.cloud.bigquery.datatransfer.v1 that return types with arguments of type DataTransferServiceClient.ListTransferConfigsPagedResponse Modifier and Type Method 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 transfer configs owned by a project in the specified location.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.com.google.api.gax.rpc.PagedCallSettings<ListTransferConfigsRequest,ListTransferConfigsResponse,DataTransferServiceClient.ListTransferConfigsPagedResponse>
DataTransferServiceSettings. listTransferConfigsSettings()
Returns the object with the settings used for calls to listTransferConfigs. -
Uses of DataTransferServiceClient.ListTransferConfigsPagedResponse in com.google.cloud.bigquery.datatransfer.v1.stub
-