public final class DataMigrationServiceGrpc
Database Migration service
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(DataMigrationServiceGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(DataMigrationServiceGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getCreateConnectionProfileMethod()
public static MethodDescriptor<CreateConnectionProfileRequest,Operation> getCreateConnectionProfileMethod()
getCreateMigrationJobMethod()
public static MethodDescriptor<CreateMigrationJobRequest,Operation> getCreateMigrationJobMethod()
getDeleteConnectionProfileMethod()
public static MethodDescriptor<DeleteConnectionProfileRequest,Operation> getDeleteConnectionProfileMethod()
getDeleteMigrationJobMethod()
public static MethodDescriptor<DeleteMigrationJobRequest,Operation> getDeleteMigrationJobMethod()
getGenerateSshScriptMethod()
public static MethodDescriptor<GenerateSshScriptRequest,SshScript> getGenerateSshScriptMethod()
getGetConnectionProfileMethod()
public static MethodDescriptor<GetConnectionProfileRequest,ConnectionProfile> getGetConnectionProfileMethod()
getGetMigrationJobMethod()
public static MethodDescriptor<GetMigrationJobRequest,MigrationJob> getGetMigrationJobMethod()
getListConnectionProfilesMethod()
public static MethodDescriptor<ListConnectionProfilesRequest,ListConnectionProfilesResponse> getListConnectionProfilesMethod()
getListMigrationJobsMethod()
public static MethodDescriptor<ListMigrationJobsRequest,ListMigrationJobsResponse> getListMigrationJobsMethod()
public static MethodDescriptor<PromoteMigrationJobRequest,Operation> getPromoteMigrationJobMethod()
getRestartMigrationJobMethod()
public static MethodDescriptor<RestartMigrationJobRequest,Operation> getRestartMigrationJobMethod()
getResumeMigrationJobMethod()
public static MethodDescriptor<ResumeMigrationJobRequest,Operation> getResumeMigrationJobMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getStartMigrationJobMethod()
public static MethodDescriptor<StartMigrationJobRequest,Operation> getStartMigrationJobMethod()
getStopMigrationJobMethod()
public static MethodDescriptor<StopMigrationJobRequest,Operation> getStopMigrationJobMethod()
getUpdateConnectionProfileMethod()
public static MethodDescriptor<UpdateConnectionProfileRequest,Operation> getUpdateConnectionProfileMethod()
getUpdateMigrationJobMethod()
public static MethodDescriptor<UpdateMigrationJobRequest,Operation> getUpdateMigrationJobMethod()
getVerifyMigrationJobMethod()
public static MethodDescriptor<VerifyMigrationJobRequest,Operation> getVerifyMigrationJobMethod()
newBlockingStub(Channel channel)
public static DataMigrationServiceGrpc.DataMigrationServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newFutureStub(Channel channel)
public static DataMigrationServiceGrpc.DataMigrationServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newStub(Channel channel)
public static DataMigrationServiceGrpc.DataMigrationServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|