public static final class MigrationServiceGrpc.MigrationServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<MigrationServiceGrpc.MigrationServiceBlockingStub>
Service to handle EDW migrations.
| Modifier and Type | Method and Description |
|---|---|
protected MigrationServiceGrpc.MigrationServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
MigrationWorkflow |
createMigrationWorkflow(CreateMigrationWorkflowRequest request)
Creates a migration workflow.
|
com.google.protobuf.Empty |
deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request)
Deletes a migration workflow by name.
|
MigrationSubtask |
getMigrationSubtask(GetMigrationSubtaskRequest request)
Gets a previously created migration subtask.
|
MigrationWorkflow |
getMigrationWorkflow(GetMigrationWorkflowRequest request)
Gets a previously created migration workflow.
|
ListMigrationSubtasksResponse |
listMigrationSubtasks(ListMigrationSubtasksRequest request)
Lists previously created migration subtasks.
|
ListMigrationWorkflowsResponse |
listMigrationWorkflows(ListMigrationWorkflowsRequest request)
Lists previously created migration workflow.
|
com.google.protobuf.Empty |
startMigrationWorkflow(StartMigrationWorkflowRequest request)
Starts a previously created migration workflow.
|
protected MigrationServiceGrpc.MigrationServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<MigrationServiceGrpc.MigrationServiceBlockingStub>public MigrationWorkflow createMigrationWorkflow(CreateMigrationWorkflowRequest request)
Creates a migration workflow.
public MigrationWorkflow getMigrationWorkflow(GetMigrationWorkflowRequest request)
Gets a previously created migration workflow.
public ListMigrationWorkflowsResponse listMigrationWorkflows(ListMigrationWorkflowsRequest request)
Lists previously created migration workflow.
public com.google.protobuf.Empty deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request)
Deletes a migration workflow by name.
public com.google.protobuf.Empty startMigrationWorkflow(StartMigrationWorkflowRequest request)
Starts a previously created migration workflow. I.e., the state transitions from DRAFT to RUNNING. This is a no-op if the state is already RUNNING. An error will be signaled if the state is anything other than DRAFT or RUNNING.
public MigrationSubtask getMigrationSubtask(GetMigrationSubtaskRequest request)
Gets a previously created migration subtask.
public ListMigrationSubtasksResponse listMigrationSubtasks(ListMigrationSubtasksRequest request)
Lists previously created migration subtasks.
Copyright © 2022 Google LLC. All rights reserved.