| BigtableGrpc.AsyncService |
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.BigtableStub |
A stub to allow clients to do asynchronous rpc calls to service Bigtable.
|
| 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 |
|
| FeatureFlags |
Feature flags supported or enabled by a client.
|
| FeatureFlags.Builder |
Feature flags supported or enabled by a client.
|
| FeatureFlagsOrBuilder |
|
| FullReadStatsView |
FullReadStatsView captures all known information about a read.
|
| FullReadStatsView.Builder |
FullReadStatsView captures all known information about a read.
|
| FullReadStatsViewOrBuilder |
|
| 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.
|
| GenerateInitialChangeStreamPartitionsRequestOrBuilder |
|
| 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.
|
| GenerateInitialChangeStreamPartitionsResponseOrBuilder |
|
| InstanceName |
|
| InstanceName.Builder |
Builder for projects/{project}/instances/{instance}.
|
| 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 |
A mutation for a given row.
|
| MutateRowsRequest.Entry.Builder |
A mutation for a given row.
|
| MutateRowsRequest.EntryOrBuilder |
|
| MutateRowsRequestOrBuilder |
|
| 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.
|
| 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 |
|
| PingAndWarmRequest |
Request message for client connection keep-alive and warming.
|
| PingAndWarmRequest.Builder |
Request message for client connection keep-alive and warming.
|
| PingAndWarmRequestOrBuilder |
|
| PingAndWarmResponse |
Response message for Bigtable.PingAndWarm connection keepalive and warming.
|
| PingAndWarmResponse.Builder |
Response message for Bigtable.PingAndWarm connection keepalive and warming.
|
| PingAndWarmResponseOrBuilder |
|
| RateLimitInfo |
Information about how client should adjust the load to Bigtable.
|
| RateLimitInfo.Builder |
Information about how client should adjust the load to Bigtable.
|
| RateLimitInfoOrBuilder |
|
| 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.
|
| ReadChangeStreamRequest.StartFromCase |
|
| ReadChangeStreamRequestOrBuilder |
|
| 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.CloseStreamOrBuilder |
|
| 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.DataChange.Type |
The type of mutation.
|
| ReadChangeStreamResponse.DataChangeOrBuilder |
|
| 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.HeartbeatOrBuilder |
|
| 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.
|
| ReadChangeStreamResponse.MutationChunk.ChunkInfoOrBuilder |
|
| ReadChangeStreamResponse.MutationChunkOrBuilder |
|
| ReadChangeStreamResponse.StreamRecordCase |
|
| ReadChangeStreamResponseOrBuilder |
|
| 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.
|
| ReadIterationStatsOrBuilder |
|
| 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.
|
| ReadRowsRequest.RequestStatsView |
The desired view into RequestStats that should be returned in the response.
|
| 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 |
|
| 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.
|
| RequestLatencyStatsOrBuilder |
|
| 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.
|
| RequestStats.StatsViewCase |
|
| RequestStatsOrBuilder |
|
| 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.
|
| ResponseParamsOrBuilder |
|
| 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 |
|
| 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.
|
| StreamContinuationTokenOrBuilder |
|
| 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.
|
| StreamContinuationTokensOrBuilder |
|
| 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.
|
| StreamPartitionOrBuilder |
|
| 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.
|
| 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 |
|