public static final class BigtableTableAdminGrpc.BigtableTableAdminBlockingStub extends io.grpc.stub.AbstractStub<BigtableTableAdminGrpc.BigtableTableAdminBlockingStub>
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 | Method and Description |
|---|---|
protected BigtableTableAdminGrpc.BigtableTableAdminBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.bigtable.admin.v2.CheckConsistencyResponse |
checkConsistency(com.google.bigtable.admin.v2.CheckConsistencyRequest request)
This is a private alpha release of Cloud Bigtable replication.
|
com.google.bigtable.admin.v2.Table |
createTable(com.google.bigtable.admin.v2.CreateTableRequest request)
Creates a new table in the specified instance.
|
com.google.longrunning.Operation |
createTableFromSnapshot(com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest request)
This is a private alpha release of Cloud Bigtable snapshots.
|
com.google.protobuf.Empty |
deleteSnapshot(com.google.bigtable.admin.v2.DeleteSnapshotRequest request)
This is a private alpha release of Cloud Bigtable snapshots.
|
com.google.protobuf.Empty |
deleteTable(com.google.bigtable.admin.v2.DeleteTableRequest request)
Permanently deletes a specified table and all of its data.
|
com.google.protobuf.Empty |
dropRowRange(com.google.bigtable.admin.v2.DropRowRangeRequest request)
Permanently drop/delete a row range from a specified table.
|
com.google.bigtable.admin.v2.GenerateConsistencyTokenResponse |
generateConsistencyToken(com.google.bigtable.admin.v2.GenerateConsistencyTokenRequest request)
This is a private alpha release of Cloud Bigtable replication.
|
com.google.bigtable.admin.v2.Snapshot |
getSnapshot(com.google.bigtable.admin.v2.GetSnapshotRequest request)
This is a private alpha release of Cloud Bigtable snapshots.
|
com.google.bigtable.admin.v2.Table |
getTable(com.google.bigtable.admin.v2.GetTableRequest request)
Gets metadata information about the specified table.
|
com.google.bigtable.admin.v2.ListSnapshotsResponse |
listSnapshots(com.google.bigtable.admin.v2.ListSnapshotsRequest request)
This is a private alpha release of Cloud Bigtable snapshots.
|
com.google.bigtable.admin.v2.ListTablesResponse |
listTables(com.google.bigtable.admin.v2.ListTablesRequest request)
Lists all tables served from a specified instance.
|
com.google.bigtable.admin.v2.Table |
modifyColumnFamilies(com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest request)
Performs a series of column family modifications on the specified table.
|
com.google.longrunning.Operation |
snapshotTable(com.google.bigtable.admin.v2.SnapshotTableRequest request)
This is a private alpha release of Cloud Bigtable snapshots.
|
protected BigtableTableAdminGrpc.BigtableTableAdminBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<BigtableTableAdminGrpc.BigtableTableAdminBlockingStub>public com.google.bigtable.admin.v2.Table createTable(com.google.bigtable.admin.v2.CreateTableRequest request)
Creates a new table in the specified instance. The table can be created with a full set of initial column families, specified in the request.
public com.google.longrunning.Operation createTableFromSnapshot(com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest request)
This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. Creates a new table from the specified snapshot. The target table must not exist. The snapshot and the table must be in the same instance.
public com.google.bigtable.admin.v2.ListTablesResponse listTables(com.google.bigtable.admin.v2.ListTablesRequest request)
Lists all tables served from a specified instance.
public com.google.bigtable.admin.v2.Table getTable(com.google.bigtable.admin.v2.GetTableRequest request)
Gets metadata information about the specified table.
public com.google.protobuf.Empty deleteTable(com.google.bigtable.admin.v2.DeleteTableRequest request)
Permanently deletes a specified table and all of its data.
public com.google.bigtable.admin.v2.Table modifyColumnFamilies(com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest request)
Performs a series of column family modifications on the specified table. Either all or none of the modifications will occur before this method returns, but data requests received prior to that point may see a table where only some modifications have taken effect.
public com.google.protobuf.Empty dropRowRange(com.google.bigtable.admin.v2.DropRowRangeRequest request)
Permanently drop/delete a row range from a specified table. The request can specify whether to delete all rows in a table, or only those that match a particular prefix.
public com.google.bigtable.admin.v2.GenerateConsistencyTokenResponse generateConsistencyToken(com.google.bigtable.admin.v2.GenerateConsistencyTokenRequest request)
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. Generates a consistency token for a Table, which can be used in CheckConsistency to check whether mutations to the table that finished before this call started have been replicated. The tokens will be available for 90 days.
public com.google.bigtable.admin.v2.CheckConsistencyResponse checkConsistency(com.google.bigtable.admin.v2.CheckConsistencyRequest request)
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.
public com.google.longrunning.Operation snapshotTable(com.google.bigtable.admin.v2.SnapshotTableRequest request)
This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. Creates a new snapshot in the specified cluster from the specified source table. The cluster and the table must be in the same instance.
public com.google.bigtable.admin.v2.Snapshot getSnapshot(com.google.bigtable.admin.v2.GetSnapshotRequest request)
This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. Gets metadata information about the specified snapshot.
public com.google.bigtable.admin.v2.ListSnapshotsResponse listSnapshots(com.google.bigtable.admin.v2.ListSnapshotsRequest request)
This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. Lists all snapshots associated with the specified cluster.
public com.google.protobuf.Empty deleteSnapshot(com.google.bigtable.admin.v2.DeleteSnapshotRequest request)
This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. Permanently deletes the specified snapshot.