Package com.google.bigtable.admin.v2
Class BigtableTableAdminGrpc.BigtableTableAdminImplBase
java.lang.Object
com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminImplBase
- All Implemented Interfaces:
BigtableTableAdminGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- BigtableTableAdminGrpc
public abstract static class BigtableTableAdminGrpc.BigtableTableAdminImplBase
extends Object
implements io.grpc.BindableService, BigtableTableAdminGrpc.AsyncService
Base class for the server implementation of the service BigtableTableAdmin.
Service for creating, configuring, and deleting Cloud Bigtable tables. Provides access to the table schemas only, not the data stored within the 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.BigtableTableAdminGrpc.AsyncService
checkConsistency, createBackup, createTable, createTableFromSnapshot, deleteBackup, deleteSnapshot, deleteTable, dropRowRange, generateConsistencyToken, getBackup, getIamPolicy, getSnapshot, getTable, listBackups, listSnapshots, listTables, modifyColumnFamilies, restoreTable, setIamPolicy, snapshotTable, testIamPermissions, undeleteTable, updateBackup, updateTable
-
Constructor Details
-
BigtableTableAdminImplBase
public BigtableTableAdminImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-