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