Uses of Class
com.google.cloud.bigquery.migration.v2alpha.StartMigrationWorkflowRequest
-
Packages that use StartMigrationWorkflowRequest Package Description com.google.cloud.bigquery.migration.v2alpha A client to BigQuery Migration APIcom.google.cloud.bigquery.migration.v2alpha.stub -
-
Uses of StartMigrationWorkflowRequest in com.google.cloud.bigquery.migration.v2alpha
Methods in com.google.cloud.bigquery.migration.v2alpha that return StartMigrationWorkflowRequest Modifier and Type Method Description StartMigrationWorkflowRequestStartMigrationWorkflowRequest.Builder. build()StartMigrationWorkflowRequestStartMigrationWorkflowRequest.Builder. buildPartial()static StartMigrationWorkflowRequestStartMigrationWorkflowRequest. getDefaultInstance()StartMigrationWorkflowRequestStartMigrationWorkflowRequest.Builder. getDefaultInstanceForType()StartMigrationWorkflowRequestStartMigrationWorkflowRequest. getDefaultInstanceForType()static StartMigrationWorkflowRequestStartMigrationWorkflowRequest. parseDelimitedFrom(InputStream input)static StartMigrationWorkflowRequestStartMigrationWorkflowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartMigrationWorkflowRequestStartMigrationWorkflowRequest. parseFrom(byte[] data)static StartMigrationWorkflowRequestStartMigrationWorkflowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartMigrationWorkflowRequestStartMigrationWorkflowRequest. parseFrom(com.google.protobuf.ByteString data)static StartMigrationWorkflowRequestStartMigrationWorkflowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartMigrationWorkflowRequestStartMigrationWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input)static StartMigrationWorkflowRequestStartMigrationWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartMigrationWorkflowRequestStartMigrationWorkflowRequest. parseFrom(InputStream input)static StartMigrationWorkflowRequestStartMigrationWorkflowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartMigrationWorkflowRequestStartMigrationWorkflowRequest. parseFrom(ByteBuffer data)static StartMigrationWorkflowRequestStartMigrationWorkflowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.migration.v2alpha 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.v2alpha with parameters of type StartMigrationWorkflowRequest Modifier and Type Method Description StartMigrationWorkflowRequest.BuilderStartMigrationWorkflowRequest.Builder. mergeFrom(StartMigrationWorkflowRequest other)static StartMigrationWorkflowRequest.BuilderStartMigrationWorkflowRequest. newBuilder(StartMigrationWorkflowRequest prototype)voidMigrationServiceClient. startMigrationWorkflow(StartMigrationWorkflowRequest request)Starts a previously created migration workflow.default voidMigrationServiceGrpc.AsyncService. startMigrationWorkflow(StartMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Starts a previously created migration workflow.com.google.protobuf.EmptyMigrationServiceGrpc.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.voidMigrationServiceGrpc.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.v2alpha.stub
Methods in com.google.cloud.bigquery.migration.v2alpha.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.
-