| BigtableGrpc |
Service for reading from and writing to existing Bigtable tables.
|
| BigtableGrpc.BigtableBlockingStub |
A stub to allow clients to do synchronous rpc calls to service Bigtable.
|
| BigtableGrpc.BigtableFutureStub |
A stub to allow clients to do ListenableFuture-style rpc calls to service Bigtable.
|
| BigtableGrpc.BigtableImplBase |
Base class for the server implementation of the service Bigtable.
|
| BigtableGrpc.BigtableStub |
A stub to allow clients to do asynchronous rpc calls to service Bigtable.
|
| 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.
|
| FeatureFlags |
Feature flags supported or enabled by a client.
|
| FeatureFlags.Builder |
Feature flags supported or enabled by a client.
|
| FeatureFlagsProto |
|
| FullReadStatsView |
FullReadStatsView captures all known information about a read.
|
| FullReadStatsView.Builder |
FullReadStatsView captures all known information about a read.
|
| GenerateInitialChangeStreamPartitionsRequest |
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| GenerateInitialChangeStreamPartitionsRequest.Builder |
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| GenerateInitialChangeStreamPartitionsResponse |
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| GenerateInitialChangeStreamPartitionsResponse.Builder |
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| InstanceName |
|
| InstanceName.Builder |
Builder for projects/{project}/instances/{instance}.
|
| 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 |
A mutation for a given row.
|
| MutateRowsRequest.Entry.Builder |
A mutation for a given row.
|
| MutateRowsResponse |
Response message for BigtableService.MutateRows.
|
| MutateRowsResponse.Builder |
Response message for BigtableService.MutateRows.
|
| MutateRowsResponse.Entry |
The result of applying a passed mutation in the original request.
|
| MutateRowsResponse.Entry.Builder |
The result of applying a passed mutation in the original request.
|
| 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.
|
| PingAndWarmRequest |
Request message for client connection keep-alive and warming.
|
| PingAndWarmRequest.Builder |
Request message for client connection keep-alive and warming.
|
| PingAndWarmResponse |
Response message for Bigtable.PingAndWarm connection keepalive and warming.
|
| PingAndWarmResponse.Builder |
Response message for Bigtable.PingAndWarm connection keepalive and warming.
|
| RateLimitInfo |
Information about how client should adjust the load to Bigtable.
|
| RateLimitInfo.Builder |
Information about how client should adjust the load to Bigtable.
|
| ReadChangeStreamRequest |
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| ReadChangeStreamRequest.Builder |
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| ReadChangeStreamResponse |
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| ReadChangeStreamResponse.Builder |
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| ReadChangeStreamResponse.CloseStream |
A message indicating that the client should stop reading from the stream.
|
| ReadChangeStreamResponse.CloseStream.Builder |
A message indicating that the client should stop reading from the stream.
|
| ReadChangeStreamResponse.DataChange |
A message corresponding to one or more mutations to the partition
being streamed.
|
| ReadChangeStreamResponse.DataChange.Builder |
A message corresponding to one or more mutations to the partition
being streamed.
|
| ReadChangeStreamResponse.Heartbeat |
A periodic message with information that can be used to checkpoint
the state of a stream.
|
| ReadChangeStreamResponse.Heartbeat.Builder |
A periodic message with information that can be used to checkpoint
the state of a stream.
|
| ReadChangeStreamResponse.MutationChunk |
A partial or complete mutation.
|
| ReadChangeStreamResponse.MutationChunk.Builder |
A partial or complete mutation.
|
| ReadChangeStreamResponse.MutationChunk.ChunkInfo |
Information about the chunking of this mutation.
|
| ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder |
Information about the chunking of this mutation.
|
| ReadIterationStats |
ReadIterationStats captures information about the iteration of rows or cells
over the course of a read, e.g.
|
| ReadIterationStats.Builder |
ReadIterationStats captures information about the iteration of rows or cells
over the course of a read, e.g.
|
| 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.
|
| RequestLatencyStats |
RequestLatencyStats provides a measurement of the latency of the request as
it interacts with different systems over its lifetime, e.g.
|
| RequestLatencyStats.Builder |
RequestLatencyStats provides a measurement of the latency of the request as
it interacts with different systems over its lifetime, e.g.
|
| RequestStats |
RequestStats is the container for additional information pertaining to a
single request, helpful for evaluating the performance of the sent request.
|
| RequestStats.Builder |
RequestStats is the container for additional information pertaining to a
single request, helpful for evaluating the performance of the sent request.
|
| RequestStatsProto |
|
| ResponseParams |
Response metadata proto
This is an experimental feature that will be used to get zone_id and
cluster_id from response trailers to tag the metrics.
|
| ResponseParams.Builder |
Response metadata proto
This is an experimental feature that will be used to get zone_id and
cluster_id from response trailers to tag the metrics.
|
| ResponseParamsProto |
|
| 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.
|
| StreamContinuationToken |
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| StreamContinuationToken.Builder |
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| StreamContinuationTokens |
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| StreamContinuationTokens.Builder |
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| StreamPartition |
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| StreamPartition.Builder |
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| TableName |
|
| TableName.Builder |
Builder for projects/{project}/instances/{instance}/tables/{table}.
|
| 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.
|