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 Constructor Description BigtableTableAdminImplBase()
-
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.BigtableTableAdminGrpc.AsyncService
checkConsistency, copyBackup, createBackup, createTable, createTableFromSnapshot, deleteBackup, deleteSnapshot, deleteTable, dropRowRange, generateConsistencyToken, getBackup, getIamPolicy, getSnapshot, getTable, listBackups, listSnapshots, listTables, modifyColumnFamilies, restoreTable, setIamPolicy, snapshotTable, testIamPermissions, undeleteTable, updateBackup, updateTable
-
-