@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 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 | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateTableRequest,Table> |
METHOD_CREATE_TABLE |
static io.grpc.MethodDescriptor<DeleteTableRequest,com.google.protobuf.Empty> |
METHOD_DELETE_TABLE |
static io.grpc.MethodDescriptor<DropRowRangeRequest,com.google.protobuf.Empty> |
METHOD_DROP_ROW_RANGE |
static io.grpc.MethodDescriptor<GetTableRequest,Table> |
METHOD_GET_TABLE |
static io.grpc.MethodDescriptor<ListTablesRequest,ListTablesResponse> |
METHOD_LIST_TABLES |
static io.grpc.MethodDescriptor<ModifyColumnFamiliesRequest,Table> |
METHOD_MODIFY_COLUMN_FAMILIES |
static String |
SERVICE_NAME |
| 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 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<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,com.google.protobuf.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,com.google.protobuf.Empty> METHOD_DROP_ROW_RANGE
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()