Index

A B C D E F G H I K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addAllCells(Iterable<? extends Cell>) - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
addAllChunks(Iterable<? extends ReadChangeStreamResponse.MutationChunk>) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
addAllChunks(Iterable<? extends ReadRowsResponse.CellChunk>) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
addAllColumns(Iterable<? extends Column>) - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
addAllContinuationTokens(Iterable<? extends StreamContinuationToken>) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
addAllEntries(Iterable<? extends MutateRowsRequest.Entry>) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
addAllEntries(Iterable<? extends MutateRowsResponse.Entry>) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
addAllFalseMutations(Iterable<? extends Mutation>) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
addAllFamilies(Iterable<? extends Family>) - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
addAllFilters(Iterable<? extends RowFilter>) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
addAllFilters(Iterable<? extends RowFilter>) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
addAllLabels(Iterable<String>) - Method in class com.google.bigtable.v2.Cell.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
addAllLabels(Iterable<String>) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
addAllMutations(Iterable<? extends Mutation>) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
addAllMutations(Iterable<? extends Mutation>) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
addAllNewPartitions(Iterable<? extends StreamPartition>) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
addAllRowKeys(Iterable<? extends ByteString>) - Method in class com.google.bigtable.v2.RowSet.Builder
Single rows included in the set.
addAllRowRanges(Iterable<? extends RowRange>) - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
addAllRules(Iterable<? extends ReadModifyWriteRule>) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
addAllTokens(Iterable<? extends StreamContinuationToken>) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
addAllTrueMutations(Iterable<? extends Mutation>) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
addCells(int, Cell) - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
addCells(int, Cell.Builder) - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
addCells(Cell) - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
addCells(Cell.Builder) - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
addCellsBuilder() - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
addCellsBuilder(int) - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
addChunks(int, ReadChangeStreamResponse.MutationChunk) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
addChunks(int, ReadChangeStreamResponse.MutationChunk.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
addChunks(int, ReadRowsResponse.CellChunk) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
addChunks(int, ReadRowsResponse.CellChunk.Builder) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
addChunks(ReadChangeStreamResponse.MutationChunk) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
addChunks(ReadChangeStreamResponse.MutationChunk.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
addChunks(ReadRowsResponse.CellChunk) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
addChunks(ReadRowsResponse.CellChunk.Builder) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
addChunksBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
addChunksBuilder() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
addChunksBuilder(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
addChunksBuilder(int) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
addColumns(int, Column) - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
addColumns(int, Column.Builder) - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
addColumns(Column) - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
addColumns(Column.Builder) - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
addColumnsBuilder() - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
addColumnsBuilder(int) - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
addContinuationTokens(int, StreamContinuationToken) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
addContinuationTokens(int, StreamContinuationToken.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
addContinuationTokens(StreamContinuationToken) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
addContinuationTokens(StreamContinuationToken.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
addContinuationTokensBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
addContinuationTokensBuilder(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
addEntries(int, MutateRowsRequest.Entry) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
addEntries(int, MutateRowsRequest.Entry.Builder) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
addEntries(int, MutateRowsResponse.Entry) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
addEntries(int, MutateRowsResponse.Entry.Builder) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
addEntries(MutateRowsRequest.Entry) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
addEntries(MutateRowsRequest.Entry.Builder) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
addEntries(MutateRowsResponse.Entry) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
addEntries(MutateRowsResponse.Entry.Builder) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
addEntriesBuilder() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
addEntriesBuilder() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
addEntriesBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
addEntriesBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
addFalseMutations(int, Mutation) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
addFalseMutations(int, Mutation.Builder) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
addFalseMutations(Mutation) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
addFalseMutations(Mutation.Builder) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
addFalseMutationsBuilder() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
addFalseMutationsBuilder(int) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
addFamilies(int, Family) - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
addFamilies(int, Family.Builder) - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
addFamilies(Family) - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
addFamilies(Family.Builder) - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
addFamiliesBuilder() - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
addFamiliesBuilder(int) - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
addFilters(int, RowFilter) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
addFilters(int, RowFilter) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
addFilters(int, RowFilter.Builder) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
addFilters(int, RowFilter.Builder) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
addFilters(RowFilter) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
addFilters(RowFilter) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
addFilters(RowFilter.Builder) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
addFilters(RowFilter.Builder) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
addFiltersBuilder() - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
addFiltersBuilder() - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
addFiltersBuilder(int) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
addFiltersBuilder(int) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
addLabels(String) - Method in class com.google.bigtable.v2.Cell.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
addLabels(String) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
addLabelsBytes(ByteString) - Method in class com.google.bigtable.v2.Cell.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
addLabelsBytes(ByteString) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
addMutations(int, Mutation) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
addMutations(int, Mutation) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
addMutations(int, Mutation.Builder) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
addMutations(int, Mutation.Builder) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
addMutations(Mutation) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
addMutations(Mutation) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
addMutations(Mutation.Builder) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
addMutations(Mutation.Builder) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
addMutationsBuilder() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
addMutationsBuilder() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
addMutationsBuilder(int) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
addMutationsBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
addNewPartitions(int, StreamPartition) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
addNewPartitions(int, StreamPartition.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
addNewPartitions(StreamPartition) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
addNewPartitions(StreamPartition.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
addNewPartitionsBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
addNewPartitionsBuilder(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Cell.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Column.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Family.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Mutation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RequestStats.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Row.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RowFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RowRange.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RowSet.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ValueRange.Builder
 
addRowKeys(ByteString) - Method in class com.google.bigtable.v2.RowSet.Builder
Single rows included in the set.
addRowRanges(int, RowRange) - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
addRowRanges(int, RowRange.Builder) - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
addRowRanges(RowRange) - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
addRowRanges(RowRange.Builder) - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
addRowRangesBuilder() - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
addRowRangesBuilder(int) - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
addRules(int, ReadModifyWriteRule) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
addRules(int, ReadModifyWriteRule.Builder) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
addRules(ReadModifyWriteRule) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
addRules(ReadModifyWriteRule.Builder) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
addRulesBuilder() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
addRulesBuilder(int) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
addTokens(int, StreamContinuationToken) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
addTokens(int, StreamContinuationToken.Builder) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
addTokens(StreamContinuationToken) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
addTokens(StreamContinuationToken.Builder) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
addTokensBuilder() - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
addTokensBuilder(int) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
addTrueMutations(int, Mutation) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
addTrueMutations(int, Mutation.Builder) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
addTrueMutations(Mutation) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
addTrueMutations(Mutation.Builder) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
addTrueMutationsBuilder() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
addTrueMutationsBuilder(int) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
APP_PROFILE_ID_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
APP_PROFILE_ID_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
APP_PROFILE_ID_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.MutateRowRequest
 
APP_PROFILE_ID_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.MutateRowsRequest
 
APP_PROFILE_ID_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.PingAndWarmRequest
 
APP_PROFILE_ID_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamRequest
 
APP_PROFILE_ID_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
APP_PROFILE_ID_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsRequest
 
APP_PROFILE_ID_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.SampleRowKeysRequest
 
APPEND_VALUE - Enum constant in enum com.google.bigtable.v2.ReadModifyWriteRule.RuleCase
 
APPEND_VALUE_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadModifyWriteRule
 
APPLY_LABEL_TRANSFORMER - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
APPLY_LABEL_TRANSFORMER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 

B

BigtableProto - Class in com.google.bigtable.v2
 
BLOCK_ALL_FILTER - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
BLOCK_ALL_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
build() - Method in class com.google.bigtable.v2.Cell.Builder
 
build() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
build() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
build() - Method in class com.google.bigtable.v2.Column.Builder
 
build() - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
build() - Method in class com.google.bigtable.v2.Family.Builder
 
build() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
build() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
build() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
build() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
build() - Method in class com.google.bigtable.v2.InstanceName.Builder
 
build() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
build() - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
build() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
build() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
build() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
build() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
build() - Method in class com.google.bigtable.v2.Mutation.Builder
 
build() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
build() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
build() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
build() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
build() - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
build() - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
build() - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
build() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
build() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
build() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
build() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
build() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
build() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
build() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
build() - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
build() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
build() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
build() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
build() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
build() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
build() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
build() - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
build() - Method in class com.google.bigtable.v2.RequestStats.Builder
 
build() - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
build() - Method in class com.google.bigtable.v2.Row.Builder
 
build() - Method in class com.google.bigtable.v2.RowFilter.Builder
 
build() - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
build() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
build() - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
build() - Method in class com.google.bigtable.v2.RowRange.Builder
 
build() - Method in class com.google.bigtable.v2.RowSet.Builder
 
build() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
build() - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
build() - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
build() - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
build() - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
build() - Method in class com.google.bigtable.v2.TableName.Builder
 
build() - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
build() - Method in class com.google.bigtable.v2.ValueRange.Builder
 
Builder() - Constructor for class com.google.bigtable.v2.InstanceName.Builder
 
Builder() - Constructor for class com.google.bigtable.v2.TableName.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.Cell.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.Column.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.Family.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.Mutation.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.RequestStats.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.Row.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.RowFilter.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.RowRange.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.RowSet.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
buildPartial() - Method in class com.google.bigtable.v2.ValueRange.Builder
 

C

Cell - Class in com.google.bigtable.v2
Specifies (some of) the contents of a single row/column/timestamp of a table.
Cell.Builder - Class in com.google.bigtable.v2
Specifies (some of) the contents of a single row/column/timestamp of a table.
CellOrBuilder - Interface in com.google.bigtable.v2
 
CELLS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Column
 
CELLS_PER_COLUMN_LIMIT_FILTER - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
CELLS_PER_COLUMN_LIMIT_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
CELLS_PER_ROW_LIMIT_FILTER - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
CELLS_PER_ROW_LIMIT_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
CELLS_PER_ROW_OFFSET_FILTER - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
CELLS_PER_ROW_OFFSET_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
CELLS_RETURNED_COUNT_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadIterationStats
 
CELLS_SEEN_COUNT_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadIterationStats
 
CHAIN - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
CHAIN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
CheckAndMutateRowRequest - Class in com.google.bigtable.v2
Request message for Bigtable.CheckAndMutateRow.
CheckAndMutateRowRequest.Builder - Class in com.google.bigtable.v2
Request message for Bigtable.CheckAndMutateRow.
CheckAndMutateRowRequestOrBuilder - Interface in com.google.bigtable.v2
 
CheckAndMutateRowResponse - Class in com.google.bigtable.v2
Response message for Bigtable.CheckAndMutateRow.
CheckAndMutateRowResponse.Builder - Class in com.google.bigtable.v2
Response message for Bigtable.CheckAndMutateRow.
CheckAndMutateRowResponseOrBuilder - Interface in com.google.bigtable.v2
 
CHUNK_INFO_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
CHUNKED_VALUE_OFFSET_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
CHUNKED_VALUE_SIZE_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
CHUNKS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
CHUNKS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse
 
clear() - Method in class com.google.bigtable.v2.Cell.Builder
 
clear() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
clear() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
clear() - Method in class com.google.bigtable.v2.Column.Builder
 
clear() - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
clear() - Method in class com.google.bigtable.v2.Family.Builder
 
clear() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
clear() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
clear() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
clear() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
clear() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
clear() - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
clear() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
clear() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
clear() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
clear() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
clear() - Method in class com.google.bigtable.v2.Mutation.Builder
 
clear() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
clear() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
clear() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
clear() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
clear() - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
clear() - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
clear() - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
clear() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
clear() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
clear() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
clear() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
clear() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
clear() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
clear() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
clear() - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
clear() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
clear() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
clear() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
clear() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
clear() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
clear() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
clear() - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
clear() - Method in class com.google.bigtable.v2.RequestStats.Builder
 
clear() - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
clear() - Method in class com.google.bigtable.v2.Row.Builder
 
clear() - Method in class com.google.bigtable.v2.RowFilter.Builder
 
clear() - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
clear() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
clear() - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
clear() - Method in class com.google.bigtable.v2.RowRange.Builder
 
clear() - Method in class com.google.bigtable.v2.RowSet.Builder
 
clear() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
clear() - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
clear() - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
clear() - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
clear() - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
clear() - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
clear() - Method in class com.google.bigtable.v2.ValueRange.Builder
 
clearAppendValue() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
Rule specifying that `append_value` be appended to the existing value.
clearApplyLabelTransformer() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies the given label to all cells in the output row.
clearAppProfileId() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
This value specifies routing for replication.
clearAppProfileId() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
This value specifies routing for replication.
clearAppProfileId() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
This value specifies routing for replication.
clearAppProfileId() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
This value specifies routing for replication.
clearAppProfileId() - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
This value specifies routing for replication.
clearAppProfileId() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
This value specifies routing for replication.
clearAppProfileId() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
This value specifies routing for replication.
clearAppProfileId() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
This value specifies routing for replication.
clearAppProfileId() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
This value specifies routing for replication.
clearBlockAllFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Does not match any cells, regardless of input.
clearCells() - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
clearCellsPerColumnLimitFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only the most recent N cells within each column.
clearCellsPerRowLimitFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only the first N cells of each row.
clearCellsPerRowOffsetFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Skips the first N cells of each row, matching all subsequent cells.
clearCellsReturnedCount() - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
The cells returned as part of the request.
clearCellsSeenCount() - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
The cells seen (scanned) as part of the request.
clearChain() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in sequence, progressively narrowing the results.
clearChunkedValueOffset() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
The byte offset of this chunk into the total value size of the mutation.
clearChunkedValueSize() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
The total value size of all the chunks that make up the `SetCell`.
clearChunkInfo() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
clearChunks() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
clearChunks() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
clearCloseStream() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
An indication that the stream should be closed.
clearClusterId() - Method in class com.google.bigtable.v2.ResponseParams.Builder
Identifier for a cluster that represents set of bigtable resources.
clearColumnQualifier() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
The qualifier of the column from which cells should be deleted.
clearColumnQualifier() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
The qualifier of the column into which new data should be written.
clearColumnQualifier() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
The qualifier of the column to which the read/modify/write should be applied.
clearColumnQualifierRegexFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns whose qualifiers satisfy the given RE2 regex.
clearColumnRangeFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns within the given range.
clearColumns() - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
clearCommitRow() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Indicates that the client can safely process all previous chunks for `row_key`, as its data has been fully read.
clearCommitTimestamp() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The timestamp at which the mutation was applied on the Bigtable server.
clearCondition() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.
clearContinuationToken() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
clearContinuationTokens() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Tokens that describe how to resume reading a stream where reading previously left off.
clearContinuationTokens() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
clearDataChange() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
A mutation to the partition.
clearDeleteFromColumn() - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from a column.
clearDeleteFromFamily() - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from a column family.
clearDeleteFromRow() - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from the entire row.
clearDone() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
When true, indicates that the entire `DataChange` has been read and the client can safely process the message.
clearEndKey() - Method in class com.google.bigtable.v2.RowRange.Builder
 
clearEndKeyClosed() - Method in class com.google.bigtable.v2.RowRange.Builder
Used when giving an inclusive upper bound for the range.
clearEndKeyOpen() - Method in class com.google.bigtable.v2.RowRange.Builder
Used when giving an exclusive upper bound for the range.
clearEndQualifier() - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
clearEndQualifierClosed() - Method in class com.google.bigtable.v2.ColumnRange.Builder
Used when giving an inclusive upper bound for the range.
clearEndQualifierOpen() - Method in class com.google.bigtable.v2.ColumnRange.Builder
Used when giving an exclusive upper bound for the range.
clearEndTime() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
If specified, OK will be returned when the stream advances beyond this time.
clearEndTimestampMicros() - Method in class com.google.bigtable.v2.TimestampRange.Builder
Exclusive upper bound.
clearEndValue() - Method in class com.google.bigtable.v2.ValueRange.Builder
 
clearEndValueClosed() - Method in class com.google.bigtable.v2.ValueRange.Builder
Used when giving an inclusive upper bound for the range.
clearEndValueOpen() - Method in class com.google.bigtable.v2.ValueRange.Builder
Used when giving an exclusive upper bound for the range.
clearEntries() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
clearEntries() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
clearEstimatedLowWatermark() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
clearEstimatedLowWatermark() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
clearFactor() - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
If it has been at least one `period` since the last load adjustment, the client should multiply the current load by this value to get the new target load.
clearFalseFilter() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
The filter to apply to the input row if `predicate_filter` does not return any results.
clearFalseMutations() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
clearFamilies() - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
clearFamilyName() - Method in class com.google.bigtable.v2.ColumnRange.Builder
The name of the column family within which this range falls.
clearFamilyName() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
The name of the family from which cells should be deleted.
clearFamilyName() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
The name of the family from which cells should be deleted.
clearFamilyName() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
The name of the family into which new data should be written.
clearFamilyName() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
The name of the family to which the read/modify/write should be applied.
clearFamilyName() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The column family name for this chunk of data.
clearFamilyNameRegexFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns whose families satisfy the given RE2 regex.
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.Cell.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.Column.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.Family.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.Mutation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.RequestStats.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.Row.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.RowFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.RowRange.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.RowSet.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.v2.ValueRange.Builder
 
clearFilter() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The filter to apply to the contents of the specified row(s).
clearFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
 
clearFilters() - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
clearFilters() - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
clearFrontendServerLatency() - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
The latency measured by the frontend server handling this request, from when the request was received, to when this value is sent back in the response.
clearFullReadStatsView() - Method in class com.google.bigtable.v2.RequestStats.Builder
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
clearHeartbeat() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
A periodic heartbeat message.
clearHeartbeatDuration() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
If specified, the duration between `Heartbeat` messages on the stream.
clearIncrementAmount() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
Rule specifying that `increment_amount` be added to the existing value.
clearIndex() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
The index into the original request's `entries` list of the Entry for which a result is being reported.
clearInterleave() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in parallel and combines the results.
clearKey() - Method in class com.google.bigtable.v2.Row.Builder
The unique key which identifies this row within its table.
clearLabels() - Method in class com.google.bigtable.v2.Cell.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
clearLabels() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
clearLastChunk() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
When true, this is the last chunk of a chunked `SetCell`.
clearLastScannedRowKey() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
Optionally the server might return the row key of the last row it has scanned.
clearLastScannedRowResponses() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client supports the last_scanned_row field in ReadRowsResponse for long-running scans.
clearMutateRowsRateLimit() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse.
clearMutateRowsRateLimit2() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse.
clearMutation() - Method in class com.google.bigtable.v2.Mutation.Builder
 
clearMutation() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
clearMutations() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
clearMutations() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
clearName() - Method in class com.google.bigtable.v2.Family.Builder
The unique key which identifies this family within its row.
clearName() - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
Required.
clearNewPartitions() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
clearOffsetBytes() - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
Approximate total storage space used by all rows in the table which precede `row_key`.
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.Cell.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.Column.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.Family.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.Mutation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.RequestStats.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.Row.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.RowFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.RowRange.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.RowSet.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ValueRange.Builder
 
clearPartition() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
A partition of the change stream.
clearPartition() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
The partition to read changes from.
clearPartition() - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
The partition that this token applies to.
clearPassAllFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches all cells, regardless of input.
clearPeriod() - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
Time that clients should wait before adjusting the target rate again.
clearPredicateFilter() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
The filter to be applied to the contents of the specified row.
clearPredicateFilter() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.
clearPredicateMatched() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
Whether or not the request's `predicate_filter` yielded any results for the specified row.
clearQualifier() - Method in class com.google.bigtable.v2.Column.Builder
The unique key which identifies this column within its family.
clearQualifier() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The column qualifier for this chunk of data.
clearRateLimitInfo() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
Information about how client should limit the rate (QPS).
clearReadIterationStats() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
Iteration stats describe how efficient the read is, e.g.
clearRequestLatencyStats() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
Request latency stats describe the time taken to complete a request, from the server side.
clearRequestStats() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
If requested, provide enhanced query performance statistics.
clearRequestStatsView() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The view into RequestStats, as described above.
clearResetRow() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Indicates that the client should drop all previous chunks for `row_key`, as it will be re-read from the beginning.
clearRetryInfo() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client supports using retry info back off durations to retry requests with.
clearReversed() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
Experimental API - Please note that this API is currently experimental and can change in the future.
clearReverseScans() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client supports reverse scans.
clearRoutingCookie() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client supports using encoded routing cookie strings to retry requests with.
clearRow() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
A Row containing the new contents of all cells modified by the request.
clearRowKey() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Required.
clearRowKey() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
clearRowKey() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
The key of the row to which the `mutations` should be applied.
clearRowKey() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The row key for all mutations that are part of this `DataChange`.
clearRowKey() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
clearRowKey() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The row key for this chunk of data.
clearRowKey() - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
Sorted streamed sequence of sample row keys in the table.
clearRowKeyRegexFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from rows whose keys satisfy the given RE2 regex.
clearRowKeys() - Method in class com.google.bigtable.v2.RowSet.Builder
Single rows included in the set.
clearRowRange() - Method in class com.google.bigtable.v2.StreamPartition.Builder
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
clearRowRanges() - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
clearRows() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The row keys and/or ranges to read sequentially.
clearRowSampleFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches all cells from a row with probability p, and matches no cells from the row with probability 1-p.
clearRowsLimit() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The read will stop after committing to N rows' worth of results.
clearRowsReturnedCount() - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
The rows returned as part of the request.
clearRowsSeenCount() - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
The rows seen (scanned) as part of the request.
clearRowStatus() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
clearRule() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
clearRules() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
clearSetCell() - Method in class com.google.bigtable.v2.Mutation.Builder
Set a cell's value.
clearSink() - Method in class com.google.bigtable.v2.RowFilter.Builder
ADVANCED USE ONLY.
clearSourceClusterId() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The cluster where the mutation was applied.
clearStartFrom() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
clearStartKey() - Method in class com.google.bigtable.v2.RowRange.Builder
 
clearStartKeyClosed() - Method in class com.google.bigtable.v2.RowRange.Builder
Used when giving an inclusive lower bound for the range.
clearStartKeyOpen() - Method in class com.google.bigtable.v2.RowRange.Builder
Used when giving an exclusive lower bound for the range.
clearStartQualifier() - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
clearStartQualifierClosed() - Method in class com.google.bigtable.v2.ColumnRange.Builder
Used when giving an inclusive lower bound for the range.
clearStartQualifierOpen() - Method in class com.google.bigtable.v2.ColumnRange.Builder
Used when giving an exclusive lower bound for the range.
clearStartTime() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Start reading the stream at the specified timestamp.
clearStartTimestampMicros() - Method in class com.google.bigtable.v2.TimestampRange.Builder
Inclusive lower bound.
clearStartValue() - Method in class com.google.bigtable.v2.ValueRange.Builder
 
clearStartValueClosed() - Method in class com.google.bigtable.v2.ValueRange.Builder
Used when giving an inclusive lower bound for the range.
clearStartValueOpen() - Method in class com.google.bigtable.v2.ValueRange.Builder
Used when giving an exclusive lower bound for the range.
clearStatsView() - Method in class com.google.bigtable.v2.RequestStats.Builder
 
clearStatus() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
The result of the request Entry identified by `index`.
clearStatus() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
The status of the stream.
clearStreamRecord() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
clearStripValueTransformer() - Method in class com.google.bigtable.v2.RowFilter.Builder
Replaces each cell's value with the empty string.
clearTableName() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Required.
clearTableName() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
Required.
clearTableName() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
clearTableName() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
clearTableName() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Required.
clearTableName() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
clearTableName() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
Required.
clearTableName() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
Required.
clearTiebreaker() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
A value that lets stream consumers reconstruct Bigtable's conflict resolution semantics.
clearTimeRange() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
The range of timestamps within which cells should be deleted.
clearTimestampMicros() - Method in class com.google.bigtable.v2.Cell.Builder
The cell's stored timestamp, which also uniquely identifies it within its column.
clearTimestampMicros() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
The timestamp of the cell into which new data should be written.
clearTimestampMicros() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The cell's stored timestamp, which also uniquely identifies it within its column.
clearTimestampRangeFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with timestamps within the given range.
clearToken() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
An encoded position for this stream's partition to restart reading from.
clearToken() - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
An encoded position in the stream to restart reading from.
clearTokens() - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
clearTrueFilter() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
The filter to apply to the input row if `predicate_filter` returns any results.
clearTrueMutations() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
clearType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The type of the mutation.
clearValue() - Method in class com.google.bigtable.v2.Cell.Builder
The value stored in the cell.
clearValue() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
The value to be written into the specified cell.
clearValue() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The value stored in the cell.
clearValueRangeFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with values that fall within the given range.
clearValueRegexFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with values that satisfy the given regular expression.
clearValueSize() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
If this CellChunk is part of a chunked cell value and this is not the final chunk of that cell, value_size will be set to the total length of the cell value.
clearZoneId() - Method in class com.google.bigtable.v2.ResponseParams.Builder
The cloud bigtable zone associated with the cluster.
clone() - Method in class com.google.bigtable.v2.Cell.Builder
 
clone() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
clone() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
clone() - Method in class com.google.bigtable.v2.Column.Builder
 
clone() - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
clone() - Method in class com.google.bigtable.v2.Family.Builder
 
clone() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
clone() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
clone() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
clone() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
clone() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
clone() - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
clone() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
clone() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
clone() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
clone() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
clone() - Method in class com.google.bigtable.v2.Mutation.Builder
 
clone() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
clone() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
clone() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
clone() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
clone() - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
clone() - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
clone() - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
clone() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
clone() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
clone() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
clone() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
clone() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
clone() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
clone() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
clone() - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
clone() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
clone() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
clone() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
clone() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
clone() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
clone() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
clone() - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
clone() - Method in class com.google.bigtable.v2.RequestStats.Builder
 
clone() - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
clone() - Method in class com.google.bigtable.v2.Row.Builder
 
clone() - Method in class com.google.bigtable.v2.RowFilter.Builder
 
clone() - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
clone() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
clone() - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
clone() - Method in class com.google.bigtable.v2.RowRange.Builder
 
clone() - Method in class com.google.bigtable.v2.RowSet.Builder
 
clone() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
clone() - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
clone() - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
clone() - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
clone() - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
clone() - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
clone() - Method in class com.google.bigtable.v2.ValueRange.Builder
 
CLOSE_STREAM - Enum constant in enum com.google.bigtable.v2.ReadChangeStreamResponse.StreamRecordCase
 
CLOSE_STREAM_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse
 
CLUSTER_ID_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ResponseParams
 
Column - Class in com.google.bigtable.v2
Specifies (some of) the contents of a single row/column intersection of a table.
COLUMN_QUALIFIER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
COLUMN_QUALIFIER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Mutation.SetCell
 
COLUMN_QUALIFIER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadModifyWriteRule
 
COLUMN_QUALIFIER_REGEX_FILTER - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
COLUMN_QUALIFIER_REGEX_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
COLUMN_RANGE_FILTER - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
COLUMN_RANGE_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
Column.Builder - Class in com.google.bigtable.v2
Specifies (some of) the contents of a single row/column intersection of a table.
ColumnOrBuilder - Interface in com.google.bigtable.v2
 
ColumnRange - Class in com.google.bigtable.v2
Specifies a contiguous range of columns within a single column family.
ColumnRange.Builder - Class in com.google.bigtable.v2
Specifies a contiguous range of columns within a single column family.
ColumnRange.EndQualifierCase - Enum in com.google.bigtable.v2
 
ColumnRange.StartQualifierCase - Enum in com.google.bigtable.v2
 
ColumnRangeOrBuilder - Interface in com.google.bigtable.v2
 
COLUMNS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Family
 
com.google.bigtable.v2 - package com.google.bigtable.v2
 
COMMIT_ROW - Enum constant in enum com.google.bigtable.v2.ReadRowsResponse.CellChunk.RowStatusCase
 
COMMIT_ROW_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
COMMIT_TIMESTAMP_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
CONDITION - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
CONDITION_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
CONTINUATION - Enum constant in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
This is a continuation of a multi-message change.
CONTINUATION_TOKEN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
CONTINUATION_TOKENS - Enum constant in enum com.google.bigtable.v2.ReadChangeStreamRequest.StartFromCase
 
CONTINUATION_TOKENS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamRequest
 
CONTINUATION_TOKENS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
CONTINUATION_VALUE - Static variable in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
This is a continuation of a multi-message change.

D

DATA_CHANGE - Enum constant in enum com.google.bigtable.v2.ReadChangeStreamResponse.StreamRecordCase
 
DATA_CHANGE_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse
 
DataProto - Class in com.google.bigtable.v2
 
DELETE_FROM_COLUMN - Enum constant in enum com.google.bigtable.v2.Mutation.MutationCase
 
DELETE_FROM_COLUMN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Mutation
 
DELETE_FROM_FAMILY - Enum constant in enum com.google.bigtable.v2.Mutation.MutationCase
 
DELETE_FROM_FAMILY_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Mutation
 
DELETE_FROM_ROW - Enum constant in enum com.google.bigtable.v2.Mutation.MutationCase
 
DELETE_FROM_ROW_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Mutation
 
DONE_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 

E

END_KEY_CLOSED - Enum constant in enum com.google.bigtable.v2.RowRange.EndKeyCase
 
END_KEY_CLOSED_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowRange
 
END_KEY_OPEN - Enum constant in enum com.google.bigtable.v2.RowRange.EndKeyCase
 
END_KEY_OPEN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowRange
 
END_QUALIFIER_CLOSED - Enum constant in enum com.google.bigtable.v2.ColumnRange.EndQualifierCase
 
END_QUALIFIER_CLOSED_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ColumnRange
 
END_QUALIFIER_OPEN - Enum constant in enum com.google.bigtable.v2.ColumnRange.EndQualifierCase
 
END_QUALIFIER_OPEN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ColumnRange
 
END_TIME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamRequest
 
END_TIMESTAMP_MICROS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.TimestampRange
 
END_VALUE_CLOSED - Enum constant in enum com.google.bigtable.v2.ValueRange.EndValueCase
 
END_VALUE_CLOSED_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ValueRange
 
END_VALUE_OPEN - Enum constant in enum com.google.bigtable.v2.ValueRange.EndValueCase
 
END_VALUE_OPEN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ValueRange
 
ENDKEY_NOT_SET - Enum constant in enum com.google.bigtable.v2.RowRange.EndKeyCase
 
ENDQUALIFIER_NOT_SET - Enum constant in enum com.google.bigtable.v2.ColumnRange.EndQualifierCase
 
ENDVALUE_NOT_SET - Enum constant in enum com.google.bigtable.v2.ValueRange.EndValueCase
 
ENTRIES_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.MutateRowsRequest
 
ENTRIES_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.MutateRowsResponse
 
equals(Object) - Method in class com.google.bigtable.v2.Cell
 
equals(Object) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
equals(Object) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
equals(Object) - Method in class com.google.bigtable.v2.Column
 
equals(Object) - Method in class com.google.bigtable.v2.ColumnRange
 
equals(Object) - Method in class com.google.bigtable.v2.Family
 
equals(Object) - Method in class com.google.bigtable.v2.FeatureFlags
 
equals(Object) - Method in class com.google.bigtable.v2.FullReadStatsView
 
equals(Object) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
equals(Object) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
equals(Object) - Method in class com.google.bigtable.v2.InstanceName
 
equals(Object) - Method in class com.google.bigtable.v2.MutateRowRequest
 
equals(Object) - Method in class com.google.bigtable.v2.MutateRowResponse
 
equals(Object) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
equals(Object) - Method in class com.google.bigtable.v2.MutateRowsRequest
 
equals(Object) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
equals(Object) - Method in class com.google.bigtable.v2.MutateRowsResponse
 
equals(Object) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
equals(Object) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
equals(Object) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
equals(Object) - Method in class com.google.bigtable.v2.Mutation
 
equals(Object) - Method in class com.google.bigtable.v2.Mutation.SetCell
 
equals(Object) - Method in class com.google.bigtable.v2.PingAndWarmRequest
 
equals(Object) - Method in class com.google.bigtable.v2.PingAndWarmResponse
 
equals(Object) - Method in class com.google.bigtable.v2.RateLimitInfo
 
equals(Object) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
equals(Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
equals(Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
equals(Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
equals(Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
equals(Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
equals(Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
equals(Object) - Method in class com.google.bigtable.v2.ReadIterationStats
 
equals(Object) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
equals(Object) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
equals(Object) - Method in class com.google.bigtable.v2.ReadModifyWriteRule
 
equals(Object) - Method in class com.google.bigtable.v2.ReadRowsRequest
 
equals(Object) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
equals(Object) - Method in class com.google.bigtable.v2.ReadRowsResponse
 
equals(Object) - Method in class com.google.bigtable.v2.RequestLatencyStats
 
equals(Object) - Method in class com.google.bigtable.v2.RequestStats
 
equals(Object) - Method in class com.google.bigtable.v2.ResponseParams
 
equals(Object) - Method in class com.google.bigtable.v2.Row
 
equals(Object) - Method in class com.google.bigtable.v2.RowFilter.Chain
 
equals(Object) - Method in class com.google.bigtable.v2.RowFilter.Condition
 
equals(Object) - Method in class com.google.bigtable.v2.RowFilter
 
equals(Object) - Method in class com.google.bigtable.v2.RowFilter.Interleave
 
equals(Object) - Method in class com.google.bigtable.v2.RowRange
 
equals(Object) - Method in class com.google.bigtable.v2.RowSet
 
equals(Object) - Method in class com.google.bigtable.v2.SampleRowKeysRequest
 
equals(Object) - Method in class com.google.bigtable.v2.SampleRowKeysResponse
 
equals(Object) - Method in class com.google.bigtable.v2.StreamContinuationToken
 
equals(Object) - Method in class com.google.bigtable.v2.StreamContinuationTokens
 
equals(Object) - Method in class com.google.bigtable.v2.StreamPartition
 
equals(Object) - Method in class com.google.bigtable.v2.TableName
 
equals(Object) - Method in class com.google.bigtable.v2.TimestampRange
 
equals(Object) - Method in class com.google.bigtable.v2.ValueRange
 
ESTIMATED_LOW_WATERMARK_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
ESTIMATED_LOW_WATERMARK_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 

F

FACTOR_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RateLimitInfo
 
FALSE_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter.Condition
 
FALSE_MUTATIONS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
FAMILIES_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Row
 
Family - Class in com.google.bigtable.v2
Specifies (some of) the contents of a single row/column family intersection of a table.
FAMILY_NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ColumnRange
 
FAMILY_NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
FAMILY_NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
FAMILY_NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Mutation.SetCell
 
FAMILY_NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadModifyWriteRule
 
FAMILY_NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
FAMILY_NAME_REGEX_FILTER - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
FAMILY_NAME_REGEX_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
Family.Builder - Class in com.google.bigtable.v2
Specifies (some of) the contents of a single row/column family intersection of a table.
FamilyOrBuilder - Interface in com.google.bigtable.v2
 
FeatureFlags - Class in com.google.bigtable.v2
Feature flags supported or enabled by a client.
FeatureFlags.Builder - Class in com.google.bigtable.v2
Feature flags supported or enabled by a client.
FeatureFlagsOrBuilder - Interface in com.google.bigtable.v2
 
FeatureFlagsProto - Class in com.google.bigtable.v2
 
FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsRequest
 
FILTER_NOT_SET - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
FILTERS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter.Chain
 
FILTERS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter.Interleave
 
format(String, String) - Static method in class com.google.bigtable.v2.InstanceName
 
format(String, String, String) - Static method in class com.google.bigtable.v2.TableName
 
forNumber(int) - Static method in enum com.google.bigtable.v2.ColumnRange.EndQualifierCase
 
forNumber(int) - Static method in enum com.google.bigtable.v2.ColumnRange.StartQualifierCase
 
forNumber(int) - Static method in enum com.google.bigtable.v2.Mutation.MutationCase
 
forNumber(int) - Static method in enum com.google.bigtable.v2.ReadChangeStreamRequest.StartFromCase
 
forNumber(int) - Static method in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
 
forNumber(int) - Static method in enum com.google.bigtable.v2.ReadChangeStreamResponse.StreamRecordCase
 
forNumber(int) - Static method in enum com.google.bigtable.v2.ReadModifyWriteRule.RuleCase
 
forNumber(int) - Static method in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
 
forNumber(int) - Static method in enum com.google.bigtable.v2.ReadRowsResponse.CellChunk.RowStatusCase
 
forNumber(int) - Static method in enum com.google.bigtable.v2.RequestStats.StatsViewCase
 
forNumber(int) - Static method in enum com.google.bigtable.v2.RowFilter.FilterCase
 
forNumber(int) - Static method in enum com.google.bigtable.v2.RowRange.EndKeyCase
 
forNumber(int) - Static method in enum com.google.bigtable.v2.RowRange.StartKeyCase
 
forNumber(int) - Static method in enum com.google.bigtable.v2.ValueRange.EndValueCase
 
forNumber(int) - Static method in enum com.google.bigtable.v2.ValueRange.StartValueCase
 
FRONTEND_SERVER_LATENCY_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RequestLatencyStats
 
FULL_READ_STATS_VIEW - Enum constant in enum com.google.bigtable.v2.RequestStats.StatsViewCase
 
FULL_READ_STATS_VIEW_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RequestStats
 
FullReadStatsView - Class in com.google.bigtable.v2
FullReadStatsView captures all known information about a read.
FullReadStatsView.Builder - Class in com.google.bigtable.v2
FullReadStatsView captures all known information about a read.
FullReadStatsViewOrBuilder - Interface in com.google.bigtable.v2
 

G

GARBAGE_COLLECTION - Enum constant in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
A system-initiated mutation as part of garbage collection.
GARBAGE_COLLECTION_VALUE - Static variable in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
A system-initiated mutation as part of garbage collection.
GenerateInitialChangeStreamPartitionsRequest - Class in com.google.bigtable.v2
NOTE: This API is intended to be used by Apache Beam BigtableIO.
GenerateInitialChangeStreamPartitionsRequest.Builder - Class in com.google.bigtable.v2
NOTE: This API is intended to be used by Apache Beam BigtableIO.
GenerateInitialChangeStreamPartitionsRequestOrBuilder - Interface in com.google.bigtable.v2
 
GenerateInitialChangeStreamPartitionsResponse - Class in com.google.bigtable.v2
NOTE: This API is intended to be used by Apache Beam BigtableIO.
GenerateInitialChangeStreamPartitionsResponse.Builder - Class in com.google.bigtable.v2
NOTE: This API is intended to be used by Apache Beam BigtableIO.
GenerateInitialChangeStreamPartitionsResponseOrBuilder - Interface in com.google.bigtable.v2
 
getAppendValue() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
Rule specifying that `append_value` be appended to the existing value.
getAppendValue() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
Rule specifying that `append_value` be appended to the existing value.
getAppendValue() - Method in interface com.google.bigtable.v2.ReadModifyWriteRuleOrBuilder
Rule specifying that `append_value` be appended to the existing value.
getApplyLabelTransformer() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies the given label to all cells in the output row.
getApplyLabelTransformer() - Method in class com.google.bigtable.v2.RowFilter
Applies the given label to all cells in the output row.
getApplyLabelTransformer() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Applies the given label to all cells in the output row.
getApplyLabelTransformerBytes() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies the given label to all cells in the output row.
getApplyLabelTransformerBytes() - Method in class com.google.bigtable.v2.RowFilter
Applies the given label to all cells in the output row.
getApplyLabelTransformerBytes() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Applies the given label to all cells in the output row.
getAppProfileId() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
This value specifies routing for replication.
getAppProfileId() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
This value specifies routing for replication.
getAppProfileId() - Method in interface com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequestOrBuilder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.MutateRowRequest
This value specifies routing for replication.
getAppProfileId() - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.MutateRowsRequest
This value specifies routing for replication.
getAppProfileId() - Method in interface com.google.bigtable.v2.MutateRowsRequestOrBuilder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.PingAndWarmRequest
This value specifies routing for replication.
getAppProfileId() - Method in interface com.google.bigtable.v2.PingAndWarmRequestOrBuilder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
This value specifies routing for replication.
getAppProfileId() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
This value specifies routing for replication.
getAppProfileId() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.ReadRowsRequest
This value specifies routing for replication.
getAppProfileId() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
This value specifies routing for replication.
getAppProfileId() - Method in class com.google.bigtable.v2.SampleRowKeysRequest
This value specifies routing for replication.
getAppProfileId() - Method in interface com.google.bigtable.v2.SampleRowKeysRequestOrBuilder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
This value specifies routing for replication.
getAppProfileIdBytes() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
This value specifies routing for replication.
getAppProfileIdBytes() - Method in interface com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequestOrBuilder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.MutateRowRequest
This value specifies routing for replication.
getAppProfileIdBytes() - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.MutateRowsRequest
This value specifies routing for replication.
getAppProfileIdBytes() - Method in interface com.google.bigtable.v2.MutateRowsRequestOrBuilder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.PingAndWarmRequest
This value specifies routing for replication.
getAppProfileIdBytes() - Method in interface com.google.bigtable.v2.PingAndWarmRequestOrBuilder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
This value specifies routing for replication.
getAppProfileIdBytes() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
This value specifies routing for replication.
getAppProfileIdBytes() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.ReadRowsRequest
This value specifies routing for replication.
getAppProfileIdBytes() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
This value specifies routing for replication.
getAppProfileIdBytes() - Method in class com.google.bigtable.v2.SampleRowKeysRequest
This value specifies routing for replication.
getAppProfileIdBytes() - Method in interface com.google.bigtable.v2.SampleRowKeysRequestOrBuilder
This value specifies routing for replication.
getBlockAllFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Does not match any cells, regardless of input.
getBlockAllFilter() - Method in class com.google.bigtable.v2.RowFilter
Does not match any cells, regardless of input.
getBlockAllFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Does not match any cells, regardless of input.
getCells(int) - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
getCells(int) - Method in class com.google.bigtable.v2.Column
Must not be empty.
getCells(int) - Method in interface com.google.bigtable.v2.ColumnOrBuilder
Must not be empty.
getCellsBuilder(int) - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
getCellsBuilderList() - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
getCellsCount() - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
getCellsCount() - Method in class com.google.bigtable.v2.Column
Must not be empty.
getCellsCount() - Method in interface com.google.bigtable.v2.ColumnOrBuilder
Must not be empty.
getCellsList() - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
getCellsList() - Method in class com.google.bigtable.v2.Column
Must not be empty.
getCellsList() - Method in interface com.google.bigtable.v2.ColumnOrBuilder
Must not be empty.
getCellsOrBuilder(int) - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
getCellsOrBuilder(int) - Method in class com.google.bigtable.v2.Column
Must not be empty.
getCellsOrBuilder(int) - Method in interface com.google.bigtable.v2.ColumnOrBuilder
Must not be empty.
getCellsOrBuilderList() - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
getCellsOrBuilderList() - Method in class com.google.bigtable.v2.Column
Must not be empty.
getCellsOrBuilderList() - Method in interface com.google.bigtable.v2.ColumnOrBuilder
Must not be empty.
getCellsPerColumnLimitFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only the most recent N cells within each column.
getCellsPerColumnLimitFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only the most recent N cells within each column.
getCellsPerColumnLimitFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only the most recent N cells within each column.
getCellsPerRowLimitFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only the first N cells of each row.
getCellsPerRowLimitFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only the first N cells of each row.
getCellsPerRowLimitFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only the first N cells of each row.
getCellsPerRowOffsetFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Skips the first N cells of each row, matching all subsequent cells.
getCellsPerRowOffsetFilter() - Method in class com.google.bigtable.v2.RowFilter
Skips the first N cells of each row, matching all subsequent cells.
getCellsPerRowOffsetFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Skips the first N cells of each row, matching all subsequent cells.
getCellsReturnedCount() - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
The cells returned as part of the request.
getCellsReturnedCount() - Method in class com.google.bigtable.v2.ReadIterationStats
The cells returned as part of the request.
getCellsReturnedCount() - Method in interface com.google.bigtable.v2.ReadIterationStatsOrBuilder
The cells returned as part of the request.
getCellsSeenCount() - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
The cells seen (scanned) as part of the request.
getCellsSeenCount() - Method in class com.google.bigtable.v2.ReadIterationStats
The cells seen (scanned) as part of the request.
getCellsSeenCount() - Method in interface com.google.bigtable.v2.ReadIterationStatsOrBuilder
The cells seen (scanned) as part of the request.
getChain() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in sequence, progressively narrowing the results.
getChain() - Method in class com.google.bigtable.v2.RowFilter
Applies several RowFilters to the data in sequence, progressively narrowing the results.
getChain() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Applies several RowFilters to the data in sequence, progressively narrowing the results.
getChainBuilder() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in sequence, progressively narrowing the results.
getChainOrBuilder() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in sequence, progressively narrowing the results.
getChainOrBuilder() - Method in class com.google.bigtable.v2.RowFilter
Applies several RowFilters to the data in sequence, progressively narrowing the results.
getChainOrBuilder() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Applies several RowFilters to the data in sequence, progressively narrowing the results.
getChunkedValueOffset() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
The byte offset of this chunk into the total value size of the mutation.
getChunkedValueOffset() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
The byte offset of this chunk into the total value size of the mutation.
getChunkedValueOffset() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfoOrBuilder
The byte offset of this chunk into the total value size of the mutation.
getChunkedValueSize() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
The total value size of all the chunks that make up the `SetCell`.
getChunkedValueSize() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
The total value size of all the chunks that make up the `SetCell`.
getChunkedValueSize() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfoOrBuilder
The total value size of all the chunks that make up the `SetCell`.
getChunkInfo() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
getChunkInfo() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
getChunkInfo() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunkOrBuilder
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
getChunkInfoBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
getChunkInfoOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
getChunkInfoOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
getChunkInfoOrBuilder() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunkOrBuilder
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
getChunks(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
getChunks(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
The mutations associated with this change to the partition.
getChunks(int) - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
The mutations associated with this change to the partition.
getChunks(int) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
getChunks(int) - Method in class com.google.bigtable.v2.ReadRowsResponse
A collection of a row's contents as part of the read request.
getChunks(int) - Method in interface com.google.bigtable.v2.ReadRowsResponseOrBuilder
A collection of a row's contents as part of the read request.
getChunksBuilder(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
getChunksBuilder(int) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
getChunksBuilderList() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
getChunksBuilderList() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
getChunksCount() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
getChunksCount() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
The mutations associated with this change to the partition.
getChunksCount() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
The mutations associated with this change to the partition.
getChunksCount() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
getChunksCount() - Method in class com.google.bigtable.v2.ReadRowsResponse
A collection of a row's contents as part of the read request.
getChunksCount() - Method in interface com.google.bigtable.v2.ReadRowsResponseOrBuilder
A collection of a row's contents as part of the read request.
getChunksList() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
getChunksList() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
The mutations associated with this change to the partition.
getChunksList() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
The mutations associated with this change to the partition.
getChunksList() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
getChunksList() - Method in class com.google.bigtable.v2.ReadRowsResponse
A collection of a row's contents as part of the read request.
getChunksList() - Method in interface com.google.bigtable.v2.ReadRowsResponseOrBuilder
A collection of a row's contents as part of the read request.
getChunksOrBuilder(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
getChunksOrBuilder(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
The mutations associated with this change to the partition.
getChunksOrBuilder(int) - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
The mutations associated with this change to the partition.
getChunksOrBuilder(int) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
getChunksOrBuilder(int) - Method in class com.google.bigtable.v2.ReadRowsResponse
A collection of a row's contents as part of the read request.
getChunksOrBuilder(int) - Method in interface com.google.bigtable.v2.ReadRowsResponseOrBuilder
A collection of a row's contents as part of the read request.
getChunksOrBuilderList() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
getChunksOrBuilderList() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
The mutations associated with this change to the partition.
getChunksOrBuilderList() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
The mutations associated with this change to the partition.
getChunksOrBuilderList() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
getChunksOrBuilderList() - Method in class com.google.bigtable.v2.ReadRowsResponse
A collection of a row's contents as part of the read request.
getChunksOrBuilderList() - Method in interface com.google.bigtable.v2.ReadRowsResponseOrBuilder
A collection of a row's contents as part of the read request.
getCloseStream() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
An indication that the stream should be closed.
getCloseStream() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
An indication that the stream should be closed.
getCloseStream() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponseOrBuilder
An indication that the stream should be closed.
getCloseStreamBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
An indication that the stream should be closed.
getCloseStreamOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
An indication that the stream should be closed.
getCloseStreamOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
An indication that the stream should be closed.
getCloseStreamOrBuilder() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponseOrBuilder
An indication that the stream should be closed.
getClusterId() - Method in class com.google.bigtable.v2.ResponseParams.Builder
Identifier for a cluster that represents set of bigtable resources.
getClusterId() - Method in class com.google.bigtable.v2.ResponseParams
Identifier for a cluster that represents set of bigtable resources.
getClusterId() - Method in interface com.google.bigtable.v2.ResponseParamsOrBuilder
Identifier for a cluster that represents set of bigtable resources.
getClusterIdBytes() - Method in class com.google.bigtable.v2.ResponseParams.Builder
Identifier for a cluster that represents set of bigtable resources.
getClusterIdBytes() - Method in class com.google.bigtable.v2.ResponseParams
Identifier for a cluster that represents set of bigtable resources.
getClusterIdBytes() - Method in interface com.google.bigtable.v2.ResponseParamsOrBuilder
Identifier for a cluster that represents set of bigtable resources.
getColumnQualifier() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
The qualifier of the column from which cells should be deleted.
getColumnQualifier() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
The qualifier of the column from which cells should be deleted.
getColumnQualifier() - Method in interface com.google.bigtable.v2.Mutation.DeleteFromColumnOrBuilder
The qualifier of the column from which cells should be deleted.
getColumnQualifier() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
The qualifier of the column into which new data should be written.
getColumnQualifier() - Method in class com.google.bigtable.v2.Mutation.SetCell
The qualifier of the column into which new data should be written.
getColumnQualifier() - Method in interface com.google.bigtable.v2.Mutation.SetCellOrBuilder
The qualifier of the column into which new data should be written.
getColumnQualifier() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
The qualifier of the column to which the read/modify/write should be applied.
getColumnQualifier() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
The qualifier of the column to which the read/modify/write should be applied.
getColumnQualifier() - Method in interface com.google.bigtable.v2.ReadModifyWriteRuleOrBuilder
The qualifier of the column to which the read/modify/write should be applied.
getColumnQualifierRegexFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns whose qualifiers satisfy the given RE2 regex.
getColumnQualifierRegexFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells from columns whose qualifiers satisfy the given RE2 regex.
getColumnQualifierRegexFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells from columns whose qualifiers satisfy the given RE2 regex.
getColumnRangeFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns within the given range.
getColumnRangeFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells from columns within the given range.
getColumnRangeFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells from columns within the given range.
getColumnRangeFilterBuilder() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns within the given range.
getColumnRangeFilterOrBuilder() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns within the given range.
getColumnRangeFilterOrBuilder() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells from columns within the given range.
getColumnRangeFilterOrBuilder() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells from columns within the given range.
getColumns(int) - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
getColumns(int) - Method in class com.google.bigtable.v2.Family
Must not be empty.
getColumns(int) - Method in interface com.google.bigtable.v2.FamilyOrBuilder
Must not be empty.
getColumnsBuilder(int) - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
getColumnsBuilderList() - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
getColumnsCount() - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
getColumnsCount() - Method in class com.google.bigtable.v2.Family
Must not be empty.
getColumnsCount() - Method in interface com.google.bigtable.v2.FamilyOrBuilder
Must not be empty.
getColumnsList() - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
getColumnsList() - Method in class com.google.bigtable.v2.Family
Must not be empty.
getColumnsList() - Method in interface com.google.bigtable.v2.FamilyOrBuilder
Must not be empty.
getColumnsOrBuilder(int) - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
getColumnsOrBuilder(int) - Method in class com.google.bigtable.v2.Family
Must not be empty.
getColumnsOrBuilder(int) - Method in interface com.google.bigtable.v2.FamilyOrBuilder
Must not be empty.
getColumnsOrBuilderList() - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
getColumnsOrBuilderList() - Method in class com.google.bigtable.v2.Family
Must not be empty.
getColumnsOrBuilderList() - Method in interface com.google.bigtable.v2.FamilyOrBuilder
Must not be empty.
getCommitRow() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Indicates that the client can safely process all previous chunks for `row_key`, as its data has been fully read.
getCommitRow() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
Indicates that the client can safely process all previous chunks for `row_key`, as its data has been fully read.
getCommitRow() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
Indicates that the client can safely process all previous chunks for `row_key`, as its data has been fully read.
getCommitTimestamp() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The timestamp at which the mutation was applied on the Bigtable server.
getCommitTimestamp() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
The timestamp at which the mutation was applied on the Bigtable server.
getCommitTimestamp() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
The timestamp at which the mutation was applied on the Bigtable server.
getCommitTimestampBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The timestamp at which the mutation was applied on the Bigtable server.
getCommitTimestampOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The timestamp at which the mutation was applied on the Bigtable server.
getCommitTimestampOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
The timestamp at which the mutation was applied on the Bigtable server.
getCommitTimestampOrBuilder() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
The timestamp at which the mutation was applied on the Bigtable server.
getCondition() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.
getCondition() - Method in class com.google.bigtable.v2.RowFilter
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.
getCondition() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.
getConditionBuilder() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.
getConditionOrBuilder() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.
getConditionOrBuilder() - Method in class com.google.bigtable.v2.RowFilter
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.
getConditionOrBuilder() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.
getContinuationToken() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
getContinuationToken() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
getContinuationToken() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.HeartbeatOrBuilder
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
getContinuationTokenBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
getContinuationTokenOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
getContinuationTokenOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
getContinuationTokenOrBuilder() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.HeartbeatOrBuilder
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
getContinuationTokens() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Tokens that describe how to resume reading a stream where reading previously left off.
getContinuationTokens() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
Tokens that describe how to resume reading a stream where reading previously left off.
getContinuationTokens() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
Tokens that describe how to resume reading a stream where reading previously left off.
getContinuationTokens(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
getContinuationTokens(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
If non-empty, contains the information needed to resume reading their associated partitions.
getContinuationTokens(int) - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.CloseStreamOrBuilder
If non-empty, contains the information needed to resume reading their associated partitions.
getContinuationTokensBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Tokens that describe how to resume reading a stream where reading previously left off.
getContinuationTokensBuilder(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
getContinuationTokensBuilderList() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
getContinuationTokensCount() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
getContinuationTokensCount() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
If non-empty, contains the information needed to resume reading their associated partitions.
getContinuationTokensCount() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.CloseStreamOrBuilder
If non-empty, contains the information needed to resume reading their associated partitions.
getContinuationTokensList() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
getContinuationTokensList() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
If non-empty, contains the information needed to resume reading their associated partitions.
getContinuationTokensList() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.CloseStreamOrBuilder
If non-empty, contains the information needed to resume reading their associated partitions.
getContinuationTokensOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Tokens that describe how to resume reading a stream where reading previously left off.
getContinuationTokensOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
Tokens that describe how to resume reading a stream where reading previously left off.
getContinuationTokensOrBuilder() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
Tokens that describe how to resume reading a stream where reading previously left off.
getContinuationTokensOrBuilder(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
getContinuationTokensOrBuilder(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
If non-empty, contains the information needed to resume reading their associated partitions.
getContinuationTokensOrBuilder(int) - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.CloseStreamOrBuilder
If non-empty, contains the information needed to resume reading their associated partitions.
getContinuationTokensOrBuilderList() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
getContinuationTokensOrBuilderList() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
If non-empty, contains the information needed to resume reading their associated partitions.
getContinuationTokensOrBuilderList() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.CloseStreamOrBuilder
If non-empty, contains the information needed to resume reading their associated partitions.
getDataChange() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
A mutation to the partition.
getDataChange() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
A mutation to the partition.
getDataChange() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponseOrBuilder
A mutation to the partition.
getDataChangeBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
A mutation to the partition.
getDataChangeOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
A mutation to the partition.
getDataChangeOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
A mutation to the partition.
getDataChangeOrBuilder() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponseOrBuilder
A mutation to the partition.
getDefaultInstance() - Static method in class com.google.bigtable.v2.Cell
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.Column
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ColumnRange
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.Family
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.FeatureFlags
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.FullReadStatsView
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.MutateRowRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.MutateRowResponse
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.Mutation
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.RateLimitInfo
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ReadIterationStats
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.RequestStats
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ResponseParams
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.Row
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.RowFilter
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.RowRange
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.RowSet
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.StreamPartition
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.TimestampRange
 
getDefaultInstance() - Static method in class com.google.bigtable.v2.ValueRange
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Cell.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Cell
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Column.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Column
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ColumnRange
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Family.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Family
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.FeatureFlags
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.FullReadStatsView
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.MutateRowRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.MutateRowResponse
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.MutateRowsRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.MutateRowsResponse
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Mutation.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Mutation
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Mutation.SetCell
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.PingAndWarmRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.PingAndWarmResponse
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RateLimitInfo
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadIterationStats
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadRowsRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ReadRowsResponse
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RequestLatencyStats
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RequestStats.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RequestStats
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ResponseParams
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Row.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.Row
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RowFilter.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RowFilter.Chain
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RowFilter.Condition
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RowFilter
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RowFilter.Interleave
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RowRange.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RowRange
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RowSet.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.RowSet
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.SampleRowKeysRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.SampleRowKeysResponse
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.StreamContinuationToken
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.StreamContinuationTokens
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.StreamPartition
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.TimestampRange
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ValueRange.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.v2.ValueRange
 
getDeleteFromColumn() - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from a column.
getDeleteFromColumn() - Method in class com.google.bigtable.v2.Mutation
Deletes cells from a column.
getDeleteFromColumn() - Method in interface com.google.bigtable.v2.MutationOrBuilder
Deletes cells from a column.
getDeleteFromColumnBuilder() - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from a column.
getDeleteFromColumnOrBuilder() - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from a column.
getDeleteFromColumnOrBuilder() - Method in class com.google.bigtable.v2.Mutation
Deletes cells from a column.
getDeleteFromColumnOrBuilder() - Method in interface com.google.bigtable.v2.MutationOrBuilder
Deletes cells from a column.
getDeleteFromFamily() - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from a column family.
getDeleteFromFamily() - Method in class com.google.bigtable.v2.Mutation
Deletes cells from a column family.
getDeleteFromFamily() - Method in interface com.google.bigtable.v2.MutationOrBuilder
Deletes cells from a column family.
getDeleteFromFamilyBuilder() - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from a column family.
getDeleteFromFamilyOrBuilder() - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from a column family.
getDeleteFromFamilyOrBuilder() - Method in class com.google.bigtable.v2.Mutation
Deletes cells from a column family.
getDeleteFromFamilyOrBuilder() - Method in interface com.google.bigtable.v2.MutationOrBuilder
Deletes cells from a column family.
getDeleteFromRow() - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from the entire row.
getDeleteFromRow() - Method in class com.google.bigtable.v2.Mutation
Deletes cells from the entire row.
getDeleteFromRow() - Method in interface com.google.bigtable.v2.MutationOrBuilder
Deletes cells from the entire row.
getDeleteFromRowBuilder() - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from the entire row.
getDeleteFromRowOrBuilder() - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from the entire row.
getDeleteFromRowOrBuilder() - Method in class com.google.bigtable.v2.Mutation
Deletes cells from the entire row.
getDeleteFromRowOrBuilder() - Method in interface com.google.bigtable.v2.MutationOrBuilder
Deletes cells from the entire row.
getDescriptor() - Static method in class com.google.bigtable.v2.BigtableProto
 
getDescriptor() - Static method in class com.google.bigtable.v2.Cell.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.Cell
 
getDescriptor() - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
getDescriptor() - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
getDescriptor() - Static method in class com.google.bigtable.v2.Column.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.Column
 
getDescriptor() - Static method in class com.google.bigtable.v2.ColumnRange.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ColumnRange
 
getDescriptor() - Static method in class com.google.bigtable.v2.DataProto
 
getDescriptor() - Static method in class com.google.bigtable.v2.Family.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.Family
 
getDescriptor() - Static method in class com.google.bigtable.v2.FeatureFlags.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.FeatureFlags
 
getDescriptor() - Static method in class com.google.bigtable.v2.FeatureFlagsProto
 
getDescriptor() - Static method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.FullReadStatsView
 
getDescriptor() - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
getDescriptor() - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
getDescriptor() - Static method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.MutateRowRequest
 
getDescriptor() - Static method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.MutateRowResponse
 
getDescriptor() - Static method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
getDescriptor() - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
getDescriptor() - Static method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
getDescriptor() - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
getDescriptor() - Static method in class com.google.bigtable.v2.Mutation.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
getDescriptor() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
getDescriptor() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
getDescriptor() - Static method in class com.google.bigtable.v2.Mutation
 
getDescriptor() - Static method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
getDescriptor() - Static method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
getDescriptor() - Static method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
getDescriptor() - Static method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.RateLimitInfo
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
getDescriptor() - Static method in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadIterationStats
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
getDescriptor() - Static method in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
getDescriptor() - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
getDescriptor() - Static method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
getDescriptor() - Static method in class com.google.bigtable.v2.RequestStats.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.RequestStats
 
getDescriptor() - Static method in class com.google.bigtable.v2.RequestStatsProto
 
getDescriptor() - Static method in class com.google.bigtable.v2.ResponseParams.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ResponseParams
 
getDescriptor() - Static method in class com.google.bigtable.v2.ResponseParamsProto
 
getDescriptor() - Static method in class com.google.bigtable.v2.Row.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.Row
 
getDescriptor() - Static method in class com.google.bigtable.v2.RowFilter.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
getDescriptor() - Static method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
getDescriptor() - Static method in class com.google.bigtable.v2.RowFilter
 
getDescriptor() - Static method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
getDescriptor() - Static method in class com.google.bigtable.v2.RowRange.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.RowRange
 
getDescriptor() - Static method in class com.google.bigtable.v2.RowSet.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.RowSet
 
getDescriptor() - Static method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
getDescriptor() - Static method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
getDescriptor() - Static method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
getDescriptor() - Static method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
getDescriptor() - Static method in class com.google.bigtable.v2.StreamPartition.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.StreamPartition
 
getDescriptor() - Static method in class com.google.bigtable.v2.TimestampRange.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.TimestampRange
 
getDescriptor() - Static method in class com.google.bigtable.v2.ValueRange.Builder
 
getDescriptor() - Static method in class com.google.bigtable.v2.ValueRange
 
getDescriptorForType() - Method in class com.google.bigtable.v2.Cell.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.Column.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.Family.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.Mutation.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
getDescriptorForType() - Method in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
getDescriptorForType() - Method in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.RequestStats.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.Row.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.RowFilter.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.RowRange.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.RowSet.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ValueRange.Builder
 
getDone() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
When true, indicates that the entire `DataChange` has been read and the client can safely process the message.
getDone() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
When true, indicates that the entire `DataChange` has been read and the client can safely process the message.
getDone() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
When true, indicates that the entire `DataChange` has been read and the client can safely process the message.
getEndKeyCase() - Method in class com.google.bigtable.v2.RowRange.Builder
 
getEndKeyCase() - Method in class com.google.bigtable.v2.RowRange
 
getEndKeyCase() - Method in interface com.google.bigtable.v2.RowRangeOrBuilder
 
getEndKeyClosed() - Method in class com.google.bigtable.v2.RowRange.Builder
Used when giving an inclusive upper bound for the range.
getEndKeyClosed() - Method in class com.google.bigtable.v2.RowRange
Used when giving an inclusive upper bound for the range.
getEndKeyClosed() - Method in interface com.google.bigtable.v2.RowRangeOrBuilder
Used when giving an inclusive upper bound for the range.
getEndKeyOpen() - Method in class com.google.bigtable.v2.RowRange.Builder
Used when giving an exclusive upper bound for the range.
getEndKeyOpen() - Method in class com.google.bigtable.v2.RowRange
Used when giving an exclusive upper bound for the range.
getEndKeyOpen() - Method in interface com.google.bigtable.v2.RowRangeOrBuilder
Used when giving an exclusive upper bound for the range.
getEndQualifierCase() - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
getEndQualifierCase() - Method in class com.google.bigtable.v2.ColumnRange
 
getEndQualifierCase() - Method in interface com.google.bigtable.v2.ColumnRangeOrBuilder
 
getEndQualifierClosed() - Method in class com.google.bigtable.v2.ColumnRange.Builder
Used when giving an inclusive upper bound for the range.
getEndQualifierClosed() - Method in class com.google.bigtable.v2.ColumnRange
Used when giving an inclusive upper bound for the range.
getEndQualifierClosed() - Method in interface com.google.bigtable.v2.ColumnRangeOrBuilder
Used when giving an inclusive upper bound for the range.
getEndQualifierOpen() - Method in class com.google.bigtable.v2.ColumnRange.Builder
Used when giving an exclusive upper bound for the range.
getEndQualifierOpen() - Method in class com.google.bigtable.v2.ColumnRange
Used when giving an exclusive upper bound for the range.
getEndQualifierOpen() - Method in interface com.google.bigtable.v2.ColumnRangeOrBuilder
Used when giving an exclusive upper bound for the range.
getEndTime() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
If specified, OK will be returned when the stream advances beyond this time.
getEndTime() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
If specified, OK will be returned when the stream advances beyond this time.
getEndTime() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
If specified, OK will be returned when the stream advances beyond this time.
getEndTimeBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
If specified, OK will be returned when the stream advances beyond this time.
getEndTimeOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
If specified, OK will be returned when the stream advances beyond this time.
getEndTimeOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
If specified, OK will be returned when the stream advances beyond this time.
getEndTimeOrBuilder() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
If specified, OK will be returned when the stream advances beyond this time.
getEndTimestampMicros() - Method in class com.google.bigtable.v2.TimestampRange.Builder
Exclusive upper bound.
getEndTimestampMicros() - Method in class com.google.bigtable.v2.TimestampRange
Exclusive upper bound.
getEndTimestampMicros() - Method in interface com.google.bigtable.v2.TimestampRangeOrBuilder
Exclusive upper bound.
getEndValueCase() - Method in class com.google.bigtable.v2.ValueRange.Builder
 
getEndValueCase() - Method in class com.google.bigtable.v2.ValueRange
 
getEndValueCase() - Method in interface com.google.bigtable.v2.ValueRangeOrBuilder
 
getEndValueClosed() - Method in class com.google.bigtable.v2.ValueRange.Builder
Used when giving an inclusive upper bound for the range.
getEndValueClosed() - Method in class com.google.bigtable.v2.ValueRange
Used when giving an inclusive upper bound for the range.
getEndValueClosed() - Method in interface com.google.bigtable.v2.ValueRangeOrBuilder
Used when giving an inclusive upper bound for the range.
getEndValueOpen() - Method in class com.google.bigtable.v2.ValueRange.Builder
Used when giving an exclusive upper bound for the range.
getEndValueOpen() - Method in class com.google.bigtable.v2.ValueRange
Used when giving an exclusive upper bound for the range.
getEndValueOpen() - Method in interface com.google.bigtable.v2.ValueRangeOrBuilder
Used when giving an exclusive upper bound for the range.
getEntries(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
getEntries(int) - Method in class com.google.bigtable.v2.MutateRowsRequest
Required.
getEntries(int) - Method in interface com.google.bigtable.v2.MutateRowsRequestOrBuilder
Required.
getEntries(int) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
getEntries(int) - Method in class com.google.bigtable.v2.MutateRowsResponse
One or more results for Entries from the batch request.
getEntries(int) - Method in interface com.google.bigtable.v2.MutateRowsResponseOrBuilder
One or more results for Entries from the batch request.
getEntriesBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
getEntriesBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
getEntriesBuilderList() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
getEntriesBuilderList() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
getEntriesCount() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
getEntriesCount() - Method in class com.google.bigtable.v2.MutateRowsRequest
Required.
getEntriesCount() - Method in interface com.google.bigtable.v2.MutateRowsRequestOrBuilder
Required.
getEntriesCount() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
getEntriesCount() - Method in class com.google.bigtable.v2.MutateRowsResponse
One or more results for Entries from the batch request.
getEntriesCount() - Method in interface com.google.bigtable.v2.MutateRowsResponseOrBuilder
One or more results for Entries from the batch request.
getEntriesList() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
getEntriesList() - Method in class com.google.bigtable.v2.MutateRowsRequest
Required.
getEntriesList() - Method in interface com.google.bigtable.v2.MutateRowsRequestOrBuilder
Required.
getEntriesList() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
getEntriesList() - Method in class com.google.bigtable.v2.MutateRowsResponse
One or more results for Entries from the batch request.
getEntriesList() - Method in interface com.google.bigtable.v2.MutateRowsResponseOrBuilder
One or more results for Entries from the batch request.
getEntriesOrBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
getEntriesOrBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsRequest
Required.
getEntriesOrBuilder(int) - Method in interface com.google.bigtable.v2.MutateRowsRequestOrBuilder
Required.
getEntriesOrBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
getEntriesOrBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsResponse
One or more results for Entries from the batch request.
getEntriesOrBuilder(int) - Method in interface com.google.bigtable.v2.MutateRowsResponseOrBuilder
One or more results for Entries from the batch request.
getEntriesOrBuilderList() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
getEntriesOrBuilderList() - Method in class com.google.bigtable.v2.MutateRowsRequest
Required.
getEntriesOrBuilderList() - Method in interface com.google.bigtable.v2.MutateRowsRequestOrBuilder
Required.
getEntriesOrBuilderList() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
getEntriesOrBuilderList() - Method in class com.google.bigtable.v2.MutateRowsResponse
One or more results for Entries from the batch request.
getEntriesOrBuilderList() - Method in interface com.google.bigtable.v2.MutateRowsResponseOrBuilder
One or more results for Entries from the batch request.
getEstimatedLowWatermark() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
getEstimatedLowWatermark() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
getEstimatedLowWatermark() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
getEstimatedLowWatermark() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
getEstimatedLowWatermark() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
getEstimatedLowWatermark() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.HeartbeatOrBuilder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
getEstimatedLowWatermarkBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
getEstimatedLowWatermarkBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
getEstimatedLowWatermarkOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
getEstimatedLowWatermarkOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
getEstimatedLowWatermarkOrBuilder() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
getEstimatedLowWatermarkOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
getEstimatedLowWatermarkOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
getEstimatedLowWatermarkOrBuilder() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.HeartbeatOrBuilder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
getFactor() - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
If it has been at least one `period` since the last load adjustment, the client should multiply the current load by this value to get the new target load.
getFactor() - Method in class com.google.bigtable.v2.RateLimitInfo
If it has been at least one `period` since the last load adjustment, the client should multiply the current load by this value to get the new target load.
getFactor() - Method in interface com.google.bigtable.v2.RateLimitInfoOrBuilder
If it has been at least one `period` since the last load adjustment, the client should multiply the current load by this value to get the new target load.
getFalseFilter() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
The filter to apply to the input row if `predicate_filter` does not return any results.
getFalseFilter() - Method in class com.google.bigtable.v2.RowFilter.Condition
The filter to apply to the input row if `predicate_filter` does not return any results.
getFalseFilter() - Method in interface com.google.bigtable.v2.RowFilter.ConditionOrBuilder
The filter to apply to the input row if `predicate_filter` does not return any results.
getFalseFilterBuilder() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
The filter to apply to the input row if `predicate_filter` does not return any results.
getFalseFilterOrBuilder() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
The filter to apply to the input row if `predicate_filter` does not return any results.
getFalseFilterOrBuilder() - Method in class com.google.bigtable.v2.RowFilter.Condition
The filter to apply to the input row if `predicate_filter` does not return any results.
getFalseFilterOrBuilder() - Method in interface com.google.bigtable.v2.RowFilter.ConditionOrBuilder
The filter to apply to the input row if `predicate_filter` does not return any results.
getFalseMutations(int) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFalseMutations(int) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFalseMutations(int) - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFalseMutationsBuilder(int) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFalseMutationsBuilderList() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFalseMutationsCount() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFalseMutationsCount() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFalseMutationsCount() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFalseMutationsList() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFalseMutationsList() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFalseMutationsList() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFalseMutationsOrBuilder(int) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFalseMutationsOrBuilder(int) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFalseMutationsOrBuilder(int) - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFalseMutationsOrBuilderList() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFalseMutationsOrBuilderList() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFalseMutationsOrBuilderList() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
getFamilies(int) - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
getFamilies(int) - Method in class com.google.bigtable.v2.Row
May be empty, but only if the entire row is empty.
getFamilies(int) - Method in interface com.google.bigtable.v2.RowOrBuilder
May be empty, but only if the entire row is empty.
getFamiliesBuilder(int) - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
getFamiliesBuilderList() - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
getFamiliesCount() - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
getFamiliesCount() - Method in class com.google.bigtable.v2.Row
May be empty, but only if the entire row is empty.
getFamiliesCount() - Method in interface com.google.bigtable.v2.RowOrBuilder
May be empty, but only if the entire row is empty.
getFamiliesList() - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
getFamiliesList() - Method in class com.google.bigtable.v2.Row
May be empty, but only if the entire row is empty.
getFamiliesList() - Method in interface com.google.bigtable.v2.RowOrBuilder
May be empty, but only if the entire row is empty.
getFamiliesOrBuilder(int) - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
getFamiliesOrBuilder(int) - Method in class com.google.bigtable.v2.Row
May be empty, but only if the entire row is empty.
getFamiliesOrBuilder(int) - Method in interface com.google.bigtable.v2.RowOrBuilder
May be empty, but only if the entire row is empty.
getFamiliesOrBuilderList() - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
getFamiliesOrBuilderList() - Method in class com.google.bigtable.v2.Row
May be empty, but only if the entire row is empty.
getFamiliesOrBuilderList() - Method in interface com.google.bigtable.v2.RowOrBuilder
May be empty, but only if the entire row is empty.
getFamilyName() - Method in class com.google.bigtable.v2.ColumnRange.Builder
The name of the column family within which this range falls.
getFamilyName() - Method in class com.google.bigtable.v2.ColumnRange
The name of the column family within which this range falls.
getFamilyName() - Method in interface com.google.bigtable.v2.ColumnRangeOrBuilder
The name of the column family within which this range falls.
getFamilyName() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
The name of the family from which cells should be deleted.
getFamilyName() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
The name of the family from which cells should be deleted.
getFamilyName() - Method in interface com.google.bigtable.v2.Mutation.DeleteFromColumnOrBuilder
The name of the family from which cells should be deleted.
getFamilyName() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
The name of the family from which cells should be deleted.
getFamilyName() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
The name of the family from which cells should be deleted.
getFamilyName() - Method in interface com.google.bigtable.v2.Mutation.DeleteFromFamilyOrBuilder
The name of the family from which cells should be deleted.
getFamilyName() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
The name of the family into which new data should be written.
getFamilyName() - Method in class com.google.bigtable.v2.Mutation.SetCell
The name of the family into which new data should be written.
getFamilyName() - Method in interface com.google.bigtable.v2.Mutation.SetCellOrBuilder
The name of the family into which new data should be written.
getFamilyName() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
The name of the family to which the read/modify/write should be applied.
getFamilyName() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
The name of the family to which the read/modify/write should be applied.
getFamilyName() - Method in interface com.google.bigtable.v2.ReadModifyWriteRuleOrBuilder
The name of the family to which the read/modify/write should be applied.
getFamilyName() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The column family name for this chunk of data.
getFamilyName() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
The column family name for this chunk of data.
getFamilyName() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
The column family name for this chunk of data.
getFamilyNameBuilder() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The column family name for this chunk of data.
getFamilyNameBytes() - Method in class com.google.bigtable.v2.ColumnRange.Builder
The name of the column family within which this range falls.
getFamilyNameBytes() - Method in class com.google.bigtable.v2.ColumnRange
The name of the column family within which this range falls.
getFamilyNameBytes() - Method in interface com.google.bigtable.v2.ColumnRangeOrBuilder
The name of the column family within which this range falls.
getFamilyNameBytes() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
The name of the family from which cells should be deleted.
getFamilyNameBytes() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
The name of the family from which cells should be deleted.
getFamilyNameBytes() - Method in interface com.google.bigtable.v2.Mutation.DeleteFromColumnOrBuilder
The name of the family from which cells should be deleted.
getFamilyNameBytes() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
The name of the family from which cells should be deleted.
getFamilyNameBytes() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
The name of the family from which cells should be deleted.
getFamilyNameBytes() - Method in interface com.google.bigtable.v2.Mutation.DeleteFromFamilyOrBuilder
The name of the family from which cells should be deleted.
getFamilyNameBytes() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
The name of the family into which new data should be written.
getFamilyNameBytes() - Method in class com.google.bigtable.v2.Mutation.SetCell
The name of the family into which new data should be written.
getFamilyNameBytes() - Method in interface com.google.bigtable.v2.Mutation.SetCellOrBuilder
The name of the family into which new data should be written.
getFamilyNameBytes() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
The name of the family to which the read/modify/write should be applied.
getFamilyNameBytes() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
The name of the family to which the read/modify/write should be applied.
getFamilyNameBytes() - Method in interface com.google.bigtable.v2.ReadModifyWriteRuleOrBuilder
The name of the family to which the read/modify/write should be applied.
getFamilyNameOrBuilder() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The column family name for this chunk of data.
getFamilyNameOrBuilder() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
The column family name for this chunk of data.
getFamilyNameOrBuilder() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
The column family name for this chunk of data.
getFamilyNameRegexFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns whose families satisfy the given RE2 regex.
getFamilyNameRegexFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells from columns whose families satisfy the given RE2 regex.
getFamilyNameRegexFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells from columns whose families satisfy the given RE2 regex.
getFamilyNameRegexFilterBytes() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns whose families satisfy the given RE2 regex.
getFamilyNameRegexFilterBytes() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells from columns whose families satisfy the given RE2 regex.
getFamilyNameRegexFilterBytes() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells from columns whose families satisfy the given RE2 regex.
getFieldValue(String) - Method in class com.google.bigtable.v2.InstanceName
 
getFieldValue(String) - Method in class com.google.bigtable.v2.TableName
 
getFieldValuesMap() - Method in class com.google.bigtable.v2.InstanceName
 
getFieldValuesMap() - Method in class com.google.bigtable.v2.TableName
 
getFilter() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The filter to apply to the contents of the specified row(s).
getFilter() - Method in class com.google.bigtable.v2.ReadRowsRequest
The filter to apply to the contents of the specified row(s).
getFilter() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
The filter to apply to the contents of the specified row(s).
getFilterBuilder() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The filter to apply to the contents of the specified row(s).
getFilterCase() - Method in class com.google.bigtable.v2.RowFilter.Builder
 
getFilterCase() - Method in class com.google.bigtable.v2.RowFilter
 
getFilterCase() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
 
getFilterOrBuilder() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The filter to apply to the contents of the specified row(s).
getFilterOrBuilder() - Method in class com.google.bigtable.v2.ReadRowsRequest
The filter to apply to the contents of the specified row(s).
getFilterOrBuilder() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
The filter to apply to the contents of the specified row(s).
getFilters(int) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFilters(int) - Method in class com.google.bigtable.v2.RowFilter.Chain
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFilters(int) - Method in interface com.google.bigtable.v2.RowFilter.ChainOrBuilder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFilters(int) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFilters(int) - Method in class com.google.bigtable.v2.RowFilter.Interleave
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFilters(int) - Method in interface com.google.bigtable.v2.RowFilter.InterleaveOrBuilder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFiltersBuilder(int) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFiltersBuilder(int) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFiltersBuilderList() - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFiltersBuilderList() - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFiltersCount() - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFiltersCount() - Method in class com.google.bigtable.v2.RowFilter.Chain
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFiltersCount() - Method in interface com.google.bigtable.v2.RowFilter.ChainOrBuilder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFiltersCount() - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFiltersCount() - Method in class com.google.bigtable.v2.RowFilter.Interleave
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFiltersCount() - Method in interface com.google.bigtable.v2.RowFilter.InterleaveOrBuilder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFiltersList() - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFiltersList() - Method in class com.google.bigtable.v2.RowFilter.Chain
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFiltersList() - Method in interface com.google.bigtable.v2.RowFilter.ChainOrBuilder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFiltersList() - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFiltersList() - Method in class com.google.bigtable.v2.RowFilter.Interleave
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFiltersList() - Method in interface com.google.bigtable.v2.RowFilter.InterleaveOrBuilder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFiltersOrBuilder(int) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFiltersOrBuilder(int) - Method in class com.google.bigtable.v2.RowFilter.Chain
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFiltersOrBuilder(int) - Method in interface com.google.bigtable.v2.RowFilter.ChainOrBuilder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFiltersOrBuilder(int) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFiltersOrBuilder(int) - Method in class com.google.bigtable.v2.RowFilter.Interleave
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFiltersOrBuilder(int) - Method in interface com.google.bigtable.v2.RowFilter.InterleaveOrBuilder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFiltersOrBuilderList() - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFiltersOrBuilderList() - Method in class com.google.bigtable.v2.RowFilter.Chain
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFiltersOrBuilderList() - Method in interface com.google.bigtable.v2.RowFilter.ChainOrBuilder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
getFiltersOrBuilderList() - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFiltersOrBuilderList() - Method in class com.google.bigtable.v2.RowFilter.Interleave
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFiltersOrBuilderList() - Method in interface com.google.bigtable.v2.RowFilter.InterleaveOrBuilder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
getFrontendServerLatency() - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
The latency measured by the frontend server handling this request, from when the request was received, to when this value is sent back in the response.
getFrontendServerLatency() - Method in class com.google.bigtable.v2.RequestLatencyStats
The latency measured by the frontend server handling this request, from when the request was received, to when this value is sent back in the response.
getFrontendServerLatency() - Method in interface com.google.bigtable.v2.RequestLatencyStatsOrBuilder
The latency measured by the frontend server handling this request, from when the request was received, to when this value is sent back in the response.
getFrontendServerLatencyBuilder() - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
The latency measured by the frontend server handling this request, from when the request was received, to when this value is sent back in the response.
getFrontendServerLatencyOrBuilder() - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
The latency measured by the frontend server handling this request, from when the request was received, to when this value is sent back in the response.
getFrontendServerLatencyOrBuilder() - Method in class com.google.bigtable.v2.RequestLatencyStats
The latency measured by the frontend server handling this request, from when the request was received, to when this value is sent back in the response.
getFrontendServerLatencyOrBuilder() - Method in interface com.google.bigtable.v2.RequestLatencyStatsOrBuilder
The latency measured by the frontend server handling this request, from when the request was received, to when this value is sent back in the response.
getFullReadStatsView() - Method in class com.google.bigtable.v2.RequestStats.Builder
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
getFullReadStatsView() - Method in class com.google.bigtable.v2.RequestStats
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
getFullReadStatsView() - Method in interface com.google.bigtable.v2.RequestStatsOrBuilder
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
getFullReadStatsViewBuilder() - Method in class com.google.bigtable.v2.RequestStats.Builder
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
getFullReadStatsViewOrBuilder() - Method in class com.google.bigtable.v2.RequestStats.Builder
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
getFullReadStatsViewOrBuilder() - Method in class com.google.bigtable.v2.RequestStats
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
getFullReadStatsViewOrBuilder() - Method in interface com.google.bigtable.v2.RequestStatsOrBuilder
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
getHeartbeat() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
A periodic heartbeat message.
getHeartbeat() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
A periodic heartbeat message.
getHeartbeat() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponseOrBuilder
A periodic heartbeat message.
getHeartbeatBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
A periodic heartbeat message.
getHeartbeatDuration() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
If specified, the duration between `Heartbeat` messages on the stream.
getHeartbeatDuration() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
If specified, the duration between `Heartbeat` messages on the stream.
getHeartbeatDuration() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
If specified, the duration between `Heartbeat` messages on the stream.
getHeartbeatDurationBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
If specified, the duration between `Heartbeat` messages on the stream.
getHeartbeatDurationOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
If specified, the duration between `Heartbeat` messages on the stream.
getHeartbeatDurationOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
If specified, the duration between `Heartbeat` messages on the stream.
getHeartbeatDurationOrBuilder() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
If specified, the duration between `Heartbeat` messages on the stream.
getHeartbeatOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
A periodic heartbeat message.
getHeartbeatOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
A periodic heartbeat message.
getHeartbeatOrBuilder() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponseOrBuilder
A periodic heartbeat message.
getIncrementAmount() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
Rule specifying that `increment_amount` be added to the existing value.
getIncrementAmount() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
Rule specifying that `increment_amount` be added to the existing value.
getIncrementAmount() - Method in interface com.google.bigtable.v2.ReadModifyWriteRuleOrBuilder
Rule specifying that `increment_amount` be added to the existing value.
getIndex() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
The index into the original request's `entries` list of the Entry for which a result is being reported.
getIndex() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
The index into the original request's `entries` list of the Entry for which a result is being reported.
getIndex() - Method in interface com.google.bigtable.v2.MutateRowsResponse.EntryOrBuilder
The index into the original request's `entries` list of the Entry for which a result is being reported.
getInstance() - Method in class com.google.bigtable.v2.InstanceName.Builder
 
getInstance() - Method in class com.google.bigtable.v2.InstanceName
 
getInstance() - Method in class com.google.bigtable.v2.TableName.Builder
 
getInstance() - Method in class com.google.bigtable.v2.TableName
 
getInterleave() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in parallel and combines the results.
getInterleave() - Method in class com.google.bigtable.v2.RowFilter
Applies several RowFilters to the data in parallel and combines the results.
getInterleave() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Applies several RowFilters to the data in parallel and combines the results.
getInterleaveBuilder() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in parallel and combines the results.
getInterleaveOrBuilder() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in parallel and combines the results.
getInterleaveOrBuilder() - Method in class com.google.bigtable.v2.RowFilter
Applies several RowFilters to the data in parallel and combines the results.
getInterleaveOrBuilder() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Applies several RowFilters to the data in parallel and combines the results.
getKey() - Method in class com.google.bigtable.v2.Row.Builder
The unique key which identifies this row within its table.
getKey() - Method in class com.google.bigtable.v2.Row
The unique key which identifies this row within its table.
getKey() - Method in interface com.google.bigtable.v2.RowOrBuilder
The unique key which identifies this row within its table.
getLabels(int) - Method in class com.google.bigtable.v2.Cell.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabels(int) - Method in class com.google.bigtable.v2.Cell
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabels(int) - Method in interface com.google.bigtable.v2.CellOrBuilder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabels(int) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabels(int) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabels(int) - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsBytes(int) - Method in class com.google.bigtable.v2.Cell.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsBytes(int) - Method in class com.google.bigtable.v2.Cell
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsBytes(int) - Method in interface com.google.bigtable.v2.CellOrBuilder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsBytes(int) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsBytes(int) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsBytes(int) - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsCount() - Method in class com.google.bigtable.v2.Cell.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsCount() - Method in class com.google.bigtable.v2.Cell
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsCount() - Method in interface com.google.bigtable.v2.CellOrBuilder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsCount() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsCount() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsCount() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsList() - Method in class com.google.bigtable.v2.Cell.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsList() - Method in class com.google.bigtable.v2.Cell
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsList() - Method in interface com.google.bigtable.v2.CellOrBuilder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsList() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsList() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLabelsList() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
getLastChunk() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
When true, this is the last chunk of a chunked `SetCell`.
getLastChunk() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
When true, this is the last chunk of a chunked `SetCell`.
getLastChunk() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfoOrBuilder
When true, this is the last chunk of a chunked `SetCell`.
getLastScannedRowKey() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
Optionally the server might return the row key of the last row it has scanned.
getLastScannedRowKey() - Method in class com.google.bigtable.v2.ReadRowsResponse
Optionally the server might return the row key of the last row it has scanned.
getLastScannedRowKey() - Method in interface com.google.bigtable.v2.ReadRowsResponseOrBuilder
Optionally the server might return the row key of the last row it has scanned.
getLastScannedRowResponses() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client supports the last_scanned_row field in ReadRowsResponse for long-running scans.
getLastScannedRowResponses() - Method in class com.google.bigtable.v2.FeatureFlags
Notify the server that the client supports the last_scanned_row field in ReadRowsResponse for long-running scans.
getLastScannedRowResponses() - Method in interface com.google.bigtable.v2.FeatureFlagsOrBuilder
Notify the server that the client supports the last_scanned_row field in ReadRowsResponse for long-running scans.
getMutateRowsRateLimit() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse.
getMutateRowsRateLimit() - Method in class com.google.bigtable.v2.FeatureFlags
Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse.
getMutateRowsRateLimit() - Method in interface com.google.bigtable.v2.FeatureFlagsOrBuilder
Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse.
getMutateRowsRateLimit2() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse.
getMutateRowsRateLimit2() - Method in class com.google.bigtable.v2.FeatureFlags
Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse.
getMutateRowsRateLimit2() - Method in interface com.google.bigtable.v2.FeatureFlagsOrBuilder
Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse.
getMutation() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
getMutation() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
getMutation() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunkOrBuilder
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
getMutationBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
getMutationCase() - Method in class com.google.bigtable.v2.Mutation.Builder
 
getMutationCase() - Method in class com.google.bigtable.v2.Mutation
 
getMutationCase() - Method in interface com.google.bigtable.v2.MutationOrBuilder
 
getMutationOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
getMutationOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
getMutationOrBuilder() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunkOrBuilder
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
getMutations(int) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
getMutations(int) - Method in class com.google.bigtable.v2.MutateRowRequest
Required.
getMutations(int) - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
Required.
getMutations(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
getMutations(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
Required.
getMutations(int) - Method in interface com.google.bigtable.v2.MutateRowsRequest.EntryOrBuilder
Required.
getMutationsBuilder(int) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
getMutationsBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
getMutationsBuilderList() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
getMutationsBuilderList() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
getMutationsCount() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
getMutationsCount() - Method in class com.google.bigtable.v2.MutateRowRequest
Required.
getMutationsCount() - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
Required.
getMutationsCount() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
getMutationsCount() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
Required.
getMutationsCount() - Method in interface com.google.bigtable.v2.MutateRowsRequest.EntryOrBuilder
Required.
getMutationsList() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
getMutationsList() - Method in class com.google.bigtable.v2.MutateRowRequest
Required.
getMutationsList() - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
Required.
getMutationsList() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
getMutationsList() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
Required.
getMutationsList() - Method in interface com.google.bigtable.v2.MutateRowsRequest.EntryOrBuilder
Required.
getMutationsOrBuilder(int) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
getMutationsOrBuilder(int) - Method in class com.google.bigtable.v2.MutateRowRequest
Required.
getMutationsOrBuilder(int) - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
Required.
getMutationsOrBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
getMutationsOrBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
Required.
getMutationsOrBuilder(int) - Method in interface com.google.bigtable.v2.MutateRowsRequest.EntryOrBuilder
Required.
getMutationsOrBuilderList() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
getMutationsOrBuilderList() - Method in class com.google.bigtable.v2.MutateRowRequest
Required.
getMutationsOrBuilderList() - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
Required.
getMutationsOrBuilderList() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
getMutationsOrBuilderList() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
Required.
getMutationsOrBuilderList() - Method in interface com.google.bigtable.v2.MutateRowsRequest.EntryOrBuilder
Required.
getName() - Method in class com.google.bigtable.v2.Family.Builder
The unique key which identifies this family within its row.
getName() - Method in class com.google.bigtable.v2.Family
The unique key which identifies this family within its row.
getName() - Method in interface com.google.bigtable.v2.FamilyOrBuilder
The unique key which identifies this family within its row.
getName() - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
Required.
getName() - Method in class com.google.bigtable.v2.PingAndWarmRequest
Required.
getName() - Method in interface com.google.bigtable.v2.PingAndWarmRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.bigtable.v2.Family.Builder
The unique key which identifies this family within its row.
getNameBytes() - Method in class com.google.bigtable.v2.Family
The unique key which identifies this family within its row.
getNameBytes() - Method in interface com.google.bigtable.v2.FamilyOrBuilder
The unique key which identifies this family within its row.
getNameBytes() - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
Required.
getNameBytes() - Method in class com.google.bigtable.v2.PingAndWarmRequest
Required.
getNameBytes() - Method in interface com.google.bigtable.v2.PingAndWarmRequestOrBuilder
Required.
getNewPartitions(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNewPartitions(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNewPartitions(int) - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.CloseStreamOrBuilder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNewPartitionsBuilder(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNewPartitionsBuilderList() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNewPartitionsCount() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNewPartitionsCount() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNewPartitionsCount() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.CloseStreamOrBuilder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNewPartitionsList() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNewPartitionsList() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNewPartitionsList() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.CloseStreamOrBuilder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNewPartitionsOrBuilder(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNewPartitionsOrBuilder(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNewPartitionsOrBuilder(int) - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.CloseStreamOrBuilder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNewPartitionsOrBuilderList() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNewPartitionsOrBuilderList() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNewPartitionsOrBuilderList() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.CloseStreamOrBuilder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
getNumber() - Method in enum com.google.bigtable.v2.ColumnRange.EndQualifierCase
 
getNumber() - Method in enum com.google.bigtable.v2.ColumnRange.StartQualifierCase
 
getNumber() - Method in enum com.google.bigtable.v2.Mutation.MutationCase
 
getNumber() - Method in enum com.google.bigtable.v2.ReadChangeStreamRequest.StartFromCase
 
getNumber() - Method in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
 
getNumber() - Method in enum com.google.bigtable.v2.ReadChangeStreamResponse.StreamRecordCase
 
getNumber() - Method in enum com.google.bigtable.v2.ReadModifyWriteRule.RuleCase
 
getNumber() - Method in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
 
getNumber() - Method in enum com.google.bigtable.v2.ReadRowsResponse.CellChunk.RowStatusCase
 
getNumber() - Method in enum com.google.bigtable.v2.RequestStats.StatsViewCase
 
getNumber() - Method in enum com.google.bigtable.v2.RowFilter.FilterCase
 
getNumber() - Method in enum com.google.bigtable.v2.RowRange.EndKeyCase
 
getNumber() - Method in enum com.google.bigtable.v2.RowRange.StartKeyCase
 
getNumber() - Method in enum com.google.bigtable.v2.ValueRange.EndValueCase
 
getNumber() - Method in enum com.google.bigtable.v2.ValueRange.StartValueCase
 
getOffsetBytes() - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
Approximate total storage space used by all rows in the table which precede `row_key`.
getOffsetBytes() - Method in class com.google.bigtable.v2.SampleRowKeysResponse
Approximate total storage space used by all rows in the table which precede `row_key`.
getOffsetBytes() - Method in interface com.google.bigtable.v2.SampleRowKeysResponseOrBuilder
Approximate total storage space used by all rows in the table which precede `row_key`.
getParserForType() - Method in class com.google.bigtable.v2.Cell
 
getParserForType() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
getParserForType() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
getParserForType() - Method in class com.google.bigtable.v2.Column
 
getParserForType() - Method in class com.google.bigtable.v2.ColumnRange
 
getParserForType() - Method in class com.google.bigtable.v2.Family
 
getParserForType() - Method in class com.google.bigtable.v2.FeatureFlags
 
getParserForType() - Method in class com.google.bigtable.v2.FullReadStatsView
 
getParserForType() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
getParserForType() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
getParserForType() - Method in class com.google.bigtable.v2.MutateRowRequest
 
getParserForType() - Method in class com.google.bigtable.v2.MutateRowResponse
 
getParserForType() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
getParserForType() - Method in class com.google.bigtable.v2.MutateRowsRequest
 
getParserForType() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
getParserForType() - Method in class com.google.bigtable.v2.MutateRowsResponse
 
getParserForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
getParserForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
getParserForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
getParserForType() - Method in class com.google.bigtable.v2.Mutation
 
getParserForType() - Method in class com.google.bigtable.v2.Mutation.SetCell
 
getParserForType() - Method in class com.google.bigtable.v2.PingAndWarmRequest
 
getParserForType() - Method in class com.google.bigtable.v2.PingAndWarmResponse
 
getParserForType() - Method in class com.google.bigtable.v2.RateLimitInfo
 
getParserForType() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
getParserForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
getParserForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
getParserForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
getParserForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
getParserForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
getParserForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
getParserForType() - Method in class com.google.bigtable.v2.ReadIterationStats
 
getParserForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
getParserForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
getParserForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
 
getParserForType() - Method in class com.google.bigtable.v2.ReadRowsRequest
 
getParserForType() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
getParserForType() - Method in class com.google.bigtable.v2.ReadRowsResponse
 
getParserForType() - Method in class com.google.bigtable.v2.RequestLatencyStats
 
getParserForType() - Method in class com.google.bigtable.v2.RequestStats
 
getParserForType() - Method in class com.google.bigtable.v2.ResponseParams
 
getParserForType() - Method in class com.google.bigtable.v2.Row
 
getParserForType() - Method in class com.google.bigtable.v2.RowFilter.Chain
 
getParserForType() - Method in class com.google.bigtable.v2.RowFilter.Condition
 
getParserForType() - Method in class com.google.bigtable.v2.RowFilter
 
getParserForType() - Method in class com.google.bigtable.v2.RowFilter.Interleave
 
getParserForType() - Method in class com.google.bigtable.v2.RowRange
 
getParserForType() - Method in class com.google.bigtable.v2.RowSet
 
getParserForType() - Method in class com.google.bigtable.v2.SampleRowKeysRequest
 
getParserForType() - Method in class com.google.bigtable.v2.SampleRowKeysResponse
 
getParserForType() - Method in class com.google.bigtable.v2.StreamContinuationToken
 
getParserForType() - Method in class com.google.bigtable.v2.StreamContinuationTokens
 
getParserForType() - Method in class com.google.bigtable.v2.StreamPartition
 
getParserForType() - Method in class com.google.bigtable.v2.TimestampRange
 
getParserForType() - Method in class com.google.bigtable.v2.ValueRange
 
getPartition() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
A partition of the change stream.
getPartition() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
A partition of the change stream.
getPartition() - Method in interface com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponseOrBuilder
A partition of the change stream.
getPartition() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
The partition to read changes from.
getPartition() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
The partition to read changes from.
getPartition() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
The partition to read changes from.
getPartition() - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
The partition that this token applies to.
getPartition() - Method in class com.google.bigtable.v2.StreamContinuationToken
The partition that this token applies to.
getPartition() - Method in interface com.google.bigtable.v2.StreamContinuationTokenOrBuilder
The partition that this token applies to.
getPartitionBuilder() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
A partition of the change stream.
getPartitionBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
The partition to read changes from.
getPartitionBuilder() - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
The partition that this token applies to.
getPartitionOrBuilder() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
A partition of the change stream.
getPartitionOrBuilder() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
A partition of the change stream.
getPartitionOrBuilder() - Method in interface com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponseOrBuilder
A partition of the change stream.
getPartitionOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
The partition to read changes from.
getPartitionOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
The partition to read changes from.
getPartitionOrBuilder() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
The partition to read changes from.
getPartitionOrBuilder() - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
The partition that this token applies to.
getPartitionOrBuilder() - Method in class com.google.bigtable.v2.StreamContinuationToken
The partition that this token applies to.
getPartitionOrBuilder() - Method in interface com.google.bigtable.v2.StreamContinuationTokenOrBuilder
The partition that this token applies to.
getPassAllFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches all cells, regardless of input.
getPassAllFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches all cells, regardless of input.
getPassAllFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches all cells, regardless of input.
getPeriod() - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
Time that clients should wait before adjusting the target rate again.
getPeriod() - Method in class com.google.bigtable.v2.RateLimitInfo
Time that clients should wait before adjusting the target rate again.
getPeriod() - Method in interface com.google.bigtable.v2.RateLimitInfoOrBuilder
Time that clients should wait before adjusting the target rate again.
getPeriodBuilder() - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
Time that clients should wait before adjusting the target rate again.
getPeriodOrBuilder() - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
Time that clients should wait before adjusting the target rate again.
getPeriodOrBuilder() - Method in class com.google.bigtable.v2.RateLimitInfo
Time that clients should wait before adjusting the target rate again.
getPeriodOrBuilder() - Method in interface com.google.bigtable.v2.RateLimitInfoOrBuilder
Time that clients should wait before adjusting the target rate again.
getPredicateFilter() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
The filter to be applied to the contents of the specified row.
getPredicateFilter() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
The filter to be applied to the contents of the specified row.
getPredicateFilter() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
The filter to be applied to the contents of the specified row.
getPredicateFilter() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.
getPredicateFilter() - Method in class com.google.bigtable.v2.RowFilter.Condition
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.
getPredicateFilter() - Method in interface com.google.bigtable.v2.RowFilter.ConditionOrBuilder
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.
getPredicateFilterBuilder() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
The filter to be applied to the contents of the specified row.
getPredicateFilterBuilder() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.
getPredicateFilterOrBuilder() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
The filter to be applied to the contents of the specified row.
getPredicateFilterOrBuilder() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
The filter to be applied to the contents of the specified row.
getPredicateFilterOrBuilder() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
The filter to be applied to the contents of the specified row.
getPredicateFilterOrBuilder() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.
getPredicateFilterOrBuilder() - Method in class com.google.bigtable.v2.RowFilter.Condition
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.
getPredicateFilterOrBuilder() - Method in interface com.google.bigtable.v2.RowFilter.ConditionOrBuilder
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.
getPredicateMatched() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
Whether or not the request's `predicate_filter` yielded any results for the specified row.
getPredicateMatched() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse
Whether or not the request's `predicate_filter` yielded any results for the specified row.
getPredicateMatched() - Method in interface com.google.bigtable.v2.CheckAndMutateRowResponseOrBuilder
Whether or not the request's `predicate_filter` yielded any results for the specified row.
getProject() - Method in class com.google.bigtable.v2.InstanceName.Builder
 
getProject() - Method in class com.google.bigtable.v2.InstanceName
 
getProject() - Method in class com.google.bigtable.v2.TableName.Builder
 
getProject() - Method in class com.google.bigtable.v2.TableName
 
getQualifier() - Method in class com.google.bigtable.v2.Column.Builder
The unique key which identifies this column within its family.
getQualifier() - Method in class com.google.bigtable.v2.Column
The unique key which identifies this column within its family.
getQualifier() - Method in interface com.google.bigtable.v2.ColumnOrBuilder
The unique key which identifies this column within its family.
getQualifier() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The column qualifier for this chunk of data.
getQualifier() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
The column qualifier for this chunk of data.
getQualifier() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
The column qualifier for this chunk of data.
getQualifierBuilder() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The column qualifier for this chunk of data.
getQualifierOrBuilder() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The column qualifier for this chunk of data.
getQualifierOrBuilder() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
The column qualifier for this chunk of data.
getQualifierOrBuilder() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
The column qualifier for this chunk of data.
getRateLimitInfo() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
Information about how client should limit the rate (QPS).
getRateLimitInfo() - Method in class com.google.bigtable.v2.MutateRowsResponse
Information about how client should limit the rate (QPS).
getRateLimitInfo() - Method in interface com.google.bigtable.v2.MutateRowsResponseOrBuilder
Information about how client should limit the rate (QPS).
getRateLimitInfoBuilder() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
Information about how client should limit the rate (QPS).
getRateLimitInfoOrBuilder() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
Information about how client should limit the rate (QPS).
getRateLimitInfoOrBuilder() - Method in class com.google.bigtable.v2.MutateRowsResponse
Information about how client should limit the rate (QPS).
getRateLimitInfoOrBuilder() - Method in interface com.google.bigtable.v2.MutateRowsResponseOrBuilder
Information about how client should limit the rate (QPS).
getReadIterationStats() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
Iteration stats describe how efficient the read is, e.g.
getReadIterationStats() - Method in class com.google.bigtable.v2.FullReadStatsView
Iteration stats describe how efficient the read is, e.g.
getReadIterationStats() - Method in interface com.google.bigtable.v2.FullReadStatsViewOrBuilder
Iteration stats describe how efficient the read is, e.g.
getReadIterationStatsBuilder() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
Iteration stats describe how efficient the read is, e.g.
getReadIterationStatsOrBuilder() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
Iteration stats describe how efficient the read is, e.g.
getReadIterationStatsOrBuilder() - Method in class com.google.bigtable.v2.FullReadStatsView
Iteration stats describe how efficient the read is, e.g.
getReadIterationStatsOrBuilder() - Method in interface com.google.bigtable.v2.FullReadStatsViewOrBuilder
Iteration stats describe how efficient the read is, e.g.
getRequestLatencyStats() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
Request latency stats describe the time taken to complete a request, from the server side.
getRequestLatencyStats() - Method in class com.google.bigtable.v2.FullReadStatsView
Request latency stats describe the time taken to complete a request, from the server side.
getRequestLatencyStats() - Method in interface com.google.bigtable.v2.FullReadStatsViewOrBuilder
Request latency stats describe the time taken to complete a request, from the server side.
getRequestLatencyStatsBuilder() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
Request latency stats describe the time taken to complete a request, from the server side.
getRequestLatencyStatsOrBuilder() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
Request latency stats describe the time taken to complete a request, from the server side.
getRequestLatencyStatsOrBuilder() - Method in class com.google.bigtable.v2.FullReadStatsView
Request latency stats describe the time taken to complete a request, from the server side.
getRequestLatencyStatsOrBuilder() - Method in interface com.google.bigtable.v2.FullReadStatsViewOrBuilder
Request latency stats describe the time taken to complete a request, from the server side.
getRequestStats() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
If requested, provide enhanced query performance statistics.
getRequestStats() - Method in class com.google.bigtable.v2.ReadRowsResponse
If requested, provide enhanced query performance statistics.
getRequestStats() - Method in interface com.google.bigtable.v2.ReadRowsResponseOrBuilder
If requested, provide enhanced query performance statistics.
getRequestStatsBuilder() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
If requested, provide enhanced query performance statistics.
getRequestStatsOrBuilder() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
If requested, provide enhanced query performance statistics.
getRequestStatsOrBuilder() - Method in class com.google.bigtable.v2.ReadRowsResponse
If requested, provide enhanced query performance statistics.
getRequestStatsOrBuilder() - Method in interface com.google.bigtable.v2.ReadRowsResponseOrBuilder
If requested, provide enhanced query performance statistics.
getRequestStatsView() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The view into RequestStats, as described above.
getRequestStatsView() - Method in class com.google.bigtable.v2.ReadRowsRequest
The view into RequestStats, as described above.
getRequestStatsView() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
The view into RequestStats, as described above.
getRequestStatsViewValue() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The view into RequestStats, as described above.
getRequestStatsViewValue() - Method in class com.google.bigtable.v2.ReadRowsRequest
The view into RequestStats, as described above.
getRequestStatsViewValue() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
The view into RequestStats, as described above.
getResetRow() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Indicates that the client should drop all previous chunks for `row_key`, as it will be re-read from the beginning.
getResetRow() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
Indicates that the client should drop all previous chunks for `row_key`, as it will be re-read from the beginning.
getResetRow() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
Indicates that the client should drop all previous chunks for `row_key`, as it will be re-read from the beginning.
getRetryInfo() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client supports using retry info back off durations to retry requests with.
getRetryInfo() - Method in class com.google.bigtable.v2.FeatureFlags
Notify the server that the client supports using retry info back off durations to retry requests with.
getRetryInfo() - Method in interface com.google.bigtable.v2.FeatureFlagsOrBuilder
Notify the server that the client supports using retry info back off durations to retry requests with.
getReversed() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
Experimental API - Please note that this API is currently experimental and can change in the future.
getReversed() - Method in class com.google.bigtable.v2.ReadRowsRequest
Experimental API - Please note that this API is currently experimental and can change in the future.
getReversed() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
Experimental API - Please note that this API is currently experimental and can change in the future.
getReverseScans() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client supports reverse scans.
getReverseScans() - Method in class com.google.bigtable.v2.FeatureFlags
Notify the server that the client supports reverse scans.
getReverseScans() - Method in interface com.google.bigtable.v2.FeatureFlagsOrBuilder
Notify the server that the client supports reverse scans.
getRoutingCookie() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client supports using encoded routing cookie strings to retry requests with.
getRoutingCookie() - Method in class com.google.bigtable.v2.FeatureFlags
Notify the server that the client supports using encoded routing cookie strings to retry requests with.
getRoutingCookie() - Method in interface com.google.bigtable.v2.FeatureFlagsOrBuilder
Notify the server that the client supports using encoded routing cookie strings to retry requests with.
getRow() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
A Row containing the new contents of all cells modified by the request.
getRow() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
A Row containing the new contents of all cells modified by the request.
getRow() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowResponseOrBuilder
A Row containing the new contents of all cells modified by the request.
getRowBuilder() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
A Row containing the new contents of all cells modified by the request.
getRowKey() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Required.
getRowKey() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
Required.
getRowKey() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
Required.
getRowKey() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
getRowKey() - Method in class com.google.bigtable.v2.MutateRowRequest
Required.
getRowKey() - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
Required.
getRowKey() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
The key of the row to which the `mutations` should be applied.
getRowKey() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
The key of the row to which the `mutations` should be applied.
getRowKey() - Method in interface com.google.bigtable.v2.MutateRowsRequest.EntryOrBuilder
The key of the row to which the `mutations` should be applied.
getRowKey() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The row key for all mutations that are part of this `DataChange`.
getRowKey() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
The row key for all mutations that are part of this `DataChange`.
getRowKey() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
The row key for all mutations that are part of this `DataChange`.
getRowKey() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
getRowKey() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
Required.
getRowKey() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
Required.
getRowKey() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The row key for this chunk of data.
getRowKey() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
The row key for this chunk of data.
getRowKey() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
The row key for this chunk of data.
getRowKey() - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
Sorted streamed sequence of sample row keys in the table.
getRowKey() - Method in class com.google.bigtable.v2.SampleRowKeysResponse
Sorted streamed sequence of sample row keys in the table.
getRowKey() - Method in interface com.google.bigtable.v2.SampleRowKeysResponseOrBuilder
Sorted streamed sequence of sample row keys in the table.
getRowKeyRegexFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from rows whose keys satisfy the given RE2 regex.
getRowKeyRegexFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells from rows whose keys satisfy the given RE2 regex.
getRowKeyRegexFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells from rows whose keys satisfy the given RE2 regex.
getRowKeys(int) - Method in class com.google.bigtable.v2.RowSet.Builder
Single rows included in the set.
getRowKeys(int) - Method in class com.google.bigtable.v2.RowSet
Single rows included in the set.
getRowKeys(int) - Method in interface com.google.bigtable.v2.RowSetOrBuilder
Single rows included in the set.
getRowKeysCount() - Method in class com.google.bigtable.v2.RowSet.Builder
Single rows included in the set.
getRowKeysCount() - Method in class com.google.bigtable.v2.RowSet
Single rows included in the set.
getRowKeysCount() - Method in interface com.google.bigtable.v2.RowSetOrBuilder
Single rows included in the set.
getRowKeysList() - Method in class com.google.bigtable.v2.RowSet.Builder
Single rows included in the set.
getRowKeysList() - Method in class com.google.bigtable.v2.RowSet
Single rows included in the set.
getRowKeysList() - Method in interface com.google.bigtable.v2.RowSetOrBuilder
Single rows included in the set.
getRowOrBuilder() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
A Row containing the new contents of all cells modified by the request.
getRowOrBuilder() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
A Row containing the new contents of all cells modified by the request.
getRowOrBuilder() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowResponseOrBuilder
A Row containing the new contents of all cells modified by the request.
getRowRange() - Method in class com.google.bigtable.v2.StreamPartition.Builder
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
getRowRange() - Method in class com.google.bigtable.v2.StreamPartition
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
getRowRange() - Method in interface com.google.bigtable.v2.StreamPartitionOrBuilder
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
getRowRangeBuilder() - Method in class com.google.bigtable.v2.StreamPartition.Builder
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
getRowRangeOrBuilder() - Method in class com.google.bigtable.v2.StreamPartition.Builder
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
getRowRangeOrBuilder() - Method in class com.google.bigtable.v2.StreamPartition
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
getRowRangeOrBuilder() - Method in interface com.google.bigtable.v2.StreamPartitionOrBuilder
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
getRowRanges(int) - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
getRowRanges(int) - Method in class com.google.bigtable.v2.RowSet
Contiguous row ranges included in the set.
getRowRanges(int) - Method in interface com.google.bigtable.v2.RowSetOrBuilder
Contiguous row ranges included in the set.
getRowRangesBuilder(int) - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
getRowRangesBuilderList() - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
getRowRangesCount() - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
getRowRangesCount() - Method in class com.google.bigtable.v2.RowSet
Contiguous row ranges included in the set.
getRowRangesCount() - Method in interface com.google.bigtable.v2.RowSetOrBuilder
Contiguous row ranges included in the set.
getRowRangesList() - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
getRowRangesList() - Method in class com.google.bigtable.v2.RowSet
Contiguous row ranges included in the set.
getRowRangesList() - Method in interface com.google.bigtable.v2.RowSetOrBuilder
Contiguous row ranges included in the set.
getRowRangesOrBuilder(int) - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
getRowRangesOrBuilder(int) - Method in class com.google.bigtable.v2.RowSet
Contiguous row ranges included in the set.
getRowRangesOrBuilder(int) - Method in interface com.google.bigtable.v2.RowSetOrBuilder
Contiguous row ranges included in the set.
getRowRangesOrBuilderList() - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
getRowRangesOrBuilderList() - Method in class com.google.bigtable.v2.RowSet
Contiguous row ranges included in the set.
getRowRangesOrBuilderList() - Method in interface com.google.bigtable.v2.RowSetOrBuilder
Contiguous row ranges included in the set.
getRows() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The row keys and/or ranges to read sequentially.
getRows() - Method in class com.google.bigtable.v2.ReadRowsRequest
The row keys and/or ranges to read sequentially.
getRows() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
The row keys and/or ranges to read sequentially.
getRowSampleFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches all cells from a row with probability p, and matches no cells from the row with probability 1-p.
getRowSampleFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches all cells from a row with probability p, and matches no cells from the row with probability 1-p.
getRowSampleFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches all cells from a row with probability p, and matches no cells from the row with probability 1-p.
getRowsBuilder() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The row keys and/or ranges to read sequentially.
getRowsLimit() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The read will stop after committing to N rows' worth of results.
getRowsLimit() - Method in class com.google.bigtable.v2.ReadRowsRequest
The read will stop after committing to N rows' worth of results.
getRowsLimit() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
The read will stop after committing to N rows' worth of results.
getRowsOrBuilder() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The row keys and/or ranges to read sequentially.
getRowsOrBuilder() - Method in class com.google.bigtable.v2.ReadRowsRequest
The row keys and/or ranges to read sequentially.
getRowsOrBuilder() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
The row keys and/or ranges to read sequentially.
getRowsReturnedCount() - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
The rows returned as part of the request.
getRowsReturnedCount() - Method in class com.google.bigtable.v2.ReadIterationStats
The rows returned as part of the request.
getRowsReturnedCount() - Method in interface com.google.bigtable.v2.ReadIterationStatsOrBuilder
The rows returned as part of the request.
getRowsSeenCount() - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
The rows seen (scanned) as part of the request.
getRowsSeenCount() - Method in class com.google.bigtable.v2.ReadIterationStats
The rows seen (scanned) as part of the request.
getRowsSeenCount() - Method in interface com.google.bigtable.v2.ReadIterationStatsOrBuilder
The rows seen (scanned) as part of the request.
getRowStatusCase() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
getRowStatusCase() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
getRowStatusCase() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
 
getRuleCase() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
getRuleCase() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
 
getRuleCase() - Method in interface com.google.bigtable.v2.ReadModifyWriteRuleOrBuilder
 
getRules(int) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
getRules(int) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
Required.
getRules(int) - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
Required.
getRulesBuilder(int) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
getRulesBuilderList() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
getRulesCount() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
getRulesCount() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
Required.
getRulesCount() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
Required.
getRulesList() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
getRulesList() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
Required.
getRulesList() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
Required.
getRulesOrBuilder(int) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
getRulesOrBuilder(int) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
Required.
getRulesOrBuilder(int) - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
Required.
getRulesOrBuilderList() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
getRulesOrBuilderList() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
Required.
getRulesOrBuilderList() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
Required.
getSerializedSize() - Method in class com.google.bigtable.v2.Cell
 
getSerializedSize() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
getSerializedSize() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
getSerializedSize() - Method in class com.google.bigtable.v2.Column
 
getSerializedSize() - Method in class com.google.bigtable.v2.ColumnRange
 
getSerializedSize() - Method in class com.google.bigtable.v2.Family
 
getSerializedSize() - Method in class com.google.bigtable.v2.FeatureFlags
 
getSerializedSize() - Method in class com.google.bigtable.v2.FullReadStatsView
 
getSerializedSize() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
getSerializedSize() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
getSerializedSize() - Method in class com.google.bigtable.v2.MutateRowRequest
 
getSerializedSize() - Method in class com.google.bigtable.v2.MutateRowResponse
 
getSerializedSize() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
getSerializedSize() - Method in class com.google.bigtable.v2.MutateRowsRequest
 
getSerializedSize() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
getSerializedSize() - Method in class com.google.bigtable.v2.MutateRowsResponse
 
getSerializedSize() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
getSerializedSize() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
getSerializedSize() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
getSerializedSize() - Method in class com.google.bigtable.v2.Mutation
 
getSerializedSize() - Method in class com.google.bigtable.v2.Mutation.SetCell
 
getSerializedSize() - Method in class com.google.bigtable.v2.PingAndWarmRequest
 
getSerializedSize() - Method in class com.google.bigtable.v2.PingAndWarmResponse
 
getSerializedSize() - Method in class com.google.bigtable.v2.RateLimitInfo
 
getSerializedSize() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
getSerializedSize() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
getSerializedSize() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
getSerializedSize() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
getSerializedSize() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
getSerializedSize() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
getSerializedSize() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
getSerializedSize() - Method in class com.google.bigtable.v2.ReadIterationStats
 
getSerializedSize() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
getSerializedSize() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
getSerializedSize() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
 
getSerializedSize() - Method in class com.google.bigtable.v2.ReadRowsRequest
 
getSerializedSize() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
getSerializedSize() - Method in class com.google.bigtable.v2.ReadRowsResponse
 
getSerializedSize() - Method in class com.google.bigtable.v2.RequestLatencyStats
 
getSerializedSize() - Method in class com.google.bigtable.v2.RequestStats
 
getSerializedSize() - Method in class com.google.bigtable.v2.ResponseParams
 
getSerializedSize() - Method in class com.google.bigtable.v2.Row
 
getSerializedSize() - Method in class com.google.bigtable.v2.RowFilter.Chain
 
getSerializedSize() - Method in class com.google.bigtable.v2.RowFilter.Condition
 
getSerializedSize() - Method in class com.google.bigtable.v2.RowFilter
 
getSerializedSize() - Method in class com.google.bigtable.v2.RowFilter.Interleave
 
getSerializedSize() - Method in class com.google.bigtable.v2.RowRange
 
getSerializedSize() - Method in class com.google.bigtable.v2.RowSet
 
getSerializedSize() - Method in class com.google.bigtable.v2.SampleRowKeysRequest
 
getSerializedSize() - Method in class com.google.bigtable.v2.SampleRowKeysResponse
 
getSerializedSize() - Method in class com.google.bigtable.v2.StreamContinuationToken
 
getSerializedSize() - Method in class com.google.bigtable.v2.StreamContinuationTokens
 
getSerializedSize() - Method in class com.google.bigtable.v2.StreamPartition
 
getSerializedSize() - Method in class com.google.bigtable.v2.TimestampRange
 
getSerializedSize() - Method in class com.google.bigtable.v2.ValueRange
 
getSetCell() - Method in class com.google.bigtable.v2.Mutation.Builder
Set a cell's value.
getSetCell() - Method in class com.google.bigtable.v2.Mutation
Set a cell's value.
getSetCell() - Method in interface com.google.bigtable.v2.MutationOrBuilder
Set a cell's value.
getSetCellBuilder() - Method in class com.google.bigtable.v2.Mutation.Builder
Set a cell's value.
getSetCellOrBuilder() - Method in class com.google.bigtable.v2.Mutation.Builder
Set a cell's value.
getSetCellOrBuilder() - Method in class com.google.bigtable.v2.Mutation
Set a cell's value.
getSetCellOrBuilder() - Method in interface com.google.bigtable.v2.MutationOrBuilder
Set a cell's value.
getSink() - Method in class com.google.bigtable.v2.RowFilter.Builder
ADVANCED USE ONLY.
getSink() - Method in class com.google.bigtable.v2.RowFilter
ADVANCED USE ONLY.
getSink() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
ADVANCED USE ONLY.
getSourceClusterId() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The cluster where the mutation was applied.
getSourceClusterId() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
The cluster where the mutation was applied.
getSourceClusterId() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
The cluster where the mutation was applied.
getSourceClusterIdBytes() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The cluster where the mutation was applied.
getSourceClusterIdBytes() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
The cluster where the mutation was applied.
getSourceClusterIdBytes() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
The cluster where the mutation was applied.
getStartFromCase() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
getStartFromCase() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
getStartFromCase() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
 
getStartKeyCase() - Method in class com.google.bigtable.v2.RowRange.Builder
 
getStartKeyCase() - Method in class com.google.bigtable.v2.RowRange
 
getStartKeyCase() - Method in interface com.google.bigtable.v2.RowRangeOrBuilder
 
getStartKeyClosed() - Method in class com.google.bigtable.v2.RowRange.Builder
Used when giving an inclusive lower bound for the range.
getStartKeyClosed() - Method in class com.google.bigtable.v2.RowRange
Used when giving an inclusive lower bound for the range.
getStartKeyClosed() - Method in interface com.google.bigtable.v2.RowRangeOrBuilder
Used when giving an inclusive lower bound for the range.
getStartKeyOpen() - Method in class com.google.bigtable.v2.RowRange.Builder
Used when giving an exclusive lower bound for the range.
getStartKeyOpen() - Method in class com.google.bigtable.v2.RowRange
Used when giving an exclusive lower bound for the range.
getStartKeyOpen() - Method in interface com.google.bigtable.v2.RowRangeOrBuilder
Used when giving an exclusive lower bound for the range.
getStartQualifierCase() - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
getStartQualifierCase() - Method in class com.google.bigtable.v2.ColumnRange
 
getStartQualifierCase() - Method in interface com.google.bigtable.v2.ColumnRangeOrBuilder
 
getStartQualifierClosed() - Method in class com.google.bigtable.v2.ColumnRange.Builder
Used when giving an inclusive lower bound for the range.
getStartQualifierClosed() - Method in class com.google.bigtable.v2.ColumnRange
Used when giving an inclusive lower bound for the range.
getStartQualifierClosed() - Method in interface com.google.bigtable.v2.ColumnRangeOrBuilder
Used when giving an inclusive lower bound for the range.
getStartQualifierOpen() - Method in class com.google.bigtable.v2.ColumnRange.Builder
Used when giving an exclusive lower bound for the range.
getStartQualifierOpen() - Method in class com.google.bigtable.v2.ColumnRange
Used when giving an exclusive lower bound for the range.
getStartQualifierOpen() - Method in interface com.google.bigtable.v2.ColumnRangeOrBuilder
Used when giving an exclusive lower bound for the range.
getStartTime() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Start reading the stream at the specified timestamp.
getStartTime() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
Start reading the stream at the specified timestamp.
getStartTime() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
Start reading the stream at the specified timestamp.
getStartTimeBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Start reading the stream at the specified timestamp.
getStartTimeOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Start reading the stream at the specified timestamp.
getStartTimeOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
Start reading the stream at the specified timestamp.
getStartTimeOrBuilder() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
Start reading the stream at the specified timestamp.
getStartTimestampMicros() - Method in class com.google.bigtable.v2.TimestampRange.Builder
Inclusive lower bound.
getStartTimestampMicros() - Method in class com.google.bigtable.v2.TimestampRange
Inclusive lower bound.
getStartTimestampMicros() - Method in interface com.google.bigtable.v2.TimestampRangeOrBuilder
Inclusive lower bound.
getStartValueCase() - Method in class com.google.bigtable.v2.ValueRange.Builder
 
getStartValueCase() - Method in class com.google.bigtable.v2.ValueRange
 
getStartValueCase() - Method in interface com.google.bigtable.v2.ValueRangeOrBuilder
 
getStartValueClosed() - Method in class com.google.bigtable.v2.ValueRange.Builder
Used when giving an inclusive lower bound for the range.
getStartValueClosed() - Method in class com.google.bigtable.v2.ValueRange
Used when giving an inclusive lower bound for the range.
getStartValueClosed() - Method in interface com.google.bigtable.v2.ValueRangeOrBuilder
Used when giving an inclusive lower bound for the range.
getStartValueOpen() - Method in class com.google.bigtable.v2.ValueRange.Builder
Used when giving an exclusive lower bound for the range.
getStartValueOpen() - Method in class com.google.bigtable.v2.ValueRange
Used when giving an exclusive lower bound for the range.
getStartValueOpen() - Method in interface com.google.bigtable.v2.ValueRangeOrBuilder
Used when giving an exclusive lower bound for the range.
getStatsViewCase() - Method in class com.google.bigtable.v2.RequestStats.Builder
 
getStatsViewCase() - Method in class com.google.bigtable.v2.RequestStats
 
getStatsViewCase() - Method in interface com.google.bigtable.v2.RequestStatsOrBuilder
 
getStatus() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
The result of the request Entry identified by `index`.
getStatus() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
The result of the request Entry identified by `index`.
getStatus() - Method in interface com.google.bigtable.v2.MutateRowsResponse.EntryOrBuilder
The result of the request Entry identified by `index`.
getStatus() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
The status of the stream.
getStatus() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
The status of the stream.
getStatus() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.CloseStreamOrBuilder
The status of the stream.
getStatusBuilder() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
The result of the request Entry identified by `index`.
getStatusBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
The status of the stream.
getStatusOrBuilder() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
The result of the request Entry identified by `index`.
getStatusOrBuilder() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
The result of the request Entry identified by `index`.
getStatusOrBuilder() - Method in interface com.google.bigtable.v2.MutateRowsResponse.EntryOrBuilder
The result of the request Entry identified by `index`.
getStatusOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
The status of the stream.
getStatusOrBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
The status of the stream.
getStatusOrBuilder() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.CloseStreamOrBuilder
The status of the stream.
getStreamRecordCase() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
getStreamRecordCase() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
getStreamRecordCase() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponseOrBuilder
 
getStripValueTransformer() - Method in class com.google.bigtable.v2.RowFilter.Builder
Replaces each cell's value with the empty string.
getStripValueTransformer() - Method in class com.google.bigtable.v2.RowFilter
Replaces each cell's value with the empty string.
getStripValueTransformer() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Replaces each cell's value with the empty string.
getTable() - Method in class com.google.bigtable.v2.TableName.Builder
 
getTable() - Method in class com.google.bigtable.v2.TableName
 
getTableName() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Required.
getTableName() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
Required.
getTableName() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
Required.
getTableName() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
Required.
getTableName() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
Required.
getTableName() - Method in interface com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequestOrBuilder
Required.
getTableName() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
getTableName() - Method in class com.google.bigtable.v2.MutateRowRequest
Required.
getTableName() - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
Required.
getTableName() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
getTableName() - Method in class com.google.bigtable.v2.MutateRowsRequest
Required.
getTableName() - Method in interface com.google.bigtable.v2.MutateRowsRequestOrBuilder
Required.
getTableName() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Required.
getTableName() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
Required.
getTableName() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
Required.
getTableName() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
getTableName() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
Required.
getTableName() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
Required.
getTableName() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
Required.
getTableName() - Method in class com.google.bigtable.v2.ReadRowsRequest
Required.
getTableName() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
Required.
getTableName() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
Required.
getTableName() - Method in class com.google.bigtable.v2.SampleRowKeysRequest
Required.
getTableName() - Method in interface com.google.bigtable.v2.SampleRowKeysRequestOrBuilder
Required.
getTableNameBytes() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Required.
getTableNameBytes() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
Required.
getTableNameBytes() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
Required.
getTableNameBytes() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
Required.
getTableNameBytes() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
Required.
getTableNameBytes() - Method in interface com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequestOrBuilder
Required.
getTableNameBytes() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
getTableNameBytes() - Method in class com.google.bigtable.v2.MutateRowRequest
Required.
getTableNameBytes() - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
Required.
getTableNameBytes() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
getTableNameBytes() - Method in class com.google.bigtable.v2.MutateRowsRequest
Required.
getTableNameBytes() - Method in interface com.google.bigtable.v2.MutateRowsRequestOrBuilder
Required.
getTableNameBytes() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Required.
getTableNameBytes() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
Required.
getTableNameBytes() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
Required.
getTableNameBytes() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
getTableNameBytes() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
Required.
getTableNameBytes() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
Required.
getTableNameBytes() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
Required.
getTableNameBytes() - Method in class com.google.bigtable.v2.ReadRowsRequest
Required.
getTableNameBytes() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
Required.
getTableNameBytes() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
Required.
getTableNameBytes() - Method in class com.google.bigtable.v2.SampleRowKeysRequest
Required.
getTableNameBytes() - Method in interface com.google.bigtable.v2.SampleRowKeysRequestOrBuilder
Required.
getTiebreaker() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
A value that lets stream consumers reconstruct Bigtable's conflict resolution semantics.
getTiebreaker() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
A value that lets stream consumers reconstruct Bigtable's conflict resolution semantics.
getTiebreaker() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
A value that lets stream consumers reconstruct Bigtable's conflict resolution semantics.
getTimeRange() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
The range of timestamps within which cells should be deleted.
getTimeRange() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
The range of timestamps within which cells should be deleted.
getTimeRange() - Method in interface com.google.bigtable.v2.Mutation.DeleteFromColumnOrBuilder
The range of timestamps within which cells should be deleted.
getTimeRangeBuilder() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
The range of timestamps within which cells should be deleted.
getTimeRangeOrBuilder() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
The range of timestamps within which cells should be deleted.
getTimeRangeOrBuilder() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
The range of timestamps within which cells should be deleted.
getTimeRangeOrBuilder() - Method in interface com.google.bigtable.v2.Mutation.DeleteFromColumnOrBuilder
The range of timestamps within which cells should be deleted.
getTimestampMicros() - Method in class com.google.bigtable.v2.Cell.Builder
The cell's stored timestamp, which also uniquely identifies it within its column.
getTimestampMicros() - Method in class com.google.bigtable.v2.Cell
The cell's stored timestamp, which also uniquely identifies it within its column.
getTimestampMicros() - Method in interface com.google.bigtable.v2.CellOrBuilder
The cell's stored timestamp, which also uniquely identifies it within its column.
getTimestampMicros() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
The timestamp of the cell into which new data should be written.
getTimestampMicros() - Method in class com.google.bigtable.v2.Mutation.SetCell
The timestamp of the cell into which new data should be written.
getTimestampMicros() - Method in interface com.google.bigtable.v2.Mutation.SetCellOrBuilder
The timestamp of the cell into which new data should be written.
getTimestampMicros() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The cell's stored timestamp, which also uniquely identifies it within its column.
getTimestampMicros() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
The cell's stored timestamp, which also uniquely identifies it within its column.
getTimestampMicros() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
The cell's stored timestamp, which also uniquely identifies it within its column.
getTimestampRangeFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with timestamps within the given range.
getTimestampRangeFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells with timestamps within the given range.
getTimestampRangeFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells with timestamps within the given range.
getTimestampRangeFilterBuilder() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with timestamps within the given range.
getTimestampRangeFilterOrBuilder() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with timestamps within the given range.
getTimestampRangeFilterOrBuilder() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells with timestamps within the given range.
getTimestampRangeFilterOrBuilder() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells with timestamps within the given range.
getToken() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
An encoded position for this stream's partition to restart reading from.
getToken() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
An encoded position for this stream's partition to restart reading from.
getToken() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
An encoded position for this stream's partition to restart reading from.
getToken() - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
An encoded position in the stream to restart reading from.
getToken() - Method in class com.google.bigtable.v2.StreamContinuationToken
An encoded position in the stream to restart reading from.
getToken() - Method in interface com.google.bigtable.v2.StreamContinuationTokenOrBuilder
An encoded position in the stream to restart reading from.
getTokenBytes() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
An encoded position for this stream's partition to restart reading from.
getTokenBytes() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
An encoded position for this stream's partition to restart reading from.
getTokenBytes() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
An encoded position for this stream's partition to restart reading from.
getTokenBytes() - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
An encoded position in the stream to restart reading from.
getTokenBytes() - Method in class com.google.bigtable.v2.StreamContinuationToken
An encoded position in the stream to restart reading from.
getTokenBytes() - Method in interface com.google.bigtable.v2.StreamContinuationTokenOrBuilder
An encoded position in the stream to restart reading from.
getTokens(int) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
getTokens(int) - Method in class com.google.bigtable.v2.StreamContinuationTokens
List of continuation tokens.
getTokens(int) - Method in interface com.google.bigtable.v2.StreamContinuationTokensOrBuilder
List of continuation tokens.
getTokensBuilder(int) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
getTokensBuilderList() - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
getTokensCount() - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
getTokensCount() - Method in class com.google.bigtable.v2.StreamContinuationTokens
List of continuation tokens.
getTokensCount() - Method in interface com.google.bigtable.v2.StreamContinuationTokensOrBuilder
List of continuation tokens.
getTokensList() - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
getTokensList() - Method in class com.google.bigtable.v2.StreamContinuationTokens
List of continuation tokens.
getTokensList() - Method in interface com.google.bigtable.v2.StreamContinuationTokensOrBuilder
List of continuation tokens.
getTokensOrBuilder(int) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
getTokensOrBuilder(int) - Method in class com.google.bigtable.v2.StreamContinuationTokens
List of continuation tokens.
getTokensOrBuilder(int) - Method in interface com.google.bigtable.v2.StreamContinuationTokensOrBuilder
List of continuation tokens.
getTokensOrBuilderList() - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
getTokensOrBuilderList() - Method in class com.google.bigtable.v2.StreamContinuationTokens
List of continuation tokens.
getTokensOrBuilderList() - Method in interface com.google.bigtable.v2.StreamContinuationTokensOrBuilder
List of continuation tokens.
getTrueFilter() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
The filter to apply to the input row if `predicate_filter` returns any results.
getTrueFilter() - Method in class com.google.bigtable.v2.RowFilter.Condition
The filter to apply to the input row if `predicate_filter` returns any results.
getTrueFilter() - Method in interface com.google.bigtable.v2.RowFilter.ConditionOrBuilder
The filter to apply to the input row if `predicate_filter` returns any results.
getTrueFilterBuilder() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
The filter to apply to the input row if `predicate_filter` returns any results.
getTrueFilterOrBuilder() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
The filter to apply to the input row if `predicate_filter` returns any results.
getTrueFilterOrBuilder() - Method in class com.google.bigtable.v2.RowFilter.Condition
The filter to apply to the input row if `predicate_filter` returns any results.
getTrueFilterOrBuilder() - Method in interface com.google.bigtable.v2.RowFilter.ConditionOrBuilder
The filter to apply to the input row if `predicate_filter` returns any results.
getTrueMutations(int) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getTrueMutations(int) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getTrueMutations(int) - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getTrueMutationsBuilder(int) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getTrueMutationsBuilderList() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getTrueMutationsCount() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getTrueMutationsCount() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getTrueMutationsCount() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getTrueMutationsList() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getTrueMutationsList() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getTrueMutationsList() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getTrueMutationsOrBuilder(int) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getTrueMutationsOrBuilder(int) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getTrueMutationsOrBuilder(int) - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getTrueMutationsOrBuilderList() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getTrueMutationsOrBuilderList() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getTrueMutationsOrBuilderList() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
getType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The type of the mutation.
getType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
The type of the mutation.
getType() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
The type of the mutation.
getTypeValue() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The type of the mutation.
getTypeValue() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
The type of the mutation.
getTypeValue() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
The type of the mutation.
getValue() - Method in class com.google.bigtable.v2.Cell.Builder
The value stored in the cell.
getValue() - Method in class com.google.bigtable.v2.Cell
The value stored in the cell.
getValue() - Method in interface com.google.bigtable.v2.CellOrBuilder
The value stored in the cell.
getValue() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
The value to be written into the specified cell.
getValue() - Method in class com.google.bigtable.v2.Mutation.SetCell
The value to be written into the specified cell.
getValue() - Method in interface com.google.bigtable.v2.Mutation.SetCellOrBuilder
The value to be written into the specified cell.
getValue() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The value stored in the cell.
getValue() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
The value stored in the cell.
getValue() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
The value stored in the cell.
getValueDescriptor() - Method in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
 
getValueDescriptor() - Method in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
 
getValueRangeFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with values that fall within the given range.
getValueRangeFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells with values that fall within the given range.
getValueRangeFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells with values that fall within the given range.
getValueRangeFilterBuilder() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with values that fall within the given range.
getValueRangeFilterOrBuilder() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with values that fall within the given range.
getValueRangeFilterOrBuilder() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells with values that fall within the given range.
getValueRangeFilterOrBuilder() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells with values that fall within the given range.
getValueRegexFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with values that satisfy the given regular expression.
getValueRegexFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells with values that satisfy the given regular expression.
getValueRegexFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells with values that satisfy the given regular expression.
getValueSize() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
If this CellChunk is part of a chunked cell value and this is not the final chunk of that cell, value_size will be set to the total length of the cell value.
getValueSize() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
If this CellChunk is part of a chunked cell value and this is not the final chunk of that cell, value_size will be set to the total length of the cell value.
getValueSize() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
If this CellChunk is part of a chunked cell value and this is not the final chunk of that cell, value_size will be set to the total length of the cell value.
getZoneId() - Method in class com.google.bigtable.v2.ResponseParams.Builder
The cloud bigtable zone associated with the cluster.
getZoneId() - Method in class com.google.bigtable.v2.ResponseParams
The cloud bigtable zone associated with the cluster.
getZoneId() - Method in interface com.google.bigtable.v2.ResponseParamsOrBuilder
The cloud bigtable zone associated with the cluster.
getZoneIdBytes() - Method in class com.google.bigtable.v2.ResponseParams.Builder
The cloud bigtable zone associated with the cluster.
getZoneIdBytes() - Method in class com.google.bigtable.v2.ResponseParams
The cloud bigtable zone associated with the cluster.
getZoneIdBytes() - Method in interface com.google.bigtable.v2.ResponseParamsOrBuilder
The cloud bigtable zone associated with the cluster.

H

hasAppendValue() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
Rule specifying that `append_value` be appended to the existing value.
hasAppendValue() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
Rule specifying that `append_value` be appended to the existing value.
hasAppendValue() - Method in interface com.google.bigtable.v2.ReadModifyWriteRuleOrBuilder
Rule specifying that `append_value` be appended to the existing value.
hasApplyLabelTransformer() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies the given label to all cells in the output row.
hasApplyLabelTransformer() - Method in class com.google.bigtable.v2.RowFilter
Applies the given label to all cells in the output row.
hasApplyLabelTransformer() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Applies the given label to all cells in the output row.
hasBlockAllFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Does not match any cells, regardless of input.
hasBlockAllFilter() - Method in class com.google.bigtable.v2.RowFilter
Does not match any cells, regardless of input.
hasBlockAllFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Does not match any cells, regardless of input.
hasCellsPerColumnLimitFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only the most recent N cells within each column.
hasCellsPerColumnLimitFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only the most recent N cells within each column.
hasCellsPerColumnLimitFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only the most recent N cells within each column.
hasCellsPerRowLimitFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only the first N cells of each row.
hasCellsPerRowLimitFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only the first N cells of each row.
hasCellsPerRowLimitFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only the first N cells of each row.
hasCellsPerRowOffsetFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Skips the first N cells of each row, matching all subsequent cells.
hasCellsPerRowOffsetFilter() - Method in class com.google.bigtable.v2.RowFilter
Skips the first N cells of each row, matching all subsequent cells.
hasCellsPerRowOffsetFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Skips the first N cells of each row, matching all subsequent cells.
hasChain() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in sequence, progressively narrowing the results.
hasChain() - Method in class com.google.bigtable.v2.RowFilter
Applies several RowFilters to the data in sequence, progressively narrowing the results.
hasChain() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Applies several RowFilters to the data in sequence, progressively narrowing the results.
hasChunkInfo() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
hasChunkInfo() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
hasChunkInfo() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunkOrBuilder
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
hasCloseStream() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
An indication that the stream should be closed.
hasCloseStream() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
An indication that the stream should be closed.
hasCloseStream() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponseOrBuilder
An indication that the stream should be closed.
hasClusterId() - Method in class com.google.bigtable.v2.ResponseParams.Builder
Identifier for a cluster that represents set of bigtable resources.
hasClusterId() - Method in class com.google.bigtable.v2.ResponseParams
Identifier for a cluster that represents set of bigtable resources.
hasClusterId() - Method in interface com.google.bigtable.v2.ResponseParamsOrBuilder
Identifier for a cluster that represents set of bigtable resources.
hasColumnQualifierRegexFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns whose qualifiers satisfy the given RE2 regex.
hasColumnQualifierRegexFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells from columns whose qualifiers satisfy the given RE2 regex.
hasColumnQualifierRegexFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells from columns whose qualifiers satisfy the given RE2 regex.
hasColumnRangeFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns within the given range.
hasColumnRangeFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells from columns within the given range.
hasColumnRangeFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells from columns within the given range.
hasCommitRow() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Indicates that the client can safely process all previous chunks for `row_key`, as its data has been fully read.
hasCommitRow() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
Indicates that the client can safely process all previous chunks for `row_key`, as its data has been fully read.
hasCommitRow() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
Indicates that the client can safely process all previous chunks for `row_key`, as its data has been fully read.
hasCommitTimestamp() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The timestamp at which the mutation was applied on the Bigtable server.
hasCommitTimestamp() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
The timestamp at which the mutation was applied on the Bigtable server.
hasCommitTimestamp() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
The timestamp at which the mutation was applied on the Bigtable server.
hasCondition() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.
hasCondition() - Method in class com.google.bigtable.v2.RowFilter
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.
hasCondition() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.
hasContinuationToken() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
hasContinuationToken() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
hasContinuationToken() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.HeartbeatOrBuilder
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
hasContinuationTokens() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Tokens that describe how to resume reading a stream where reading previously left off.
hasContinuationTokens() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
Tokens that describe how to resume reading a stream where reading previously left off.
hasContinuationTokens() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
Tokens that describe how to resume reading a stream where reading previously left off.
hasDataChange() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
A mutation to the partition.
hasDataChange() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
A mutation to the partition.
hasDataChange() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponseOrBuilder
A mutation to the partition.
hasDeleteFromColumn() - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from a column.
hasDeleteFromColumn() - Method in class com.google.bigtable.v2.Mutation
Deletes cells from a column.
hasDeleteFromColumn() - Method in interface com.google.bigtable.v2.MutationOrBuilder
Deletes cells from a column.
hasDeleteFromFamily() - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from a column family.
hasDeleteFromFamily() - Method in class com.google.bigtable.v2.Mutation
Deletes cells from a column family.
hasDeleteFromFamily() - Method in interface com.google.bigtable.v2.MutationOrBuilder
Deletes cells from a column family.
hasDeleteFromRow() - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from the entire row.
hasDeleteFromRow() - Method in class com.google.bigtable.v2.Mutation
Deletes cells from the entire row.
hasDeleteFromRow() - Method in interface com.google.bigtable.v2.MutationOrBuilder
Deletes cells from the entire row.
hasEndKeyClosed() - Method in class com.google.bigtable.v2.RowRange.Builder
Used when giving an inclusive upper bound for the range.
hasEndKeyClosed() - Method in class com.google.bigtable.v2.RowRange
Used when giving an inclusive upper bound for the range.
hasEndKeyClosed() - Method in interface com.google.bigtable.v2.RowRangeOrBuilder
Used when giving an inclusive upper bound for the range.
hasEndKeyOpen() - Method in class com.google.bigtable.v2.RowRange.Builder
Used when giving an exclusive upper bound for the range.
hasEndKeyOpen() - Method in class com.google.bigtable.v2.RowRange
Used when giving an exclusive upper bound for the range.
hasEndKeyOpen() - Method in interface com.google.bigtable.v2.RowRangeOrBuilder
Used when giving an exclusive upper bound for the range.
hasEndQualifierClosed() - Method in class com.google.bigtable.v2.ColumnRange.Builder
Used when giving an inclusive upper bound for the range.
hasEndQualifierClosed() - Method in class com.google.bigtable.v2.ColumnRange
Used when giving an inclusive upper bound for the range.
hasEndQualifierClosed() - Method in interface com.google.bigtable.v2.ColumnRangeOrBuilder
Used when giving an inclusive upper bound for the range.
hasEndQualifierOpen() - Method in class com.google.bigtable.v2.ColumnRange.Builder
Used when giving an exclusive upper bound for the range.
hasEndQualifierOpen() - Method in class com.google.bigtable.v2.ColumnRange
Used when giving an exclusive upper bound for the range.
hasEndQualifierOpen() - Method in interface com.google.bigtable.v2.ColumnRangeOrBuilder
Used when giving an exclusive upper bound for the range.
hasEndTime() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
If specified, OK will be returned when the stream advances beyond this time.
hasEndTime() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
If specified, OK will be returned when the stream advances beyond this time.
hasEndTime() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
If specified, OK will be returned when the stream advances beyond this time.
hasEndValueClosed() - Method in class com.google.bigtable.v2.ValueRange.Builder
Used when giving an inclusive upper bound for the range.
hasEndValueClosed() - Method in class com.google.bigtable.v2.ValueRange
Used when giving an inclusive upper bound for the range.
hasEndValueClosed() - Method in interface com.google.bigtable.v2.ValueRangeOrBuilder
Used when giving an inclusive upper bound for the range.
hasEndValueOpen() - Method in class com.google.bigtable.v2.ValueRange.Builder
Used when giving an exclusive upper bound for the range.
hasEndValueOpen() - Method in class com.google.bigtable.v2.ValueRange
Used when giving an exclusive upper bound for the range.
hasEndValueOpen() - Method in interface com.google.bigtable.v2.ValueRangeOrBuilder
Used when giving an exclusive upper bound for the range.
hasEstimatedLowWatermark() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
hasEstimatedLowWatermark() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
hasEstimatedLowWatermark() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.DataChangeOrBuilder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
hasEstimatedLowWatermark() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
hasEstimatedLowWatermark() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
hasEstimatedLowWatermark() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.HeartbeatOrBuilder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
hasFalseFilter() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
The filter to apply to the input row if `predicate_filter` does not return any results.
hasFalseFilter() - Method in class com.google.bigtable.v2.RowFilter.Condition
The filter to apply to the input row if `predicate_filter` does not return any results.
hasFalseFilter() - Method in interface com.google.bigtable.v2.RowFilter.ConditionOrBuilder
The filter to apply to the input row if `predicate_filter` does not return any results.
hasFamilyName() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The column family name for this chunk of data.
hasFamilyName() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
The column family name for this chunk of data.
hasFamilyName() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
The column family name for this chunk of data.
hasFamilyNameRegexFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns whose families satisfy the given RE2 regex.
hasFamilyNameRegexFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells from columns whose families satisfy the given RE2 regex.
hasFamilyNameRegexFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells from columns whose families satisfy the given RE2 regex.
hasFilter() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The filter to apply to the contents of the specified row(s).
hasFilter() - Method in class com.google.bigtable.v2.ReadRowsRequest
The filter to apply to the contents of the specified row(s).
hasFilter() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
The filter to apply to the contents of the specified row(s).
hasFrontendServerLatency() - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
The latency measured by the frontend server handling this request, from when the request was received, to when this value is sent back in the response.
hasFrontendServerLatency() - Method in class com.google.bigtable.v2.RequestLatencyStats
The latency measured by the frontend server handling this request, from when the request was received, to when this value is sent back in the response.
hasFrontendServerLatency() - Method in interface com.google.bigtable.v2.RequestLatencyStatsOrBuilder
The latency measured by the frontend server handling this request, from when the request was received, to when this value is sent back in the response.
hasFullReadStatsView() - Method in class com.google.bigtable.v2.RequestStats.Builder
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
hasFullReadStatsView() - Method in class com.google.bigtable.v2.RequestStats
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
hasFullReadStatsView() - Method in interface com.google.bigtable.v2.RequestStatsOrBuilder
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
hashCode() - Method in class com.google.bigtable.v2.Cell
 
hashCode() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
hashCode() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
hashCode() - Method in class com.google.bigtable.v2.Column
 
hashCode() - Method in class com.google.bigtable.v2.ColumnRange
 
hashCode() - Method in class com.google.bigtable.v2.Family
 
hashCode() - Method in class com.google.bigtable.v2.FeatureFlags
 
hashCode() - Method in class com.google.bigtable.v2.FullReadStatsView
 
hashCode() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
hashCode() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
hashCode() - Method in class com.google.bigtable.v2.InstanceName
 
hashCode() - Method in class com.google.bigtable.v2.MutateRowRequest
 
hashCode() - Method in class com.google.bigtable.v2.MutateRowResponse
 
hashCode() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
hashCode() - Method in class com.google.bigtable.v2.MutateRowsRequest
 
hashCode() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
hashCode() - Method in class com.google.bigtable.v2.MutateRowsResponse
 
hashCode() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
hashCode() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
hashCode() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
hashCode() - Method in class com.google.bigtable.v2.Mutation
 
hashCode() - Method in class com.google.bigtable.v2.Mutation.SetCell
 
hashCode() - Method in class com.google.bigtable.v2.PingAndWarmRequest
 
hashCode() - Method in class com.google.bigtable.v2.PingAndWarmResponse
 
hashCode() - Method in class com.google.bigtable.v2.RateLimitInfo
 
hashCode() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
hashCode() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
hashCode() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
hashCode() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
hashCode() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
hashCode() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
hashCode() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
hashCode() - Method in class com.google.bigtable.v2.ReadIterationStats
 
hashCode() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
hashCode() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
hashCode() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
 
hashCode() - Method in class com.google.bigtable.v2.ReadRowsRequest
 
hashCode() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
hashCode() - Method in class com.google.bigtable.v2.ReadRowsResponse
 
hashCode() - Method in class com.google.bigtable.v2.RequestLatencyStats
 
hashCode() - Method in class com.google.bigtable.v2.RequestStats
 
hashCode() - Method in class com.google.bigtable.v2.ResponseParams
 
hashCode() - Method in class com.google.bigtable.v2.Row
 
hashCode() - Method in class com.google.bigtable.v2.RowFilter.Chain
 
hashCode() - Method in class com.google.bigtable.v2.RowFilter.Condition
 
hashCode() - Method in class com.google.bigtable.v2.RowFilter
 
hashCode() - Method in class com.google.bigtable.v2.RowFilter.Interleave
 
hashCode() - Method in class com.google.bigtable.v2.RowRange
 
hashCode() - Method in class com.google.bigtable.v2.RowSet
 
hashCode() - Method in class com.google.bigtable.v2.SampleRowKeysRequest
 
hashCode() - Method in class com.google.bigtable.v2.SampleRowKeysResponse
 
hashCode() - Method in class com.google.bigtable.v2.StreamContinuationToken
 
hashCode() - Method in class com.google.bigtable.v2.StreamContinuationTokens
 
hashCode() - Method in class com.google.bigtable.v2.StreamPartition
 
hashCode() - Method in class com.google.bigtable.v2.TableName
 
hashCode() - Method in class com.google.bigtable.v2.TimestampRange
 
hashCode() - Method in class com.google.bigtable.v2.ValueRange
 
hasHeartbeat() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
A periodic heartbeat message.
hasHeartbeat() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
A periodic heartbeat message.
hasHeartbeat() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponseOrBuilder
A periodic heartbeat message.
hasHeartbeatDuration() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
If specified, the duration between `Heartbeat` messages on the stream.
hasHeartbeatDuration() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
If specified, the duration between `Heartbeat` messages on the stream.
hasHeartbeatDuration() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
If specified, the duration between `Heartbeat` messages on the stream.
hasIncrementAmount() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
Rule specifying that `increment_amount` be added to the existing value.
hasIncrementAmount() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
Rule specifying that `increment_amount` be added to the existing value.
hasIncrementAmount() - Method in interface com.google.bigtable.v2.ReadModifyWriteRuleOrBuilder
Rule specifying that `increment_amount` be added to the existing value.
hasInterleave() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in parallel and combines the results.
hasInterleave() - Method in class com.google.bigtable.v2.RowFilter
Applies several RowFilters to the data in parallel and combines the results.
hasInterleave() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Applies several RowFilters to the data in parallel and combines the results.
hasMutation() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
hasMutation() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
hasMutation() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunkOrBuilder
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
hasPartition() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
A partition of the change stream.
hasPartition() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
A partition of the change stream.
hasPartition() - Method in interface com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponseOrBuilder
A partition of the change stream.
hasPartition() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
The partition to read changes from.
hasPartition() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
The partition to read changes from.
hasPartition() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
The partition to read changes from.
hasPartition() - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
The partition that this token applies to.
hasPartition() - Method in class com.google.bigtable.v2.StreamContinuationToken
The partition that this token applies to.
hasPartition() - Method in interface com.google.bigtable.v2.StreamContinuationTokenOrBuilder
The partition that this token applies to.
hasPassAllFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches all cells, regardless of input.
hasPassAllFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches all cells, regardless of input.
hasPassAllFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches all cells, regardless of input.
hasPeriod() - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
Time that clients should wait before adjusting the target rate again.
hasPeriod() - Method in class com.google.bigtable.v2.RateLimitInfo
Time that clients should wait before adjusting the target rate again.
hasPeriod() - Method in interface com.google.bigtable.v2.RateLimitInfoOrBuilder
Time that clients should wait before adjusting the target rate again.
hasPredicateFilter() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
The filter to be applied to the contents of the specified row.
hasPredicateFilter() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
The filter to be applied to the contents of the specified row.
hasPredicateFilter() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
The filter to be applied to the contents of the specified row.
hasPredicateFilter() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.
hasPredicateFilter() - Method in class com.google.bigtable.v2.RowFilter.Condition
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.
hasPredicateFilter() - Method in interface com.google.bigtable.v2.RowFilter.ConditionOrBuilder
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.
hasQualifier() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The column qualifier for this chunk of data.
hasQualifier() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
The column qualifier for this chunk of data.
hasQualifier() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
The column qualifier for this chunk of data.
hasRateLimitInfo() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
Information about how client should limit the rate (QPS).
hasRateLimitInfo() - Method in class com.google.bigtable.v2.MutateRowsResponse
Information about how client should limit the rate (QPS).
hasRateLimitInfo() - Method in interface com.google.bigtable.v2.MutateRowsResponseOrBuilder
Information about how client should limit the rate (QPS).
hasReadIterationStats() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
Iteration stats describe how efficient the read is, e.g.
hasReadIterationStats() - Method in class com.google.bigtable.v2.FullReadStatsView
Iteration stats describe how efficient the read is, e.g.
hasReadIterationStats() - Method in interface com.google.bigtable.v2.FullReadStatsViewOrBuilder
Iteration stats describe how efficient the read is, e.g.
hasRequestLatencyStats() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
Request latency stats describe the time taken to complete a request, from the server side.
hasRequestLatencyStats() - Method in class com.google.bigtable.v2.FullReadStatsView
Request latency stats describe the time taken to complete a request, from the server side.
hasRequestLatencyStats() - Method in interface com.google.bigtable.v2.FullReadStatsViewOrBuilder
Request latency stats describe the time taken to complete a request, from the server side.
hasRequestStats() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
If requested, provide enhanced query performance statistics.
hasRequestStats() - Method in class com.google.bigtable.v2.ReadRowsResponse
If requested, provide enhanced query performance statistics.
hasRequestStats() - Method in interface com.google.bigtable.v2.ReadRowsResponseOrBuilder
If requested, provide enhanced query performance statistics.
hasResetRow() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Indicates that the client should drop all previous chunks for `row_key`, as it will be re-read from the beginning.
hasResetRow() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
Indicates that the client should drop all previous chunks for `row_key`, as it will be re-read from the beginning.
hasResetRow() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
Indicates that the client should drop all previous chunks for `row_key`, as it will be re-read from the beginning.
hasRow() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
A Row containing the new contents of all cells modified by the request.
hasRow() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
A Row containing the new contents of all cells modified by the request.
hasRow() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowResponseOrBuilder
A Row containing the new contents of all cells modified by the request.
hasRowKeyRegexFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from rows whose keys satisfy the given RE2 regex.
hasRowKeyRegexFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells from rows whose keys satisfy the given RE2 regex.
hasRowKeyRegexFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells from rows whose keys satisfy the given RE2 regex.
hasRowRange() - Method in class com.google.bigtable.v2.StreamPartition.Builder
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
hasRowRange() - Method in class com.google.bigtable.v2.StreamPartition
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
hasRowRange() - Method in interface com.google.bigtable.v2.StreamPartitionOrBuilder
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
hasRows() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The row keys and/or ranges to read sequentially.
hasRows() - Method in class com.google.bigtable.v2.ReadRowsRequest
The row keys and/or ranges to read sequentially.
hasRows() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
The row keys and/or ranges to read sequentially.
hasRowSampleFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches all cells from a row with probability p, and matches no cells from the row with probability 1-p.
hasRowSampleFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches all cells from a row with probability p, and matches no cells from the row with probability 1-p.
hasRowSampleFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches all cells from a row with probability p, and matches no cells from the row with probability 1-p.
hasSetCell() - Method in class com.google.bigtable.v2.Mutation.Builder
Set a cell's value.
hasSetCell() - Method in class com.google.bigtable.v2.Mutation
Set a cell's value.
hasSetCell() - Method in interface com.google.bigtable.v2.MutationOrBuilder
Set a cell's value.
hasSink() - Method in class com.google.bigtable.v2.RowFilter.Builder
ADVANCED USE ONLY.
hasSink() - Method in class com.google.bigtable.v2.RowFilter
ADVANCED USE ONLY.
hasSink() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
ADVANCED USE ONLY.
hasStartKeyClosed() - Method in class com.google.bigtable.v2.RowRange.Builder
Used when giving an inclusive lower bound for the range.
hasStartKeyClosed() - Method in class com.google.bigtable.v2.RowRange
Used when giving an inclusive lower bound for the range.
hasStartKeyClosed() - Method in interface com.google.bigtable.v2.RowRangeOrBuilder
Used when giving an inclusive lower bound for the range.
hasStartKeyOpen() - Method in class com.google.bigtable.v2.RowRange.Builder
Used when giving an exclusive lower bound for the range.
hasStartKeyOpen() - Method in class com.google.bigtable.v2.RowRange
Used when giving an exclusive lower bound for the range.
hasStartKeyOpen() - Method in interface com.google.bigtable.v2.RowRangeOrBuilder
Used when giving an exclusive lower bound for the range.
hasStartQualifierClosed() - Method in class com.google.bigtable.v2.ColumnRange.Builder
Used when giving an inclusive lower bound for the range.
hasStartQualifierClosed() - Method in class com.google.bigtable.v2.ColumnRange
Used when giving an inclusive lower bound for the range.
hasStartQualifierClosed() - Method in interface com.google.bigtable.v2.ColumnRangeOrBuilder
Used when giving an inclusive lower bound for the range.
hasStartQualifierOpen() - Method in class com.google.bigtable.v2.ColumnRange.Builder
Used when giving an exclusive lower bound for the range.
hasStartQualifierOpen() - Method in class com.google.bigtable.v2.ColumnRange
Used when giving an exclusive lower bound for the range.
hasStartQualifierOpen() - Method in interface com.google.bigtable.v2.ColumnRangeOrBuilder
Used when giving an exclusive lower bound for the range.
hasStartTime() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Start reading the stream at the specified timestamp.
hasStartTime() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
Start reading the stream at the specified timestamp.
hasStartTime() - Method in interface com.google.bigtable.v2.ReadChangeStreamRequestOrBuilder
Start reading the stream at the specified timestamp.
hasStartValueClosed() - Method in class com.google.bigtable.v2.ValueRange.Builder
Used when giving an inclusive lower bound for the range.
hasStartValueClosed() - Method in class com.google.bigtable.v2.ValueRange
Used when giving an inclusive lower bound for the range.
hasStartValueClosed() - Method in interface com.google.bigtable.v2.ValueRangeOrBuilder
Used when giving an inclusive lower bound for the range.
hasStartValueOpen() - Method in class com.google.bigtable.v2.ValueRange.Builder
Used when giving an exclusive lower bound for the range.
hasStartValueOpen() - Method in class com.google.bigtable.v2.ValueRange
Used when giving an exclusive lower bound for the range.
hasStartValueOpen() - Method in interface com.google.bigtable.v2.ValueRangeOrBuilder
Used when giving an exclusive lower bound for the range.
hasStatus() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
The result of the request Entry identified by `index`.
hasStatus() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
The result of the request Entry identified by `index`.
hasStatus() - Method in interface com.google.bigtable.v2.MutateRowsResponse.EntryOrBuilder
The result of the request Entry identified by `index`.
hasStatus() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
The status of the stream.
hasStatus() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
The status of the stream.
hasStatus() - Method in interface com.google.bigtable.v2.ReadChangeStreamResponse.CloseStreamOrBuilder
The status of the stream.
hasStripValueTransformer() - Method in class com.google.bigtable.v2.RowFilter.Builder
Replaces each cell's value with the empty string.
hasStripValueTransformer() - Method in class com.google.bigtable.v2.RowFilter
Replaces each cell's value with the empty string.
hasStripValueTransformer() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Replaces each cell's value with the empty string.
hasTimeRange() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
The range of timestamps within which cells should be deleted.
hasTimeRange() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
The range of timestamps within which cells should be deleted.
hasTimeRange() - Method in interface com.google.bigtable.v2.Mutation.DeleteFromColumnOrBuilder
The range of timestamps within which cells should be deleted.
hasTimestampRangeFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with timestamps within the given range.
hasTimestampRangeFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells with timestamps within the given range.
hasTimestampRangeFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells with timestamps within the given range.
hasTrueFilter() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
The filter to apply to the input row if `predicate_filter` returns any results.
hasTrueFilter() - Method in class com.google.bigtable.v2.RowFilter.Condition
The filter to apply to the input row if `predicate_filter` returns any results.
hasTrueFilter() - Method in interface com.google.bigtable.v2.RowFilter.ConditionOrBuilder
The filter to apply to the input row if `predicate_filter` returns any results.
hasValueRangeFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with values that fall within the given range.
hasValueRangeFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells with values that fall within the given range.
hasValueRangeFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells with values that fall within the given range.
hasValueRegexFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with values that satisfy the given regular expression.
hasValueRegexFilter() - Method in class com.google.bigtable.v2.RowFilter
Matches only cells with values that satisfy the given regular expression.
hasValueRegexFilter() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Matches only cells with values that satisfy the given regular expression.
hasZoneId() - Method in class com.google.bigtable.v2.ResponseParams.Builder
The cloud bigtable zone associated with the cluster.
hasZoneId() - Method in class com.google.bigtable.v2.ResponseParams
The cloud bigtable zone associated with the cluster.
hasZoneId() - Method in interface com.google.bigtable.v2.ResponseParamsOrBuilder
The cloud bigtable zone associated with the cluster.
HEARTBEAT - Enum constant in enum com.google.bigtable.v2.ReadChangeStreamResponse.StreamRecordCase
 
HEARTBEAT_DURATION_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamRequest
 
HEARTBEAT_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse
 

I

INCREMENT_AMOUNT - Enum constant in enum com.google.bigtable.v2.ReadModifyWriteRule.RuleCase
 
INCREMENT_AMOUNT_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadModifyWriteRule
 
INDEX_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
InstanceName - Class in com.google.bigtable.v2
 
InstanceName() - Constructor for class com.google.bigtable.v2.InstanceName
Deprecated.
InstanceName.Builder - Class in com.google.bigtable.v2
Builder for projects/{project}/instances/{instance}.
INTERLEAVE - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
INTERLEAVE_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Cell.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Cell
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Column.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Column
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ColumnRange
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Family.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Family
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.FeatureFlags
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.FullReadStatsView
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.MutateRowRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.MutateRowResponse
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.MutateRowsRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.MutateRowsResponse
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Mutation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Mutation
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Mutation.SetCell
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.PingAndWarmRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.PingAndWarmResponse
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RateLimitInfo
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadIterationStats
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadRowsRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ReadRowsResponse
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RequestLatencyStats
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RequestStats.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RequestStats
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ResponseParams
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Row.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.Row
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RowFilter.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RowFilter.Chain
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RowFilter.Condition
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RowFilter.Interleave
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RowFilter
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RowRange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RowRange
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RowSet.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.RowSet
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.SampleRowKeysRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.SampleRowKeysResponse
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.StreamContinuationToken
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.StreamContinuationTokens
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.StreamPartition
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.TimestampRange
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ValueRange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.v2.ValueRange
 
internalGetValueMap() - Static method in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
 
internalGetValueMap() - Static method in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
 
isInitialized() - Method in class com.google.bigtable.v2.Cell.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.Cell
 
isInitialized() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
isInitialized() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
isInitialized() - Method in class com.google.bigtable.v2.Column.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.Column
 
isInitialized() - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ColumnRange
 
isInitialized() - Method in class com.google.bigtable.v2.Family.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.Family
 
isInitialized() - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.FeatureFlags
 
isInitialized() - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.FullReadStatsView
 
isInitialized() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
isInitialized() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
isInitialized() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.MutateRowRequest
 
isInitialized() - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.MutateRowResponse
 
isInitialized() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
isInitialized() - Method in class com.google.bigtable.v2.MutateRowsRequest
 
isInitialized() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
isInitialized() - Method in class com.google.bigtable.v2.MutateRowsResponse
 
isInitialized() - Method in class com.google.bigtable.v2.Mutation.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
isInitialized() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
isInitialized() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
isInitialized() - Method in class com.google.bigtable.v2.Mutation
 
isInitialized() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.Mutation.SetCell
 
isInitialized() - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.PingAndWarmRequest
 
isInitialized() - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.PingAndWarmResponse
 
isInitialized() - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.RateLimitInfo
 
isInitialized() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
isInitialized() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
isInitialized() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
isInitialized() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
isInitialized() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
isInitialized() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
isInitialized() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
isInitialized() - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ReadIterationStats
 
isInitialized() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
isInitialized() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
isInitialized() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
 
isInitialized() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ReadRowsRequest
 
isInitialized() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
isInitialized() - Method in class com.google.bigtable.v2.ReadRowsResponse
 
isInitialized() - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.RequestLatencyStats
 
isInitialized() - Method in class com.google.bigtable.v2.RequestStats.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.RequestStats
 
isInitialized() - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ResponseParams
 
isInitialized() - Method in class com.google.bigtable.v2.Row.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.Row
 
isInitialized() - Method in class com.google.bigtable.v2.RowFilter.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.RowFilter.Chain
 
isInitialized() - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.RowFilter.Condition
 
isInitialized() - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.RowFilter.Interleave
 
isInitialized() - Method in class com.google.bigtable.v2.RowFilter
 
isInitialized() - Method in class com.google.bigtable.v2.RowRange.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.RowRange
 
isInitialized() - Method in class com.google.bigtable.v2.RowSet.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.RowSet
 
isInitialized() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.SampleRowKeysRequest
 
isInitialized() - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.SampleRowKeysResponse
 
isInitialized() - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.StreamContinuationToken
 
isInitialized() - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.StreamContinuationTokens
 
isInitialized() - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.StreamPartition
 
isInitialized() - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.TimestampRange
 
isInitialized() - Method in class com.google.bigtable.v2.ValueRange.Builder
 
isInitialized() - Method in class com.google.bigtable.v2.ValueRange
 
isParsableFrom(String) - Static method in class com.google.bigtable.v2.InstanceName
 
isParsableFrom(String) - Static method in class com.google.bigtable.v2.TableName
 

K

KEY_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Row
 

L

LABELS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Cell
 
LABELS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
LAST_CHUNK_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
LAST_SCANNED_ROW_KEY_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse
 
LAST_SCANNED_ROW_RESPONSES_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.FeatureFlags
 

M

mergeChain(RowFilter.Chain) - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in sequence, progressively narrowing the results.
mergeChunkInfo(ReadChangeStreamResponse.MutationChunk.ChunkInfo) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
mergeCloseStream(ReadChangeStreamResponse.CloseStream) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
An indication that the stream should be closed.
mergeColumnRangeFilter(ColumnRange) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns within the given range.
mergeCommitTimestamp(Timestamp) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The timestamp at which the mutation was applied on the Bigtable server.
mergeCondition(RowFilter.Condition) - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.
mergeContinuationToken(StreamContinuationToken) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
mergeContinuationTokens(StreamContinuationTokens) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Tokens that describe how to resume reading a stream where reading previously left off.
mergeDataChange(ReadChangeStreamResponse.DataChange) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
A mutation to the partition.
mergeDeleteFromColumn(Mutation.DeleteFromColumn) - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from a column.
mergeDeleteFromFamily(Mutation.DeleteFromFamily) - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from a column family.
mergeDeleteFromRow(Mutation.DeleteFromRow) - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from the entire row.
mergeEndTime(Timestamp) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
If specified, OK will be returned when the stream advances beyond this time.
mergeEstimatedLowWatermark(Timestamp) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
mergeEstimatedLowWatermark(Timestamp) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
mergeFalseFilter(RowFilter) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
The filter to apply to the input row if `predicate_filter` does not return any results.
mergeFamilyName(StringValue) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The column family name for this chunk of data.
mergeFilter(RowFilter) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The filter to apply to the contents of the specified row(s).
mergeFrom(Cell) - Method in class com.google.bigtable.v2.Cell.Builder
 
mergeFrom(CheckAndMutateRowRequest) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
mergeFrom(CheckAndMutateRowResponse) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
mergeFrom(Column) - Method in class com.google.bigtable.v2.Column.Builder
 
mergeFrom(ColumnRange) - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
mergeFrom(Family) - Method in class com.google.bigtable.v2.Family.Builder
 
mergeFrom(FeatureFlags) - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
mergeFrom(FullReadStatsView) - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
mergeFrom(GenerateInitialChangeStreamPartitionsRequest) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
mergeFrom(GenerateInitialChangeStreamPartitionsResponse) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
mergeFrom(MutateRowRequest) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
mergeFrom(MutateRowResponse) - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
mergeFrom(MutateRowsRequest) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
mergeFrom(MutateRowsRequest.Entry) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
mergeFrom(MutateRowsResponse) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
mergeFrom(MutateRowsResponse.Entry) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
mergeFrom(Mutation) - Method in class com.google.bigtable.v2.Mutation.Builder
 
mergeFrom(Mutation.DeleteFromColumn) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
mergeFrom(Mutation.DeleteFromFamily) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
mergeFrom(Mutation.DeleteFromRow) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
mergeFrom(Mutation.SetCell) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
mergeFrom(PingAndWarmRequest) - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
mergeFrom(PingAndWarmResponse) - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
mergeFrom(RateLimitInfo) - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
mergeFrom(ReadChangeStreamRequest) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
mergeFrom(ReadChangeStreamResponse) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
mergeFrom(ReadChangeStreamResponse.CloseStream) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
mergeFrom(ReadChangeStreamResponse.DataChange) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
mergeFrom(ReadChangeStreamResponse.Heartbeat) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
mergeFrom(ReadChangeStreamResponse.MutationChunk) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
mergeFrom(ReadChangeStreamResponse.MutationChunk.ChunkInfo) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
mergeFrom(ReadIterationStats) - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
mergeFrom(ReadModifyWriteRowRequest) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
mergeFrom(ReadModifyWriteRowResponse) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
mergeFrom(ReadModifyWriteRule) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
mergeFrom(ReadRowsRequest) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
mergeFrom(ReadRowsResponse) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
mergeFrom(ReadRowsResponse.CellChunk) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
mergeFrom(RequestLatencyStats) - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
mergeFrom(RequestStats) - Method in class com.google.bigtable.v2.RequestStats.Builder
 
mergeFrom(ResponseParams) - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
mergeFrom(Row) - Method in class com.google.bigtable.v2.Row.Builder
 
mergeFrom(RowFilter) - Method in class com.google.bigtable.v2.RowFilter.Builder
 
mergeFrom(RowFilter.Chain) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
mergeFrom(RowFilter.Condition) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
mergeFrom(RowFilter.Interleave) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
mergeFrom(RowRange) - Method in class com.google.bigtable.v2.RowRange.Builder
 
mergeFrom(RowSet) - Method in class com.google.bigtable.v2.RowSet.Builder
 
mergeFrom(SampleRowKeysRequest) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
mergeFrom(SampleRowKeysResponse) - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
mergeFrom(StreamContinuationToken) - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
mergeFrom(StreamContinuationTokens) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
mergeFrom(StreamPartition) - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
mergeFrom(TimestampRange) - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
mergeFrom(ValueRange) - Method in class com.google.bigtable.v2.ValueRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Cell.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Column.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Family.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Mutation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.RequestStats.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Row.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.RowFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.RowRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.RowSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ValueRange.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Cell.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Column.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Family.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Mutation.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.RequestStats.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Row.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.RowFilter.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.RowRange.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.RowSet.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ValueRange.Builder
 
mergeFrontendServerLatency(Duration) - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
The latency measured by the frontend server handling this request, from when the request was received, to when this value is sent back in the response.
mergeFullReadStatsView(FullReadStatsView) - Method in class com.google.bigtable.v2.RequestStats.Builder
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
mergeHeartbeat(ReadChangeStreamResponse.Heartbeat) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
A periodic heartbeat message.
mergeHeartbeatDuration(Duration) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
If specified, the duration between `Heartbeat` messages on the stream.
mergeInterleave(RowFilter.Interleave) - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in parallel and combines the results.
mergeMutation(Mutation) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
mergePartition(StreamPartition) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
A partition of the change stream.
mergePartition(StreamPartition) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
The partition to read changes from.
mergePartition(StreamPartition) - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
The partition that this token applies to.
mergePeriod(Duration) - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
Time that clients should wait before adjusting the target rate again.
mergePredicateFilter(RowFilter) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
The filter to be applied to the contents of the specified row.
mergePredicateFilter(RowFilter) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.
mergeQualifier(BytesValue) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The column qualifier for this chunk of data.
mergeRateLimitInfo(RateLimitInfo) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
Information about how client should limit the rate (QPS).
mergeReadIterationStats(ReadIterationStats) - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
Iteration stats describe how efficient the read is, e.g.
mergeRequestLatencyStats(RequestLatencyStats) - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
Request latency stats describe the time taken to complete a request, from the server side.
mergeRequestStats(RequestStats) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
If requested, provide enhanced query performance statistics.
mergeRow(Row) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
A Row containing the new contents of all cells modified by the request.
mergeRowRange(RowRange) - Method in class com.google.bigtable.v2.StreamPartition.Builder
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
mergeRows(RowSet) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The row keys and/or ranges to read sequentially.
mergeSetCell(Mutation.SetCell) - Method in class com.google.bigtable.v2.Mutation.Builder
Set a cell's value.
mergeStartTime(Timestamp) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Start reading the stream at the specified timestamp.
mergeStatus(Status) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
The result of the request Entry identified by `index`.
mergeStatus(Status) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
The status of the stream.
mergeTimeRange(TimestampRange) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
The range of timestamps within which cells should be deleted.
mergeTimestampRangeFilter(TimestampRange) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with timestamps within the given range.
mergeTrueFilter(RowFilter) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
The filter to apply to the input row if `predicate_filter` returns any results.
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Cell.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Column.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Family.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Mutation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RequestStats.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Row.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RowFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RowRange.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RowSet.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ValueRange.Builder
 
mergeValueRangeFilter(ValueRange) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with values that fall within the given range.
MUTATE_ROWS_RATE_LIMIT_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.FeatureFlags
 
MUTATE_ROWS_RATE_LIMIT2_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.FeatureFlags
 
MutateRowRequest - Class in com.google.bigtable.v2
Request message for Bigtable.MutateRow.
MutateRowRequest.Builder - Class in com.google.bigtable.v2
Request message for Bigtable.MutateRow.
MutateRowRequestOrBuilder - Interface in com.google.bigtable.v2
 
MutateRowResponse - Class in com.google.bigtable.v2
Response message for Bigtable.MutateRow.
MutateRowResponse.Builder - Class in com.google.bigtable.v2
Response message for Bigtable.MutateRow.
MutateRowResponseOrBuilder - Interface in com.google.bigtable.v2
 
MutateRowsRequest - Class in com.google.bigtable.v2
Request message for BigtableService.MutateRows.
MutateRowsRequest.Builder - Class in com.google.bigtable.v2
Request message for BigtableService.MutateRows.
MutateRowsRequest.Entry - Class in com.google.bigtable.v2
A mutation for a given row.
MutateRowsRequest.Entry.Builder - Class in com.google.bigtable.v2
A mutation for a given row.
MutateRowsRequest.EntryOrBuilder - Interface in com.google.bigtable.v2
 
MutateRowsRequestOrBuilder - Interface in com.google.bigtable.v2
 
MutateRowsResponse - Class in com.google.bigtable.v2
Response message for BigtableService.MutateRows.
MutateRowsResponse.Builder - Class in com.google.bigtable.v2
Response message for BigtableService.MutateRows.
MutateRowsResponse.Entry - Class in com.google.bigtable.v2
The result of applying a passed mutation in the original request.
MutateRowsResponse.Entry.Builder - Class in com.google.bigtable.v2
The result of applying a passed mutation in the original request.
MutateRowsResponse.EntryOrBuilder - Interface in com.google.bigtable.v2
 
MutateRowsResponseOrBuilder - Interface in com.google.bigtable.v2
 
Mutation - Class in com.google.bigtable.v2
Specifies a particular change to be made to the contents of a row.
MUTATION_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
MUTATION_NOT_SET - Enum constant in enum com.google.bigtable.v2.Mutation.MutationCase
 
Mutation.Builder - Class in com.google.bigtable.v2
Specifies a particular change to be made to the contents of a row.
Mutation.DeleteFromColumn - Class in com.google.bigtable.v2
A Mutation which deletes cells from the specified column, optionally restricting the deletions to a given timestamp range.
Mutation.DeleteFromColumn.Builder - Class in com.google.bigtable.v2
A Mutation which deletes cells from the specified column, optionally restricting the deletions to a given timestamp range.
Mutation.DeleteFromColumnOrBuilder - Interface in com.google.bigtable.v2
 
Mutation.DeleteFromFamily - Class in com.google.bigtable.v2
A Mutation which deletes all cells from the specified column family.
Mutation.DeleteFromFamily.Builder - Class in com.google.bigtable.v2
A Mutation which deletes all cells from the specified column family.
Mutation.DeleteFromFamilyOrBuilder - Interface in com.google.bigtable.v2
 
Mutation.DeleteFromRow - Class in com.google.bigtable.v2
A Mutation which deletes all cells from the containing row.
Mutation.DeleteFromRow.Builder - Class in com.google.bigtable.v2
A Mutation which deletes all cells from the containing row.
Mutation.DeleteFromRowOrBuilder - Interface in com.google.bigtable.v2
 
Mutation.MutationCase - Enum in com.google.bigtable.v2
 
Mutation.SetCell - Class in com.google.bigtable.v2
A Mutation which sets the value of the specified cell.
Mutation.SetCell.Builder - Class in com.google.bigtable.v2
A Mutation which sets the value of the specified cell.
Mutation.SetCellOrBuilder - Interface in com.google.bigtable.v2
 
MutationOrBuilder - Interface in com.google.bigtable.v2
 
MUTATIONS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.MutateRowRequest
 
MUTATIONS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.MutateRowsRequest.Entry
 

N

NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Family
 
NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.PingAndWarmRequest
 
NEW_PARTITIONS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
newBuilder() - Static method in class com.google.bigtable.v2.Cell
 
newBuilder() - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
newBuilder() - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
newBuilder() - Static method in class com.google.bigtable.v2.Column
 
newBuilder() - Static method in class com.google.bigtable.v2.ColumnRange
 
newBuilder() - Static method in class com.google.bigtable.v2.Family
 
newBuilder() - Static method in class com.google.bigtable.v2.FeatureFlags
 
newBuilder() - Static method in class com.google.bigtable.v2.FullReadStatsView
 
newBuilder() - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
newBuilder() - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
newBuilder() - Static method in class com.google.bigtable.v2.InstanceName
 
newBuilder() - Static method in class com.google.bigtable.v2.MutateRowRequest
 
newBuilder() - Static method in class com.google.bigtable.v2.MutateRowResponse
 
newBuilder() - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
newBuilder() - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
newBuilder() - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
newBuilder() - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
newBuilder() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
newBuilder() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
newBuilder() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
newBuilder() - Static method in class com.google.bigtable.v2.Mutation
 
newBuilder() - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
newBuilder() - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
newBuilder() - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
newBuilder() - Static method in class com.google.bigtable.v2.RateLimitInfo
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadIterationStats
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
newBuilder() - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
newBuilder() - Static method in class com.google.bigtable.v2.RequestStats
 
newBuilder() - Static method in class com.google.bigtable.v2.ResponseParams
 
newBuilder() - Static method in class com.google.bigtable.v2.Row
 
newBuilder() - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
newBuilder() - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
newBuilder() - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
newBuilder() - Static method in class com.google.bigtable.v2.RowFilter
 
newBuilder() - Static method in class com.google.bigtable.v2.RowRange
 
newBuilder() - Static method in class com.google.bigtable.v2.RowSet
 
newBuilder() - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
newBuilder() - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
newBuilder() - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
newBuilder() - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
newBuilder() - Static method in class com.google.bigtable.v2.StreamPartition
 
newBuilder() - Static method in class com.google.bigtable.v2.TableName
 
newBuilder() - Static method in class com.google.bigtable.v2.TimestampRange
 
newBuilder() - Static method in class com.google.bigtable.v2.ValueRange
 
newBuilder(Cell) - Static method in class com.google.bigtable.v2.Cell
 
newBuilder(CheckAndMutateRowRequest) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
newBuilder(CheckAndMutateRowResponse) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
newBuilder(Column) - Static method in class com.google.bigtable.v2.Column
 
newBuilder(ColumnRange) - Static method in class com.google.bigtable.v2.ColumnRange
 
newBuilder(Family) - Static method in class com.google.bigtable.v2.Family
 
newBuilder(FeatureFlags) - Static method in class com.google.bigtable.v2.FeatureFlags
 
newBuilder(FullReadStatsView) - Static method in class com.google.bigtable.v2.FullReadStatsView
 
newBuilder(GenerateInitialChangeStreamPartitionsRequest) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
newBuilder(GenerateInitialChangeStreamPartitionsResponse) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
newBuilder(MutateRowRequest) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
newBuilder(MutateRowResponse) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
newBuilder(MutateRowsRequest) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
newBuilder(MutateRowsRequest.Entry) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
newBuilder(MutateRowsResponse) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
newBuilder(MutateRowsResponse.Entry) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
newBuilder(Mutation) - Static method in class com.google.bigtable.v2.Mutation
 
newBuilder(Mutation.DeleteFromColumn) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
newBuilder(Mutation.DeleteFromFamily) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
newBuilder(Mutation.DeleteFromRow) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
newBuilder(Mutation.SetCell) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
newBuilder(PingAndWarmRequest) - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
newBuilder(PingAndWarmResponse) - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
newBuilder(RateLimitInfo) - Static method in class com.google.bigtable.v2.RateLimitInfo
 
newBuilder(ReadChangeStreamRequest) - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
newBuilder(ReadChangeStreamResponse) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
newBuilder(ReadChangeStreamResponse.CloseStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
newBuilder(ReadChangeStreamResponse.DataChange) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
newBuilder(ReadChangeStreamResponse.Heartbeat) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
newBuilder(ReadChangeStreamResponse.MutationChunk) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
newBuilder(ReadChangeStreamResponse.MutationChunk.ChunkInfo) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
newBuilder(ReadIterationStats) - Static method in class com.google.bigtable.v2.ReadIterationStats
 
newBuilder(ReadModifyWriteRowRequest) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
newBuilder(ReadModifyWriteRowResponse) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
newBuilder(ReadModifyWriteRule) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
newBuilder(ReadRowsRequest) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
newBuilder(ReadRowsResponse) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
newBuilder(ReadRowsResponse.CellChunk) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
newBuilder(RequestLatencyStats) - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
newBuilder(RequestStats) - Static method in class com.google.bigtable.v2.RequestStats
 
newBuilder(ResponseParams) - Static method in class com.google.bigtable.v2.ResponseParams
 
newBuilder(Row) - Static method in class com.google.bigtable.v2.Row
 
newBuilder(RowFilter) - Static method in class com.google.bigtable.v2.RowFilter
 
newBuilder(RowFilter.Chain) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
newBuilder(RowFilter.Condition) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
newBuilder(RowFilter.Interleave) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
newBuilder(RowRange) - Static method in class com.google.bigtable.v2.RowRange
 
newBuilder(RowSet) - Static method in class com.google.bigtable.v2.RowSet
 
newBuilder(SampleRowKeysRequest) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
newBuilder(SampleRowKeysResponse) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
newBuilder(StreamContinuationToken) - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
newBuilder(StreamContinuationTokens) - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
newBuilder(StreamPartition) - Static method in class com.google.bigtable.v2.StreamPartition
 
newBuilder(TimestampRange) - Static method in class com.google.bigtable.v2.TimestampRange
 
newBuilder(ValueRange) - Static method in class com.google.bigtable.v2.ValueRange
 
newBuilderForType() - Method in class com.google.bigtable.v2.Cell
 
newBuilderForType() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
newBuilderForType() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
newBuilderForType() - Method in class com.google.bigtable.v2.Column
 
newBuilderForType() - Method in class com.google.bigtable.v2.ColumnRange
 
newBuilderForType() - Method in class com.google.bigtable.v2.Family
 
newBuilderForType() - Method in class com.google.bigtable.v2.FeatureFlags
 
newBuilderForType() - Method in class com.google.bigtable.v2.FullReadStatsView
 
newBuilderForType() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
newBuilderForType() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
newBuilderForType() - Method in class com.google.bigtable.v2.MutateRowRequest
 
newBuilderForType() - Method in class com.google.bigtable.v2.MutateRowResponse
 
newBuilderForType() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
newBuilderForType() - Method in class com.google.bigtable.v2.MutateRowsRequest
 
newBuilderForType() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
newBuilderForType() - Method in class com.google.bigtable.v2.MutateRowsResponse
 
newBuilderForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
newBuilderForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
newBuilderForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
newBuilderForType() - Method in class com.google.bigtable.v2.Mutation
 
newBuilderForType() - Method in class com.google.bigtable.v2.Mutation.SetCell
 
newBuilderForType() - Method in class com.google.bigtable.v2.PingAndWarmRequest
 
newBuilderForType() - Method in class com.google.bigtable.v2.PingAndWarmResponse
 
newBuilderForType() - Method in class com.google.bigtable.v2.RateLimitInfo
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadIterationStats
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadRowsRequest
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadRowsResponse
 
newBuilderForType() - Method in class com.google.bigtable.v2.RequestLatencyStats
 
newBuilderForType() - Method in class com.google.bigtable.v2.RequestStats
 
newBuilderForType() - Method in class com.google.bigtable.v2.ResponseParams
 
newBuilderForType() - Method in class com.google.bigtable.v2.Row
 
newBuilderForType() - Method in class com.google.bigtable.v2.RowFilter.Chain
 
newBuilderForType() - Method in class com.google.bigtable.v2.RowFilter.Condition
 
newBuilderForType() - Method in class com.google.bigtable.v2.RowFilter.Interleave
 
newBuilderForType() - Method in class com.google.bigtable.v2.RowFilter
 
newBuilderForType() - Method in class com.google.bigtable.v2.RowRange
 
newBuilderForType() - Method in class com.google.bigtable.v2.RowSet
 
newBuilderForType() - Method in class com.google.bigtable.v2.SampleRowKeysRequest
 
newBuilderForType() - Method in class com.google.bigtable.v2.SampleRowKeysResponse
 
newBuilderForType() - Method in class com.google.bigtable.v2.StreamContinuationToken
 
newBuilderForType() - Method in class com.google.bigtable.v2.StreamContinuationTokens
 
newBuilderForType() - Method in class com.google.bigtable.v2.StreamPartition
 
newBuilderForType() - Method in class com.google.bigtable.v2.TimestampRange
 
newBuilderForType() - Method in class com.google.bigtable.v2.ValueRange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Cell
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Column
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ColumnRange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Family
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.FeatureFlags
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.FullReadStatsView
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.MutateRowRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.MutateRowResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.MutateRowsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.MutateRowsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Mutation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Mutation.SetCell
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.PingAndWarmRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.PingAndWarmResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.RateLimitInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadIterationStats
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadModifyWriteRule
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadRowsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadRowsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.RequestLatencyStats
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.RequestStats
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ResponseParams
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Row
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.RowFilter.Chain
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.RowFilter.Condition
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.RowFilter.Interleave
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.RowFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.RowRange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.RowSet
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.SampleRowKeysRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.SampleRowKeysResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.StreamContinuationToken
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.StreamContinuationTokens
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.StreamPartition
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.TimestampRange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ValueRange
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.Cell
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.Column
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ColumnRange
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.Family
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.FeatureFlags
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.FullReadStatsView
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.MutateRowRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.MutateRowResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.MutateRowsRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.MutateRowsResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.Mutation
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.Mutation.SetCell
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.PingAndWarmRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.PingAndWarmResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.RateLimitInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ReadIterationStats
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ReadModifyWriteRule
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ReadRowsRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ReadRowsResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.RequestLatencyStats
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.RequestStats
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ResponseParams
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.Row
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.RowFilter.Chain
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.RowFilter.Condition
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.RowFilter.Interleave
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.RowFilter
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.RowRange
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.RowSet
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.SampleRowKeysRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.SampleRowKeysResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.StreamContinuationToken
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.StreamContinuationTokens
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.StreamPartition
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.TimestampRange
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.bigtable.v2.ValueRange
 

O

of(String, String) - Static method in class com.google.bigtable.v2.InstanceName
 
of(String, String, String) - Static method in class com.google.bigtable.v2.TableName
 
OFFSET_BYTES_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.SampleRowKeysResponse
 

P

parse(String) - Static method in class com.google.bigtable.v2.InstanceName
 
parse(String) - Static method in class com.google.bigtable.v2.TableName
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Cell
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Column
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Family
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.FeatureFlags
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.FullReadStatsView
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.RateLimitInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadIterationStats
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.RequestStats
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ResponseParams
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Row
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.RowFilter
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.RowRange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.RowSet
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.StreamPartition
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ValueRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Cell
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Column
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Family
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.FeatureFlags
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.FullReadStatsView
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RateLimitInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadIterationStats
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RequestStats
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ResponseParams
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Row
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowSet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamPartition
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.FeatureFlags
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.FullReadStatsView
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.RateLimitInfo
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadIterationStats
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.RequestStats
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ResponseParams
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.StreamPartition
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.FeatureFlags
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.FullReadStatsView
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RateLimitInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadIterationStats
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RequestStats
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ResponseParams
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamPartition
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.FeatureFlags
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.FullReadStatsView
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.RateLimitInfo
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadIterationStats
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.RequestStats
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ResponseParams
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.StreamPartition
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.FeatureFlags
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.FullReadStatsView
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RateLimitInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadIterationStats
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RequestStats
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ResponseParams
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamPartition
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.FeatureFlags
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.FullReadStatsView
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.RateLimitInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadIterationStats
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.RequestStats
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ResponseParams
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.StreamPartition
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.FeatureFlags
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.FullReadStatsView
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RateLimitInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadIterationStats
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RequestStats
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ResponseParams
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamPartition
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.FeatureFlags
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.FullReadStatsView
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.RateLimitInfo
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadIterationStats
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.RequestStats
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ResponseParams
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.StreamPartition
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.FeatureFlags
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.FullReadStatsView
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RateLimitInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadIterationStats
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RequestStats
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ResponseParams
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamPartition
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.FeatureFlags
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.FullReadStatsView
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.RateLimitInfo
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadIterationStats
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.RequestStats
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ResponseParams
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.StreamPartition
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.FeatureFlags
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.FullReadStatsView
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RateLimitInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadIterationStats
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RequestStats
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ResponseParams
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.StreamPartition
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ValueRange
 
parseList(List<String>) - Static method in class com.google.bigtable.v2.InstanceName
 
parseList(List<String>) - Static method in class com.google.bigtable.v2.TableName
 
parser() - Static method in class com.google.bigtable.v2.Cell
 
parser() - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parser() - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parser() - Static method in class com.google.bigtable.v2.Column
 
parser() - Static method in class com.google.bigtable.v2.ColumnRange
 
parser() - Static method in class com.google.bigtable.v2.Family
 
parser() - Static method in class com.google.bigtable.v2.FeatureFlags
 
parser() - Static method in class com.google.bigtable.v2.FullReadStatsView
 
parser() - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
parser() - Static method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
parser() - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parser() - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parser() - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parser() - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parser() - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parser() - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parser() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parser() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parser() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parser() - Static method in class com.google.bigtable.v2.Mutation
 
parser() - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parser() - Static method in class com.google.bigtable.v2.PingAndWarmRequest
 
parser() - Static method in class com.google.bigtable.v2.PingAndWarmResponse
 
parser() - Static method in class com.google.bigtable.v2.RateLimitInfo
 
parser() - Static method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
parser() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
parser() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
parser() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
parser() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
parser() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
parser() - Static method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
parser() - Static method in class com.google.bigtable.v2.ReadIterationStats
 
parser() - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parser() - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parser() - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parser() - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parser() - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parser() - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parser() - Static method in class com.google.bigtable.v2.RequestLatencyStats
 
parser() - Static method in class com.google.bigtable.v2.RequestStats
 
parser() - Static method in class com.google.bigtable.v2.ResponseParams
 
parser() - Static method in class com.google.bigtable.v2.Row
 
parser() - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parser() - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parser() - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parser() - Static method in class com.google.bigtable.v2.RowFilter
 
parser() - Static method in class com.google.bigtable.v2.RowRange
 
parser() - Static method in class com.google.bigtable.v2.RowSet
 
parser() - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parser() - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parser() - Static method in class com.google.bigtable.v2.StreamContinuationToken
 
parser() - Static method in class com.google.bigtable.v2.StreamContinuationTokens
 
parser() - Static method in class com.google.bigtable.v2.StreamPartition
 
parser() - Static method in class com.google.bigtable.v2.TimestampRange
 
parser() - Static method in class com.google.bigtable.v2.ValueRange
 
PARTITION_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
PARTITION_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamRequest
 
PARTITION_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.StreamContinuationToken
 
PASS_ALL_FILTER - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
PASS_ALL_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
PERIOD_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RateLimitInfo
 
PingAndWarmRequest - Class in com.google.bigtable.v2
Request message for client connection keep-alive and warming.
PingAndWarmRequest.Builder - Class in com.google.bigtable.v2
Request message for client connection keep-alive and warming.
PingAndWarmRequestOrBuilder - Interface in com.google.bigtable.v2
 
PingAndWarmResponse - Class in com.google.bigtable.v2
Response message for Bigtable.PingAndWarm connection keepalive and warming.
PingAndWarmResponse.Builder - Class in com.google.bigtable.v2
Response message for Bigtable.PingAndWarm connection keepalive and warming.
PingAndWarmResponseOrBuilder - Interface in com.google.bigtable.v2
 
PREDICATE_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
PREDICATE_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter.Condition
 
PREDICATE_MATCHED_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.CheckAndMutateRowResponse
 

Q

QUALIFIER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Column
 
QUALIFIER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 

R

RATE_LIMIT_INFO_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.MutateRowsResponse
 
RateLimitInfo - Class in com.google.bigtable.v2
Information about how client should adjust the load to Bigtable.
RateLimitInfo.Builder - Class in com.google.bigtable.v2
Information about how client should adjust the load to Bigtable.
RateLimitInfoOrBuilder - Interface in com.google.bigtable.v2
 
READ_ITERATION_STATS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.FullReadStatsView
 
ReadChangeStreamRequest - Class in com.google.bigtable.v2
NOTE: This API is intended to be used by Apache Beam BigtableIO.
ReadChangeStreamRequest.Builder - Class in com.google.bigtable.v2
NOTE: This API is intended to be used by Apache Beam BigtableIO.
ReadChangeStreamRequest.StartFromCase - Enum in com.google.bigtable.v2
 
ReadChangeStreamRequestOrBuilder - Interface in com.google.bigtable.v2
 
ReadChangeStreamResponse - Class in com.google.bigtable.v2
NOTE: This API is intended to be used by Apache Beam BigtableIO.
ReadChangeStreamResponse.Builder - Class in com.google.bigtable.v2
NOTE: This API is intended to be used by Apache Beam BigtableIO.
ReadChangeStreamResponse.CloseStream - Class in com.google.bigtable.v2
A message indicating that the client should stop reading from the stream.
ReadChangeStreamResponse.CloseStream.Builder - Class in com.google.bigtable.v2
A message indicating that the client should stop reading from the stream.
ReadChangeStreamResponse.CloseStreamOrBuilder - Interface in com.google.bigtable.v2
 
ReadChangeStreamResponse.DataChange - Class in com.google.bigtable.v2
A message corresponding to one or more mutations to the partition being streamed.
ReadChangeStreamResponse.DataChange.Builder - Class in com.google.bigtable.v2
A message corresponding to one or more mutations to the partition being streamed.
ReadChangeStreamResponse.DataChange.Type - Enum in com.google.bigtable.v2
The type of mutation.
ReadChangeStreamResponse.DataChangeOrBuilder - Interface in com.google.bigtable.v2
 
ReadChangeStreamResponse.Heartbeat - Class in com.google.bigtable.v2
A periodic message with information that can be used to checkpoint the state of a stream.
ReadChangeStreamResponse.Heartbeat.Builder - Class in com.google.bigtable.v2
A periodic message with information that can be used to checkpoint the state of a stream.
ReadChangeStreamResponse.HeartbeatOrBuilder - Interface in com.google.bigtable.v2
 
ReadChangeStreamResponse.MutationChunk - Class in com.google.bigtable.v2
A partial or complete mutation.
ReadChangeStreamResponse.MutationChunk.Builder - Class in com.google.bigtable.v2
A partial or complete mutation.
ReadChangeStreamResponse.MutationChunk.ChunkInfo - Class in com.google.bigtable.v2
Information about the chunking of this mutation.
ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder - Class in com.google.bigtable.v2
Information about the chunking of this mutation.
ReadChangeStreamResponse.MutationChunk.ChunkInfoOrBuilder - Interface in com.google.bigtable.v2
 
ReadChangeStreamResponse.MutationChunkOrBuilder - Interface in com.google.bigtable.v2
 
ReadChangeStreamResponse.StreamRecordCase - Enum in com.google.bigtable.v2
 
ReadChangeStreamResponseOrBuilder - Interface in com.google.bigtable.v2
 
ReadIterationStats - Class in com.google.bigtable.v2
ReadIterationStats captures information about the iteration of rows or cells over the course of a read, e.g.
ReadIterationStats.Builder - Class in com.google.bigtable.v2
ReadIterationStats captures information about the iteration of rows or cells over the course of a read, e.g.
ReadIterationStatsOrBuilder - Interface in com.google.bigtable.v2
 
ReadModifyWriteRowRequest - Class in com.google.bigtable.v2
Request message for Bigtable.ReadModifyWriteRow.
ReadModifyWriteRowRequest.Builder - Class in com.google.bigtable.v2
Request message for Bigtable.ReadModifyWriteRow.
ReadModifyWriteRowRequestOrBuilder - Interface in com.google.bigtable.v2
 
ReadModifyWriteRowResponse - Class in com.google.bigtable.v2
Response message for Bigtable.ReadModifyWriteRow.
ReadModifyWriteRowResponse.Builder - Class in com.google.bigtable.v2
Response message for Bigtable.ReadModifyWriteRow.
ReadModifyWriteRowResponseOrBuilder - Interface in com.google.bigtable.v2
 
ReadModifyWriteRule - Class in com.google.bigtable.v2
Specifies an atomic read/modify/write operation on the latest value of the specified column.
ReadModifyWriteRule.Builder - Class in com.google.bigtable.v2
Specifies an atomic read/modify/write operation on the latest value of the specified column.
ReadModifyWriteRule.RuleCase - Enum in com.google.bigtable.v2
 
ReadModifyWriteRuleOrBuilder - Interface in com.google.bigtable.v2
 
ReadRowsRequest - Class in com.google.bigtable.v2
Request message for Bigtable.ReadRows.
ReadRowsRequest.Builder - Class in com.google.bigtable.v2
Request message for Bigtable.ReadRows.
ReadRowsRequest.RequestStatsView - Enum in com.google.bigtable.v2
The desired view into RequestStats that should be returned in the response.
ReadRowsRequestOrBuilder - Interface in com.google.bigtable.v2
 
ReadRowsResponse - Class in com.google.bigtable.v2
Response message for Bigtable.ReadRows.
ReadRowsResponse.Builder - Class in com.google.bigtable.v2
Response message for Bigtable.ReadRows.
ReadRowsResponse.CellChunk - Class in com.google.bigtable.v2
Specifies a piece of a row's contents returned as part of the read response stream.
ReadRowsResponse.CellChunk.Builder - Class in com.google.bigtable.v2
Specifies a piece of a row's contents returned as part of the read response stream.
ReadRowsResponse.CellChunk.RowStatusCase - Enum in com.google.bigtable.v2
 
ReadRowsResponse.CellChunkOrBuilder - Interface in com.google.bigtable.v2
 
ReadRowsResponseOrBuilder - Interface in com.google.bigtable.v2
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.bigtable.v2.BigtableProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.bigtable.v2.DataProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.bigtable.v2.FeatureFlagsProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.bigtable.v2.RequestStatsProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.bigtable.v2.ResponseParamsProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.BigtableProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.DataProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.FeatureFlagsProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RequestStatsProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ResponseParamsProto
 
removeCells(int) - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
removeChunks(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
removeChunks(int) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
removeColumns(int) - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
removeContinuationTokens(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
removeEntries(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
removeEntries(int) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
removeFalseMutations(int) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
removeFamilies(int) - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
removeFilters(int) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
removeFilters(int) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
removeMutations(int) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
removeMutations(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
removeNewPartitions(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
removeRowRanges(int) - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
removeRules(int) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
removeTokens(int) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
removeTrueMutations(int) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
REQUEST_LATENCY_STATS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.FullReadStatsView
 
REQUEST_STATS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse
 
REQUEST_STATS_FULL - Enum constant in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
Include the full set of available RequestStats in the response, applicable to this read.
REQUEST_STATS_FULL_VALUE - Static variable in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
Include the full set of available RequestStats in the response, applicable to this read.
REQUEST_STATS_NONE - Enum constant in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
Do not include any RequestStats in the response.
REQUEST_STATS_NONE_VALUE - Static variable in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
Do not include any RequestStats in the response.
REQUEST_STATS_VIEW_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsRequest
 
REQUEST_STATS_VIEW_UNSPECIFIED - Enum constant in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
The default / unset value.
REQUEST_STATS_VIEW_UNSPECIFIED_VALUE - Static variable in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
The default / unset value.
RequestLatencyStats - Class in com.google.bigtable.v2
RequestLatencyStats provides a measurement of the latency of the request as it interacts with different systems over its lifetime, e.g.
RequestLatencyStats.Builder - Class in com.google.bigtable.v2
RequestLatencyStats provides a measurement of the latency of the request as it interacts with different systems over its lifetime, e.g.
RequestLatencyStatsOrBuilder - Interface in com.google.bigtable.v2
 
RequestStats - Class in com.google.bigtable.v2
RequestStats is the container for additional information pertaining to a single request, helpful for evaluating the performance of the sent request.
RequestStats.Builder - Class in com.google.bigtable.v2
RequestStats is the container for additional information pertaining to a single request, helpful for evaluating the performance of the sent request.
RequestStats.StatsViewCase - Enum in com.google.bigtable.v2
 
RequestStatsOrBuilder - Interface in com.google.bigtable.v2
 
RequestStatsProto - Class in com.google.bigtable.v2
 
RESET_ROW - Enum constant in enum com.google.bigtable.v2.ReadRowsResponse.CellChunk.RowStatusCase
 
RESET_ROW_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
ResponseParams - Class in com.google.bigtable.v2
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 - Class in com.google.bigtable.v2
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 - Interface in com.google.bigtable.v2
 
ResponseParamsProto - Class in com.google.bigtable.v2
 
RETRY_INFO_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.FeatureFlags
 
REVERSE_SCANS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.FeatureFlags
 
REVERSED_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsRequest
 
ROUTING_COOKIE_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.FeatureFlags
 
Row - Class in com.google.bigtable.v2
Specifies the complete (requested) contents of a single row of a table.
ROW_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
ROW_KEY_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
ROW_KEY_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.MutateRowRequest
 
ROW_KEY_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
ROW_KEY_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
ROW_KEY_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
ROW_KEY_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
ROW_KEY_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.SampleRowKeysResponse
 
ROW_KEY_REGEX_FILTER - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
ROW_KEY_REGEX_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
ROW_KEYS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowSet
 
ROW_RANGE_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.StreamPartition
 
ROW_RANGES_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowSet
 
ROW_SAMPLE_FILTER - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
ROW_SAMPLE_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
Row.Builder - Class in com.google.bigtable.v2
Specifies the complete (requested) contents of a single row of a table.
RowFilter - Class in com.google.bigtable.v2
Takes a row as input and produces an alternate view of the row based on specified rules.
RowFilter.Builder - Class in com.google.bigtable.v2
Takes a row as input and produces an alternate view of the row based on specified rules.
RowFilter.Chain - Class in com.google.bigtable.v2
A RowFilter which sends rows through several RowFilters in sequence.
RowFilter.Chain.Builder - Class in com.google.bigtable.v2
A RowFilter which sends rows through several RowFilters in sequence.
RowFilter.ChainOrBuilder - Interface in com.google.bigtable.v2
 
RowFilter.Condition - Class in com.google.bigtable.v2
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 - Class in com.google.bigtable.v2
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 - Interface in com.google.bigtable.v2
 
RowFilter.FilterCase - Enum in com.google.bigtable.v2
 
RowFilter.Interleave - Class in com.google.bigtable.v2
A RowFilter which sends each row to each of several component RowFilters and interleaves the results.
RowFilter.Interleave.Builder - Class in com.google.bigtable.v2
A RowFilter which sends each row to each of several component RowFilters and interleaves the results.
RowFilter.InterleaveOrBuilder - Interface in com.google.bigtable.v2
 
RowFilterOrBuilder - Interface in com.google.bigtable.v2
 
RowOrBuilder - Interface in com.google.bigtable.v2
 
RowRange - Class in com.google.bigtable.v2
Specifies a contiguous range of rows.
RowRange.Builder - Class in com.google.bigtable.v2
Specifies a contiguous range of rows.
RowRange.EndKeyCase - Enum in com.google.bigtable.v2
 
RowRange.StartKeyCase - Enum in com.google.bigtable.v2
 
RowRangeOrBuilder - Interface in com.google.bigtable.v2
 
ROWS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsRequest
 
ROWS_LIMIT_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsRequest
 
ROWS_RETURNED_COUNT_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadIterationStats
 
ROWS_SEEN_COUNT_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadIterationStats
 
RowSet - Class in com.google.bigtable.v2
Specifies a non-contiguous set of rows.
RowSet.Builder - Class in com.google.bigtable.v2
Specifies a non-contiguous set of rows.
RowSetOrBuilder - Interface in com.google.bigtable.v2
 
ROWSTATUS_NOT_SET - Enum constant in enum com.google.bigtable.v2.ReadRowsResponse.CellChunk.RowStatusCase
 
RULE_NOT_SET - Enum constant in enum com.google.bigtable.v2.ReadModifyWriteRule.RuleCase
 
RULES_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 

S

SampleRowKeysRequest - Class in com.google.bigtable.v2
Request message for Bigtable.SampleRowKeys.
SampleRowKeysRequest.Builder - Class in com.google.bigtable.v2
Request message for Bigtable.SampleRowKeys.
SampleRowKeysRequestOrBuilder - Interface in com.google.bigtable.v2
 
SampleRowKeysResponse - Class in com.google.bigtable.v2
Response message for Bigtable.SampleRowKeys.
SampleRowKeysResponse.Builder - Class in com.google.bigtable.v2
Response message for Bigtable.SampleRowKeys.
SampleRowKeysResponseOrBuilder - Interface in com.google.bigtable.v2
 
SET_CELL - Enum constant in enum com.google.bigtable.v2.Mutation.MutationCase
 
SET_CELL_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Mutation
 
setAppendValue(ByteString) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
Rule specifying that `append_value` be appended to the existing value.
setApplyLabelTransformer(String) - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies the given label to all cells in the output row.
setApplyLabelTransformerBytes(ByteString) - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies the given label to all cells in the output row.
setAppProfileId(String) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
This value specifies routing for replication.
setAppProfileId(String) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
This value specifies routing for replication.
setAppProfileId(String) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
This value specifies routing for replication.
setAppProfileId(String) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
This value specifies routing for replication.
setAppProfileId(String) - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
This value specifies routing for replication.
setAppProfileId(String) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
This value specifies routing for replication.
setAppProfileId(String) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
This value specifies routing for replication.
setAppProfileId(String) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
This value specifies routing for replication.
setAppProfileId(String) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
This value specifies routing for replication.
setAppProfileIdBytes(ByteString) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
This value specifies routing for replication.
setAppProfileIdBytes(ByteString) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
This value specifies routing for replication.
setAppProfileIdBytes(ByteString) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
This value specifies routing for replication.
setAppProfileIdBytes(ByteString) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
This value specifies routing for replication.
setAppProfileIdBytes(ByteString) - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
This value specifies routing for replication.
setAppProfileIdBytes(ByteString) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
This value specifies routing for replication.
setAppProfileIdBytes(ByteString) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
This value specifies routing for replication.
setAppProfileIdBytes(ByteString) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
This value specifies routing for replication.
setAppProfileIdBytes(ByteString) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
This value specifies routing for replication.
setBlockAllFilter(boolean) - Method in class com.google.bigtable.v2.RowFilter.Builder
Does not match any cells, regardless of input.
setCells(int, Cell) - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
setCells(int, Cell.Builder) - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
setCellsPerColumnLimitFilter(int) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only the most recent N cells within each column.
setCellsPerRowLimitFilter(int) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only the first N cells of each row.
setCellsPerRowOffsetFilter(int) - Method in class com.google.bigtable.v2.RowFilter.Builder
Skips the first N cells of each row, matching all subsequent cells.
setCellsReturnedCount(long) - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
The cells returned as part of the request.
setCellsSeenCount(long) - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
The cells seen (scanned) as part of the request.
setChain(RowFilter.Chain) - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in sequence, progressively narrowing the results.
setChain(RowFilter.Chain.Builder) - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in sequence, progressively narrowing the results.
setChunkedValueOffset(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
The byte offset of this chunk into the total value size of the mutation.
setChunkedValueSize(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
The total value size of all the chunks that make up the `SetCell`.
setChunkInfo(ReadChangeStreamResponse.MutationChunk.ChunkInfo) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
setChunkInfo(ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
setChunks(int, ReadChangeStreamResponse.MutationChunk) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
setChunks(int, ReadChangeStreamResponse.MutationChunk.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The mutations associated with this change to the partition.
setChunks(int, ReadRowsResponse.CellChunk) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
setChunks(int, ReadRowsResponse.CellChunk.Builder) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
A collection of a row's contents as part of the read request.
setCloseStream(ReadChangeStreamResponse.CloseStream) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
An indication that the stream should be closed.
setCloseStream(ReadChangeStreamResponse.CloseStream.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
An indication that the stream should be closed.
setClusterId(String) - Method in class com.google.bigtable.v2.ResponseParams.Builder
Identifier for a cluster that represents set of bigtable resources.
setClusterIdBytes(ByteString) - Method in class com.google.bigtable.v2.ResponseParams.Builder
Identifier for a cluster that represents set of bigtable resources.
setColumnQualifier(ByteString) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
The qualifier of the column from which cells should be deleted.
setColumnQualifier(ByteString) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
The qualifier of the column into which new data should be written.
setColumnQualifier(ByteString) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
The qualifier of the column to which the read/modify/write should be applied.
setColumnQualifierRegexFilter(ByteString) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns whose qualifiers satisfy the given RE2 regex.
setColumnRangeFilter(ColumnRange) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns within the given range.
setColumnRangeFilter(ColumnRange.Builder) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns within the given range.
setColumns(int, Column) - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
setColumns(int, Column.Builder) - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
setCommitRow(boolean) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Indicates that the client can safely process all previous chunks for `row_key`, as its data has been fully read.
setCommitTimestamp(Timestamp) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The timestamp at which the mutation was applied on the Bigtable server.
setCommitTimestamp(Timestamp.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The timestamp at which the mutation was applied on the Bigtable server.
setCondition(RowFilter.Condition) - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.
setCondition(RowFilter.Condition.Builder) - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.
setContinuationToken(StreamContinuationToken) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
setContinuationToken(StreamContinuationToken.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.
setContinuationTokens(int, StreamContinuationToken) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
setContinuationTokens(int, StreamContinuationToken.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the information needed to resume reading their associated partitions.
setContinuationTokens(StreamContinuationTokens) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Tokens that describe how to resume reading a stream where reading previously left off.
setContinuationTokens(StreamContinuationTokens.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Tokens that describe how to resume reading a stream where reading previously left off.
setDataChange(ReadChangeStreamResponse.DataChange) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
A mutation to the partition.
setDataChange(ReadChangeStreamResponse.DataChange.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
A mutation to the partition.
setDeleteFromColumn(Mutation.DeleteFromColumn) - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from a column.
setDeleteFromColumn(Mutation.DeleteFromColumn.Builder) - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from a column.
setDeleteFromFamily(Mutation.DeleteFromFamily) - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from a column family.
setDeleteFromFamily(Mutation.DeleteFromFamily.Builder) - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from a column family.
setDeleteFromRow(Mutation.DeleteFromRow) - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from the entire row.
setDeleteFromRow(Mutation.DeleteFromRow.Builder) - Method in class com.google.bigtable.v2.Mutation.Builder
Deletes cells from the entire row.
setDone(boolean) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
When true, indicates that the entire `DataChange` has been read and the client can safely process the message.
setEndKeyClosed(ByteString) - Method in class com.google.bigtable.v2.RowRange.Builder
Used when giving an inclusive upper bound for the range.
setEndKeyOpen(ByteString) - Method in class com.google.bigtable.v2.RowRange.Builder
Used when giving an exclusive upper bound for the range.
setEndQualifierClosed(ByteString) - Method in class com.google.bigtable.v2.ColumnRange.Builder
Used when giving an inclusive upper bound for the range.
setEndQualifierOpen(ByteString) - Method in class com.google.bigtable.v2.ColumnRange.Builder
Used when giving an exclusive upper bound for the range.
setEndTime(Timestamp) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
If specified, OK will be returned when the stream advances beyond this time.
setEndTime(Timestamp.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
If specified, OK will be returned when the stream advances beyond this time.
setEndTimestampMicros(long) - Method in class com.google.bigtable.v2.TimestampRange.Builder
Exclusive upper bound.
setEndValueClosed(ByteString) - Method in class com.google.bigtable.v2.ValueRange.Builder
Used when giving an inclusive upper bound for the range.
setEndValueOpen(ByteString) - Method in class com.google.bigtable.v2.ValueRange.Builder
Used when giving an exclusive upper bound for the range.
setEntries(int, MutateRowsRequest.Entry) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
setEntries(int, MutateRowsRequest.Entry.Builder) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
setEntries(int, MutateRowsResponse.Entry) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
setEntries(int, MutateRowsResponse.Entry.Builder) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
setEstimatedLowWatermark(Timestamp) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
setEstimatedLowWatermark(Timestamp) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
setEstimatedLowWatermark(Timestamp.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
setEstimatedLowWatermark(Timestamp.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream.
setFactor(double) - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
If it has been at least one `period` since the last load adjustment, the client should multiply the current load by this value to get the new target load.
setFalseFilter(RowFilter) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
The filter to apply to the input row if `predicate_filter` does not return any results.
setFalseFilter(RowFilter.Builder) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
The filter to apply to the input row if `predicate_filter` does not return any results.
setFalseMutations(int, Mutation) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
setFalseMutations(int, Mutation.Builder) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.
setFamilies(int, Family) - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
setFamilies(int, Family.Builder) - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
setFamilyName(StringValue) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The column family name for this chunk of data.
setFamilyName(StringValue.Builder) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The column family name for this chunk of data.
setFamilyName(String) - Method in class com.google.bigtable.v2.ColumnRange.Builder
The name of the column family within which this range falls.
setFamilyName(String) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
The name of the family from which cells should be deleted.
setFamilyName(String) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
The name of the family from which cells should be deleted.
setFamilyName(String) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
The name of the family into which new data should be written.
setFamilyName(String) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
The name of the family to which the read/modify/write should be applied.
setFamilyNameBytes(ByteString) - Method in class com.google.bigtable.v2.ColumnRange.Builder
The name of the column family within which this range falls.
setFamilyNameBytes(ByteString) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
The name of the family from which cells should be deleted.
setFamilyNameBytes(ByteString) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
The name of the family from which cells should be deleted.
setFamilyNameBytes(ByteString) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
The name of the family into which new data should be written.
setFamilyNameBytes(ByteString) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
The name of the family to which the read/modify/write should be applied.
setFamilyNameRegexFilter(String) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns whose families satisfy the given RE2 regex.
setFamilyNameRegexFilterBytes(ByteString) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns whose families satisfy the given RE2 regex.
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Cell.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Column.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Family.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Mutation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RequestStats.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.Row.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RowFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RowRange.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.RowSet.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.v2.ValueRange.Builder
 
setFilter(RowFilter) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The filter to apply to the contents of the specified row(s).
setFilter(RowFilter.Builder) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The filter to apply to the contents of the specified row(s).
setFilters(int, RowFilter) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
setFilters(int, RowFilter) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
setFilters(int, RowFilter.Builder) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ...
setFilters(int, RowFilter.Builder) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
The elements of "filters" all process a copy of the input row, and the results are pooled, sorted, and combined into a single output row.
setFrontendServerLatency(Duration) - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
The latency measured by the frontend server handling this request, from when the request was received, to when this value is sent back in the response.
setFrontendServerLatency(Duration.Builder) - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
The latency measured by the frontend server handling this request, from when the request was received, to when this value is sent back in the response.
setFullReadStatsView(FullReadStatsView) - Method in class com.google.bigtable.v2.RequestStats.Builder
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
setFullReadStatsView(FullReadStatsView.Builder) - Method in class com.google.bigtable.v2.RequestStats.Builder
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
setHeartbeat(ReadChangeStreamResponse.Heartbeat) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
A periodic heartbeat message.
setHeartbeat(ReadChangeStreamResponse.Heartbeat.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
A periodic heartbeat message.
setHeartbeatDuration(Duration) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
If specified, the duration between `Heartbeat` messages on the stream.
setHeartbeatDuration(Duration.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
If specified, the duration between `Heartbeat` messages on the stream.
setIncrementAmount(long) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
Rule specifying that `increment_amount` be added to the existing value.
setIndex(long) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
The index into the original request's `entries` list of the Entry for which a result is being reported.
setInstance(String) - Method in class com.google.bigtable.v2.InstanceName.Builder
 
setInstance(String) - Method in class com.google.bigtable.v2.TableName.Builder
 
setInterleave(RowFilter.Interleave) - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in parallel and combines the results.
setInterleave(RowFilter.Interleave.Builder) - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in parallel and combines the results.
setKey(ByteString) - Method in class com.google.bigtable.v2.Row.Builder
The unique key which identifies this row within its table.
setLabels(int, String) - Method in class com.google.bigtable.v2.Cell.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
setLabels(int, String) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
setLastChunk(boolean) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
When true, this is the last chunk of a chunked `SetCell`.
setLastScannedRowKey(ByteString) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
Optionally the server might return the row key of the last row it has scanned.
setLastScannedRowResponses(boolean) - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client supports the last_scanned_row field in ReadRowsResponse for long-running scans.
setMutateRowsRateLimit(boolean) - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse.
setMutateRowsRateLimit2(boolean) - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse.
setMutation(Mutation) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
setMutation(Mutation.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
setMutations(int, Mutation) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
setMutations(int, Mutation) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
setMutations(int, Mutation.Builder) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
setMutations(int, Mutation.Builder) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Required.
setName(String) - Method in class com.google.bigtable.v2.Family.Builder
The unique key which identifies this family within its row.
setName(String) - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.bigtable.v2.Family.Builder
The unique key which identifies this family within its row.
setNameBytes(ByteString) - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
Required.
setNewPartitions(int, StreamPartition) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
setNewPartitions(int, StreamPartition.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
setOffsetBytes(long) - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
Approximate total storage space used by all rows in the table which precede `row_key`.
setPartition(StreamPartition) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
A partition of the change stream.
setPartition(StreamPartition) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
The partition to read changes from.
setPartition(StreamPartition) - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
The partition that this token applies to.
setPartition(StreamPartition.Builder) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
A partition of the change stream.
setPartition(StreamPartition.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
The partition to read changes from.
setPartition(StreamPartition.Builder) - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
The partition that this token applies to.
setPassAllFilter(boolean) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches all cells, regardless of input.
setPeriod(Duration) - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
Time that clients should wait before adjusting the target rate again.
setPeriod(Duration.Builder) - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
Time that clients should wait before adjusting the target rate again.
setPredicateFilter(RowFilter) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
The filter to be applied to the contents of the specified row.
setPredicateFilter(RowFilter) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.
setPredicateFilter(RowFilter.Builder) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
The filter to be applied to the contents of the specified row.
setPredicateFilter(RowFilter.Builder) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.
setPredicateMatched(boolean) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
Whether or not the request's `predicate_filter` yielded any results for the specified row.
setProject(String) - Method in class com.google.bigtable.v2.InstanceName.Builder
 
setProject(String) - Method in class com.google.bigtable.v2.TableName.Builder
 
setQualifier(ByteString) - Method in class com.google.bigtable.v2.Column.Builder
The unique key which identifies this column within its family.
setQualifier(BytesValue) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The column qualifier for this chunk of data.
setQualifier(BytesValue.Builder) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The column qualifier for this chunk of data.
setRateLimitInfo(RateLimitInfo) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
Information about how client should limit the rate (QPS).
setRateLimitInfo(RateLimitInfo.Builder) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
Information about how client should limit the rate (QPS).
setReadIterationStats(ReadIterationStats) - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
Iteration stats describe how efficient the read is, e.g.
setReadIterationStats(ReadIterationStats.Builder) - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
Iteration stats describe how efficient the read is, e.g.
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.Cell.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.Column.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.Family.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.Mutation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.RequestStats.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.Row.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.RowFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.RowRange.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.RowSet.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ValueRange.Builder
 
setRequestLatencyStats(RequestLatencyStats) - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
Request latency stats describe the time taken to complete a request, from the server side.
setRequestLatencyStats(RequestLatencyStats.Builder) - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
Request latency stats describe the time taken to complete a request, from the server side.
setRequestStats(RequestStats) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
If requested, provide enhanced query performance statistics.
setRequestStats(RequestStats.Builder) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
If requested, provide enhanced query performance statistics.
setRequestStatsView(ReadRowsRequest.RequestStatsView) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The view into RequestStats, as described above.
setRequestStatsViewValue(int) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The view into RequestStats, as described above.
setResetRow(boolean) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
Indicates that the client should drop all previous chunks for `row_key`, as it will be re-read from the beginning.
setRetryInfo(boolean) - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client supports using retry info back off durations to retry requests with.
setReversed(boolean) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
Experimental API - Please note that this API is currently experimental and can change in the future.
setReverseScans(boolean) - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client supports reverse scans.
setRoutingCookie(boolean) - Method in class com.google.bigtable.v2.FeatureFlags.Builder
Notify the server that the client supports using encoded routing cookie strings to retry requests with.
setRow(Row) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
A Row containing the new contents of all cells modified by the request.
setRow(Row.Builder) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
A Row containing the new contents of all cells modified by the request.
setRowKey(ByteString) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Required.
setRowKey(ByteString) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
setRowKey(ByteString) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
The key of the row to which the `mutations` should be applied.
setRowKey(ByteString) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The row key for all mutations that are part of this `DataChange`.
setRowKey(ByteString) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
setRowKey(ByteString) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The row key for this chunk of data.
setRowKey(ByteString) - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
Sorted streamed sequence of sample row keys in the table.
setRowKeyRegexFilter(ByteString) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from rows whose keys satisfy the given RE2 regex.
setRowKeys(int, ByteString) - Method in class com.google.bigtable.v2.RowSet.Builder
Single rows included in the set.
setRowRange(RowRange) - Method in class com.google.bigtable.v2.StreamPartition.Builder
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
setRowRange(RowRange.Builder) - Method in class com.google.bigtable.v2.StreamPartition.Builder
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
setRowRanges(int, RowRange) - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
setRowRanges(int, RowRange.Builder) - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
setRows(RowSet) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The row keys and/or ranges to read sequentially.
setRows(RowSet.Builder) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The row keys and/or ranges to read sequentially.
setRowSampleFilter(double) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches all cells from a row with probability p, and matches no cells from the row with probability 1-p.
setRowsLimit(long) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The read will stop after committing to N rows' worth of results.
setRowsReturnedCount(long) - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
The rows returned as part of the request.
setRowsSeenCount(long) - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
The rows seen (scanned) as part of the request.
setRules(int, ReadModifyWriteRule) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
setRules(int, ReadModifyWriteRule.Builder) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
setSetCell(Mutation.SetCell) - Method in class com.google.bigtable.v2.Mutation.Builder
Set a cell's value.
setSetCell(Mutation.SetCell.Builder) - Method in class com.google.bigtable.v2.Mutation.Builder
Set a cell's value.
setSink(boolean) - Method in class com.google.bigtable.v2.RowFilter.Builder
ADVANCED USE ONLY.
setSourceClusterId(String) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The cluster where the mutation was applied.
setSourceClusterIdBytes(ByteString) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The cluster where the mutation was applied.
setStartKeyClosed(ByteString) - Method in class com.google.bigtable.v2.RowRange.Builder
Used when giving an inclusive lower bound for the range.
setStartKeyOpen(ByteString) - Method in class com.google.bigtable.v2.RowRange.Builder
Used when giving an exclusive lower bound for the range.
setStartQualifierClosed(ByteString) - Method in class com.google.bigtable.v2.ColumnRange.Builder
Used when giving an inclusive lower bound for the range.
setStartQualifierOpen(ByteString) - Method in class com.google.bigtable.v2.ColumnRange.Builder
Used when giving an exclusive lower bound for the range.
setStartTime(Timestamp) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Start reading the stream at the specified timestamp.
setStartTime(Timestamp.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Start reading the stream at the specified timestamp.
setStartTimestampMicros(long) - Method in class com.google.bigtable.v2.TimestampRange.Builder
Inclusive lower bound.
setStartValueClosed(ByteString) - Method in class com.google.bigtable.v2.ValueRange.Builder
Used when giving an inclusive lower bound for the range.
setStartValueOpen(ByteString) - Method in class com.google.bigtable.v2.ValueRange.Builder
Used when giving an exclusive lower bound for the range.
setStatus(Status) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
The result of the request Entry identified by `index`.
setStatus(Status) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
The status of the stream.
setStatus(Status.Builder) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
The result of the request Entry identified by `index`.
setStatus(Status.Builder) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
The status of the stream.
setStripValueTransformer(boolean) - Method in class com.google.bigtable.v2.RowFilter.Builder
Replaces each cell's value with the empty string.
setTable(String) - Method in class com.google.bigtable.v2.TableName.Builder
 
setTableName(String) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Required.
setTableName(String) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
Required.
setTableName(String) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
setTableName(String) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
setTableName(String) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Required.
setTableName(String) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
setTableName(String) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
Required.
setTableName(String) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
Required.
setTableNameBytes(ByteString) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Required.
setTableNameBytes(ByteString) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
Required.
setTableNameBytes(ByteString) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Required.
setTableNameBytes(ByteString) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
Required.
setTableNameBytes(ByteString) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
Required.
setTableNameBytes(ByteString) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Required.
setTableNameBytes(ByteString) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
Required.
setTableNameBytes(ByteString) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
Required.
setTiebreaker(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
A value that lets stream consumers reconstruct Bigtable's conflict resolution semantics.
setTimeRange(TimestampRange) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
The range of timestamps within which cells should be deleted.
setTimeRange(TimestampRange.Builder) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
The range of timestamps within which cells should be deleted.
setTimestampMicros(long) - Method in class com.google.bigtable.v2.Cell.Builder
The cell's stored timestamp, which also uniquely identifies it within its column.
setTimestampMicros(long) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
The timestamp of the cell into which new data should be written.
setTimestampMicros(long) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The cell's stored timestamp, which also uniquely identifies it within its column.
setTimestampRangeFilter(TimestampRange) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with timestamps within the given range.
setTimestampRangeFilter(TimestampRange.Builder) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with timestamps within the given range.
setToken(String) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
An encoded position for this stream's partition to restart reading from.
setToken(String) - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
An encoded position in the stream to restart reading from.
setTokenBytes(ByteString) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
An encoded position for this stream's partition to restart reading from.
setTokenBytes(ByteString) - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
An encoded position in the stream to restart reading from.
setTokens(int, StreamContinuationToken) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
setTokens(int, StreamContinuationToken.Builder) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
List of continuation tokens.
setTrueFilter(RowFilter) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
The filter to apply to the input row if `predicate_filter` returns any results.
setTrueFilter(RowFilter.Builder) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
The filter to apply to the input row if `predicate_filter` returns any results.
setTrueMutations(int, Mutation) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
setTrueMutations(int, Mutation.Builder) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
setType(ReadChangeStreamResponse.DataChange.Type) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The type of the mutation.
setTypeValue(int) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
The type of the mutation.
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Cell.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Column.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Family.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.FeatureFlags.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.FullReadStatsView.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Mutation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.PingAndWarmRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.PingAndWarmResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RateLimitInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadIterationStats.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RequestLatencyStats.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RequestStats.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ResponseParams.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.Row.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RowFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RowRange.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.RowSet.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.StreamContinuationToken.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.StreamContinuationTokens.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.StreamPartition.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.v2.ValueRange.Builder
 
setValue(ByteString) - Method in class com.google.bigtable.v2.Cell.Builder
The value stored in the cell.
setValue(ByteString) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
The value to be written into the specified cell.
setValue(ByteString) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The value stored in the cell.
setValueRangeFilter(ValueRange) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with values that fall within the given range.
setValueRangeFilter(ValueRange.Builder) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with values that fall within the given range.
setValueRegexFilter(ByteString) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with values that satisfy the given regular expression.
setValueSize(int) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
If this CellChunk is part of a chunked cell value and this is not the final chunk of that cell, value_size will be set to the total length of the cell value.
setZoneId(String) - Method in class com.google.bigtable.v2.ResponseParams.Builder
The cloud bigtable zone associated with the cluster.
setZoneIdBytes(ByteString) - Method in class com.google.bigtable.v2.ResponseParams.Builder
The cloud bigtable zone associated with the cluster.
SINK - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
SINK_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
SOURCE_CLUSTER_ID_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
START_KEY_CLOSED - Enum constant in enum com.google.bigtable.v2.RowRange.StartKeyCase
 
START_KEY_CLOSED_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowRange
 
START_KEY_OPEN - Enum constant in enum com.google.bigtable.v2.RowRange.StartKeyCase
 
START_KEY_OPEN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowRange
 
START_QUALIFIER_CLOSED - Enum constant in enum com.google.bigtable.v2.ColumnRange.StartQualifierCase
 
START_QUALIFIER_CLOSED_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ColumnRange
 
START_QUALIFIER_OPEN - Enum constant in enum com.google.bigtable.v2.ColumnRange.StartQualifierCase
 
START_QUALIFIER_OPEN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ColumnRange
 
START_TIME - Enum constant in enum com.google.bigtable.v2.ReadChangeStreamRequest.StartFromCase
 
START_TIME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamRequest
 
START_TIMESTAMP_MICROS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.TimestampRange
 
START_VALUE_CLOSED - Enum constant in enum com.google.bigtable.v2.ValueRange.StartValueCase
 
START_VALUE_CLOSED_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ValueRange
 
START_VALUE_OPEN - Enum constant in enum com.google.bigtable.v2.ValueRange.StartValueCase
 
START_VALUE_OPEN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ValueRange
 
STARTFROM_NOT_SET - Enum constant in enum com.google.bigtable.v2.ReadChangeStreamRequest.StartFromCase
 
STARTKEY_NOT_SET - Enum constant in enum com.google.bigtable.v2.RowRange.StartKeyCase
 
STARTQUALIFIER_NOT_SET - Enum constant in enum com.google.bigtable.v2.ColumnRange.StartQualifierCase
 
STARTVALUE_NOT_SET - Enum constant in enum com.google.bigtable.v2.ValueRange.StartValueCase
 
STATSVIEW_NOT_SET - Enum constant in enum com.google.bigtable.v2.RequestStats.StatsViewCase
 
STATUS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
STATUS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
StreamContinuationToken - Class in com.google.bigtable.v2
NOTE: This API is intended to be used by Apache Beam BigtableIO.
StreamContinuationToken.Builder - Class in com.google.bigtable.v2
NOTE: This API is intended to be used by Apache Beam BigtableIO.
StreamContinuationTokenOrBuilder - Interface in com.google.bigtable.v2
 
StreamContinuationTokens - Class in com.google.bigtable.v2
NOTE: This API is intended to be used by Apache Beam BigtableIO.
StreamContinuationTokens.Builder - Class in com.google.bigtable.v2
NOTE: This API is intended to be used by Apache Beam BigtableIO.
StreamContinuationTokensOrBuilder - Interface in com.google.bigtable.v2
 
StreamPartition - Class in com.google.bigtable.v2
NOTE: This API is intended to be used by Apache Beam BigtableIO.
StreamPartition.Builder - Class in com.google.bigtable.v2
NOTE: This API is intended to be used by Apache Beam BigtableIO.
StreamPartitionOrBuilder - Interface in com.google.bigtable.v2
 
STREAMRECORD_NOT_SET - Enum constant in enum com.google.bigtable.v2.ReadChangeStreamResponse.StreamRecordCase
 
STRIP_VALUE_TRANSFORMER - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
STRIP_VALUE_TRANSFORMER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 

T

TABLE_NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
TABLE_NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
TABLE_NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.MutateRowRequest
 
TABLE_NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.MutateRowsRequest
 
TABLE_NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamRequest
 
TABLE_NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
TABLE_NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsRequest
 
TABLE_NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.SampleRowKeysRequest
 
TableName - Class in com.google.bigtable.v2
 
TableName() - Constructor for class com.google.bigtable.v2.TableName
Deprecated.
TableName.Builder - Class in com.google.bigtable.v2
Builder for projects/{project}/instances/{instance}/tables/{table}.
TIEBREAKER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
TIME_RANGE_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
TIMESTAMP_MICROS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Cell
 
TIMESTAMP_MICROS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Mutation.SetCell
 
TIMESTAMP_MICROS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
TIMESTAMP_RANGE_FILTER - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
TIMESTAMP_RANGE_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
TimestampRange - Class in com.google.bigtable.v2
Specified a contiguous range of microsecond timestamps.
TimestampRange.Builder - Class in com.google.bigtable.v2
Specified a contiguous range of microsecond timestamps.
TimestampRangeOrBuilder - Interface in com.google.bigtable.v2
 
toBuilder() - Method in class com.google.bigtable.v2.Cell
 
toBuilder() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
toBuilder() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
toBuilder() - Method in class com.google.bigtable.v2.Column
 
toBuilder() - Method in class com.google.bigtable.v2.ColumnRange
 
toBuilder() - Method in class com.google.bigtable.v2.Family
 
toBuilder() - Method in class com.google.bigtable.v2.FeatureFlags
 
toBuilder() - Method in class com.google.bigtable.v2.FullReadStatsView
 
toBuilder() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
toBuilder() - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
toBuilder() - Method in class com.google.bigtable.v2.InstanceName
 
toBuilder() - Method in class com.google.bigtable.v2.MutateRowRequest
 
toBuilder() - Method in class com.google.bigtable.v2.MutateRowResponse
 
toBuilder() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
toBuilder() - Method in class com.google.bigtable.v2.MutateRowsRequest
 
toBuilder() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
toBuilder() - Method in class com.google.bigtable.v2.MutateRowsResponse
 
toBuilder() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
toBuilder() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
toBuilder() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
toBuilder() - Method in class com.google.bigtable.v2.Mutation.SetCell
 
toBuilder() - Method in class com.google.bigtable.v2.Mutation
 
toBuilder() - Method in class com.google.bigtable.v2.PingAndWarmRequest
 
toBuilder() - Method in class com.google.bigtable.v2.PingAndWarmResponse
 
toBuilder() - Method in class com.google.bigtable.v2.RateLimitInfo
 
toBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
toBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
toBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
toBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
toBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
toBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
toBuilder() - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
toBuilder() - Method in class com.google.bigtable.v2.ReadIterationStats
 
toBuilder() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
toBuilder() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
toBuilder() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
 
toBuilder() - Method in class com.google.bigtable.v2.ReadRowsRequest
 
toBuilder() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
toBuilder() - Method in class com.google.bigtable.v2.ReadRowsResponse
 
toBuilder() - Method in class com.google.bigtable.v2.RequestLatencyStats
 
toBuilder() - Method in class com.google.bigtable.v2.RequestStats
 
toBuilder() - Method in class com.google.bigtable.v2.ResponseParams
 
toBuilder() - Method in class com.google.bigtable.v2.Row
 
toBuilder() - Method in class com.google.bigtable.v2.RowFilter.Chain
 
toBuilder() - Method in class com.google.bigtable.v2.RowFilter.Condition
 
toBuilder() - Method in class com.google.bigtable.v2.RowFilter.Interleave
 
toBuilder() - Method in class com.google.bigtable.v2.RowFilter
 
toBuilder() - Method in class com.google.bigtable.v2.RowRange
 
toBuilder() - Method in class com.google.bigtable.v2.RowSet
 
toBuilder() - Method in class com.google.bigtable.v2.SampleRowKeysRequest
 
toBuilder() - Method in class com.google.bigtable.v2.SampleRowKeysResponse
 
toBuilder() - Method in class com.google.bigtable.v2.StreamContinuationToken
 
toBuilder() - Method in class com.google.bigtable.v2.StreamContinuationTokens
 
toBuilder() - Method in class com.google.bigtable.v2.StreamPartition
 
toBuilder() - Method in class com.google.bigtable.v2.TableName
 
toBuilder() - Method in class com.google.bigtable.v2.TimestampRange
 
toBuilder() - Method in class com.google.bigtable.v2.ValueRange
 
TOKEN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
TOKEN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.StreamContinuationToken
 
TOKENS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.StreamContinuationTokens
 
toString() - Method in class com.google.bigtable.v2.InstanceName
 
toString() - Method in class com.google.bigtable.v2.TableName
 
toStringList(List<InstanceName>) - Static method in class com.google.bigtable.v2.InstanceName
 
toStringList(List<TableName>) - Static method in class com.google.bigtable.v2.TableName
 
TRUE_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter.Condition
 
TRUE_MUTATIONS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
TYPE_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
TYPE_UNSPECIFIED - Enum constant in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
The type is unspecified.
TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
The type is unspecified.

U

UNRECOGNIZED - Enum constant in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
 
UNRECOGNIZED - Enum constant in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
 
USER - Enum constant in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
A user-initiated mutation.
USER_VALUE - Static variable in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
A user-initiated mutation.

V

VALUE_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Cell
 
VALUE_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Mutation.SetCell
 
VALUE_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
VALUE_RANGE_FILTER - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
VALUE_RANGE_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
VALUE_REGEX_FILTER - Enum constant in enum com.google.bigtable.v2.RowFilter.FilterCase
 
VALUE_REGEX_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
VALUE_SIZE_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
valueOf(int) - Static method in enum com.google.bigtable.v2.ColumnRange.EndQualifierCase
Deprecated.
valueOf(int) - Static method in enum com.google.bigtable.v2.ColumnRange.StartQualifierCase
Deprecated.
valueOf(int) - Static method in enum com.google.bigtable.v2.Mutation.MutationCase
Deprecated.
valueOf(int) - Static method in enum com.google.bigtable.v2.ReadChangeStreamRequest.StartFromCase
Deprecated.
valueOf(int) - Static method in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
Deprecated.
valueOf(int) - Static method in enum com.google.bigtable.v2.ReadChangeStreamResponse.StreamRecordCase
Deprecated.
valueOf(int) - Static method in enum com.google.bigtable.v2.ReadModifyWriteRule.RuleCase
Deprecated.
valueOf(int) - Static method in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
Deprecated.
valueOf(int) - Static method in enum com.google.bigtable.v2.ReadRowsResponse.CellChunk.RowStatusCase
Deprecated.
valueOf(int) - Static method in enum com.google.bigtable.v2.RequestStats.StatsViewCase
Deprecated.
valueOf(int) - Static method in enum com.google.bigtable.v2.RowFilter.FilterCase
Deprecated.
valueOf(int) - Static method in enum com.google.bigtable.v2.RowRange.EndKeyCase
Deprecated.
valueOf(int) - Static method in enum com.google.bigtable.v2.RowRange.StartKeyCase
Deprecated.
valueOf(int) - Static method in enum com.google.bigtable.v2.ValueRange.EndValueCase
Deprecated.
valueOf(int) - Static method in enum com.google.bigtable.v2.ValueRange.StartValueCase
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.bigtable.v2.ColumnRange.EndQualifierCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.bigtable.v2.ColumnRange.StartQualifierCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.bigtable.v2.Mutation.MutationCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.bigtable.v2.ReadChangeStreamRequest.StartFromCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.bigtable.v2.ReadChangeStreamResponse.StreamRecordCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.bigtable.v2.ReadModifyWriteRule.RuleCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.bigtable.v2.ReadRowsResponse.CellChunk.RowStatusCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.bigtable.v2.RequestStats.StatsViewCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.bigtable.v2.RowFilter.FilterCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.bigtable.v2.RowRange.EndKeyCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.bigtable.v2.RowRange.StartKeyCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.bigtable.v2.ValueRange.EndValueCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.bigtable.v2.ValueRange.StartValueCase
Returns the enum constant of this type with the specified name.
ValueRange - Class in com.google.bigtable.v2
Specifies a contiguous range of raw byte values.
ValueRange.Builder - Class in com.google.bigtable.v2
Specifies a contiguous range of raw byte values.
ValueRange.EndValueCase - Enum in com.google.bigtable.v2
 
ValueRange.StartValueCase - Enum in com.google.bigtable.v2
 
ValueRangeOrBuilder - Interface in com.google.bigtable.v2
 
values() - Static method in enum com.google.bigtable.v2.ColumnRange.EndQualifierCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.v2.ColumnRange.StartQualifierCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.v2.Mutation.MutationCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.v2.ReadChangeStreamRequest.StartFromCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.v2.ReadChangeStreamResponse.StreamRecordCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.v2.ReadModifyWriteRule.RuleCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.v2.ReadRowsRequest.RequestStatsView
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.v2.ReadRowsResponse.CellChunk.RowStatusCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.v2.RequestStats.StatsViewCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.v2.RowFilter.FilterCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.v2.RowRange.EndKeyCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.v2.RowRange.StartKeyCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.v2.ValueRange.EndValueCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.v2.ValueRange.StartValueCase
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.Cell
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.Column
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ColumnRange
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.Family
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.FeatureFlags
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.FullReadStatsView
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.MutateRowRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.MutateRowResponse
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.MutateRowsRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.MutateRowsResponse
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.Mutation.SetCell
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.Mutation
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.PingAndWarmRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.PingAndWarmResponse
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.RateLimitInfo
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ReadChangeStreamRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.CloseStream
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.DataChange
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.Heartbeat
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ReadChangeStreamResponse
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ReadIterationStats
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ReadModifyWriteRule
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ReadRowsRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ReadRowsResponse
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.RequestLatencyStats
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.RequestStats
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ResponseParams
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.Row
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.RowFilter.Chain
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.RowFilter.Condition
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.RowFilter.Interleave
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.RowFilter
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.RowRange
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.RowSet
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.SampleRowKeysRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.SampleRowKeysResponse
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.StreamContinuationToken
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.StreamContinuationTokens
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.StreamPartition
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.TimestampRange
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ValueRange
 

Z

ZONE_ID_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ResponseParams
 
A B C D E F G H I K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form