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 Constructor Description BigtableInstanceAdminImplBase()
-
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.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
-
-