Class MigrationServiceGrpc.MigrationServiceImplBase
- java.lang.Object
-
- com.google.cloud.bigquery.migration.v2.MigrationServiceGrpc.MigrationServiceImplBase
-
- All Implemented Interfaces:
MigrationServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- MigrationServiceGrpc
public abstract static class MigrationServiceGrpc.MigrationServiceImplBase extends Object implements io.grpc.BindableService, MigrationServiceGrpc.AsyncService
Base class for the server implementation of the service MigrationService.Service to handle EDW migrations.
-
-
Constructor Summary
Constructors Constructor Description MigrationServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.bigquery.migration.v2.MigrationServiceGrpc.AsyncService
createMigrationWorkflow, deleteMigrationWorkflow, getMigrationSubtask, getMigrationWorkflow, listMigrationSubtasks, listMigrationWorkflows, startMigrationWorkflow
-
-