public static final class MigrationServiceGrpc.MigrationServiceStub extends io.grpc.stub.AbstractAsyncStub<MigrationServiceGrpc.MigrationServiceStub>
Service to handle EDW migrations.
| Modifier and Type | Method and Description |
|---|---|
protected MigrationServiceGrpc.MigrationServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
createMigrationWorkflow(CreateMigrationWorkflowRequest request,
io.grpc.stub.StreamObserver<MigrationWorkflow> responseObserver)
Creates a migration workflow.
|
void |
deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a migration workflow by name.
|
void |
getMigrationSubtask(GetMigrationSubtaskRequest request,
io.grpc.stub.StreamObserver<MigrationSubtask> responseObserver)
Gets a previously created migration subtask.
|
void |
getMigrationWorkflow(GetMigrationWorkflowRequest request,
io.grpc.stub.StreamObserver<MigrationWorkflow> responseObserver)
Gets a previously created migration workflow.
|
void |
listMigrationSubtasks(ListMigrationSubtasksRequest request,
io.grpc.stub.StreamObserver<ListMigrationSubtasksResponse> responseObserver)
Lists previously created migration subtasks.
|
void |
listMigrationWorkflows(ListMigrationWorkflowsRequest request,
io.grpc.stub.StreamObserver<ListMigrationWorkflowsResponse> responseObserver)
Lists previously created migration workflow.
|
void |
startMigrationWorkflow(StartMigrationWorkflowRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Starts a previously created migration workflow.
|
protected MigrationServiceGrpc.MigrationServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<MigrationServiceGrpc.MigrationServiceStub>public void createMigrationWorkflow(CreateMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<MigrationWorkflow> responseObserver)
Creates a migration workflow.
public void getMigrationWorkflow(GetMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<MigrationWorkflow> responseObserver)
Gets a previously created migration workflow.
public void listMigrationWorkflows(ListMigrationWorkflowsRequest request, io.grpc.stub.StreamObserver<ListMigrationWorkflowsResponse> responseObserver)
Lists previously created migration workflow.
public void deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a migration workflow by name.
public void startMigrationWorkflow(StartMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
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 void getMigrationSubtask(GetMigrationSubtaskRequest request, io.grpc.stub.StreamObserver<MigrationSubtask> responseObserver)
Gets a previously created migration subtask.
public void listMigrationSubtasks(ListMigrationSubtasksRequest request, io.grpc.stub.StreamObserver<ListMigrationSubtasksResponse> responseObserver)
Lists previously created migration subtasks.
Copyright © 2022 Google LLC. All rights reserved.