Uses of Class
com.google.cloud.bigquery.migration.v2.StartMigrationWorkflowRequest
-
Packages that use StartMigrationWorkflowRequest Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration APIcom.google.cloud.bigquery.migration.v2.stub -
-
Uses of StartMigrationWorkflowRequest in com.google.cloud.bigquery.migration.v2
Methods in com.google.cloud.bigquery.migration.v2 that return StartMigrationWorkflowRequest Modifier and Type Method Description StartMigrationWorkflowRequest
StartMigrationWorkflowRequest.Builder. build()
StartMigrationWorkflowRequest
StartMigrationWorkflowRequest.Builder. buildPartial()
static StartMigrationWorkflowRequest
StartMigrationWorkflowRequest. getDefaultInstance()
StartMigrationWorkflowRequest
StartMigrationWorkflowRequest.Builder. getDefaultInstanceForType()
StartMigrationWorkflowRequest
StartMigrationWorkflowRequest. getDefaultInstanceForType()
static StartMigrationWorkflowRequest
StartMigrationWorkflowRequest. parseDelimitedFrom(InputStream input)
static StartMigrationWorkflowRequest
StartMigrationWorkflowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartMigrationWorkflowRequest
StartMigrationWorkflowRequest. parseFrom(byte[] data)
static StartMigrationWorkflowRequest
StartMigrationWorkflowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartMigrationWorkflowRequest
StartMigrationWorkflowRequest. parseFrom(com.google.protobuf.ByteString data)
static StartMigrationWorkflowRequest
StartMigrationWorkflowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartMigrationWorkflowRequest
StartMigrationWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static StartMigrationWorkflowRequest
StartMigrationWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartMigrationWorkflowRequest
StartMigrationWorkflowRequest. parseFrom(InputStream input)
static StartMigrationWorkflowRequest
StartMigrationWorkflowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartMigrationWorkflowRequest
StartMigrationWorkflowRequest. parseFrom(ByteBuffer data)
static StartMigrationWorkflowRequest
StartMigrationWorkflowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.migration.v2 that return types with arguments of type StartMigrationWorkflowRequest Modifier and Type Method Description com.google.protobuf.Parser<StartMigrationWorkflowRequest>
StartMigrationWorkflowRequest. getParserForType()
static io.grpc.MethodDescriptor<StartMigrationWorkflowRequest,com.google.protobuf.Empty>
MigrationServiceGrpc. getStartMigrationWorkflowMethod()
static com.google.protobuf.Parser<StartMigrationWorkflowRequest>
StartMigrationWorkflowRequest. parser()
com.google.api.gax.rpc.UnaryCallable<StartMigrationWorkflowRequest,com.google.protobuf.Empty>
MigrationServiceClient. startMigrationWorkflowCallable()
Starts a previously created migration workflow.com.google.api.gax.rpc.UnaryCallSettings.Builder<StartMigrationWorkflowRequest,com.google.protobuf.Empty>
MigrationServiceSettings.Builder. startMigrationWorkflowSettings()
Returns the builder for the settings used for calls to startMigrationWorkflow.com.google.api.gax.rpc.UnaryCallSettings<StartMigrationWorkflowRequest,com.google.protobuf.Empty>
MigrationServiceSettings. startMigrationWorkflowSettings()
Returns the object with the settings used for calls to startMigrationWorkflow.Methods in com.google.cloud.bigquery.migration.v2 with parameters of type StartMigrationWorkflowRequest Modifier and Type Method Description StartMigrationWorkflowRequest.Builder
StartMigrationWorkflowRequest.Builder. mergeFrom(StartMigrationWorkflowRequest other)
static StartMigrationWorkflowRequest.Builder
StartMigrationWorkflowRequest. newBuilder(StartMigrationWorkflowRequest prototype)
void
MigrationServiceClient. startMigrationWorkflow(StartMigrationWorkflowRequest request)
Starts a previously created migration workflow.default void
MigrationServiceGrpc.AsyncService. startMigrationWorkflow(StartMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Starts a previously created migration workflow.com.google.protobuf.Empty
MigrationServiceGrpc.MigrationServiceBlockingStub. startMigrationWorkflow(StartMigrationWorkflowRequest request)
Starts a previously created migration workflow.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
MigrationServiceGrpc.MigrationServiceFutureStub. startMigrationWorkflow(StartMigrationWorkflowRequest request)
Starts a previously created migration workflow.void
MigrationServiceGrpc.MigrationServiceStub. startMigrationWorkflow(StartMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Starts a previously created migration workflow. -
Uses of StartMigrationWorkflowRequest in com.google.cloud.bigquery.migration.v2.stub
Methods in com.google.cloud.bigquery.migration.v2.stub that return types with arguments of type StartMigrationWorkflowRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<StartMigrationWorkflowRequest,com.google.protobuf.Empty>
GrpcMigrationServiceStub. startMigrationWorkflowCallable()
com.google.api.gax.rpc.UnaryCallable<StartMigrationWorkflowRequest,com.google.protobuf.Empty>
HttpJsonMigrationServiceStub. startMigrationWorkflowCallable()
com.google.api.gax.rpc.UnaryCallable<StartMigrationWorkflowRequest,com.google.protobuf.Empty>
MigrationServiceStub. startMigrationWorkflowCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<StartMigrationWorkflowRequest,com.google.protobuf.Empty>
MigrationServiceStubSettings.Builder. startMigrationWorkflowSettings()
Returns the builder for the settings used for calls to startMigrationWorkflow.com.google.api.gax.rpc.UnaryCallSettings<StartMigrationWorkflowRequest,com.google.protobuf.Empty>
MigrationServiceStubSettings. startMigrationWorkflowSettings()
Returns the object with the settings used for calls to startMigrationWorkflow.
-