Skip navigation links
A B C D E F G H I K L M N O P Q R S T V W 

A

addAllCells(Iterable<? extends Cell>) - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
addAllChunks(Iterable<? extends ReadRowsResponse.CellChunk>) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
addAllColumns(Iterable<? extends Column>) - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
addAllEntries(Iterable<? extends MutateRowsRequest.Entry>) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
The row keys and corresponding mutations to be applied in bulk.
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
Changes to be atomically applied to the specified row.
addAllMutations(Iterable<? extends Mutation>) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
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
Rules specifying how the specified row's contents are to be transformed into writes.
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(Cell) - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
addCells(int, 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.
addCells(int, 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(ReadRowsResponse.CellChunk) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
addChunks(int, ReadRowsResponse.CellChunk) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
addChunks(ReadRowsResponse.CellChunk.Builder) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
addChunks(int, ReadRowsResponse.CellChunk.Builder) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
addChunksBuilder() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
addChunksBuilder(int) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
addColumns(Column) - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
addColumns(int, 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.
addColumns(int, 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.
addEntries(MutateRowsRequest.Entry) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
The row keys and corresponding mutations to be applied in bulk.
addEntries(int, MutateRowsRequest.Entry) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
The row keys and corresponding mutations to be applied in bulk.
addEntries(MutateRowsRequest.Entry.Builder) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
The row keys and corresponding mutations to be applied in bulk.
addEntries(int, MutateRowsRequest.Entry.Builder) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
The row keys and corresponding mutations to be applied in bulk.
addEntries(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) - 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.
addEntries(int, 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
The row keys and corresponding mutations to be applied in bulk.
addEntriesBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
The row keys and corresponding mutations to be applied in bulk.
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.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
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(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(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(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`.
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(Family) - Method in class com.google.bigtable.v2.Row.Builder
May be empty, but only if the entire row is empty.
addFamilies(int, 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.
addFamilies(int, 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(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.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.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.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(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(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(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.
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(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() - 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.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(Mutation) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Changes to be atomically applied to the specified row.
addMutations(int, Mutation) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Changes to be atomically applied to the specified row.
addMutations(Mutation.Builder) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Changes to be atomically applied to the specified row.
addMutations(int, Mutation.Builder) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Changes to be atomically applied to the specified row.
addMutations(Mutation) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
addMutations(int, Mutation) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
addMutations(Mutation.Builder) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
addMutations(int, Mutation.Builder) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
addMutationsBuilder() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Changes to be atomically applied to the specified row.
addMutationsBuilder(int) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Changes to be atomically applied to the specified row.
addMutationsBuilder() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
addMutationsBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
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.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.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.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.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(RowRange) - Method in class com.google.bigtable.v2.RowSet.Builder
Contiguous row ranges included in the set.
addRowRanges(int, 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.
addRowRanges(int, 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(ReadModifyWriteRule) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Rules specifying how the specified row's contents are to be transformed into writes.
addRules(int, ReadModifyWriteRule) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Rules specifying how the specified row's contents are to be transformed into writes.
addRules(ReadModifyWriteRule.Builder) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Rules specifying how the specified row's contents are to be transformed into writes.
addRules(int, ReadModifyWriteRule.Builder) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Rules specifying how the specified row's contents are to be transformed into writes.
addRulesBuilder() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Rules specifying how the specified row's contents are to be transformed into writes.
addRulesBuilder(int) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Rules specifying how the specified row's contents are to be transformed into writes.
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(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(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(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`.
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.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.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_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadModifyWriteRule
 
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_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.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.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.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.TableName.Builder
 
build() - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
build() - Method in class com.google.bigtable.v2.ValueRange.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.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.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.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.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_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
CELLS_PER_ROW_LIMIT_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
CELLS_PER_ROW_OFFSET_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
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
 
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.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.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.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.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.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.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.
clearChain() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in sequence, progressively narrowing the results.
clearChunks() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
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.
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.
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.
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.
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
The row keys and corresponding mutations to be applied in bulk.
clearEntries() - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
One or more results for Entries from the batch request.
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.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.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.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.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.
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].
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.
clearMutation() - Method in class com.google.bigtable.v2.Mutation.Builder
 
clearMutations() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Changes to be atomically applied to the specified row.
clearMutations() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
clearName() - Method in class com.google.bigtable.v2.Family.Builder
The unique key which identifies this family within its row.
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.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.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.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.TimestampRange.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.v2.ValueRange.Builder
 
clearPassAllFilter() - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches all cells, regardless of input.
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.
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.
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
The key of the row to which the conditional mutation should be applied.
clearRowKey() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
The key of the row to which the mutation should be applied.
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.ReadModifyWriteRowRequest.Builder
The key of the row to which the read/modify/write rules should be applied.
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.
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.
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 terminate after committing to N rows' worth of results.
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
Rules specifying how the specified row's contents are to be transformed into writes.
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.
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.
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.
clearStatus() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
The result of the request Entry identified by `index`.
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
The unique name of the table to which the conditional mutation should be applied.
clearTableName() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
The unique name of the table to which the mutation should be applied.
clearTableName() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
The unique name of the table to which the mutations should be applied.
clearTableName() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
The unique name of the table to which the read/modify/write rules should be applied.
clearTableName() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The unique name of the table from which to read.
clearTableName() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
The unique name of the table from which to sample row keys.
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.
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`.
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.
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.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.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.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.TimestampRange.Builder
 
clone() - Method in class com.google.bigtable.v2.ValueRange.Builder
 
Column - Class in com.google.bigtable.v2
Specifies (some of) the contents of a single row/column intersection of a table.
Column.Builder - 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_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
COLUMN_RANGE_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
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_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
CONDITION_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 

D

DataProto - Class in com.google.bigtable.v2
 
DELETE_FROM_COLUMN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Mutation
 
DELETE_FROM_FAMILY_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Mutation
 
DELETE_FROM_ROW_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Mutation
 

E

END_KEY_CLOSED_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowRange
 
END_KEY_OPEN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowRange
 
END_QUALIFIER_CLOSED_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ColumnRange
 
END_QUALIFIER_OPEN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ColumnRange
 
END_TIMESTAMP_MICROS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.TimestampRange
 
END_VALUE_CLOSED_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ValueRange
 
END_VALUE_OPEN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ValueRange
 
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.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.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.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.TableName
 
equals(Object) - Method in class com.google.bigtable.v2.TimestampRange
 
equals(Object) - Method in class com.google.bigtable.v2.ValueRange
 

F

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.Builder - 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_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
FamilyOrBuilder - Interface in com.google.bigtable.v2
 
FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsRequest
 
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, 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.ReadModifyWriteRule.RuleCase
 
forNumber(int) - Static method in enum com.google.bigtable.v2.ReadRowsResponse.CellChunk.RowStatusCase
 
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
 

G

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.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.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.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.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.
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.
getChunks(int) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunks(int) - Method in class com.google.bigtable.v2.ReadRowsResponse
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunks(int) - Method in interface com.google.bigtable.v2.ReadRowsResponseOrBuilder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksBuilder(int) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksBuilderList() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksCount() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksCount() - Method in class com.google.bigtable.v2.ReadRowsResponse
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksCount() - Method in interface com.google.bigtable.v2.ReadRowsResponseOrBuilder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksList() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksList() - Method in class com.google.bigtable.v2.ReadRowsResponse
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksList() - Method in interface com.google.bigtable.v2.ReadRowsResponseOrBuilder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksOrBuilder(int) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksOrBuilder(int) - Method in class com.google.bigtable.v2.ReadRowsResponse
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksOrBuilder(int) - Method in interface com.google.bigtable.v2.ReadRowsResponseOrBuilder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksOrBuilderList() - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksOrBuilderList() - Method in class com.google.bigtable.v2.ReadRowsResponse
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksOrBuilderList() - Method in interface com.google.bigtable.v2.ReadRowsResponseOrBuilder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
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.
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.
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.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.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.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.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.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.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.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.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.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.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 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.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.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.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.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 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.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.TimestampRange.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.v2.ValueRange.Builder
 
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.
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
The row keys and corresponding mutations to be applied in bulk.
getEntries(int) - Method in class com.google.bigtable.v2.MutateRowsRequest
The row keys and corresponding mutations to be applied in bulk.
getEntries(int) - Method in interface com.google.bigtable.v2.MutateRowsRequestOrBuilder
The row keys and corresponding mutations to be applied in bulk.
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
The row keys and corresponding mutations to be applied in bulk.
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
The row keys and corresponding mutations to be applied in bulk.
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
The row keys and corresponding mutations to be applied in bulk.
getEntriesCount() - Method in class com.google.bigtable.v2.MutateRowsRequest
The row keys and corresponding mutations to be applied in bulk.
getEntriesCount() - Method in interface com.google.bigtable.v2.MutateRowsRequestOrBuilder
The row keys and corresponding mutations to be applied in bulk.
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
The row keys and corresponding mutations to be applied in bulk.
getEntriesList() - Method in class com.google.bigtable.v2.MutateRowsRequest
The row keys and corresponding mutations to be applied in bulk.
getEntriesList() - Method in interface com.google.bigtable.v2.MutateRowsRequestOrBuilder
The row keys and corresponding mutations to be applied in bulk.
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
The row keys and corresponding mutations to be applied in bulk.
getEntriesOrBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsRequest
The row keys and corresponding mutations to be applied in bulk.
getEntriesOrBuilder(int) - Method in interface com.google.bigtable.v2.MutateRowsRequestOrBuilder
The row keys and corresponding mutations to be applied in bulk.
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
The row keys and corresponding mutations to be applied in bulk.
getEntriesOrBuilderList() - Method in class com.google.bigtable.v2.MutateRowsRequest
The row keys and corresponding mutations to be applied in bulk.
getEntriesOrBuilderList() - Method in interface com.google.bigtable.v2.MutateRowsRequestOrBuilder
The row keys and corresponding mutations to be applied in bulk.
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.
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.TableName
 
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.
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.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].
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.
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
 
getMutations(int) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Changes to be atomically applied to the specified row.
getMutations(int) - Method in class com.google.bigtable.v2.MutateRowRequest
Changes to be atomically applied to the specified row.
getMutations(int) - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
Changes to be atomically applied to the specified row.
getMutations(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
getMutations(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
Changes to be atomically applied to the specified row.
getMutations(int) - Method in interface com.google.bigtable.v2.MutateRowsRequest.EntryOrBuilder
Changes to be atomically applied to the specified row.
getMutationsBuilder(int) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Changes to be atomically applied to the specified row.
getMutationsBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
getMutationsBuilderList() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Changes to be atomically applied to the specified row.
getMutationsBuilderList() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
getMutationsCount() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Changes to be atomically applied to the specified row.
getMutationsCount() - Method in class com.google.bigtable.v2.MutateRowRequest
Changes to be atomically applied to the specified row.
getMutationsCount() - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
Changes to be atomically applied to the specified row.
getMutationsCount() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
getMutationsCount() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
Changes to be atomically applied to the specified row.
getMutationsCount() - Method in interface com.google.bigtable.v2.MutateRowsRequest.EntryOrBuilder
Changes to be atomically applied to the specified row.
getMutationsList() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Changes to be atomically applied to the specified row.
getMutationsList() - Method in class com.google.bigtable.v2.MutateRowRequest
Changes to be atomically applied to the specified row.
getMutationsList() - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
Changes to be atomically applied to the specified row.
getMutationsList() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
getMutationsList() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
Changes to be atomically applied to the specified row.
getMutationsList() - Method in interface com.google.bigtable.v2.MutateRowsRequest.EntryOrBuilder
Changes to be atomically applied to the specified row.
getMutationsOrBuilder(int) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Changes to be atomically applied to the specified row.
getMutationsOrBuilder(int) - Method in class com.google.bigtable.v2.MutateRowRequest
Changes to be atomically applied to the specified row.
getMutationsOrBuilder(int) - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
Changes to be atomically applied to the specified row.
getMutationsOrBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
getMutationsOrBuilder(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
Changes to be atomically applied to the specified row.
getMutationsOrBuilder(int) - Method in interface com.google.bigtable.v2.MutateRowsRequest.EntryOrBuilder
Changes to be atomically applied to the specified row.
getMutationsOrBuilderList() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Changes to be atomically applied to the specified row.
getMutationsOrBuilderList() - Method in class com.google.bigtable.v2.MutateRowRequest
Changes to be atomically applied to the specified row.
getMutationsOrBuilderList() - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
Changes to be atomically applied to the specified row.
getMutationsOrBuilderList() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
getMutationsOrBuilderList() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
Changes to be atomically applied to the specified row.
getMutationsOrBuilderList() - Method in interface com.google.bigtable.v2.MutateRowsRequest.EntryOrBuilder
Changes to be atomically applied to the specified row.
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.
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.
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.ReadModifyWriteRule.RuleCase
 
getNumber() - Method in enum com.google.bigtable.v2.ReadRowsResponse.CellChunk.RowStatusCase
 
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.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.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.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.TimestampRange
 
getParserForType() - Method in class com.google.bigtable.v2.ValueRange
 
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.
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.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.
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.
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
The key of the row to which the conditional mutation should be applied.
getRowKey() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
The key of the row to which the conditional mutation should be applied.
getRowKey() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
The key of the row to which the conditional mutation should be applied.
getRowKey() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
The key of the row to which the mutation should be applied.
getRowKey() - Method in class com.google.bigtable.v2.MutateRowRequest
The key of the row to which the mutation should be applied.
getRowKey() - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
The key of the row to which the mutation should be applied.
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.ReadModifyWriteRowRequest.Builder
The key of the row to which the read/modify/write rules should be applied.
getRowKey() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
The key of the row to which the read/modify/write rules should be applied.
getRowKey() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
The key of the row to which the read/modify/write rules should be applied.
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.
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.
getRows() - Method in class com.google.bigtable.v2.ReadRowsRequest
The row keys and/or ranges to read.
getRows() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
The row keys and/or ranges to read.
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.
getRowsLimit() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The read will terminate after committing to N rows' worth of results.
getRowsLimit() - Method in class com.google.bigtable.v2.ReadRowsRequest
The read will terminate after committing to N rows' worth of results.
getRowsLimit() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
The read will terminate 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.
getRowsOrBuilder() - Method in class com.google.bigtable.v2.ReadRowsRequest
The row keys and/or ranges to read.
getRowsOrBuilder() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
The row keys and/or ranges to read.
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
Rules specifying how the specified row's contents are to be transformed into writes.
getRules(int) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
Rules specifying how the specified row's contents are to be transformed into writes.
getRules(int) - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
Rules specifying how the specified row's contents are to be transformed into writes.
getRulesBuilder(int) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Rules specifying how the specified row's contents are to be transformed into writes.
getRulesBuilderList() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Rules specifying how the specified row's contents are to be transformed into writes.
getRulesCount() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Rules specifying how the specified row's contents are to be transformed into writes.
getRulesCount() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
Rules specifying how the specified row's contents are to be transformed into writes.
getRulesCount() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
Rules specifying how the specified row's contents are to be transformed into writes.
getRulesList() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Rules specifying how the specified row's contents are to be transformed into writes.
getRulesList() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
Rules specifying how the specified row's contents are to be transformed into writes.
getRulesList() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
Rules specifying how the specified row's contents are to be transformed into writes.
getRulesOrBuilder(int) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Rules specifying how the specified row's contents are to be transformed into writes.
getRulesOrBuilder(int) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
Rules specifying how the specified row's contents are to be transformed into writes.
getRulesOrBuilder(int) - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
Rules specifying how the specified row's contents are to be transformed into writes.
getRulesOrBuilderList() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Rules specifying how the specified row's contents are to be transformed into writes.
getRulesOrBuilderList() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
Rules specifying how the specified row's contents are to be transformed into writes.
getRulesOrBuilderList() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
Rules specifying how the specified row's contents are to be transformed into writes.
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.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.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.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.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.
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.
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.
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`.
getStatusBuilder() - 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.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`.
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
The unique name of the table to which the conditional mutation should be applied.
getTableName() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
The unique name of the table to which the conditional mutation should be applied.
getTableName() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
The unique name of the table to which the conditional mutation should be applied.
getTableName() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
The unique name of the table to which the mutation should be applied.
getTableName() - Method in class com.google.bigtable.v2.MutateRowRequest
The unique name of the table to which the mutation should be applied.
getTableName() - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
The unique name of the table to which the mutation should be applied.
getTableName() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
The unique name of the table to which the mutations should be applied.
getTableName() - Method in class com.google.bigtable.v2.MutateRowsRequest
The unique name of the table to which the mutations should be applied.
getTableName() - Method in interface com.google.bigtable.v2.MutateRowsRequestOrBuilder
The unique name of the table to which the mutations should be applied.
getTableName() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
The unique name of the table to which the read/modify/write rules should be applied.
getTableName() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
The unique name of the table to which the read/modify/write rules should be applied.
getTableName() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
The unique name of the table to which the read/modify/write rules should be applied.
getTableName() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The unique name of the table from which to read.
getTableName() - Method in class com.google.bigtable.v2.ReadRowsRequest
The unique name of the table from which to read.
getTableName() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
The unique name of the table from which to read.
getTableName() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
The unique name of the table from which to sample row keys.
getTableName() - Method in class com.google.bigtable.v2.SampleRowKeysRequest
The unique name of the table from which to sample row keys.
getTableName() - Method in interface com.google.bigtable.v2.SampleRowKeysRequestOrBuilder
The unique name of the table from which to sample row keys.
getTableNameBytes() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
The unique name of the table to which the conditional mutation should be applied.
getTableNameBytes() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
The unique name of the table to which the conditional mutation should be applied.
getTableNameBytes() - Method in interface com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder
The unique name of the table to which the conditional mutation should be applied.
getTableNameBytes() - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
The unique name of the table to which the mutation should be applied.
getTableNameBytes() - Method in class com.google.bigtable.v2.MutateRowRequest
The unique name of the table to which the mutation should be applied.
getTableNameBytes() - Method in interface com.google.bigtable.v2.MutateRowRequestOrBuilder
The unique name of the table to which the mutation should be applied.
getTableNameBytes() - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
The unique name of the table to which the mutations should be applied.
getTableNameBytes() - Method in class com.google.bigtable.v2.MutateRowsRequest
The unique name of the table to which the mutations should be applied.
getTableNameBytes() - Method in interface com.google.bigtable.v2.MutateRowsRequestOrBuilder
The unique name of the table to which the mutations should be applied.
getTableNameBytes() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
The unique name of the table to which the read/modify/write rules should be applied.
getTableNameBytes() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
The unique name of the table to which the read/modify/write rules should be applied.
getTableNameBytes() - Method in interface com.google.bigtable.v2.ReadModifyWriteRowRequestOrBuilder
The unique name of the table to which the read/modify/write rules should be applied.
getTableNameBytes() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The unique name of the table from which to read.
getTableNameBytes() - Method in class com.google.bigtable.v2.ReadRowsRequest
The unique name of the table from which to read.
getTableNameBytes() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
The unique name of the table from which to read.
getTableNameBytes() - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
The unique name of the table from which to sample row keys.
getTableNameBytes() - Method in class com.google.bigtable.v2.SampleRowKeysRequest
The unique name of the table from which to sample row keys.
getTableNameBytes() - Method in interface com.google.bigtable.v2.SampleRowKeysRequestOrBuilder
The unique name of the table from which to sample row keys.
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.
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`.
getUnknownFields() - Method in class com.google.bigtable.v2.Cell
 
getUnknownFields() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
getUnknownFields() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
getUnknownFields() - Method in class com.google.bigtable.v2.Column
 
getUnknownFields() - Method in class com.google.bigtable.v2.ColumnRange
 
getUnknownFields() - Method in class com.google.bigtable.v2.Family
 
getUnknownFields() - Method in class com.google.bigtable.v2.MutateRowRequest
 
getUnknownFields() - Method in class com.google.bigtable.v2.MutateRowResponse
 
getUnknownFields() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
getUnknownFields() - Method in class com.google.bigtable.v2.MutateRowsRequest
 
getUnknownFields() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
getUnknownFields() - Method in class com.google.bigtable.v2.MutateRowsResponse
 
getUnknownFields() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
getUnknownFields() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
getUnknownFields() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
getUnknownFields() - Method in class com.google.bigtable.v2.Mutation
 
getUnknownFields() - Method in class com.google.bigtable.v2.Mutation.SetCell
 
getUnknownFields() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
getUnknownFields() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
getUnknownFields() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
 
getUnknownFields() - Method in class com.google.bigtable.v2.ReadRowsRequest
 
getUnknownFields() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
getUnknownFields() - Method in class com.google.bigtable.v2.ReadRowsResponse
 
getUnknownFields() - Method in class com.google.bigtable.v2.Row
 
getUnknownFields() - Method in class com.google.bigtable.v2.RowFilter.Chain
 
getUnknownFields() - Method in class com.google.bigtable.v2.RowFilter.Condition
 
getUnknownFields() - Method in class com.google.bigtable.v2.RowFilter
 
getUnknownFields() - Method in class com.google.bigtable.v2.RowFilter.Interleave
 
getUnknownFields() - Method in class com.google.bigtable.v2.RowRange
 
getUnknownFields() - Method in class com.google.bigtable.v2.RowSet
 
getUnknownFields() - Method in class com.google.bigtable.v2.SampleRowKeysRequest
 
getUnknownFields() - Method in class com.google.bigtable.v2.SampleRowKeysResponse
 
getUnknownFields() - Method in class com.google.bigtable.v2.TimestampRange
 
getUnknownFields() - Method in class com.google.bigtable.v2.ValueRange
 
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.
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.

H

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.
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.
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.
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.
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.
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).
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.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.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.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.TableName
 
hashCode() - Method in class com.google.bigtable.v2.TimestampRange
 
hashCode() - Method in class com.google.bigtable.v2.ValueRange
 
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.
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.
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.
hasRows() - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The row keys and/or ranges to read.
hasRows() - Method in class com.google.bigtable.v2.ReadRowsRequest
The row keys and/or ranges to read.
hasRows() - Method in interface com.google.bigtable.v2.ReadRowsRequestOrBuilder
The row keys and/or ranges to read.
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.
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`.
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.

I

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
 
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.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.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.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.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
 
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.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.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.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.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.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_SCANNED_ROW_KEY_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse
 

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.
mergeColumnRangeFilter(ColumnRange) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells from columns within the given range.
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.
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.
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(Message) - Method in class com.google.bigtable.v2.Cell.Builder
 
mergeFrom(Cell) - Method in class com.google.bigtable.v2.Cell.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Cell.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
mergeFrom(CheckAndMutateRowRequest) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
mergeFrom(CheckAndMutateRowResponse) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Column.Builder
 
mergeFrom(Column) - Method in class com.google.bigtable.v2.Column.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Column.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
mergeFrom(ColumnRange) - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ColumnRange.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Family.Builder
 
mergeFrom(Family) - Method in class com.google.bigtable.v2.Family.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Family.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
mergeFrom(MutateRowRequest) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
mergeFrom(MutateRowResponse) - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.MutateRowResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
mergeFrom(MutateRowsRequest) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
mergeFrom(MutateRowsRequest.Entry) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
mergeFrom(MutateRowsResponse) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.MutateRowsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
mergeFrom(MutateRowsResponse.Entry) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Mutation.Builder
 
mergeFrom(Mutation) - Method in class com.google.bigtable.v2.Mutation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Mutation.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
mergeFrom(Mutation.DeleteFromColumn) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
mergeFrom(Mutation.DeleteFromFamily) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
mergeFrom(Mutation.DeleteFromRow) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
mergeFrom(Mutation.SetCell) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
mergeFrom(ReadModifyWriteRowRequest) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
mergeFrom(ReadModifyWriteRowResponse) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
mergeFrom(ReadModifyWriteRule) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
mergeFrom(ReadRowsRequest) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
mergeFrom(ReadRowsResponse) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
mergeFrom(ReadRowsResponse.CellChunk) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.Row.Builder
 
mergeFrom(Row) - Method in class com.google.bigtable.v2.Row.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.Row.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.RowFilter.Builder
 
mergeFrom(RowFilter) - Method in class com.google.bigtable.v2.RowFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.RowFilter.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
mergeFrom(RowFilter.Chain) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.RowFilter.Chain.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
mergeFrom(RowFilter.Condition) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.RowFilter.Condition.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
mergeFrom(RowFilter.Interleave) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.RowFilter.Interleave.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.RowRange.Builder
 
mergeFrom(RowRange) - Method in class com.google.bigtable.v2.RowRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.RowRange.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.RowSet.Builder
 
mergeFrom(RowSet) - Method in class com.google.bigtable.v2.RowSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.RowSet.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
mergeFrom(SampleRowKeysRequest) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
mergeFrom(SampleRowKeysResponse) - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.SampleRowKeysResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
mergeFrom(TimestampRange) - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.TimestampRange.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.v2.ValueRange.Builder
 
mergeFrom(ValueRange) - Method in class com.google.bigtable.v2.ValueRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.v2.ValueRange.Builder
 
mergeInterleave(RowFilter.Interleave) - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in parallel and combines the results.
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.
mergeRow(Row) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse.Builder
A Row containing the new contents of all cells modified by the request.
mergeRows(RowSet) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The row keys and/or ranges to read.
mergeSetCell(Mutation.SetCell) - Method in class com.google.bigtable.v2.Mutation.Builder
Set a cell's value.
mergeStatus(Status) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
The result of the request Entry identified by `index`.
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.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.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.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.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.
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
Protobuf type google.bigtable.v2.MutateRowsRequest.Entry
MutateRowsRequest.Entry.Builder - Class in com.google.bigtable.v2
Protobuf type google.bigtable.v2.MutateRowsRequest.Entry
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
Protobuf type google.bigtable.v2.MutateRowsResponse.Entry
MutateRowsResponse.Entry.Builder - Class in com.google.bigtable.v2
Protobuf type google.bigtable.v2.MutateRowsResponse.Entry
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.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
 
newBuilder() - Static method in class com.google.bigtable.v2.Cell
 
newBuilder(Cell) - Static method in class com.google.bigtable.v2.Cell
 
newBuilder() - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
newBuilder(CheckAndMutateRowRequest) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
newBuilder() - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
newBuilder(CheckAndMutateRowResponse) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
newBuilder() - Static method in class com.google.bigtable.v2.Column
 
newBuilder(Column) - Static method in class com.google.bigtable.v2.Column
 
newBuilder() - Static method in class com.google.bigtable.v2.ColumnRange
 
newBuilder(ColumnRange) - Static method in class com.google.bigtable.v2.ColumnRange
 
newBuilder() - Static method in class com.google.bigtable.v2.Family
 
newBuilder(Family) - Static method in class com.google.bigtable.v2.Family
 
newBuilder() - Static method in class com.google.bigtable.v2.MutateRowRequest
 
newBuilder(MutateRowRequest) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
newBuilder() - Static method in class com.google.bigtable.v2.MutateRowResponse
 
newBuilder(MutateRowResponse) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
newBuilder() - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
newBuilder(MutateRowsRequest.Entry) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
newBuilder() - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
newBuilder(MutateRowsRequest) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
newBuilder() - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
newBuilder(MutateRowsResponse.Entry) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
newBuilder() - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
newBuilder(MutateRowsResponse) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
newBuilder() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
newBuilder(Mutation.DeleteFromColumn) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
newBuilder() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
newBuilder(Mutation.DeleteFromFamily) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
newBuilder() - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
newBuilder(Mutation.DeleteFromRow) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
newBuilder() - Static method in class com.google.bigtable.v2.Mutation
 
newBuilder(Mutation) - Static method in class com.google.bigtable.v2.Mutation
 
newBuilder() - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
newBuilder(Mutation.SetCell) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
newBuilder(ReadModifyWriteRowRequest) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
newBuilder(ReadModifyWriteRowResponse) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
newBuilder(ReadModifyWriteRule) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
newBuilder(ReadRowsRequest) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
newBuilder(ReadRowsResponse.CellChunk) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
newBuilder() - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
newBuilder(ReadRowsResponse) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
newBuilder() - Static method in class com.google.bigtable.v2.Row
 
newBuilder(Row) - Static method in class com.google.bigtable.v2.Row
 
newBuilder() - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
newBuilder(RowFilter.Chain) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
newBuilder() - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
newBuilder(RowFilter.Condition) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
newBuilder() - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
newBuilder(RowFilter.Interleave) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
newBuilder() - Static method in class com.google.bigtable.v2.RowFilter
 
newBuilder(RowFilter) - Static method in class com.google.bigtable.v2.RowFilter
 
newBuilder() - Static method in class com.google.bigtable.v2.RowRange
 
newBuilder(RowRange) - Static method in class com.google.bigtable.v2.RowRange
 
newBuilder() - Static method in class com.google.bigtable.v2.RowSet
 
newBuilder(RowSet) - Static method in class com.google.bigtable.v2.RowSet
 
newBuilder() - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
newBuilder(SampleRowKeysRequest) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
newBuilder() - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
newBuilder(SampleRowKeysResponse) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
newBuilder() - Static method in class com.google.bigtable.v2.TableName
 
newBuilder() - Static method in class com.google.bigtable.v2.TimestampRange
 
newBuilder(TimestampRange) - Static method in class com.google.bigtable.v2.TimestampRange
 
newBuilder() - Static method in class com.google.bigtable.v2.ValueRange
 
newBuilder(ValueRange) - Static method in class com.google.bigtable.v2.ValueRange
 
newBuilderForType() - Method in class com.google.bigtable.v2.Cell
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Cell
 
newBuilderForType() - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
newBuilderForType() - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
newBuilderForType() - Method in class com.google.bigtable.v2.Column
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Column
 
newBuilderForType() - Method in class com.google.bigtable.v2.ColumnRange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ColumnRange
 
newBuilderForType() - Method in class com.google.bigtable.v2.Family
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Family
 
newBuilderForType() - Method in class com.google.bigtable.v2.MutateRowRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.MutateRowRequest
 
newBuilderForType() - Method in class com.google.bigtable.v2.MutateRowResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.MutateRowResponse
 
newBuilderForType() - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
newBuilderForType() - Method in class com.google.bigtable.v2.MutateRowsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.MutateRowsRequest
 
newBuilderForType() - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
newBuilderForType() - Method in class com.google.bigtable.v2.MutateRowsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.MutateRowsResponse
 
newBuilderForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
newBuilderForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
newBuilderForType() - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
newBuilderForType() - Method in class com.google.bigtable.v2.Mutation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Mutation
 
newBuilderForType() - Method in class com.google.bigtable.v2.Mutation.SetCell
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Mutation.SetCell
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadModifyWriteRule
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadRowsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadRowsRequest
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
newBuilderForType() - Method in class com.google.bigtable.v2.ReadRowsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.ReadRowsResponse
 
newBuilderForType() - Method in class com.google.bigtable.v2.Row
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.Row
 
newBuilderForType() - Method in class com.google.bigtable.v2.RowFilter.Chain
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.RowFilter.Chain
 
newBuilderForType() - Method in class com.google.bigtable.v2.RowFilter.Condition
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.RowFilter.Condition
 
newBuilderForType() - Method in class com.google.bigtable.v2.RowFilter.Interleave
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.RowFilter.Interleave
 
newBuilderForType() - Method in class com.google.bigtable.v2.RowFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.RowFilter
 
newBuilderForType() - Method in class com.google.bigtable.v2.RowRange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.RowRange
 
newBuilderForType() - Method in class com.google.bigtable.v2.RowSet
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.RowSet
 
newBuilderForType() - Method in class com.google.bigtable.v2.SampleRowKeysRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.SampleRowKeysRequest
 
newBuilderForType() - Method in class com.google.bigtable.v2.SampleRowKeysResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.v2.SampleRowKeysResponse
 
newBuilderForType() - Method in class com.google.bigtable.v2.TimestampRange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 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.ValueRange
 

O

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.TableName
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Cell
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Cell
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Column
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Column
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Family
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Family
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.Row
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Row
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.RowFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.RowRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowRange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.RowSet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowSet
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 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.ValueRange
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Cell
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.CheckAndMutateRowResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Column
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ColumnRange
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Family
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest.Entry
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.MutateRowsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromFamily
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.DeleteFromRow
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Mutation.SetCell
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRowResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadModifyWriteRule
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ReadRowsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.Row
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Chain
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Condition
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter.Interleave
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowFilter
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowRange
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.RowSet
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.SampleRowKeysResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.TimestampRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 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.ValueRange
 
parseFrom(ByteString) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(byte[]) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(InputStream) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.v2.ValueRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.ValueRange
 
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.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.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.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.TimestampRange
 
parser() - Static method in class com.google.bigtable.v2.ValueRange
 
PASS_ALL_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
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

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.
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(ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.BigtableProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.bigtable.v2.BigtableProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.bigtable.v2.DataProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.bigtable.v2.DataProto
 
removeCells(int) - Method in class com.google.bigtable.v2.Column.Builder
Must not be empty.
removeChunks(int) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
removeColumns(int) - Method in class com.google.bigtable.v2.Family.Builder
Must not be empty.
removeEntries(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
The row keys and corresponding mutations to be applied in bulk.
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
Changes to be atomically applied to the specified row.
removeMutations(int) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
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
Rules specifying how the specified row's contents are to be transformed into writes.
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`.
RESET_ROW_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
Row - Class in com.google.bigtable.v2
Specifies the complete (requested) contents of a single row of a table.
Row.Builder - 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.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_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_RANGES_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowSet
 
ROW_SAMPLE_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
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
 
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
 
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_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.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.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.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.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.
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.
setChunks(int, ReadRowsResponse.CellChunk) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
setChunks(int, ReadRowsResponse.CellChunk.Builder) - Method in class com.google.bigtable.v2.ReadRowsResponse.Builder
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
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.
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.
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.
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.
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
The row keys and corresponding mutations to be applied in bulk.
setEntries(int, MutateRowsRequest.Entry.Builder) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
The row keys and corresponding mutations to be applied in bulk.
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.
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(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.
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.
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.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.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.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.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.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) - 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.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.
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.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].
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.
setMutations(int, Mutation) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Changes to be atomically applied to the specified row.
setMutations(int, Mutation.Builder) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
Changes to be atomically applied to the specified row.
setMutations(int, Mutation) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
setMutations(int, Mutation.Builder) - Method in class com.google.bigtable.v2.MutateRowsRequest.Entry.Builder
Changes to be atomically applied to the specified row.
setName(String) - 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.Family.Builder
The unique key which identifies this family within its row.
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`.
setPassAllFilter(boolean) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches all cells, regardless of input.
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.Builder) - 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.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.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.
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.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.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.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.TimestampRange.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.v2.ValueRange.Builder
 
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.
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
The key of the row to which the conditional mutation should be applied.
setRowKey(ByteString) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
The key of the row to which the mutation should be applied.
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.ReadModifyWriteRowRequest.Builder
The key of the row to which the read/modify/write rules should be applied.
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.
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.
setRows(RowSet.Builder) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The row keys and/or ranges to read.
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 terminate after committing to N rows' worth of results.
setRules(int, ReadModifyWriteRule) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Rules specifying how the specified row's contents are to be transformed into writes.
setRules(int, ReadModifyWriteRule.Builder) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Rules specifying how the specified row's contents are to be transformed into writes.
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.
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.
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.Builder) - Method in class com.google.bigtable.v2.MutateRowsResponse.Entry.Builder
The result of the request Entry identified by `index`.
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
The unique name of the table to which the conditional mutation should be applied.
setTableName(String) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
The unique name of the table to which the mutation should be applied.
setTableName(String) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
The unique name of the table to which the mutations should be applied.
setTableName(String) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
The unique name of the table to which the read/modify/write rules should be applied.
setTableName(String) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The unique name of the table from which to read.
setTableName(String) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
The unique name of the table from which to sample row keys.
setTableNameBytes(ByteString) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
The unique name of the table to which the conditional mutation should be applied.
setTableNameBytes(ByteString) - Method in class com.google.bigtable.v2.MutateRowRequest.Builder
The unique name of the table to which the mutation should be applied.
setTableNameBytes(ByteString) - Method in class com.google.bigtable.v2.MutateRowsRequest.Builder
The unique name of the table to which the mutations should be applied.
setTableNameBytes(ByteString) - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
The unique name of the table to which the read/modify/write rules should be applied.
setTableNameBytes(ByteString) - Method in class com.google.bigtable.v2.ReadRowsRequest.Builder
The unique name of the table from which to read.
setTableNameBytes(ByteString) - Method in class com.google.bigtable.v2.SampleRowKeysRequest.Builder
The unique name of the table from which to sample row keys.
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.
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`.
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.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.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.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.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.
SINK_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
START_KEY_CLOSED_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowRange
 
START_KEY_OPEN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowRange
 
START_QUALIFIER_CLOSED_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ColumnRange
 
START_QUALIFIER_OPEN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ColumnRange
 
START_TIMESTAMP_MICROS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.TimestampRange
 
START_VALUE_CLOSED_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ValueRange
 
START_VALUE_OPEN_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ValueRange
 
STATUS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
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.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.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.Builder - Class in com.google.bigtable.v2
Builder for TableName.
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_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.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.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.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.TableName
 
toBuilder() - Method in class com.google.bigtable.v2.TimestampRange
 
toBuilder() - Method in class com.google.bigtable.v2.ValueRange
 
toString() - Method in class com.google.bigtable.v2.TableName
 
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
 

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_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
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(String) - Static method in enum com.google.bigtable.v2.ColumnRange.EndQualifierCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.v2.ColumnRange.EndQualifierCase
valueOf(String) - Static method in enum com.google.bigtable.v2.ColumnRange.StartQualifierCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.v2.ColumnRange.StartQualifierCase
valueOf(String) - Static method in enum com.google.bigtable.v2.Mutation.MutationCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.v2.Mutation.MutationCase
Deprecated.
valueOf(String) - Static method in enum com.google.bigtable.v2.ReadModifyWriteRule.RuleCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.v2.ReadModifyWriteRule.RuleCase
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(int) - Static method in enum com.google.bigtable.v2.ReadRowsResponse.CellChunk.RowStatusCase
valueOf(String) - Static method in enum com.google.bigtable.v2.RowFilter.FilterCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.v2.RowFilter.FilterCase
Deprecated.
valueOf(String) - Static method in enum com.google.bigtable.v2.RowRange.EndKeyCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.v2.RowRange.EndKeyCase
Deprecated.
valueOf(String) - Static method in enum com.google.bigtable.v2.RowRange.StartKeyCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.v2.RowRange.StartKeyCase
Deprecated.
valueOf(String) - Static method in enum com.google.bigtable.v2.ValueRange.EndValueCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.v2.ValueRange.EndValueCase
Deprecated.
valueOf(String) - Static method in enum com.google.bigtable.v2.ValueRange.StartValueCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.v2.ValueRange.StartValueCase
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.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.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.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.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.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.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.TimestampRange
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.v2.ValueRange
 
A B C D E F G H I K L M N O P Q R S T V W 
Skip navigation links

Copyright © 2018 Google LLC. All rights reserved.