Uses of Class
com.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsResponse
-
Packages that use StartManualTransferRunsResponse Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer APIcom.google.cloud.bigquery.datatransfer.v1.stub -
-
Uses of StartManualTransferRunsResponse in com.google.cloud.bigquery.datatransfer.v1
Methods in com.google.cloud.bigquery.datatransfer.v1 that return StartManualTransferRunsResponse Modifier and Type Method Description StartManualTransferRunsResponse
StartManualTransferRunsResponse.Builder. build()
StartManualTransferRunsResponse
StartManualTransferRunsResponse.Builder. buildPartial()
static StartManualTransferRunsResponse
StartManualTransferRunsResponse. getDefaultInstance()
StartManualTransferRunsResponse
StartManualTransferRunsResponse.Builder. getDefaultInstanceForType()
StartManualTransferRunsResponse
StartManualTransferRunsResponse. getDefaultInstanceForType()
static StartManualTransferRunsResponse
StartManualTransferRunsResponse. parseDelimitedFrom(InputStream input)
static StartManualTransferRunsResponse
StartManualTransferRunsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartManualTransferRunsResponse
StartManualTransferRunsResponse. parseFrom(byte[] data)
static StartManualTransferRunsResponse
StartManualTransferRunsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartManualTransferRunsResponse
StartManualTransferRunsResponse. parseFrom(com.google.protobuf.ByteString data)
static StartManualTransferRunsResponse
StartManualTransferRunsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartManualTransferRunsResponse
StartManualTransferRunsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static StartManualTransferRunsResponse
StartManualTransferRunsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartManualTransferRunsResponse
StartManualTransferRunsResponse. parseFrom(InputStream input)
static StartManualTransferRunsResponse
StartManualTransferRunsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartManualTransferRunsResponse
StartManualTransferRunsResponse. parseFrom(ByteBuffer data)
static StartManualTransferRunsResponse
StartManualTransferRunsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StartManualTransferRunsResponse
DataTransferServiceClient. startManualTransferRuns(StartManualTransferRunsRequest request)
Start manual transfer runs to be executed now with schedule_time equal to current time.StartManualTransferRunsResponse
DataTransferServiceGrpc.DataTransferServiceBlockingStub. startManualTransferRuns(StartManualTransferRunsRequest request)
Start manual transfer runs to be executed now with schedule_time equal to current time.Methods in com.google.cloud.bigquery.datatransfer.v1 that return types with arguments of type StartManualTransferRunsResponse Modifier and Type Method Description com.google.protobuf.Parser<StartManualTransferRunsResponse>
StartManualTransferRunsResponse. getParserForType()
static io.grpc.MethodDescriptor<StartManualTransferRunsRequest,StartManualTransferRunsResponse>
DataTransferServiceGrpc. getStartManualTransferRunsMethod()
static com.google.protobuf.Parser<StartManualTransferRunsResponse>
StartManualTransferRunsResponse. parser()
com.google.common.util.concurrent.ListenableFuture<StartManualTransferRunsResponse>
DataTransferServiceGrpc.DataTransferServiceFutureStub. startManualTransferRuns(StartManualTransferRunsRequest request)
Start manual transfer runs to be executed now with schedule_time equal to current time.com.google.api.gax.rpc.UnaryCallable<StartManualTransferRunsRequest,StartManualTransferRunsResponse>
DataTransferServiceClient. startManualTransferRunsCallable()
Start manual transfer runs to be executed now with schedule_time equal to current time.com.google.api.gax.rpc.UnaryCallSettings.Builder<StartManualTransferRunsRequest,StartManualTransferRunsResponse>
DataTransferServiceSettings.Builder. startManualTransferRunsSettings()
Returns the builder for the settings used for calls to startManualTransferRuns.com.google.api.gax.rpc.UnaryCallSettings<StartManualTransferRunsRequest,StartManualTransferRunsResponse>
DataTransferServiceSettings. startManualTransferRunsSettings()
Returns the object with the settings used for calls to startManualTransferRuns.Methods in com.google.cloud.bigquery.datatransfer.v1 with parameters of type StartManualTransferRunsResponse Modifier and Type Method Description StartManualTransferRunsResponse.Builder
StartManualTransferRunsResponse.Builder. mergeFrom(StartManualTransferRunsResponse other)
static StartManualTransferRunsResponse.Builder
StartManualTransferRunsResponse. newBuilder(StartManualTransferRunsResponse prototype)
Method parameters in com.google.cloud.bigquery.datatransfer.v1 with type arguments of type StartManualTransferRunsResponse Modifier and Type Method Description default void
DataTransferServiceGrpc.AsyncService. startManualTransferRuns(StartManualTransferRunsRequest request, io.grpc.stub.StreamObserver<StartManualTransferRunsResponse> responseObserver)
Start manual transfer runs to be executed now with schedule_time equal to current time.void
DataTransferServiceGrpc.DataTransferServiceStub. startManualTransferRuns(StartManualTransferRunsRequest request, io.grpc.stub.StreamObserver<StartManualTransferRunsResponse> responseObserver)
Start manual transfer runs to be executed now with schedule_time equal to current time. -
Uses of StartManualTransferRunsResponse in com.google.cloud.bigquery.datatransfer.v1.stub
Methods in com.google.cloud.bigquery.datatransfer.v1.stub that return types with arguments of type StartManualTransferRunsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<StartManualTransferRunsRequest,StartManualTransferRunsResponse>
DataTransferServiceStub. startManualTransferRunsCallable()
com.google.api.gax.rpc.UnaryCallable<StartManualTransferRunsRequest,StartManualTransferRunsResponse>
GrpcDataTransferServiceStub. startManualTransferRunsCallable()
com.google.api.gax.rpc.UnaryCallable<StartManualTransferRunsRequest,StartManualTransferRunsResponse>
HttpJsonDataTransferServiceStub. startManualTransferRunsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<StartManualTransferRunsRequest,StartManualTransferRunsResponse>
DataTransferServiceStubSettings.Builder. startManualTransferRunsSettings()
Returns the builder for the settings used for calls to startManualTransferRuns.com.google.api.gax.rpc.UnaryCallSettings<StartManualTransferRunsRequest,StartManualTransferRunsResponse>
DataTransferServiceStubSettings. startManualTransferRunsSettings()
Returns the object with the settings used for calls to startManualTransferRuns.
-