| Package | Description |
|---|---|
| com.google.bigtable.v2 |
| Class and Description |
|---|
| 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.BigtableStub
Service for reading from and writing to existing Bigtable tables.
|
| 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.
|
| CellOrBuilder |
| CheckAndMutateRowRequest
Request message for Bigtable.CheckAndMutateRow.
|
| CheckAndMutateRowRequest.Builder
Request message for Bigtable.CheckAndMutateRow.
|
| CheckAndMutateRowRequestOrBuilder |
| CheckAndMutateRowResponse
Response message for Bigtable.CheckAndMutateRow.
|
| CheckAndMutateRowResponse.Builder
Response message for Bigtable.CheckAndMutateRow.
|
| CheckAndMutateRowResponseOrBuilder |
| 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.
|
| ColumnOrBuilder |
| 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.
|
| ColumnRange.EndQualifierCase |
| ColumnRange.StartQualifierCase |
| ColumnRangeOrBuilder |
| 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.
|
| FamilyOrBuilder |
| MutateRowRequest
Request message for Bigtable.MutateRow.
|
| MutateRowRequest.Builder
Request message for Bigtable.MutateRow.
|
| MutateRowRequestOrBuilder |
| MutateRowResponse
Response message for Bigtable.MutateRow.
|
| MutateRowResponse.Builder
Response message for Bigtable.MutateRow.
|
| MutateRowResponseOrBuilder |
| 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 |
| MutateRowsRequest.EntryOrBuilder |
| MutateRowsRequestOrBuilder |
| 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 |
| MutateRowsResponse.EntryOrBuilder |
| MutateRowsResponseOrBuilder |
| 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.DeleteFromColumnOrBuilder |
| 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.DeleteFromFamilyOrBuilder |
| 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.DeleteFromRowOrBuilder |
| Mutation.MutationCase |
| 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.
|
| Mutation.SetCellOrBuilder |
| MutationOrBuilder |
| ReadModifyWriteRowRequest
Request message for Bigtable.ReadModifyWriteRow.
|
| ReadModifyWriteRowRequest.Builder
Request message for Bigtable.ReadModifyWriteRow.
|
| ReadModifyWriteRowRequestOrBuilder |
| ReadModifyWriteRowResponse
Response message for Bigtable.ReadModifyWriteRow.
|
| ReadModifyWriteRowResponse.Builder
Response message for Bigtable.ReadModifyWriteRow.
|
| ReadModifyWriteRowResponseOrBuilder |
| 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.
|
| ReadModifyWriteRule.RuleCase |
| ReadModifyWriteRuleOrBuilder |
| ReadRowsRequest
Request message for Bigtable.ReadRows.
|
| ReadRowsRequest.Builder
Request message for Bigtable.ReadRows.
|
| ReadRowsRequestOrBuilder |
| 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.
|
| ReadRowsResponse.CellChunk.RowStatusCase |
| ReadRowsResponse.CellChunkOrBuilder |
| ReadRowsResponseOrBuilder |
| 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.ChainOrBuilder |
| 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.ConditionOrBuilder |
| RowFilter.FilterCase |
| 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.
|
| RowFilter.InterleaveOrBuilder |
| RowFilterOrBuilder |
| RowOrBuilder |
| RowRange
Specifies a contiguous range of rows.
|
| RowRange.Builder
Specifies a contiguous range of rows.
|
| RowRange.EndKeyCase |
| RowRange.StartKeyCase |
| RowRangeOrBuilder |
| RowSet
Specifies a non-contiguous set of rows.
|
| RowSet.Builder
Specifies a non-contiguous set of rows.
|
| RowSetOrBuilder |
| SampleRowKeysRequest
Request message for Bigtable.SampleRowKeys.
|
| SampleRowKeysRequest.Builder
Request message for Bigtable.SampleRowKeys.
|
| SampleRowKeysRequestOrBuilder |
| SampleRowKeysResponse
Response message for Bigtable.SampleRowKeys.
|
| SampleRowKeysResponse.Builder
Response message for Bigtable.SampleRowKeys.
|
| SampleRowKeysResponseOrBuilder |
| TimestampRange
Specified a contiguous range of microsecond timestamps.
|
| TimestampRange.Builder
Specified a contiguous range of microsecond timestamps.
|
| TimestampRangeOrBuilder |
| ValueRange
Specifies a contiguous range of raw byte values.
|
| ValueRange.Builder
Specifies a contiguous range of raw byte values.
|
| ValueRange.EndValueCase |
| ValueRange.StartValueCase |
| ValueRangeOrBuilder |