Package com.google.bigtable.admin.v2
Class BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
java.lang.Object
com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
- All Implemented Interfaces:
BigtableInstanceAdminGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- BigtableInstanceAdminGrpc
public abstract static class BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
extends Object
implements io.grpc.BindableService, BigtableInstanceAdminGrpc.AsyncService
Base class for the server implementation of the service BigtableInstanceAdmin.
Service for creating, configuring, and deleting Cloud Bigtable Instances and Clusters. Provides access to the Instance and Cluster schemas only, not the tables' metadata or data stored in those tables.
-
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.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
createAppProfile, createCluster, createInstance, deleteAppProfile, deleteCluster, deleteInstance, getAppProfile, getCluster, getIamPolicy, getInstance, listAppProfiles, listClusters, listHotTablets, listInstances, partialUpdateCluster, partialUpdateInstance, setIamPolicy, testIamPermissions, updateAppProfile, updateCluster, updateInstance
-
Constructor Details
-
BigtableInstanceAdminImplBase
public BigtableInstanceAdminImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-