| Package | Description |
|---|---|
| com.google.bigtable.admin.v2 |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateTableRequest,Table> |
BigtableTableAdminGrpc.METHOD_CREATE_TABLE |
static io.grpc.MethodDescriptor<GetTableRequest,Table> |
BigtableTableAdminGrpc.METHOD_GET_TABLE |
static io.grpc.MethodDescriptor<ModifyColumnFamiliesRequest,Table> |
BigtableTableAdminGrpc.METHOD_MODIFY_COLUMN_FAMILIES |
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.Builder.build() |
Table |
Table.Builder.buildPartial() |
Table |
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub.createTable(CreateTableRequest request)
Creates a new table in the specified instance.
|
static Table |
Table.getDefaultInstance() |
Table |
Table.getDefaultInstanceForType() |
Table |
Table.Builder.getDefaultInstanceForType() |
Table |
CreateTableRequestOrBuilder.getTable()
The Table to create.
|
Table |
CreateTableRequest.getTable()
The Table to create.
|
Table |
CreateTableRequest.Builder.getTable()
The Table to create.
|
Table |
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub.getTable(GetTableRequest request)
Gets metadata information about the specified table.
|
Table |
ListTablesResponseOrBuilder.getTables(int index)
The tables present in the requested cluster.
|
Table |
ListTablesResponse.getTables(int index)
The tables present in the requested cluster.
|
Table |
ListTablesResponse.Builder.getTables(int index)
The tables present in the requested cluster.
|
Table |
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub.modifyColumnFamilies(ModifyColumnFamiliesRequest request)
Atomically performs a series of column family modifications
on the specified table.
|
static Table |
Table.parseDelimitedFrom(InputStream input) |
static Table |
Table.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table |
Table.parseFrom(byte[] data) |
static Table |
Table.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table |
Table.parseFrom(com.google.protobuf.ByteString data) |
static Table |
Table.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table |
Table.parseFrom(com.google.protobuf.CodedInputStream input) |
static Table |
Table.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table |
Table.parseFrom(InputStream input) |
static Table |
Table.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Table> |
BigtableTableAdminGrpc.BigtableTableAdminFutureStub.createTable(CreateTableRequest request)
Creates a new table in the specified instance.
|
com.google.protobuf.Parser<Table> |
Table.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<Table> |
BigtableTableAdminGrpc.BigtableTableAdminFutureStub.getTable(GetTableRequest request)
Gets metadata information about the specified table.
|
List<Table> |
ListTablesResponseOrBuilder.getTablesList()
The tables present in the requested cluster.
|
List<Table> |
ListTablesResponse.getTablesList()
The tables present in the requested cluster.
|
List<Table> |
ListTablesResponse.Builder.getTablesList()
The tables present in the requested cluster.
|
com.google.common.util.concurrent.ListenableFuture<Table> |
BigtableTableAdminGrpc.BigtableTableAdminFutureStub.modifyColumnFamilies(ModifyColumnFamiliesRequest request)
Atomically performs a series of column family modifications
on the specified table.
|
static com.google.protobuf.Parser<Table> |
Table.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse.Builder |
ListTablesResponse.Builder.addTables(int index,
Table value)
The tables present in the requested cluster.
|
ListTablesResponse.Builder |
ListTablesResponse.Builder.addTables(Table value)
The tables present in the requested cluster.
|
Table.Builder |
Table.Builder.mergeFrom(Table other) |
CreateTableRequest.Builder |
CreateTableRequest.Builder.mergeTable(Table value)
The Table to create.
|
static Table.Builder |
Table.newBuilder(Table prototype) |
CreateTableRequest.Builder |
CreateTableRequest.Builder.setTable(Table value)
The Table to create.
|
ListTablesResponse.Builder |
ListTablesResponse.Builder.setTables(int index,
Table value)
The tables present in the requested cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse.Builder |
ListTablesResponse.Builder.addAllTables(Iterable<? extends Table> values)
The tables present in the requested cluster.
|
void |
BigtableTableAdminGrpc.BigtableTableAdminImplBase.createTable(CreateTableRequest request,
io.grpc.stub.StreamObserver<Table> responseObserver)
Creates a new table in the specified instance.
|
void |
BigtableTableAdminGrpc.BigtableTableAdminStub.createTable(CreateTableRequest request,
io.grpc.stub.StreamObserver<Table> responseObserver)
Creates a new table in the specified instance.
|
void |
BigtableTableAdminGrpc.BigtableTableAdminImplBase.getTable(GetTableRequest request,
io.grpc.stub.StreamObserver<Table> responseObserver)
Gets metadata information about the specified table.
|
void |
BigtableTableAdminGrpc.BigtableTableAdminStub.getTable(GetTableRequest request,
io.grpc.stub.StreamObserver<Table> responseObserver)
Gets metadata information about the specified table.
|
void |
BigtableTableAdminGrpc.BigtableTableAdminImplBase.modifyColumnFamilies(ModifyColumnFamiliesRequest request,
io.grpc.stub.StreamObserver<Table> responseObserver)
Atomically performs a series of column family modifications
on the specified table.
|
void |
BigtableTableAdminGrpc.BigtableTableAdminStub.modifyColumnFamilies(ModifyColumnFamiliesRequest request,
io.grpc.stub.StreamObserver<Table> responseObserver)
Atomically performs a series of column family modifications
on the specified table.
|