@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/bigquery/migration/v2/migration_service.proto") public final class MigrationServiceGrpc extends Object
Service to handle EDW migrations.
| Modifier and Type | Class and Description |
|---|---|
static class |
MigrationServiceGrpc.MigrationServiceBlockingStub
Service to handle EDW migrations.
|
static class |
MigrationServiceGrpc.MigrationServiceFutureStub
Service to handle EDW migrations.
|
static class |
MigrationServiceGrpc.MigrationServiceImplBase
Service to handle EDW migrations.
|
static class |
MigrationServiceGrpc.MigrationServiceStub
Service to handle EDW migrations.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateMigrationWorkflowRequest,MigrationWorkflow> |
getCreateMigrationWorkflowMethod() |
static io.grpc.MethodDescriptor<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty> |
getDeleteMigrationWorkflowMethod() |
static io.grpc.MethodDescriptor<GetMigrationSubtaskRequest,MigrationSubtask> |
getGetMigrationSubtaskMethod() |
static io.grpc.MethodDescriptor<GetMigrationWorkflowRequest,MigrationWorkflow> |
getGetMigrationWorkflowMethod() |
static io.grpc.MethodDescriptor<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse> |
getListMigrationSubtasksMethod() |
static io.grpc.MethodDescriptor<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse> |
getListMigrationWorkflowsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<StartMigrationWorkflowRequest,com.google.protobuf.Empty> |
getStartMigrationWorkflowMethod() |
static MigrationServiceGrpc.MigrationServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static MigrationServiceGrpc.MigrationServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static MigrationServiceGrpc.MigrationServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateMigrationWorkflowRequest,MigrationWorkflow> getCreateMigrationWorkflowMethod()
public static io.grpc.MethodDescriptor<GetMigrationWorkflowRequest,MigrationWorkflow> getGetMigrationWorkflowMethod()
public static io.grpc.MethodDescriptor<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse> getListMigrationWorkflowsMethod()
public static io.grpc.MethodDescriptor<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty> getDeleteMigrationWorkflowMethod()
public static io.grpc.MethodDescriptor<StartMigrationWorkflowRequest,com.google.protobuf.Empty> getStartMigrationWorkflowMethod()
public static io.grpc.MethodDescriptor<GetMigrationSubtaskRequest,MigrationSubtask> getGetMigrationSubtaskMethod()
public static io.grpc.MethodDescriptor<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse> getListMigrationSubtasksMethod()
public static MigrationServiceGrpc.MigrationServiceStub newStub(io.grpc.Channel channel)
public static MigrationServiceGrpc.MigrationServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static MigrationServiceGrpc.MigrationServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.