@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/bigtable/admin/v2/bigtable_table_admin.proto")
public final class BigtableTableAdminGrpc
extends java.lang.Object
Service for creating, configuring, and deleting Cloud Bigtable tables. Provides access to the table schemas only, not the data stored within the tables.
| Modifier and Type | Class and Description |
|---|---|
static class |
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Service for creating, configuring, and deleting Cloud Bigtable tables.
|
static class |
BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Service for creating, configuring, and deleting Cloud Bigtable tables.
|
static class |
BigtableTableAdminGrpc.BigtableTableAdminImplBase
Service for creating, configuring, and deleting Cloud Bigtable tables.
|
static class |
BigtableTableAdminGrpc.BigtableTableAdminStub
Service for creating, configuring, and deleting Cloud Bigtable tables.
|
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static BigtableTableAdminGrpc.BigtableTableAdminBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static BigtableTableAdminGrpc.BigtableTableAdminFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static BigtableTableAdminGrpc.BigtableTableAdminStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<CreateTableRequest,Table> METHOD_CREATE_TABLE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<CreateTableFromSnapshotRequest,Operation> METHOD_CREATE_TABLE_FROM_SNAPSHOT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListTablesRequest,ListTablesResponse> METHOD_LIST_TABLES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetTableRequest,Table> METHOD_GET_TABLE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DeleteTableRequest,Empty> METHOD_DELETE_TABLE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ModifyColumnFamiliesRequest,Table> METHOD_MODIFY_COLUMN_FAMILIES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DropRowRangeRequest,Empty> METHOD_DROP_ROW_RANGE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GenerateConsistencyTokenRequest,GenerateConsistencyTokenResponse> METHOD_GENERATE_CONSISTENCY_TOKEN
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<CheckConsistencyRequest,CheckConsistencyResponse> METHOD_CHECK_CONSISTENCY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<SnapshotTableRequest,Operation> METHOD_SNAPSHOT_TABLE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot> METHOD_GET_SNAPSHOT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse> METHOD_LIST_SNAPSHOTS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DeleteSnapshotRequest,Empty> METHOD_DELETE_SNAPSHOT
public static BigtableTableAdminGrpc.BigtableTableAdminStub newStub(io.grpc.Channel channel)
public static BigtableTableAdminGrpc.BigtableTableAdminBlockingStub newBlockingStub(io.grpc.Channel channel)
public static BigtableTableAdminGrpc.BigtableTableAdminFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()