Uses of Class
com.google.cloud.bigquery.datatransfer.v1.ListTransferConfigsResponse
-
Packages that use ListTransferConfigsResponse Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer APIcom.google.cloud.bigquery.datatransfer.v1.stub -
-
Uses of ListTransferConfigsResponse in com.google.cloud.bigquery.datatransfer.v1
Methods in com.google.cloud.bigquery.datatransfer.v1 that return ListTransferConfigsResponse Modifier and Type Method Description ListTransferConfigsResponse
ListTransferConfigsResponse.Builder. build()
ListTransferConfigsResponse
ListTransferConfigsResponse.Builder. buildPartial()
static ListTransferConfigsResponse
ListTransferConfigsResponse. getDefaultInstance()
ListTransferConfigsResponse
ListTransferConfigsResponse.Builder. getDefaultInstanceForType()
ListTransferConfigsResponse
ListTransferConfigsResponse. getDefaultInstanceForType()
ListTransferConfigsResponse
DataTransferServiceGrpc.DataTransferServiceBlockingStub. listTransferConfigs(ListTransferConfigsRequest request)
Returns information about all transfer configs owned by a project in the specified location.static ListTransferConfigsResponse
ListTransferConfigsResponse. parseDelimitedFrom(InputStream input)
static ListTransferConfigsResponse
ListTransferConfigsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTransferConfigsResponse
ListTransferConfigsResponse. parseFrom(byte[] data)
static ListTransferConfigsResponse
ListTransferConfigsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTransferConfigsResponse
ListTransferConfigsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListTransferConfigsResponse
ListTransferConfigsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTransferConfigsResponse
ListTransferConfigsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListTransferConfigsResponse
ListTransferConfigsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTransferConfigsResponse
ListTransferConfigsResponse. parseFrom(InputStream input)
static ListTransferConfigsResponse
ListTransferConfigsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTransferConfigsResponse
ListTransferConfigsResponse. parseFrom(ByteBuffer data)
static ListTransferConfigsResponse
ListTransferConfigsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.datatransfer.v1 that return types with arguments of type ListTransferConfigsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTransferConfigsRequest,ListTransferConfigsResponse>
DataTransferServiceGrpc. getListTransferConfigsMethod()
com.google.protobuf.Parser<ListTransferConfigsResponse>
ListTransferConfigsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListTransferConfigsResponse>
DataTransferServiceGrpc.DataTransferServiceFutureStub. listTransferConfigs(ListTransferConfigsRequest request)
Returns information about all transfer configs owned by a project in the specified location.com.google.api.gax.rpc.UnaryCallable<ListTransferConfigsRequest,ListTransferConfigsResponse>
DataTransferServiceClient. listTransferConfigsCallable()
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.static com.google.protobuf.Parser<ListTransferConfigsResponse>
ListTransferConfigsResponse. parser()
Methods in com.google.cloud.bigquery.datatransfer.v1 with parameters of type ListTransferConfigsResponse Modifier and Type Method Description protected DataTransferServiceClient.ListTransferConfigsPage
DataTransferServiceClient.ListTransferConfigsPage. createPage(com.google.api.gax.rpc.PageContext<ListTransferConfigsRequest,ListTransferConfigsResponse,TransferConfig> context, ListTransferConfigsResponse response)
ListTransferConfigsResponse.Builder
ListTransferConfigsResponse.Builder. mergeFrom(ListTransferConfigsResponse other)
static ListTransferConfigsResponse.Builder
ListTransferConfigsResponse. newBuilder(ListTransferConfigsResponse prototype)
Method parameters in com.google.cloud.bigquery.datatransfer.v1 with type arguments of type ListTransferConfigsResponse 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)
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)
protected DataTransferServiceClient.ListTransferConfigsPage
DataTransferServiceClient.ListTransferConfigsPage. createPage(com.google.api.gax.rpc.PageContext<ListTransferConfigsRequest,ListTransferConfigsResponse,TransferConfig> context, ListTransferConfigsResponse response)
com.google.api.core.ApiFuture<DataTransferServiceClient.ListTransferConfigsPage>
DataTransferServiceClient.ListTransferConfigsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTransferConfigsRequest,ListTransferConfigsResponse,TransferConfig> context, com.google.api.core.ApiFuture<ListTransferConfigsResponse> futureResponse)
com.google.api.core.ApiFuture<DataTransferServiceClient.ListTransferConfigsPage>
DataTransferServiceClient.ListTransferConfigsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTransferConfigsRequest,ListTransferConfigsResponse,TransferConfig> context, com.google.api.core.ApiFuture<ListTransferConfigsResponse> futureResponse)
default void
DataTransferServiceGrpc.AsyncService. listTransferConfigs(ListTransferConfigsRequest request, io.grpc.stub.StreamObserver<ListTransferConfigsResponse> responseObserver)
Returns information about all transfer configs owned by a project in the specified location.void
DataTransferServiceGrpc.DataTransferServiceStub. listTransferConfigs(ListTransferConfigsRequest request, io.grpc.stub.StreamObserver<ListTransferConfigsResponse> responseObserver)
Returns information about all transfer configs owned by a project in the specified location. -
Uses of ListTransferConfigsResponse in com.google.cloud.bigquery.datatransfer.v1.stub
Methods in com.google.cloud.bigquery.datatransfer.v1.stub that return types with arguments of type ListTransferConfigsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTransferConfigsRequest,ListTransferConfigsResponse>
DataTransferServiceStub. listTransferConfigsCallable()
com.google.api.gax.rpc.UnaryCallable<ListTransferConfigsRequest,ListTransferConfigsResponse>
GrpcDataTransferServiceStub. listTransferConfigsCallable()
com.google.api.gax.rpc.UnaryCallable<ListTransferConfigsRequest,ListTransferConfigsResponse>
HttpJsonDataTransferServiceStub. listTransferConfigsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTransferConfigsRequest,ListTransferConfigsResponse,DataTransferServiceClient.ListTransferConfigsPagedResponse>
DataTransferServiceStubSettings.Builder. listTransferConfigsSettings()
Returns the builder for the settings used for calls to listTransferConfigs.com.google.api.gax.rpc.PagedCallSettings<ListTransferConfigsRequest,ListTransferConfigsResponse,DataTransferServiceClient.ListTransferConfigsPagedResponse>
DataTransferServiceStubSettings. listTransferConfigsSettings()
Returns the object with the settings used for calls to listTransferConfigs.
-