Uses of Class
com.google.bigtable.admin.v2.Table
-
Packages that use Table Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.models com.google.cloud.bigtable.admin.v2.stub -
-
Uses of Table in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Table Modifier and Type Method 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.Builder. getDefaultInstanceForType()
Table
Table. getDefaultInstanceForType()
Table
Snapshot.Builder. getSourceTable()
Output only.Table
Snapshot. getSourceTable()
Output only.Table
SnapshotOrBuilder. getSourceTable()
Output only.Table
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub. getTable(GetTableRequest request)
Gets metadata information about the specified table.Table
CreateTableRequest.Builder. getTable()
Required.Table
CreateTableRequest. getTable()
Required.Table
CreateTableRequestOrBuilder. getTable()
Required.Table
UpdateTableRequest.Builder. getTable()
Required.Table
UpdateTableRequest. getTable()
Required.Table
UpdateTableRequestOrBuilder. getTable()
Required.Table
ListTablesResponse.Builder. getTables(int index)
The tables present in the requested instance.Table
ListTablesResponse. getTables(int index)
The tables present in the requested instance.Table
ListTablesResponseOrBuilder. getTables(int index)
The tables present in the requested instance.Table
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub. modifyColumnFamilies(ModifyColumnFamiliesRequest request)
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)
static Table
Table. parseFrom(ByteBuffer data)
static Table
Table. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type Table Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Table>
BigtableTableAdminGrpc.BigtableTableAdminFutureStub. createTable(CreateTableRequest request)
Creates a new table in the specified instance.static io.grpc.MethodDescriptor<CreateTableRequest,Table>
BigtableTableAdminGrpc. getCreateTableMethod()
static io.grpc.MethodDescriptor<GetTableRequest,Table>
BigtableTableAdminGrpc. getGetTableMethod()
static io.grpc.MethodDescriptor<ModifyColumnFamiliesRequest,Table>
BigtableTableAdminGrpc. getModifyColumnFamiliesMethod()
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>
ListTablesResponse.Builder. getTablesList()
The tables present in the requested instance.List<Table>
ListTablesResponse. getTablesList()
The tables present in the requested instance.List<Table>
ListTablesResponseOrBuilder. getTablesList()
The tables present in the requested instance.com.google.common.util.concurrent.ListenableFuture<Table>
BigtableTableAdminGrpc.BigtableTableAdminFutureStub. modifyColumnFamilies(ModifyColumnFamiliesRequest request)
Performs a series of column family modifications on the specified table.static com.google.protobuf.Parser<Table>
Table. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type Table Modifier and Type Method Description ListTablesResponse.Builder
ListTablesResponse.Builder. addTables(int index, Table value)
The tables present in the requested instance.ListTablesResponse.Builder
ListTablesResponse.Builder. addTables(Table value)
The tables present in the requested instance.Table.Builder
Table.Builder. mergeFrom(Table other)
Snapshot.Builder
Snapshot.Builder. mergeSourceTable(Table value)
Output only.CreateTableRequest.Builder
CreateTableRequest.Builder. mergeTable(Table value)
Required.UpdateTableRequest.Builder
UpdateTableRequest.Builder. mergeTable(Table value)
Required.static Table.Builder
Table. newBuilder(Table prototype)
Snapshot.Builder
Snapshot.Builder. setSourceTable(Table value)
Output only.CreateTableRequest.Builder
CreateTableRequest.Builder. setTable(Table value)
Required.UpdateTableRequest.Builder
UpdateTableRequest.Builder. setTable(Table value)
Required.ListTablesResponse.Builder
ListTablesResponse.Builder. setTables(int index, Table value)
The tables present in the requested instance.Method parameters in com.google.bigtable.admin.v2 with type arguments of type Table Modifier and Type Method Description ListTablesResponse.Builder
ListTablesResponse.Builder. addAllTables(Iterable<? extends Table> values)
The tables present in the requested instance.default void
BigtableTableAdminGrpc.AsyncService. 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.default void
BigtableTableAdminGrpc.AsyncService. 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.default void
BigtableTableAdminGrpc.AsyncService. modifyColumnFamilies(ModifyColumnFamiliesRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)
Performs a series of column family modifications on the specified table.void
BigtableTableAdminGrpc.BigtableTableAdminStub. modifyColumnFamilies(ModifyColumnFamiliesRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)
Performs a series of column family modifications on the specified table. -
Uses of Table in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type Table Modifier and Type Method Description static Table
Table. fromProto(Table proto)
-
Uses of Table in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type Table Modifier and Type Method Description com.google.api.gax.rpc.OperationCallSettings.Builder<CreateTableFromSnapshotRequest,Table,CreateTableFromSnapshotMetadata>
BigtableTableAdminStubSettings.Builder. createTableFromSnapshotOperationSettings()
Returns the builder for the settings used for calls to createTableFromSnapshot.com.google.api.gax.rpc.OperationCallSettings<CreateTableFromSnapshotRequest,Table,CreateTableFromSnapshotMetadata>
BigtableTableAdminStubSettings. createTableFromSnapshotOperationSettings()
Returns the object with the settings used for calls to createTableFromSnapshot.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTableRequest,Table>
BigtableTableAdminStubSettings.Builder. createTableSettings()
Returns the builder for the settings used for calls to createTable.com.google.api.gax.rpc.UnaryCallSettings<CreateTableRequest,Table>
BigtableTableAdminStubSettings. createTableSettings()
Returns the object with the settings used for calls to createTable.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTableRequest,Table>
BigtableTableAdminStubSettings.Builder. getTableSettings()
Returns the builder for the settings used for calls to getTable.com.google.api.gax.rpc.UnaryCallSettings<GetTableRequest,Table>
BigtableTableAdminStubSettings. getTableSettings()
Returns the object with the settings used for calls to getTable.com.google.api.gax.rpc.UnaryCallSettings.Builder<ModifyColumnFamiliesRequest,Table>
BigtableTableAdminStubSettings.Builder. modifyColumnFamiliesSettings()
Returns the builder for the settings used for calls to modifyColumnFamilies.com.google.api.gax.rpc.UnaryCallSettings<ModifyColumnFamiliesRequest,Table>
BigtableTableAdminStubSettings. modifyColumnFamiliesSettings()
Returns the object with the settings used for calls to modifyColumnFamilies.com.google.api.gax.rpc.OperationCallSettings.Builder<RestoreTableRequest,Table,RestoreTableMetadata>
BigtableTableAdminStubSettings.Builder. restoreTableOperationSettings()
Returns the builder for the settings used for calls to restoreTable.com.google.api.gax.rpc.OperationCallSettings<RestoreTableRequest,Table,RestoreTableMetadata>
BigtableTableAdminStubSettings. restoreTableOperationSettings()
Returns the object with the settings used for calls to restoreTable.com.google.api.gax.rpc.OperationCallSettings.Builder<UndeleteTableRequest,Table,UndeleteTableMetadata>
BigtableTableAdminStubSettings.Builder. undeleteTableOperationSettings()
Returns the builder for the settings used for calls to undeleteTable.com.google.api.gax.rpc.OperationCallSettings<UndeleteTableRequest,Table,UndeleteTableMetadata>
BigtableTableAdminStubSettings. undeleteTableOperationSettings()
Returns the object with the settings used for calls to undeleteTable.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateTableRequest,Table,UpdateTableMetadata>
BigtableTableAdminStubSettings.Builder. updateTableOperationSettings()
Returns the builder for the settings used for calls to updateTable.com.google.api.gax.rpc.OperationCallSettings<UpdateTableRequest,Table,UpdateTableMetadata>
BigtableTableAdminStubSettings. updateTableOperationSettings()
Returns the object with the settings used for calls to updateTable.
-