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