| Class | Description |
|---|---|
| BigtableGrpc |
Service for reading from and writing to existing Bigtable tables.
|
| BigtableGrpc.BigtableBlockingStub |
Service for reading from and writing to existing Bigtable tables.
|
| BigtableGrpc.BigtableFutureStub |
Service for reading from and writing to existing Bigtable tables.
|
| BigtableGrpc.BigtableImplBase |
Service for reading from and writing to existing Bigtable tables.
|
| BigtableGrpc.BigtableStub |
Service for reading from and writing to existing Bigtable tables.
|
| BigtableProto | |
| Cell |
Specifies (some of) the contents of a single row/column/timestamp of a table.
|
| Cell.Builder |
Specifies (some of) the contents of a single row/column/timestamp of a table.
|
| CheckAndMutateRowRequest |
Request message for Bigtable.CheckAndMutateRow.
|
| CheckAndMutateRowRequest.Builder |
Request message for Bigtable.CheckAndMutateRow.
|
| CheckAndMutateRowResponse |
Response message for Bigtable.CheckAndMutateRow.
|
| CheckAndMutateRowResponse.Builder |
Response message for Bigtable.CheckAndMutateRow.
|
| Column |
Specifies (some of) the contents of a single row/column intersection of a
table.
|
| Column.Builder |
Specifies (some of) the contents of a single row/column intersection of a
table.
|
| ColumnRange |
Specifies a contiguous range of columns within a single column family.
|
| ColumnRange.Builder |
Specifies a contiguous range of columns within a single column family.
|
| DataProto | |
| Family |
Specifies (some of) the contents of a single row/column family intersection
of a table.
|
| Family.Builder |
Specifies (some of) the contents of a single row/column family intersection
of a table.
|
| MutateRowRequest |
Request message for Bigtable.MutateRow.
|
| MutateRowRequest.Builder |
Request message for Bigtable.MutateRow.
|
| MutateRowResponse |
Response message for Bigtable.MutateRow.
|
| MutateRowResponse.Builder |
Response message for Bigtable.MutateRow.
|
| MutateRowsRequest |
Request message for BigtableService.MutateRows.
|
| MutateRowsRequest.Builder |
Request message for BigtableService.MutateRows.
|
| MutateRowsRequest.Entry |
Protobuf type
google.bigtable.v2.MutateRowsRequest.Entry |
| MutateRowsRequest.Entry.Builder |
Protobuf type
google.bigtable.v2.MutateRowsRequest.Entry |
| MutateRowsResponse |
Response message for BigtableService.MutateRows.
|
| MutateRowsResponse.Builder |
Response message for BigtableService.MutateRows.
|
| MutateRowsResponse.Entry |
Protobuf type
google.bigtable.v2.MutateRowsResponse.Entry |
| MutateRowsResponse.Entry.Builder |
Protobuf type
google.bigtable.v2.MutateRowsResponse.Entry |
| Mutation |
Specifies a particular change to be made to the contents of a row.
|
| Mutation.Builder |
Specifies a particular change to be made to the contents of a row.
|
| Mutation.DeleteFromColumn |
A Mutation which deletes cells from the specified column, optionally
restricting the deletions to a given timestamp range.
|
| Mutation.DeleteFromColumn.Builder |
A Mutation which deletes cells from the specified column, optionally
restricting the deletions to a given timestamp range.
|
| Mutation.DeleteFromFamily |
A Mutation which deletes all cells from the specified column family.
|
| Mutation.DeleteFromFamily.Builder |
A Mutation which deletes all cells from the specified column family.
|
| Mutation.DeleteFromRow |
A Mutation which deletes all cells from the containing row.
|
| Mutation.DeleteFromRow.Builder |
A Mutation which deletes all cells from the containing row.
|
| Mutation.SetCell |
A Mutation which sets the value of the specified cell.
|
| Mutation.SetCell.Builder |
A Mutation which sets the value of the specified cell.
|
| ReadModifyWriteRowRequest |
Request message for Bigtable.ReadModifyWriteRow.
|
| ReadModifyWriteRowRequest.Builder |
Request message for Bigtable.ReadModifyWriteRow.
|
| ReadModifyWriteRowResponse |
Response message for Bigtable.ReadModifyWriteRow.
|
| ReadModifyWriteRowResponse.Builder |
Response message for Bigtable.ReadModifyWriteRow.
|
| ReadModifyWriteRule |
Specifies an atomic read/modify/write operation on the latest value of the
specified column.
|
| ReadModifyWriteRule.Builder |
Specifies an atomic read/modify/write operation on the latest value of the
specified column.
|
| ReadRowsRequest |
Request message for Bigtable.ReadRows.
|
| ReadRowsRequest.Builder |
Request message for Bigtable.ReadRows.
|
| ReadRowsResponse |
Response message for Bigtable.ReadRows.
|
| ReadRowsResponse.Builder |
Response message for Bigtable.ReadRows.
|
| ReadRowsResponse.CellChunk |
Specifies a piece of a row's contents returned as part of the read
response stream.
|
| ReadRowsResponse.CellChunk.Builder |
Specifies a piece of a row's contents returned as part of the read
response stream.
|
| Row |
Specifies the complete (requested) contents of a single row of a table.
|
| Row.Builder |
Specifies the complete (requested) contents of a single row of a table.
|
| RowFilter |
Takes a row as input and produces an alternate view of the row based on
specified rules.
|
| RowFilter.Builder |
Takes a row as input and produces an alternate view of the row based on
specified rules.
|
| RowFilter.Chain |
A RowFilter which sends rows through several RowFilters in sequence.
|
| RowFilter.Chain.Builder |
A RowFilter which sends rows through several RowFilters in sequence.
|
| RowFilter.Condition |
A RowFilter which evaluates one of two possible RowFilters, depending on
whether or not a predicate RowFilter outputs any cells from the input row.
|
| RowFilter.Condition.Builder |
A RowFilter which evaluates one of two possible RowFilters, depending on
whether or not a predicate RowFilter outputs any cells from the input row.
|
| RowFilter.Interleave |
A RowFilter which sends each row to each of several component
RowFilters and interleaves the results.
|
| RowFilter.Interleave.Builder |
A RowFilter which sends each row to each of several component
RowFilters and interleaves the results.
|
| RowRange |
Specifies a contiguous range of rows.
|
| RowRange.Builder |
Specifies a contiguous range of rows.
|
| RowSet |
Specifies a non-contiguous set of rows.
|
| RowSet.Builder |
Specifies a non-contiguous set of rows.
|
| SampleRowKeysRequest |
Request message for Bigtable.SampleRowKeys.
|
| SampleRowKeysRequest.Builder |
Request message for Bigtable.SampleRowKeys.
|
| SampleRowKeysResponse |
Response message for Bigtable.SampleRowKeys.
|
| SampleRowKeysResponse.Builder |
Response message for Bigtable.SampleRowKeys.
|
| TableName | |
| TableName.Builder |
Builder for TableName.
|
| TimestampRange |
Specified a contiguous range of microsecond timestamps.
|
| TimestampRange.Builder |
Specified a contiguous range of microsecond timestamps.
|
| ValueRange |
Specifies a contiguous range of raw byte values.
|
| ValueRange.Builder |
Specifies a contiguous range of raw byte values.
|