Package com.google.cloud.alloydb.v1alpha
Class AlloyDBAdminGrpc.AlloyDBAdminImplBase
- java.lang.Object
-
- com.google.cloud.alloydb.v1alpha.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.v1alpha.AlloyDBAdminGrpc.AsyncService
batchCreateInstances, createBackup, createCluster, createInstance, createSecondaryCluster, createSecondaryInstance, createUser, deleteBackup, deleteCluster, deleteInstance, deleteUser, failoverInstance, generateClientCertificate, getBackup, getCluster, getConnectionInfo, getInstance, getUser, injectFault, listBackups, listClusters, listInstances, listSupportedDatabaseFlags, listUsers, promoteCluster, restartInstance, restoreCluster, updateBackup, updateCluster, updateInstance, updateUser
-
-