Class DatabaseAdminGrpc.DatabaseAdminImplBase
java.lang.Object
com.google.spanner.admin.database.v1.DatabaseAdminGrpc.DatabaseAdminImplBase
- All Implemented Interfaces:
DatabaseAdminGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- DatabaseAdminGrpc
public abstract static class DatabaseAdminGrpc.DatabaseAdminImplBase
extends Object
implements io.grpc.BindableService, DatabaseAdminGrpc.AsyncService
Base class for the server implementation of the service DatabaseAdmin.
Cloud Spanner Database Admin API The Cloud Spanner Database Admin API can be used to: * create, drop, and list databases * update the schema of pre-existing databases * create, delete, copy and list backups for a database * restore a database from an existing backup
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.spanner.admin.database.v1.DatabaseAdminGrpc.AsyncService
addSplitPoints, copyBackup, createBackup, createBackupSchedule, createDatabase, deleteBackup, deleteBackupSchedule, dropDatabase, getBackup, getBackupSchedule, getDatabase, getDatabaseDdl, getIamPolicy, internalUpdateGraphOperation, listBackupOperations, listBackups, listBackupSchedules, listDatabaseOperations, listDatabaseRoles, listDatabases, restoreDatabase, setIamPolicy, testIamPermissions, updateBackup, updateBackupSchedule, updateDatabase, updateDatabaseDdl
-
Constructor Details
-
DatabaseAdminImplBase
public DatabaseAdminImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-