Package com.google.cloud.alloydb.v1
Class AlloyDBAdminGrpc.AlloyDBAdminImplBase
- java.lang.Object
-
- com.google.cloud.alloydb.v1.AlloyDBAdminGrpc.AlloyDBAdminImplBase
-
- All Implemented Interfaces:
AlloyDBAdminGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- AlloyDBAdminGrpc
public abstract static class AlloyDBAdminGrpc.AlloyDBAdminImplBase extends Object implements io.grpc.BindableService, AlloyDBAdminGrpc.AsyncService
Base class for the server implementation of the service AlloyDBAdmin.Service describing handlers for resources
-
-
Constructor Summary
Constructors Constructor Description AlloyDBAdminImplBase()
-
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.alloydb.v1.AlloyDBAdminGrpc.AsyncService
batchCreateInstances, createBackup, createCluster, createInstance, createSecondaryCluster, createSecondaryInstance, createUser, deleteBackup, deleteCluster, deleteInstance, deleteUser, failoverInstance, getBackup, getCluster, getInstance, getUser, injectFault, listBackups, listClusters, listInstances, listSupportedDatabaseFlags, listUsers, promoteCluster, restartInstance, restoreCluster, updateBackup, updateCluster, updateInstance, updateUser
-
-