Skip navigation links
A B C D E F G H I K L M N O P Q R S T U 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;
addAllClusters(Iterable<? extends Cluster>) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
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.
addAllFailedLocations(Iterable<String>) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
addAllFailedLocations(Iterable<String>) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
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.
addAllInitialSplits(Iterable<? extends CreateTableRequest.Split>) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
addAllInstances(Iterable<? extends Instance>) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
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].
addAllModifications(Iterable<? extends ModifyColumnFamiliesRequest.Modification>) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
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 GcRule>) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
addAllRules(Iterable<? extends GcRule>) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
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.
addAllTables(Iterable<? extends Table>) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
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;
addClusters(Cluster) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
addClusters(int, Cluster) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
addClusters(Cluster.Builder) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
addClusters(int, Cluster.Builder) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
addClustersBuilder() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
addClustersBuilder(int) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
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.
addFailedLocations(String) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
addFailedLocations(String) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
addFailedLocationsBytes(ByteString) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
addFailedLocationsBytes(ByteString) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
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.
addInitialSplits(CreateTableRequest.Split) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
addInitialSplits(int, CreateTableRequest.Split) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
addInitialSplits(CreateTableRequest.Split.Builder) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
addInitialSplits(int, CreateTableRequest.Split.Builder) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
addInitialSplitsBuilder() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
addInitialSplitsBuilder(int) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
addInstances(Instance) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
addInstances(int, Instance) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
addInstances(Instance.Builder) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
addInstances(int, Instance.Builder) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
addInstancesBuilder() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
addInstancesBuilder(int) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
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].
addModifications(ModifyColumnFamiliesRequest.Modification) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
addModifications(int, ModifyColumnFamiliesRequest.Modification) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
addModifications(ModifyColumnFamiliesRequest.Modification.Builder) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
addModifications(int, ModifyColumnFamiliesRequest.Modification.Builder) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
addModificationsBuilder() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
addModificationsBuilder(int) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
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.admin.v2.Cluster.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.Table.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
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(GcRule) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
addRules(int, GcRule) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
addRules(GcRule.Builder) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
addRules(int, GcRule.Builder) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
addRules(GcRule) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
addRules(int, GcRule) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
addRules(GcRule.Builder) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
addRules(int, GcRule.Builder) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
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.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
addRulesBuilder(int) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
addRulesBuilder() - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
addRulesBuilder(int) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
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.
addTables(Table) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
addTables(int, Table) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
addTables(Table.Builder) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
addTables(int, Table.Builder) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
addTablesBuilder() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
addTablesBuilder(int) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
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`.
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

BigtableGrpc - Class in com.google.bigtable.v2
Service for reading from and writing to existing Bigtable tables.
BigtableGrpc.BigtableBlockingStub - Class in com.google.bigtable.v2
Service for reading from and writing to existing Bigtable tables.
BigtableGrpc.BigtableFutureStub - Class in com.google.bigtable.v2
Service for reading from and writing to existing Bigtable tables.
BigtableGrpc.BigtableImplBase - Class in com.google.bigtable.v2
Service for reading from and writing to existing Bigtable tables.
BigtableGrpc.BigtableStub - Class in com.google.bigtable.v2
Service for reading from and writing to existing Bigtable tables.
BigtableImplBase() - Constructor for class com.google.bigtable.v2.BigtableGrpc.BigtableImplBase
 
BigtableInstanceAdminGrpc - Class in com.google.bigtable.admin.v2
Service for creating, configuring, and deleting Cloud Bigtable Instances and Clusters.
BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub - Class in com.google.bigtable.admin.v2
Service for creating, configuring, and deleting Cloud Bigtable Instances and Clusters.
BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub - Class in com.google.bigtable.admin.v2
Service for creating, configuring, and deleting Cloud Bigtable Instances and Clusters.
BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase - Class in com.google.bigtable.admin.v2
Service for creating, configuring, and deleting Cloud Bigtable Instances and Clusters.
BigtableInstanceAdminGrpc.BigtableInstanceAdminStub - Class in com.google.bigtable.admin.v2
Service for creating, configuring, and deleting Cloud Bigtable Instances and Clusters.
BigtableInstanceAdminImplBase() - Constructor for class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
 
BigtableInstanceAdminProto - Class in com.google.bigtable.admin.v2
 
BigtableProto - Class in com.google.bigtable.v2
 
BigtableTableAdminGrpc - Class in com.google.bigtable.admin.v2
Service for creating, configuring, and deleting Cloud Bigtable tables.
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub - Class in com.google.bigtable.admin.v2
Service for creating, configuring, and deleting Cloud Bigtable tables.
BigtableTableAdminGrpc.BigtableTableAdminFutureStub - Class in com.google.bigtable.admin.v2
Service for creating, configuring, and deleting Cloud Bigtable tables.
BigtableTableAdminGrpc.BigtableTableAdminImplBase - Class in com.google.bigtable.admin.v2
Service for creating, configuring, and deleting Cloud Bigtable tables.
BigtableTableAdminGrpc.BigtableTableAdminStub - Class in com.google.bigtable.admin.v2
Service for creating, configuring, and deleting Cloud Bigtable tables.
BigtableTableAdminImplBase() - Constructor for class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminImplBase
 
BigtableTableAdminProto - Class in com.google.bigtable.admin.v2
 
bindService() - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
 
bindService() - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminImplBase
 
bindService() - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableImplBase
 
BLOCK_ALL_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
build(Channel, CallOptions) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
 
build(Channel, CallOptions) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
 
build(Channel, CallOptions) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
 
build(Channel, CallOptions) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
 
build() - Method in class com.google.bigtable.admin.v2.Cluster.Builder
 
build() - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
build() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
build() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
build() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
build() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
build() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
build() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
build() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
build() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
build() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
build() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
build() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
build() - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
build() - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
build() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
build() - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
build() - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
build() - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
build() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
build() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
build() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
build() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
build() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
build() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
build() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
build() - Method in class com.google.bigtable.admin.v2.Table.Builder
 
build() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
build(Channel, CallOptions) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableFutureStub
 
build(Channel, CallOptions) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
 
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.TimestampRange.Builder
 
build() - Method in class com.google.bigtable.v2.ValueRange.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.Cluster.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.Table.Builder
 
buildPartial() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.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
 
checkAndMutateRow(CheckAndMutateRowRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
Mutates a row atomically based on the output of a predicate Reader filter.
checkAndMutateRow(CheckAndMutateRowRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableFutureStub
Mutates a row atomically based on the output of a predicate Reader filter.
checkAndMutateRow(CheckAndMutateRowRequest, StreamObserver<CheckAndMutateRowResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableImplBase
Mutates a row atomically based on the output of a predicate Reader filter.
checkAndMutateRow(CheckAndMutateRowRequest, StreamObserver<CheckAndMutateRowResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
Mutates a row atomically based on the output of a predicate Reader filter.
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.admin.v2.Cluster.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.Table.Builder
 
clear() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
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.
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;
clearCluster() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The cluster to be created.
clearClusterId() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The ID to be used when referring to the new cluster within its instance, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
clearClusters() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
clearClusters() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
clearColumnFamilies() - Method in class com.google.bigtable.admin.v2.Table.Builder
 
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.
clearCreate() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Create a new column family with the specified schema, or fail if one already exists with the given ID.
clearDefaultStorageType() - Method in class com.google.bigtable.admin.v2.Cluster.Builder
(`CreationOnly`) The type of storage used by this cluster to serve its parent instance's tables, unless explicitly overridden.
clearDeleteAllDataFromTable() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
Delete all rows in the table.
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.
clearDisplayName() - Method in class com.google.bigtable.admin.v2.Instance.Builder
The descriptive name for this instance as it appears in UIs.
clearDrop() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Drop (delete) the column family with the given ID, or fail if no such family exists.
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.
clearFailedLocations() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
clearFailedLocations() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
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.admin.v2.Cluster.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.Table.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
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.
clearFinishTime() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The time at which the operation failed or was completed successfully.
clearFinishTime() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The time at which the operation failed or was completed successfully.
clearGcRule() - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
Garbage collection rule specified as a protobuf.
clearGranularity() - Method in class com.google.bigtable.admin.v2.Table.Builder
The granularity (e.g.
clearId() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
The ID of the column family to be modified.
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.
clearInitialSplits() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
clearInstance() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The instance to create.
clearInstanceId() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The ID to be used when referring to the new instance within its project, e.g., just `myinstance` rather than `projects/myproject/instances/myinstance`.
clearInstances() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
clearInterleave() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in parallel and combines the results.
clearIntersection() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells that would be deleted by every nested rule.
clearKey() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
Row key to use as an initial tablet boundary.
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.
clearLocation() - Method in class com.google.bigtable.admin.v2.Cluster.Builder
(`CreationOnly`) The location where this cluster's nodes and storage reside.
clearMaxAge() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells in a column older than the given age.
clearMaxNumVersions() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete all cells in a column except the most recent N.
clearMod() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
clearModifications() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
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.admin.v2.Cluster.Builder
(`OutputOnly`) The unique name of the cluster.
clearName() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
The unique name of the cluster to be deleted.
clearName() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
The unique name of the instance to be deleted.
clearName() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
The unique name of the table to be deleted.
clearName() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
The unique name of the table on which to drop a range of rows.
clearName() - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
The unique name of the requested cluster.
clearName() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
The unique name of the requested instance.
clearName() - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
The unique name of the requested table.
clearName() - Method in class com.google.bigtable.admin.v2.Instance.Builder
(`OutputOnly`) The unique name of the instance.
clearName() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
The unique name of the table whose families should be modified.
clearName() - Method in class com.google.bigtable.admin.v2.Table.Builder
The unique name of the table.
clearName() - Method in class com.google.bigtable.v2.Family.Builder
The unique key which identifies this family within its row.
clearNextPageToken() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
Set if not all clusters could be returned in a single response.
clearNextPageToken() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
Set if not all instances could be returned in a single response.
clearNextPageToken() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
Set if not all tables could be returned in a single response.
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.admin.v2.Cluster.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.Table.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
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
 
clearOriginalRequest() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The request that prompted the initiation of this CreateInstance operation.
clearOriginalRequest() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The request that prompted the initiation of this UpdateCluster operation.
clearPageToken() - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
The value of `next_page_token` returned by a previous call.
clearPageToken() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
The value of `next_page_token` returned by a previous call.
clearPageToken() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
The value of `next_page_token` returned by a previous call.
clearParent() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The unique name of the instance in which to create the new cluster.
clearParent() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The unique name of the project in which to create the new instance.
clearParent() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The unique name of the instance in which to create the table.
clearParent() - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
The unique name of the instance for which a list of clusters is requested.
clearParent() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
The unique name of the project for which a list of instances is requested.
clearParent() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
The unique name of the instance for which tables should be listed.
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.
clearRequestTime() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The time at which the original request was received.
clearRequestTime() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The time at which the original request was received.
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.
clearRowKeyPrefix() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
Delete all rows that start with this row key prefix.
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.admin.v2.GcRule.Builder
 
clearRule() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
 
clearRules() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
clearRules() - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
clearRules() - Method in class com.google.bigtable.v2.ReadModifyWriteRowRequest.Builder
Rules specifying how the specified row's contents are to be transformed into writes.
clearServeNodes() - Method in class com.google.bigtable.admin.v2.Cluster.Builder
The number of nodes allocated to this cluster.
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.
clearState() - Method in class com.google.bigtable.admin.v2.Cluster.Builder
(`OutputOnly`) The current state of the cluster.
clearState() - Method in class com.google.bigtable.admin.v2.Instance.Builder
(`OutputOnly`) The current state of the instance.
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.
clearTable() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The Table to create.
clearTableId() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The name by which the new table should be referred to within the parent instance, e.g.
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.
clearTables() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
clearTarget() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
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`.
clearType() - Method in class com.google.bigtable.admin.v2.Instance.Builder
The type of the instance.
clearUnion() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells that would be deleted by any nested rule.
clearUpdate() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
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.
clearView() - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
The view to be applied to the returned table's fields.
clearView() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
The view to be applied to the returned tables' fields.
clone() - Method in class com.google.bigtable.admin.v2.Cluster.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.Table.Builder
 
clone() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
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
 
Cluster - Class in com.google.bigtable.admin.v2
A resizable group of nodes in a particular cloud location, capable of serving all [Tables][google.bigtable.admin.v2.Table] in the parent [Instance][google.bigtable.admin.v2.Instance].
Cluster.Builder - Class in com.google.bigtable.admin.v2
A resizable group of nodes in a particular cloud location, capable of serving all [Tables][google.bigtable.admin.v2.Table] in the parent [Instance][google.bigtable.admin.v2.Instance].
Cluster.State - Enum in com.google.bigtable.admin.v2
Possible states of a cluster.
CLUSTER_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.CreateClusterRequest
 
CLUSTER_ID_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.CreateClusterRequest
 
ClusterOrBuilder - Interface in com.google.bigtable.admin.v2
 
CLUSTERS_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
CLUSTERS_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ListClustersResponse
 
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_FAMILIES_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.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
 
ColumnFamily - Class in com.google.bigtable.admin.v2
A set of columns within a table which share a common configuration.
ColumnFamily.Builder - Class in com.google.bigtable.admin.v2
A set of columns within a table which share a common configuration.
ColumnFamilyOrBuilder - Interface in com.google.bigtable.admin.v2
 
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.admin.v2 - package com.google.bigtable.admin.v2
 
com.google.bigtable.v2 - package com.google.bigtable.v2
 
COMMIT_ROW_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
CommonProto - Class in com.google.bigtable.admin.v2
 
CONDITION_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
containsClusters(String) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
containsClusters(String) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
containsClusters(String) - Method in interface com.google.bigtable.admin.v2.CreateInstanceRequestOrBuilder
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
containsColumnFamilies(String) - Method in class com.google.bigtable.admin.v2.Table.Builder
The column families configured for this table, mapped by column family ID.
containsColumnFamilies(String) - Method in class com.google.bigtable.admin.v2.Table
The column families configured for this table, mapped by column family ID.
containsColumnFamilies(String) - Method in interface com.google.bigtable.admin.v2.TableOrBuilder
The column families configured for this table, mapped by column family ID.
CREATE_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
createCluster(CreateClusterRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Creates a cluster within an instance.
createCluster(CreateClusterRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Creates a cluster within an instance.
createCluster(CreateClusterRequest, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
Creates a cluster within an instance.
createCluster(CreateClusterRequest, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Creates a cluster within an instance.
CreateClusterRequest - Class in com.google.bigtable.admin.v2
Request message for BigtableInstanceAdmin.CreateCluster.
CreateClusterRequest.Builder - Class in com.google.bigtable.admin.v2
Request message for BigtableInstanceAdmin.CreateCluster.
CreateClusterRequestOrBuilder - Interface in com.google.bigtable.admin.v2
 
createInstance(CreateInstanceRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Create an instance within a project.
createInstance(CreateInstanceRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Create an instance within a project.
createInstance(CreateInstanceRequest, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
Create an instance within a project.
createInstance(CreateInstanceRequest, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Create an instance within a project.
CreateInstanceMetadata - Class in com.google.bigtable.admin.v2
The metadata for the Operation returned by CreateInstance.
CreateInstanceMetadata.Builder - Class in com.google.bigtable.admin.v2
The metadata for the Operation returned by CreateInstance.
CreateInstanceMetadataOrBuilder - Interface in com.google.bigtable.admin.v2
 
CreateInstanceRequest - Class in com.google.bigtable.admin.v2
Request message for BigtableInstanceAdmin.CreateInstance.
CreateInstanceRequest.Builder - Class in com.google.bigtable.admin.v2
Request message for BigtableInstanceAdmin.CreateInstance.
CreateInstanceRequestOrBuilder - Interface in com.google.bigtable.admin.v2
 
createTable(CreateTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Creates a new table in the specified instance.
createTable(CreateTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Creates a new table in the specified instance.
createTable(CreateTableRequest, StreamObserver<Table>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminImplBase
Creates a new table in the specified instance.
createTable(CreateTableRequest, StreamObserver<Table>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Creates a new table in the specified instance.
CreateTableRequest - Class in com.google.bigtable.admin.v2
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.CreateTable][google.bigtable.admin.v2.BigtableTableAdmin.CreateTable]
CreateTableRequest.Builder - Class in com.google.bigtable.admin.v2
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.CreateTable][google.bigtable.admin.v2.BigtableTableAdmin.CreateTable]
CreateTableRequest.Split - Class in com.google.bigtable.admin.v2
An initial split point for a newly created table.
CreateTableRequest.Split.Builder - Class in com.google.bigtable.admin.v2
An initial split point for a newly created table.
CreateTableRequest.SplitOrBuilder - Interface in com.google.bigtable.admin.v2
 
CreateTableRequestOrBuilder - Interface in com.google.bigtable.admin.v2
 
CREATING_VALUE - Static variable in enum com.google.bigtable.admin.v2.Cluster.State
The cluster is currently being created, and may be destroyed if the creation process encounters an error.
CREATING_VALUE - Static variable in enum com.google.bigtable.admin.v2.Instance.State
The instance is currently being created, and may be destroyed if the creation process encounters an error.

D

DataProto - Class in com.google.bigtable.v2
 
DEFAULT_STORAGE_TYPE_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.Cluster
 
DELETE_ALL_DATA_FROM_TABLE_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
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
 
deleteCluster(DeleteClusterRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Deletes a cluster from an instance.
deleteCluster(DeleteClusterRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Deletes a cluster from an instance.
deleteCluster(DeleteClusterRequest, StreamObserver<Empty>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
Deletes a cluster from an instance.
deleteCluster(DeleteClusterRequest, StreamObserver<Empty>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Deletes a cluster from an instance.
DeleteClusterRequest - Class in com.google.bigtable.admin.v2
Request message for BigtableInstanceAdmin.DeleteCluster.
DeleteClusterRequest.Builder - Class in com.google.bigtable.admin.v2
Request message for BigtableInstanceAdmin.DeleteCluster.
DeleteClusterRequestOrBuilder - Interface in com.google.bigtable.admin.v2
 
deleteInstance(DeleteInstanceRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Delete an instance from a project.
deleteInstance(DeleteInstanceRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Delete an instance from a project.
deleteInstance(DeleteInstanceRequest, StreamObserver<Empty>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
Delete an instance from a project.
deleteInstance(DeleteInstanceRequest, StreamObserver<Empty>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Delete an instance from a project.
DeleteInstanceRequest - Class in com.google.bigtable.admin.v2
Request message for BigtableInstanceAdmin.DeleteInstance.
DeleteInstanceRequest.Builder - Class in com.google.bigtable.admin.v2
Request message for BigtableInstanceAdmin.DeleteInstance.
DeleteInstanceRequestOrBuilder - Interface in com.google.bigtable.admin.v2
 
deleteTable(DeleteTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Permanently deletes a specified table and all of its data.
deleteTable(DeleteTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Permanently deletes a specified table and all of its data.
deleteTable(DeleteTableRequest, StreamObserver<Empty>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminImplBase
Permanently deletes a specified table and all of its data.
deleteTable(DeleteTableRequest, StreamObserver<Empty>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Permanently deletes a specified table and all of its data.
DeleteTableRequest - Class in com.google.bigtable.admin.v2
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.DeleteTable][google.bigtable.admin.v2.BigtableTableAdmin.DeleteTable]
DeleteTableRequest.Builder - Class in com.google.bigtable.admin.v2
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.DeleteTable][google.bigtable.admin.v2.BigtableTableAdmin.DeleteTable]
DeleteTableRequestOrBuilder - Interface in com.google.bigtable.admin.v2
 
DEVELOPMENT_VALUE - Static variable in enum com.google.bigtable.admin.v2.Instance.Type
The instance is meant for development purposes only.
DISABLED_VALUE - Static variable in enum com.google.bigtable.admin.v2.Cluster.State
The cluster has no backing nodes.
DISPLAY_NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.Instance
 
DROP_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
dropRowRange(DropRowRangeRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Permanently drop/delete a row range from a specified table.
dropRowRange(DropRowRangeRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Permanently drop/delete a row range from a specified table.
dropRowRange(DropRowRangeRequest, StreamObserver<Empty>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminImplBase
Permanently drop/delete a row range from a specified table.
dropRowRange(DropRowRangeRequest, StreamObserver<Empty>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Permanently drop/delete a row range from a specified table.
DropRowRangeRequest - Class in com.google.bigtable.admin.v2
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange][google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange]
DropRowRangeRequest.Builder - Class in com.google.bigtable.admin.v2
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange][google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange]
DropRowRangeRequest.TargetCase - Enum in com.google.bigtable.admin.v2
 
DropRowRangeRequestOrBuilder - Interface in com.google.bigtable.admin.v2
 

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.admin.v2.Cluster
 
equals(Object) - Method in class com.google.bigtable.admin.v2.ColumnFamily
 
equals(Object) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
equals(Object) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
equals(Object) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
equals(Object) - Method in class com.google.bigtable.admin.v2.CreateTableRequest
 
equals(Object) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
equals(Object) - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
equals(Object) - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
equals(Object) - Method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
equals(Object) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
equals(Object) - Method in class com.google.bigtable.admin.v2.GcRule
 
equals(Object) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
equals(Object) - Method in class com.google.bigtable.admin.v2.GcRule.Union
 
equals(Object) - Method in class com.google.bigtable.admin.v2.GetClusterRequest
 
equals(Object) - Method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
equals(Object) - Method in class com.google.bigtable.admin.v2.GetTableRequest
 
equals(Object) - Method in class com.google.bigtable.admin.v2.Instance
 
equals(Object) - Method in class com.google.bigtable.admin.v2.ListClustersRequest
 
equals(Object) - Method in class com.google.bigtable.admin.v2.ListClustersResponse
 
equals(Object) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
equals(Object) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
equals(Object) - Method in class com.google.bigtable.admin.v2.ListTablesRequest
 
equals(Object) - Method in class com.google.bigtable.admin.v2.ListTablesResponse
 
equals(Object) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
equals(Object) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
equals(Object) - Method in class com.google.bigtable.admin.v2.Table
 
equals(Object) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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.TimestampRange
 
equals(Object) - Method in class com.google.bigtable.v2.ValueRange
 

F

FAILED_LOCATIONS_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ListClustersResponse
 
FAILED_LOCATIONS_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ListInstancesResponse
 
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
 
FINISH_TIME_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
FINISH_TIME_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
forNumber(int) - Static method in enum com.google.bigtable.admin.v2.Cluster.State
 
forNumber(int) - Static method in enum com.google.bigtable.admin.v2.DropRowRangeRequest.TargetCase
 
forNumber(int) - Static method in enum com.google.bigtable.admin.v2.GcRule.RuleCase
 
forNumber(int) - Static method in enum com.google.bigtable.admin.v2.Instance.State
 
forNumber(int) - Static method in enum com.google.bigtable.admin.v2.Instance.Type
 
forNumber(int) - Static method in enum com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.ModCase
 
forNumber(int) - Static method in enum com.google.bigtable.admin.v2.StorageType
 
forNumber(int) - Static method in enum com.google.bigtable.admin.v2.Table.TimestampGranularity
 
forNumber(int) - Static method in enum com.google.bigtable.admin.v2.Table.View
 
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
 
FULL_VALUE - Static variable in enum com.google.bigtable.admin.v2.Table.View
Populates all fields.

G

GC_RULE_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ColumnFamily
 
GcRule - Class in com.google.bigtable.admin.v2
Rule for determining which cells to delete during garbage collection.
GcRule.Builder - Class in com.google.bigtable.admin.v2
Rule for determining which cells to delete during garbage collection.
GcRule.Intersection - Class in com.google.bigtable.admin.v2
A GcRule which deletes cells matching all of the given rules.
GcRule.Intersection.Builder - Class in com.google.bigtable.admin.v2
A GcRule which deletes cells matching all of the given rules.
GcRule.IntersectionOrBuilder - Interface in com.google.bigtable.admin.v2
 
GcRule.RuleCase - Enum in com.google.bigtable.admin.v2
 
GcRule.Union - Class in com.google.bigtable.admin.v2
A GcRule which deletes cells matching any of the given rules.
GcRule.Union.Builder - Class in com.google.bigtable.admin.v2
A GcRule which deletes cells matching any of the given rules.
GcRule.UnionOrBuilder - Interface in com.google.bigtable.admin.v2
 
GcRuleOrBuilder - Interface in com.google.bigtable.admin.v2
 
getAppendValue() - Method in class com.google.bigtable.v2.ReadModifyWriteRule.Builder
Rule specifying that `append_value` be appended to the existing value.
getAppendValue() - Method in class com.google.bigtable.v2.ReadModifyWriteRule
Rule specifying that `append_value` be appended to the existing value.
getAppendValue() - Method in interface com.google.bigtable.v2.ReadModifyWriteRuleOrBuilder
Rule specifying that `append_value` be appended to the existing value.
getApplyLabelTransformer() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies the given label to all cells in the output row.
getApplyLabelTransformer() - Method in class com.google.bigtable.v2.RowFilter
Applies the given label to all cells in the output row.
getApplyLabelTransformer() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Applies the given label to all cells in the output row.
getApplyLabelTransformerBytes() - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies the given label to all cells in the output row.
getApplyLabelTransformerBytes() - Method in class com.google.bigtable.v2.RowFilter
Applies the given label to all cells in the output row.
getApplyLabelTransformerBytes() - Method in interface com.google.bigtable.v2.RowFilterOrBuilder
Applies the given label to all cells in the output row.
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;
getCluster(GetClusterRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Gets information about a cluster.
getCluster(GetClusterRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Gets information about a cluster.
getCluster(GetClusterRequest, StreamObserver<Cluster>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
Gets information about a cluster.
getCluster(GetClusterRequest, StreamObserver<Cluster>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Gets information about a cluster.
getCluster() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The cluster to be created.
getCluster() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
The cluster to be created.
getCluster() - Method in interface com.google.bigtable.admin.v2.CreateClusterRequestOrBuilder
The cluster to be created.
getClusterBuilder() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The cluster to be created.
getClusterId() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The ID to be used when referring to the new cluster within its instance, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
getClusterId() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
The ID to be used when referring to the new cluster within its instance, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
getClusterId() - Method in interface com.google.bigtable.admin.v2.CreateClusterRequestOrBuilder
The ID to be used when referring to the new cluster within its instance, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
getClusterIdBytes() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The ID to be used when referring to the new cluster within its instance, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
getClusterIdBytes() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
The ID to be used when referring to the new cluster within its instance, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
getClusterIdBytes() - Method in interface com.google.bigtable.admin.v2.CreateClusterRequestOrBuilder
The ID to be used when referring to the new cluster within its instance, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
getClusterOrBuilder() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The cluster to be created.
getClusterOrBuilder() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
The cluster to be created.
getClusterOrBuilder() - Method in interface com.google.bigtable.admin.v2.CreateClusterRequestOrBuilder
The cluster to be created.
GetClusterRequest - Class in com.google.bigtable.admin.v2
Request message for BigtableInstanceAdmin.GetCluster.
GetClusterRequest.Builder - Class in com.google.bigtable.admin.v2
Request message for BigtableInstanceAdmin.GetCluster.
GetClusterRequestOrBuilder - Interface in com.google.bigtable.admin.v2
 
getClusters() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
Deprecated.
getClusters() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
Deprecated.
getClusters() - Method in interface com.google.bigtable.admin.v2.CreateInstanceRequestOrBuilder
Deprecated.
getClusters(int) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
getClusters(int) - Method in class com.google.bigtable.admin.v2.ListClustersResponse
The list of requested clusters.
getClusters(int) - Method in interface com.google.bigtable.admin.v2.ListClustersResponseOrBuilder
The list of requested clusters.
getClustersBuilder(int) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
getClustersBuilderList() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
getClustersCount() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
getClustersCount() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
getClustersCount() - Method in interface com.google.bigtable.admin.v2.CreateInstanceRequestOrBuilder
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
getClustersCount() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
getClustersCount() - Method in class com.google.bigtable.admin.v2.ListClustersResponse
The list of requested clusters.
getClustersCount() - Method in interface com.google.bigtable.admin.v2.ListClustersResponseOrBuilder
The list of requested clusters.
getClustersList() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
getClustersList() - Method in class com.google.bigtable.admin.v2.ListClustersResponse
The list of requested clusters.
getClustersList() - Method in interface com.google.bigtable.admin.v2.ListClustersResponseOrBuilder
The list of requested clusters.
getClustersMap() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
getClustersMap() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
getClustersMap() - Method in interface com.google.bigtable.admin.v2.CreateInstanceRequestOrBuilder
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
getClustersOrBuilder(int) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
getClustersOrBuilder(int) - Method in class com.google.bigtable.admin.v2.ListClustersResponse
The list of requested clusters.
getClustersOrBuilder(int) - Method in interface com.google.bigtable.admin.v2.ListClustersResponseOrBuilder
The list of requested clusters.
getClustersOrBuilderList() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
getClustersOrBuilderList() - Method in class com.google.bigtable.admin.v2.ListClustersResponse
The list of requested clusters.
getClustersOrBuilderList() - Method in interface com.google.bigtable.admin.v2.ListClustersResponseOrBuilder
The list of requested clusters.
getClustersOrDefault(String, Cluster) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
getClustersOrDefault(String, Cluster) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
getClustersOrDefault(String, Cluster) - Method in interface com.google.bigtable.admin.v2.CreateInstanceRequestOrBuilder
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
getClustersOrThrow(String) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
getClustersOrThrow(String) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
getClustersOrThrow(String) - Method in interface com.google.bigtable.admin.v2.CreateInstanceRequestOrBuilder
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
getColumnFamilies() - Method in class com.google.bigtable.admin.v2.Table.Builder
Deprecated.
getColumnFamilies() - Method in class com.google.bigtable.admin.v2.Table
Deprecated.
getColumnFamilies() - Method in interface com.google.bigtable.admin.v2.TableOrBuilder
Deprecated.
getColumnFamiliesCount() - Method in class com.google.bigtable.admin.v2.Table.Builder
 
getColumnFamiliesCount() - Method in class com.google.bigtable.admin.v2.Table
 
getColumnFamiliesCount() - Method in interface com.google.bigtable.admin.v2.TableOrBuilder
The column families configured for this table, mapped by column family ID.
getColumnFamiliesMap() - Method in class com.google.bigtable.admin.v2.Table.Builder
The column families configured for this table, mapped by column family ID.
getColumnFamiliesMap() - Method in class com.google.bigtable.admin.v2.Table
The column families configured for this table, mapped by column family ID.
getColumnFamiliesMap() - Method in interface com.google.bigtable.admin.v2.TableOrBuilder
The column families configured for this table, mapped by column family ID.
getColumnFamiliesOrDefault(String, ColumnFamily) - Method in class com.google.bigtable.admin.v2.Table.Builder
The column families configured for this table, mapped by column family ID.
getColumnFamiliesOrDefault(String, ColumnFamily) - Method in class com.google.bigtable.admin.v2.Table
The column families configured for this table, mapped by column family ID.
getColumnFamiliesOrDefault(String, ColumnFamily) - Method in interface com.google.bigtable.admin.v2.TableOrBuilder
The column families configured for this table, mapped by column family ID.
getColumnFamiliesOrThrow(String) - Method in class com.google.bigtable.admin.v2.Table.Builder
The column families configured for this table, mapped by column family ID.
getColumnFamiliesOrThrow(String) - Method in class com.google.bigtable.admin.v2.Table
The column families configured for this table, mapped by column family ID.
getColumnFamiliesOrThrow(String) - Method in interface com.google.bigtable.admin.v2.TableOrBuilder
The column families configured for this table, mapped by column family ID.
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.
getCreate() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Create a new column family with the specified schema, or fail if one already exists with the given ID.
getCreate() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
Create a new column family with the specified schema, or fail if one already exists with the given ID.
getCreate() - Method in interface com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.ModificationOrBuilder
Create a new column family with the specified schema, or fail if one already exists with the given ID.
getCreateBuilder() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Create a new column family with the specified schema, or fail if one already exists with the given ID.
getCreateOrBuilder() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Create a new column family with the specified schema, or fail if one already exists with the given ID.
getCreateOrBuilder() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
Create a new column family with the specified schema, or fail if one already exists with the given ID.
getCreateOrBuilder() - Method in interface com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.ModificationOrBuilder
Create a new column family with the specified schema, or fail if one already exists with the given ID.
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.Cluster
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.ColumnFamily
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.CreateTableRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.GcRule
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.GcRule.Union
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.GetClusterRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.GetTableRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.Instance
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.ListClustersRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.ListClustersResponse
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.ListTablesRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.ListTablesResponse
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.Table
 
getDefaultInstance() - Static method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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.admin.v2.Cluster.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.Cluster
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ColumnFamily
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.GcRule
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.GcRule.Union
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.GetClusterRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.GetTableRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.Instance
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ListClustersRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ListClustersResponse
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ListTablesRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ListTablesResponse
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.Table.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.Table
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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
 
getDefaultStorageType() - Method in class com.google.bigtable.admin.v2.Cluster.Builder
(`CreationOnly`) The type of storage used by this cluster to serve its parent instance's tables, unless explicitly overridden.
getDefaultStorageType() - Method in class com.google.bigtable.admin.v2.Cluster
(`CreationOnly`) The type of storage used by this cluster to serve its parent instance's tables, unless explicitly overridden.
getDefaultStorageType() - Method in interface com.google.bigtable.admin.v2.ClusterOrBuilder
(`CreationOnly`) The type of storage used by this cluster to serve its parent instance's tables, unless explicitly overridden.
getDefaultStorageTypeValue() - Method in class com.google.bigtable.admin.v2.Cluster.Builder
(`CreationOnly`) The type of storage used by this cluster to serve its parent instance's tables, unless explicitly overridden.
getDefaultStorageTypeValue() - Method in class com.google.bigtable.admin.v2.Cluster
(`CreationOnly`) The type of storage used by this cluster to serve its parent instance's tables, unless explicitly overridden.
getDefaultStorageTypeValue() - Method in interface com.google.bigtable.admin.v2.ClusterOrBuilder
(`CreationOnly`) The type of storage used by this cluster to serve its parent instance's tables, unless explicitly overridden.
getDeleteAllDataFromTable() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
Delete all rows in the table.
getDeleteAllDataFromTable() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
Delete all rows in the table.
getDeleteAllDataFromTable() - Method in interface com.google.bigtable.admin.v2.DropRowRangeRequestOrBuilder
Delete all rows in the table.
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.admin.v2.BigtableInstanceAdminProto
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminProto
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.Cluster.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.Cluster
 
getDescriptor() - Static method in enum com.google.bigtable.admin.v2.Cluster.State
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ColumnFamily
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.CommonProto
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.CreateTableRequest
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.GcRule.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.GcRule
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.GcRule.Union
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.GetClusterRequest
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.GetTableRequest
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.Instance.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.Instance
 
getDescriptor() - Static method in enum com.google.bigtable.admin.v2.Instance.State
 
getDescriptor() - Static method in enum com.google.bigtable.admin.v2.Instance.Type
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.InstanceProto
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ListClustersRequest
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ListClustersResponse
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ListTablesRequest
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ListTablesResponse
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
getDescriptor() - Static method in enum com.google.bigtable.admin.v2.StorageType
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.Table.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.Table
 
getDescriptor() - Static method in enum com.google.bigtable.admin.v2.Table.TimestampGranularity
 
getDescriptor() - Static method in enum com.google.bigtable.admin.v2.Table.View
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.TableProto
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
getDescriptor() - Static method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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.admin.v2.Cluster.Builder
 
getDescriptorForType() - Method in enum com.google.bigtable.admin.v2.Cluster.State
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
getDescriptorForType() - Method in enum com.google.bigtable.admin.v2.Instance.State
 
getDescriptorForType() - Method in enum com.google.bigtable.admin.v2.Instance.Type
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
getDescriptorForType() - Method in enum com.google.bigtable.admin.v2.StorageType
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.Table.Builder
 
getDescriptorForType() - Method in enum com.google.bigtable.admin.v2.Table.TimestampGranularity
 
getDescriptorForType() - Method in enum com.google.bigtable.admin.v2.Table.View
 
getDescriptorForType() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
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
 
getDisplayName() - Method in class com.google.bigtable.admin.v2.Instance.Builder
The descriptive name for this instance as it appears in UIs.
getDisplayName() - Method in class com.google.bigtable.admin.v2.Instance
The descriptive name for this instance as it appears in UIs.
getDisplayName() - Method in interface com.google.bigtable.admin.v2.InstanceOrBuilder
The descriptive name for this instance as it appears in UIs.
getDisplayNameBytes() - Method in class com.google.bigtable.admin.v2.Instance.Builder
The descriptive name for this instance as it appears in UIs.
getDisplayNameBytes() - Method in class com.google.bigtable.admin.v2.Instance
The descriptive name for this instance as it appears in UIs.
getDisplayNameBytes() - Method in interface com.google.bigtable.admin.v2.InstanceOrBuilder
The descriptive name for this instance as it appears in UIs.
getDrop() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Drop (delete) the column family with the given ID, or fail if no such family exists.
getDrop() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
Drop (delete) the column family with the given ID, or fail if no such family exists.
getDrop() - Method in interface com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.ModificationOrBuilder
Drop (delete) the column family with the given ID, or fail if no such family exists.
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.
getFailedLocations(int) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
getFailedLocations(int) - Method in class com.google.bigtable.admin.v2.ListClustersResponse
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
getFailedLocations(int) - Method in interface com.google.bigtable.admin.v2.ListClustersResponseOrBuilder
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
getFailedLocations(int) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
getFailedLocations(int) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
getFailedLocations(int) - Method in interface com.google.bigtable.admin.v2.ListInstancesResponseOrBuilder
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsBytes(int) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsBytes(int) - Method in class com.google.bigtable.admin.v2.ListClustersResponse
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsBytes(int) - Method in interface com.google.bigtable.admin.v2.ListClustersResponseOrBuilder
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsBytes(int) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsBytes(int) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsBytes(int) - Method in interface com.google.bigtable.admin.v2.ListInstancesResponseOrBuilder
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsCount() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsCount() - Method in class com.google.bigtable.admin.v2.ListClustersResponse
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsCount() - Method in interface com.google.bigtable.admin.v2.ListClustersResponseOrBuilder
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsCount() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsCount() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsCount() - Method in interface com.google.bigtable.admin.v2.ListInstancesResponseOrBuilder
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsList() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsList() - Method in class com.google.bigtable.admin.v2.ListClustersResponse
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsList() - Method in interface com.google.bigtable.admin.v2.ListClustersResponseOrBuilder
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsList() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsList() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
getFailedLocationsList() - Method in interface com.google.bigtable.admin.v2.ListInstancesResponseOrBuilder
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
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.
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.
getFinishTime() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The time at which the operation failed or was completed successfully.
getFinishTime() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
The time at which the operation failed or was completed successfully.
getFinishTime() - Method in interface com.google.bigtable.admin.v2.CreateInstanceMetadataOrBuilder
The time at which the operation failed or was completed successfully.
getFinishTime() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The time at which the operation failed or was completed successfully.
getFinishTime() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
The time at which the operation failed or was completed successfully.
getFinishTime() - Method in interface com.google.bigtable.admin.v2.UpdateClusterMetadataOrBuilder
The time at which the operation failed or was completed successfully.
getFinishTimeBuilder() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The time at which the operation failed or was completed successfully.
getFinishTimeBuilder() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The time at which the operation failed or was completed successfully.
getFinishTimeOrBuilder() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The time at which the operation failed or was completed successfully.
getFinishTimeOrBuilder() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
The time at which the operation failed or was completed successfully.
getFinishTimeOrBuilder() - Method in interface com.google.bigtable.admin.v2.CreateInstanceMetadataOrBuilder
The time at which the operation failed or was completed successfully.
getFinishTimeOrBuilder() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The time at which the operation failed or was completed successfully.
getFinishTimeOrBuilder() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
The time at which the operation failed or was completed successfully.
getFinishTimeOrBuilder() - Method in interface com.google.bigtable.admin.v2.UpdateClusterMetadataOrBuilder
The time at which the operation failed or was completed successfully.
getGcRule() - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
Garbage collection rule specified as a protobuf.
getGcRule() - Method in class com.google.bigtable.admin.v2.ColumnFamily
Garbage collection rule specified as a protobuf.
getGcRule() - Method in interface com.google.bigtable.admin.v2.ColumnFamilyOrBuilder
Garbage collection rule specified as a protobuf.
getGcRuleBuilder() - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
Garbage collection rule specified as a protobuf.
getGcRuleOrBuilder() - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
Garbage collection rule specified as a protobuf.
getGcRuleOrBuilder() - Method in class com.google.bigtable.admin.v2.ColumnFamily
Garbage collection rule specified as a protobuf.
getGcRuleOrBuilder() - Method in interface com.google.bigtable.admin.v2.ColumnFamilyOrBuilder
Garbage collection rule specified as a protobuf.
getGranularity() - Method in class com.google.bigtable.admin.v2.Table.Builder
The granularity (e.g.
getGranularity() - Method in class com.google.bigtable.admin.v2.Table
The granularity (e.g.
getGranularity() - Method in interface com.google.bigtable.admin.v2.TableOrBuilder
The granularity (e.g.
getGranularityValue() - Method in class com.google.bigtable.admin.v2.Table.Builder
The granularity (e.g.
getGranularityValue() - Method in class com.google.bigtable.admin.v2.Table
The granularity (e.g.
getGranularityValue() - Method in interface com.google.bigtable.admin.v2.TableOrBuilder
The granularity (e.g.
getId() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
The ID of the column family to be modified.
getId() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
The ID of the column family to be modified.
getId() - Method in interface com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.ModificationOrBuilder
The ID of the column family to be modified.
getIdBytes() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
The ID of the column family to be modified.
getIdBytes() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
The ID of the column family to be modified.
getIdBytes() - Method in interface com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.ModificationOrBuilder
The ID of the column family to be modified.
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.
getInitialSplits(int) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInitialSplits(int) - Method in class com.google.bigtable.admin.v2.CreateTableRequest
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInitialSplits(int) - Method in interface com.google.bigtable.admin.v2.CreateTableRequestOrBuilder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInitialSplitsBuilder(int) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInitialSplitsBuilderList() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInitialSplitsCount() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInitialSplitsCount() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInitialSplitsCount() - Method in interface com.google.bigtable.admin.v2.CreateTableRequestOrBuilder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInitialSplitsList() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInitialSplitsList() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInitialSplitsList() - Method in interface com.google.bigtable.admin.v2.CreateTableRequestOrBuilder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInitialSplitsOrBuilder(int) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInitialSplitsOrBuilder(int) - Method in class com.google.bigtable.admin.v2.CreateTableRequest
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInitialSplitsOrBuilder(int) - Method in interface com.google.bigtable.admin.v2.CreateTableRequestOrBuilder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInitialSplitsOrBuilderList() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInitialSplitsOrBuilderList() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInitialSplitsOrBuilderList() - Method in interface com.google.bigtable.admin.v2.CreateTableRequestOrBuilder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
getInstance(GetInstanceRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Gets information about an instance.
getInstance(GetInstanceRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Gets information about an instance.
getInstance(GetInstanceRequest, StreamObserver<Instance>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
Gets information about an instance.
getInstance(GetInstanceRequest, StreamObserver<Instance>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Gets information about an instance.
getInstance() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The instance to create.
getInstance() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
The instance to create.
getInstance() - Method in interface com.google.bigtable.admin.v2.CreateInstanceRequestOrBuilder
The instance to create.
getInstanceBuilder() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The instance to create.
getInstanceId() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The ID to be used when referring to the new instance within its project, e.g., just `myinstance` rather than `projects/myproject/instances/myinstance`.
getInstanceId() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
The ID to be used when referring to the new instance within its project, e.g., just `myinstance` rather than `projects/myproject/instances/myinstance`.
getInstanceId() - Method in interface com.google.bigtable.admin.v2.CreateInstanceRequestOrBuilder
The ID to be used when referring to the new instance within its project, e.g., just `myinstance` rather than `projects/myproject/instances/myinstance`.
getInstanceIdBytes() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The ID to be used when referring to the new instance within its project, e.g., just `myinstance` rather than `projects/myproject/instances/myinstance`.
getInstanceIdBytes() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
The ID to be used when referring to the new instance within its project, e.g., just `myinstance` rather than `projects/myproject/instances/myinstance`.
getInstanceIdBytes() - Method in interface com.google.bigtable.admin.v2.CreateInstanceRequestOrBuilder
The ID to be used when referring to the new instance within its project, e.g., just `myinstance` rather than `projects/myproject/instances/myinstance`.
getInstanceOrBuilder() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The instance to create.
getInstanceOrBuilder() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
The instance to create.
getInstanceOrBuilder() - Method in interface com.google.bigtable.admin.v2.CreateInstanceRequestOrBuilder
The instance to create.
GetInstanceRequest - Class in com.google.bigtable.admin.v2
Request message for BigtableInstanceAdmin.GetInstance.
GetInstanceRequest.Builder - Class in com.google.bigtable.admin.v2
Request message for BigtableInstanceAdmin.GetInstance.
GetInstanceRequestOrBuilder - Interface in com.google.bigtable.admin.v2
 
getInstances(int) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
getInstances(int) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
The list of requested instances.
getInstances(int) - Method in interface com.google.bigtable.admin.v2.ListInstancesResponseOrBuilder
The list of requested instances.
getInstancesBuilder(int) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
getInstancesBuilderList() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
getInstancesCount() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
getInstancesCount() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
The list of requested instances.
getInstancesCount() - Method in interface com.google.bigtable.admin.v2.ListInstancesResponseOrBuilder
The list of requested instances.
getInstancesList() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
getInstancesList() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
The list of requested instances.
getInstancesList() - Method in interface com.google.bigtable.admin.v2.ListInstancesResponseOrBuilder
The list of requested instances.
getInstancesOrBuilder(int) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
getInstancesOrBuilder(int) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
The list of requested instances.
getInstancesOrBuilder(int) - Method in interface com.google.bigtable.admin.v2.ListInstancesResponseOrBuilder
The list of requested instances.
getInstancesOrBuilderList() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
getInstancesOrBuilderList() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
The list of requested instances.
getInstancesOrBuilderList() - Method in interface com.google.bigtable.admin.v2.ListInstancesResponseOrBuilder
The list of requested instances.
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.
getIntersection() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells that would be deleted by every nested rule.
getIntersection() - Method in class com.google.bigtable.admin.v2.GcRule
Delete cells that would be deleted by every nested rule.
getIntersection() - Method in interface com.google.bigtable.admin.v2.GcRuleOrBuilder
Delete cells that would be deleted by every nested rule.
getIntersectionBuilder() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells that would be deleted by every nested rule.
getIntersectionOrBuilder() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells that would be deleted by every nested rule.
getIntersectionOrBuilder() - Method in class com.google.bigtable.admin.v2.GcRule
Delete cells that would be deleted by every nested rule.
getIntersectionOrBuilder() - Method in interface com.google.bigtable.admin.v2.GcRuleOrBuilder
Delete cells that would be deleted by every nested rule.
getKey() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
Row key to use as an initial tablet boundary.
getKey() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
Row key to use as an initial tablet boundary.
getKey() - Method in interface com.google.bigtable.admin.v2.CreateTableRequest.SplitOrBuilder
Row key to use as an initial tablet boundary.
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.
getLocation() - Method in class com.google.bigtable.admin.v2.Cluster.Builder
(`CreationOnly`) The location where this cluster's nodes and storage reside.
getLocation() - Method in class com.google.bigtable.admin.v2.Cluster
(`CreationOnly`) The location where this cluster's nodes and storage reside.
getLocation() - Method in interface com.google.bigtable.admin.v2.ClusterOrBuilder
(`CreationOnly`) The location where this cluster's nodes and storage reside.
getLocationBytes() - Method in class com.google.bigtable.admin.v2.Cluster.Builder
(`CreationOnly`) The location where this cluster's nodes and storage reside.
getLocationBytes() - Method in class com.google.bigtable.admin.v2.Cluster
(`CreationOnly`) The location where this cluster's nodes and storage reside.
getLocationBytes() - Method in interface com.google.bigtable.admin.v2.ClusterOrBuilder
(`CreationOnly`) The location where this cluster's nodes and storage reside.
getMaxAge() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells in a column older than the given age.
getMaxAge() - Method in class com.google.bigtable.admin.v2.GcRule
Delete cells in a column older than the given age.
getMaxAge() - Method in interface com.google.bigtable.admin.v2.GcRuleOrBuilder
Delete cells in a column older than the given age.
getMaxAgeBuilder() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells in a column older than the given age.
getMaxAgeOrBuilder() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells in a column older than the given age.
getMaxAgeOrBuilder() - Method in class com.google.bigtable.admin.v2.GcRule
Delete cells in a column older than the given age.
getMaxAgeOrBuilder() - Method in interface com.google.bigtable.admin.v2.GcRuleOrBuilder
Delete cells in a column older than the given age.
getMaxNumVersions() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete all cells in a column except the most recent N.
getMaxNumVersions() - Method in class com.google.bigtable.admin.v2.GcRule
Delete all cells in a column except the most recent N.
getMaxNumVersions() - Method in interface com.google.bigtable.admin.v2.GcRuleOrBuilder
Delete all cells in a column except the most recent N.
getModCase() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
getModCase() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
getModCase() - Method in interface com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.ModificationOrBuilder
 
getModifications(int) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
getModifications(int) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
Modifications to be atomically applied to the specified table's families.
getModifications(int) - Method in interface com.google.bigtable.admin.v2.ModifyColumnFamiliesRequestOrBuilder
Modifications to be atomically applied to the specified table's families.
getModificationsBuilder(int) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
getModificationsBuilderList() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
getModificationsCount() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
getModificationsCount() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
Modifications to be atomically applied to the specified table's families.
getModificationsCount() - Method in interface com.google.bigtable.admin.v2.ModifyColumnFamiliesRequestOrBuilder
Modifications to be atomically applied to the specified table's families.
getModificationsList() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
getModificationsList() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
Modifications to be atomically applied to the specified table's families.
getModificationsList() - Method in interface com.google.bigtable.admin.v2.ModifyColumnFamiliesRequestOrBuilder
Modifications to be atomically applied to the specified table's families.
getModificationsOrBuilder(int) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
getModificationsOrBuilder(int) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
Modifications to be atomically applied to the specified table's families.
getModificationsOrBuilder(int) - Method in interface com.google.bigtable.admin.v2.ModifyColumnFamiliesRequestOrBuilder
Modifications to be atomically applied to the specified table's families.
getModificationsOrBuilderList() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
getModificationsOrBuilderList() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
Modifications to be atomically applied to the specified table's families.
getModificationsOrBuilderList() - Method in interface com.google.bigtable.admin.v2.ModifyColumnFamiliesRequestOrBuilder
Modifications to be atomically applied to the specified table's families.
getMutableClusters() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
Deprecated.
getMutableColumnFamilies() - Method in class com.google.bigtable.admin.v2.Table.Builder
Deprecated.
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.admin.v2.Cluster.Builder
(`OutputOnly`) The unique name of the cluster.
getName() - Method in class com.google.bigtable.admin.v2.Cluster
(`OutputOnly`) The unique name of the cluster.
getName() - Method in interface com.google.bigtable.admin.v2.ClusterOrBuilder
(`OutputOnly`) The unique name of the cluster.
getName() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
The unique name of the cluster to be deleted.
getName() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest
The unique name of the cluster to be deleted.
getName() - Method in interface com.google.bigtable.admin.v2.DeleteClusterRequestOrBuilder
The unique name of the cluster to be deleted.
getName() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
The unique name of the instance to be deleted.
getName() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
The unique name of the instance to be deleted.
getName() - Method in interface com.google.bigtable.admin.v2.DeleteInstanceRequestOrBuilder
The unique name of the instance to be deleted.
getName() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
The unique name of the table to be deleted.
getName() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest
The unique name of the table to be deleted.
getName() - Method in interface com.google.bigtable.admin.v2.DeleteTableRequestOrBuilder
The unique name of the table to be deleted.
getName() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
The unique name of the table on which to drop a range of rows.
getName() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
The unique name of the table on which to drop a range of rows.
getName() - Method in interface com.google.bigtable.admin.v2.DropRowRangeRequestOrBuilder
The unique name of the table on which to drop a range of rows.
getName() - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
The unique name of the requested cluster.
getName() - Method in class com.google.bigtable.admin.v2.GetClusterRequest
The unique name of the requested cluster.
getName() - Method in interface com.google.bigtable.admin.v2.GetClusterRequestOrBuilder
The unique name of the requested cluster.
getName() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
The unique name of the requested instance.
getName() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest
The unique name of the requested instance.
getName() - Method in interface com.google.bigtable.admin.v2.GetInstanceRequestOrBuilder
The unique name of the requested instance.
getName() - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
The unique name of the requested table.
getName() - Method in class com.google.bigtable.admin.v2.GetTableRequest
The unique name of the requested table.
getName() - Method in interface com.google.bigtable.admin.v2.GetTableRequestOrBuilder
The unique name of the requested table.
getName() - Method in class com.google.bigtable.admin.v2.Instance.Builder
(`OutputOnly`) The unique name of the instance.
getName() - Method in class com.google.bigtable.admin.v2.Instance
(`OutputOnly`) The unique name of the instance.
getName() - Method in interface com.google.bigtable.admin.v2.InstanceOrBuilder
(`OutputOnly`) The unique name of the instance.
getName() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
The unique name of the table whose families should be modified.
getName() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
The unique name of the table whose families should be modified.
getName() - Method in interface com.google.bigtable.admin.v2.ModifyColumnFamiliesRequestOrBuilder
The unique name of the table whose families should be modified.
getName() - Method in class com.google.bigtable.admin.v2.Table.Builder
The unique name of the table.
getName() - Method in class com.google.bigtable.admin.v2.Table
The unique name of the table.
getName() - Method in interface com.google.bigtable.admin.v2.TableOrBuilder
The unique name of the table.
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.admin.v2.Cluster.Builder
(`OutputOnly`) The unique name of the cluster.
getNameBytes() - Method in class com.google.bigtable.admin.v2.Cluster
(`OutputOnly`) The unique name of the cluster.
getNameBytes() - Method in interface com.google.bigtable.admin.v2.ClusterOrBuilder
(`OutputOnly`) The unique name of the cluster.
getNameBytes() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
The unique name of the cluster to be deleted.
getNameBytes() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest
The unique name of the cluster to be deleted.
getNameBytes() - Method in interface com.google.bigtable.admin.v2.DeleteClusterRequestOrBuilder
The unique name of the cluster to be deleted.
getNameBytes() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
The unique name of the instance to be deleted.
getNameBytes() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
The unique name of the instance to be deleted.
getNameBytes() - Method in interface com.google.bigtable.admin.v2.DeleteInstanceRequestOrBuilder
The unique name of the instance to be deleted.
getNameBytes() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
The unique name of the table to be deleted.
getNameBytes() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest
The unique name of the table to be deleted.
getNameBytes() - Method in interface com.google.bigtable.admin.v2.DeleteTableRequestOrBuilder
The unique name of the table to be deleted.
getNameBytes() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
The unique name of the table on which to drop a range of rows.
getNameBytes() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
The unique name of the table on which to drop a range of rows.
getNameBytes() - Method in interface com.google.bigtable.admin.v2.DropRowRangeRequestOrBuilder
The unique name of the table on which to drop a range of rows.
getNameBytes() - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
The unique name of the requested cluster.
getNameBytes() - Method in class com.google.bigtable.admin.v2.GetClusterRequest
The unique name of the requested cluster.
getNameBytes() - Method in interface com.google.bigtable.admin.v2.GetClusterRequestOrBuilder
The unique name of the requested cluster.
getNameBytes() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
The unique name of the requested instance.
getNameBytes() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest
The unique name of the requested instance.
getNameBytes() - Method in interface com.google.bigtable.admin.v2.GetInstanceRequestOrBuilder
The unique name of the requested instance.
getNameBytes() - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
The unique name of the requested table.
getNameBytes() - Method in class com.google.bigtable.admin.v2.GetTableRequest
The unique name of the requested table.
getNameBytes() - Method in interface com.google.bigtable.admin.v2.GetTableRequestOrBuilder
The unique name of the requested table.
getNameBytes() - Method in class com.google.bigtable.admin.v2.Instance.Builder
(`OutputOnly`) The unique name of the instance.
getNameBytes() - Method in class com.google.bigtable.admin.v2.Instance
(`OutputOnly`) The unique name of the instance.
getNameBytes() - Method in interface com.google.bigtable.admin.v2.InstanceOrBuilder
(`OutputOnly`) The unique name of the instance.
getNameBytes() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
The unique name of the table whose families should be modified.
getNameBytes() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
The unique name of the table whose families should be modified.
getNameBytes() - Method in interface com.google.bigtable.admin.v2.ModifyColumnFamiliesRequestOrBuilder
The unique name of the table whose families should be modified.
getNameBytes() - Method in class com.google.bigtable.admin.v2.Table.Builder
The unique name of the table.
getNameBytes() - Method in class com.google.bigtable.admin.v2.Table
The unique name of the table.
getNameBytes() - Method in interface com.google.bigtable.admin.v2.TableOrBuilder
The unique name of the table.
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.
getNextPageToken() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
Set if not all clusters could be returned in a single response.
getNextPageToken() - Method in class com.google.bigtable.admin.v2.ListClustersResponse
Set if not all clusters could be returned in a single response.
getNextPageToken() - Method in interface com.google.bigtable.admin.v2.ListClustersResponseOrBuilder
Set if not all clusters could be returned in a single response.
getNextPageToken() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
Set if not all instances could be returned in a single response.
getNextPageToken() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
Set if not all instances could be returned in a single response.
getNextPageToken() - Method in interface com.google.bigtable.admin.v2.ListInstancesResponseOrBuilder
Set if not all instances could be returned in a single response.
getNextPageToken() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
Set if not all tables could be returned in a single response.
getNextPageToken() - Method in class com.google.bigtable.admin.v2.ListTablesResponse
Set if not all tables could be returned in a single response.
getNextPageToken() - Method in interface com.google.bigtable.admin.v2.ListTablesResponseOrBuilder
Set if not all tables could be returned in a single response.
getNextPageTokenBytes() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
Set if not all clusters could be returned in a single response.
getNextPageTokenBytes() - Method in class com.google.bigtable.admin.v2.ListClustersResponse
Set if not all clusters could be returned in a single response.
getNextPageTokenBytes() - Method in interface com.google.bigtable.admin.v2.ListClustersResponseOrBuilder
Set if not all clusters could be returned in a single response.
getNextPageTokenBytes() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
Set if not all instances could be returned in a single response.
getNextPageTokenBytes() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
Set if not all instances could be returned in a single response.
getNextPageTokenBytes() - Method in interface com.google.bigtable.admin.v2.ListInstancesResponseOrBuilder
Set if not all instances could be returned in a single response.
getNextPageTokenBytes() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
Set if not all tables could be returned in a single response.
getNextPageTokenBytes() - Method in class com.google.bigtable.admin.v2.ListTablesResponse
Set if not all tables could be returned in a single response.
getNextPageTokenBytes() - Method in interface com.google.bigtable.admin.v2.ListTablesResponseOrBuilder
Set if not all tables could be returned in a single response.
getNumber() - Method in enum com.google.bigtable.admin.v2.Cluster.State
 
getNumber() - Method in enum com.google.bigtable.admin.v2.DropRowRangeRequest.TargetCase
 
getNumber() - Method in enum com.google.bigtable.admin.v2.GcRule.RuleCase
 
getNumber() - Method in enum com.google.bigtable.admin.v2.Instance.State
 
getNumber() - Method in enum com.google.bigtable.admin.v2.Instance.Type
 
getNumber() - Method in enum com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.ModCase
 
getNumber() - Method in enum com.google.bigtable.admin.v2.StorageType
 
getNumber() - Method in enum com.google.bigtable.admin.v2.Table.TimestampGranularity
 
getNumber() - Method in enum com.google.bigtable.admin.v2.Table.View
 
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`.
getOriginalRequest() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The request that prompted the initiation of this CreateInstance operation.
getOriginalRequest() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
The request that prompted the initiation of this CreateInstance operation.
getOriginalRequest() - Method in interface com.google.bigtable.admin.v2.CreateInstanceMetadataOrBuilder
The request that prompted the initiation of this CreateInstance operation.
getOriginalRequest() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The request that prompted the initiation of this UpdateCluster operation.
getOriginalRequest() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
The request that prompted the initiation of this UpdateCluster operation.
getOriginalRequest() - Method in interface com.google.bigtable.admin.v2.UpdateClusterMetadataOrBuilder
The request that prompted the initiation of this UpdateCluster operation.
getOriginalRequestBuilder() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The request that prompted the initiation of this CreateInstance operation.
getOriginalRequestBuilder() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The request that prompted the initiation of this UpdateCluster operation.
getOriginalRequestOrBuilder() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The request that prompted the initiation of this CreateInstance operation.
getOriginalRequestOrBuilder() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
The request that prompted the initiation of this CreateInstance operation.
getOriginalRequestOrBuilder() - Method in interface com.google.bigtable.admin.v2.CreateInstanceMetadataOrBuilder
The request that prompted the initiation of this CreateInstance operation.
getOriginalRequestOrBuilder() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The request that prompted the initiation of this UpdateCluster operation.
getOriginalRequestOrBuilder() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
The request that prompted the initiation of this UpdateCluster operation.
getOriginalRequestOrBuilder() - Method in interface com.google.bigtable.admin.v2.UpdateClusterMetadataOrBuilder
The request that prompted the initiation of this UpdateCluster operation.
getPageToken() - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
The value of `next_page_token` returned by a previous call.
getPageToken() - Method in class com.google.bigtable.admin.v2.ListClustersRequest
The value of `next_page_token` returned by a previous call.
getPageToken() - Method in interface com.google.bigtable.admin.v2.ListClustersRequestOrBuilder
The value of `next_page_token` returned by a previous call.
getPageToken() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
The value of `next_page_token` returned by a previous call.
getPageToken() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest
The value of `next_page_token` returned by a previous call.
getPageToken() - Method in interface com.google.bigtable.admin.v2.ListInstancesRequestOrBuilder
The value of `next_page_token` returned by a previous call.
getPageToken() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
The value of `next_page_token` returned by a previous call.
getPageToken() - Method in class com.google.bigtable.admin.v2.ListTablesRequest
The value of `next_page_token` returned by a previous call.
getPageToken() - Method in interface com.google.bigtable.admin.v2.ListTablesRequestOrBuilder
The value of `next_page_token` returned by a previous call.
getPageTokenBytes() - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
The value of `next_page_token` returned by a previous call.
getPageTokenBytes() - Method in class com.google.bigtable.admin.v2.ListClustersRequest
The value of `next_page_token` returned by a previous call.
getPageTokenBytes() - Method in interface com.google.bigtable.admin.v2.ListClustersRequestOrBuilder
The value of `next_page_token` returned by a previous call.
getPageTokenBytes() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
The value of `next_page_token` returned by a previous call.
getPageTokenBytes() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest
The value of `next_page_token` returned by a previous call.
getPageTokenBytes() - Method in interface com.google.bigtable.admin.v2.ListInstancesRequestOrBuilder
The value of `next_page_token` returned by a previous call.
getPageTokenBytes() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
The value of `next_page_token` returned by a previous call.
getPageTokenBytes() - Method in class com.google.bigtable.admin.v2.ListTablesRequest
The value of `next_page_token` returned by a previous call.
getPageTokenBytes() - Method in interface com.google.bigtable.admin.v2.ListTablesRequestOrBuilder
The value of `next_page_token` returned by a previous call.
getParent() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The unique name of the instance in which to create the new cluster.
getParent() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
The unique name of the instance in which to create the new cluster.
getParent() - Method in interface com.google.bigtable.admin.v2.CreateClusterRequestOrBuilder
The unique name of the instance in which to create the new cluster.
getParent() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The unique name of the project in which to create the new instance.
getParent() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
The unique name of the project in which to create the new instance.
getParent() - Method in interface com.google.bigtable.admin.v2.CreateInstanceRequestOrBuilder
The unique name of the project in which to create the new instance.
getParent() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The unique name of the instance in which to create the table.
getParent() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
The unique name of the instance in which to create the table.
getParent() - Method in interface com.google.bigtable.admin.v2.CreateTableRequestOrBuilder
The unique name of the instance in which to create the table.
getParent() - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
The unique name of the instance for which a list of clusters is requested.
getParent() - Method in class com.google.bigtable.admin.v2.ListClustersRequest
The unique name of the instance for which a list of clusters is requested.
getParent() - Method in interface com.google.bigtable.admin.v2.ListClustersRequestOrBuilder
The unique name of the instance for which a list of clusters is requested.
getParent() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
The unique name of the project for which a list of instances is requested.
getParent() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest
The unique name of the project for which a list of instances is requested.
getParent() - Method in interface com.google.bigtable.admin.v2.ListInstancesRequestOrBuilder
The unique name of the project for which a list of instances is requested.
getParent() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
The unique name of the instance for which tables should be listed.
getParent() - Method in class com.google.bigtable.admin.v2.ListTablesRequest
The unique name of the instance for which tables should be listed.
getParent() - Method in interface com.google.bigtable.admin.v2.ListTablesRequestOrBuilder
The unique name of the instance for which tables should be listed.
getParentBytes() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The unique name of the instance in which to create the new cluster.
getParentBytes() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
The unique name of the instance in which to create the new cluster.
getParentBytes() - Method in interface com.google.bigtable.admin.v2.CreateClusterRequestOrBuilder
The unique name of the instance in which to create the new cluster.
getParentBytes() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The unique name of the project in which to create the new instance.
getParentBytes() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
The unique name of the project in which to create the new instance.
getParentBytes() - Method in interface com.google.bigtable.admin.v2.CreateInstanceRequestOrBuilder
The unique name of the project in which to create the new instance.
getParentBytes() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The unique name of the instance in which to create the table.
getParentBytes() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
The unique name of the instance in which to create the table.
getParentBytes() - Method in interface com.google.bigtable.admin.v2.CreateTableRequestOrBuilder
The unique name of the instance in which to create the table.
getParentBytes() - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
The unique name of the instance for which a list of clusters is requested.
getParentBytes() - Method in class com.google.bigtable.admin.v2.ListClustersRequest
The unique name of the instance for which a list of clusters is requested.
getParentBytes() - Method in interface com.google.bigtable.admin.v2.ListClustersRequestOrBuilder
The unique name of the instance for which a list of clusters is requested.
getParentBytes() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
The unique name of the project for which a list of instances is requested.
getParentBytes() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest
The unique name of the project for which a list of instances is requested.
getParentBytes() - Method in interface com.google.bigtable.admin.v2.ListInstancesRequestOrBuilder
The unique name of the project for which a list of instances is requested.
getParentBytes() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
The unique name of the instance for which tables should be listed.
getParentBytes() - Method in class com.google.bigtable.admin.v2.ListTablesRequest
The unique name of the instance for which tables should be listed.
getParentBytes() - Method in interface com.google.bigtable.admin.v2.ListTablesRequestOrBuilder
The unique name of the instance for which tables should be listed.
getParserForType() - Method in class com.google.bigtable.admin.v2.Cluster
 
getParserForType() - Method in class com.google.bigtable.admin.v2.ColumnFamily
 
getParserForType() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
getParserForType() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
getParserForType() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
getParserForType() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
 
getParserForType() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
getParserForType() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
getParserForType() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
getParserForType() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
getParserForType() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
getParserForType() - Method in class com.google.bigtable.admin.v2.GcRule
 
getParserForType() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
getParserForType() - Method in class com.google.bigtable.admin.v2.GcRule.Union
 
getParserForType() - Method in class com.google.bigtable.admin.v2.GetClusterRequest
 
getParserForType() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
getParserForType() - Method in class com.google.bigtable.admin.v2.GetTableRequest
 
getParserForType() - Method in class com.google.bigtable.admin.v2.Instance
 
getParserForType() - Method in class com.google.bigtable.admin.v2.ListClustersRequest
 
getParserForType() - Method in class com.google.bigtable.admin.v2.ListClustersResponse
 
getParserForType() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
getParserForType() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
getParserForType() - Method in class com.google.bigtable.admin.v2.ListTablesRequest
 
getParserForType() - Method in class com.google.bigtable.admin.v2.ListTablesResponse
 
getParserForType() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
getParserForType() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
getParserForType() - Method in class com.google.bigtable.admin.v2.Table
 
getParserForType() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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.
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.
getRequestTime() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The time at which the original request was received.
getRequestTime() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
The time at which the original request was received.
getRequestTime() - Method in interface com.google.bigtable.admin.v2.CreateInstanceMetadataOrBuilder
The time at which the original request was received.
getRequestTime() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The time at which the original request was received.
getRequestTime() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
The time at which the original request was received.
getRequestTime() - Method in interface com.google.bigtable.admin.v2.UpdateClusterMetadataOrBuilder
The time at which the original request was received.
getRequestTimeBuilder() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The time at which the original request was received.
getRequestTimeBuilder() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The time at which the original request was received.
getRequestTimeOrBuilder() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The time at which the original request was received.
getRequestTimeOrBuilder() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
The time at which the original request was received.
getRequestTimeOrBuilder() - Method in interface com.google.bigtable.admin.v2.CreateInstanceMetadataOrBuilder
The time at which the original request was received.
getRequestTimeOrBuilder() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The time at which the original request was received.
getRequestTimeOrBuilder() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
The time at which the original request was received.
getRequestTimeOrBuilder() - Method in interface com.google.bigtable.admin.v2.UpdateClusterMetadataOrBuilder
The time at which the original request was received.
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.
getRowKeyPrefix() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
Delete all rows that start with this row key prefix.
getRowKeyPrefix() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
Delete all rows that start with this row key prefix.
getRowKeyPrefix() - Method in interface com.google.bigtable.admin.v2.DropRowRangeRequestOrBuilder
Delete all rows that start with this row key prefix.
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.admin.v2.GcRule.Builder
 
getRuleCase() - Method in class com.google.bigtable.admin.v2.GcRule
 
getRuleCase() - Method in interface com.google.bigtable.admin.v2.GcRuleOrBuilder
 
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.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
getRules(int) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
Only delete cells which would be deleted by every element of `rules`.
getRules(int) - Method in interface com.google.bigtable.admin.v2.GcRule.IntersectionOrBuilder
Only delete cells which would be deleted by every element of `rules`.
getRules(int) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
getRules(int) - Method in class com.google.bigtable.admin.v2.GcRule.Union
Delete cells which would be deleted by any element of `rules`.
getRules(int) - Method in interface com.google.bigtable.admin.v2.GcRule.UnionOrBuilder
Delete cells which would be deleted by any element of `rules`.
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.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
getRulesBuilder(int) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
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.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
getRulesBuilderList() - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
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.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
getRulesCount() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
Only delete cells which would be deleted by every element of `rules`.
getRulesCount() - Method in interface com.google.bigtable.admin.v2.GcRule.IntersectionOrBuilder
Only delete cells which would be deleted by every element of `rules`.
getRulesCount() - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
getRulesCount() - Method in class com.google.bigtable.admin.v2.GcRule.Union
Delete cells which would be deleted by any element of `rules`.
getRulesCount() - Method in interface com.google.bigtable.admin.v2.GcRule.UnionOrBuilder
Delete cells which would be deleted by any element of `rules`.
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.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
getRulesList() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
Only delete cells which would be deleted by every element of `rules`.
getRulesList() - Method in interface com.google.bigtable.admin.v2.GcRule.IntersectionOrBuilder
Only delete cells which would be deleted by every element of `rules`.
getRulesList() - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
getRulesList() - Method in class com.google.bigtable.admin.v2.GcRule.Union
Delete cells which would be deleted by any element of `rules`.
getRulesList() - Method in interface com.google.bigtable.admin.v2.GcRule.UnionOrBuilder
Delete cells which would be deleted by any element of `rules`.
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.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
getRulesOrBuilder(int) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
Only delete cells which would be deleted by every element of `rules`.
getRulesOrBuilder(int) - Method in interface com.google.bigtable.admin.v2.GcRule.IntersectionOrBuilder
Only delete cells which would be deleted by every element of `rules`.
getRulesOrBuilder(int) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
getRulesOrBuilder(int) - Method in class com.google.bigtable.admin.v2.GcRule.Union
Delete cells which would be deleted by any element of `rules`.
getRulesOrBuilder(int) - Method in interface com.google.bigtable.admin.v2.GcRule.UnionOrBuilder
Delete cells which would be deleted by any element of `rules`.
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.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
getRulesOrBuilderList() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
Only delete cells which would be deleted by every element of `rules`.
getRulesOrBuilderList() - Method in interface com.google.bigtable.admin.v2.GcRule.IntersectionOrBuilder
Only delete cells which would be deleted by every element of `rules`.
getRulesOrBuilderList() - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
getRulesOrBuilderList() - Method in class com.google.bigtable.admin.v2.GcRule.Union
Delete cells which would be deleted by any element of `rules`.
getRulesOrBuilderList() - Method in interface com.google.bigtable.admin.v2.GcRule.UnionOrBuilder
Delete cells which would be deleted by any element of `rules`.
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.admin.v2.Cluster
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.ColumnFamily
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.GcRule
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.GcRule.Union
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.GetClusterRequest
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.GetTableRequest
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.Instance
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.ListClustersRequest
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.ListClustersResponse
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.ListTablesRequest
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.ListTablesResponse
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.Table
 
getSerializedSize() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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
 
getServeNodes() - Method in class com.google.bigtable.admin.v2.Cluster.Builder
The number of nodes allocated to this cluster.
getServeNodes() - Method in class com.google.bigtable.admin.v2.Cluster
The number of nodes allocated to this cluster.
getServeNodes() - Method in interface com.google.bigtable.admin.v2.ClusterOrBuilder
The number of nodes allocated to this cluster.
getServiceDescriptor() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getServiceDescriptor() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getServiceDescriptor() - Static method in class com.google.bigtable.v2.BigtableGrpc
 
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.
getState() - Method in class com.google.bigtable.admin.v2.Cluster.Builder
(`OutputOnly`) The current state of the cluster.
getState() - Method in class com.google.bigtable.admin.v2.Cluster
(`OutputOnly`) The current state of the cluster.
getState() - Method in interface com.google.bigtable.admin.v2.ClusterOrBuilder
(`OutputOnly`) The current state of the cluster.
getState() - Method in class com.google.bigtable.admin.v2.Instance.Builder
(`OutputOnly`) The current state of the instance.
getState() - Method in class com.google.bigtable.admin.v2.Instance
(`OutputOnly`) The current state of the instance.
getState() - Method in interface com.google.bigtable.admin.v2.InstanceOrBuilder
(`OutputOnly`) The current state of the instance.
getStateValue() - Method in class com.google.bigtable.admin.v2.Cluster.Builder
(`OutputOnly`) The current state of the cluster.
getStateValue() - Method in class com.google.bigtable.admin.v2.Cluster
(`OutputOnly`) The current state of the cluster.
getStateValue() - Method in interface com.google.bigtable.admin.v2.ClusterOrBuilder
(`OutputOnly`) The current state of the cluster.
getStateValue() - Method in class com.google.bigtable.admin.v2.Instance.Builder
(`OutputOnly`) The current state of the instance.
getStateValue() - Method in class com.google.bigtable.admin.v2.Instance
(`OutputOnly`) The current state of the instance.
getStateValue() - Method in interface com.google.bigtable.admin.v2.InstanceOrBuilder
(`OutputOnly`) The current state of the instance.
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(GetTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Gets metadata information about the specified table.
getTable(GetTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Gets metadata information about the specified table.
getTable(GetTableRequest, StreamObserver<Table>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminImplBase
Gets metadata information about the specified table.
getTable(GetTableRequest, StreamObserver<Table>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Gets metadata information about the specified table.
getTable() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The Table to create.
getTable() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
The Table to create.
getTable() - Method in interface com.google.bigtable.admin.v2.CreateTableRequestOrBuilder
The Table to create.
getTableBuilder() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The Table to create.
getTableId() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The name by which the new table should be referred to within the parent instance, e.g.
getTableId() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
The name by which the new table should be referred to within the parent instance, e.g.
getTableId() - Method in interface com.google.bigtable.admin.v2.CreateTableRequestOrBuilder
The name by which the new table should be referred to within the parent instance, e.g.
getTableIdBytes() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The name by which the new table should be referred to within the parent instance, e.g.
getTableIdBytes() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
The name by which the new table should be referred to within the parent instance, e.g.
getTableIdBytes() - Method in interface com.google.bigtable.admin.v2.CreateTableRequestOrBuilder
The name by which the new table should be referred to within the parent instance, e.g.
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.
getTableOrBuilder() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The Table to create.
getTableOrBuilder() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
The Table to create.
getTableOrBuilder() - Method in interface com.google.bigtable.admin.v2.CreateTableRequestOrBuilder
The Table to create.
GetTableRequest - Class in com.google.bigtable.admin.v2
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.GetTable][google.bigtable.admin.v2.BigtableTableAdmin.GetTable]
GetTableRequest.Builder - Class in com.google.bigtable.admin.v2
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.GetTable][google.bigtable.admin.v2.BigtableTableAdmin.GetTable]
GetTableRequestOrBuilder - Interface in com.google.bigtable.admin.v2
 
getTables(int) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
getTables(int) - Method in class com.google.bigtable.admin.v2.ListTablesResponse
The tables present in the requested cluster.
getTables(int) - Method in interface com.google.bigtable.admin.v2.ListTablesResponseOrBuilder
The tables present in the requested cluster.
getTablesBuilder(int) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
getTablesBuilderList() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
getTablesCount() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
getTablesCount() - Method in class com.google.bigtable.admin.v2.ListTablesResponse
The tables present in the requested cluster.
getTablesCount() - Method in interface com.google.bigtable.admin.v2.ListTablesResponseOrBuilder
The tables present in the requested cluster.
getTablesList() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
getTablesList() - Method in class com.google.bigtable.admin.v2.ListTablesResponse
The tables present in the requested cluster.
getTablesList() - Method in interface com.google.bigtable.admin.v2.ListTablesResponseOrBuilder
The tables present in the requested cluster.
getTablesOrBuilder(int) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
getTablesOrBuilder(int) - Method in class com.google.bigtable.admin.v2.ListTablesResponse
The tables present in the requested cluster.
getTablesOrBuilder(int) - Method in interface com.google.bigtable.admin.v2.ListTablesResponseOrBuilder
The tables present in the requested cluster.
getTablesOrBuilderList() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
getTablesOrBuilderList() - Method in class com.google.bigtable.admin.v2.ListTablesResponse
The tables present in the requested cluster.
getTablesOrBuilderList() - Method in interface com.google.bigtable.admin.v2.ListTablesResponseOrBuilder
The tables present in the requested cluster.
getTargetCase() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
getTargetCase() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
getTargetCase() - Method in interface com.google.bigtable.admin.v2.DropRowRangeRequestOrBuilder
 
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`.
getType() - Method in class com.google.bigtable.admin.v2.Instance.Builder
The type of the instance.
getType() - Method in class com.google.bigtable.admin.v2.Instance
The type of the instance.
getType() - Method in interface com.google.bigtable.admin.v2.InstanceOrBuilder
The type of the instance.
getTypeValue() - Method in class com.google.bigtable.admin.v2.Instance.Builder
The type of the instance.
getTypeValue() - Method in class com.google.bigtable.admin.v2.Instance
The type of the instance.
getTypeValue() - Method in interface com.google.bigtable.admin.v2.InstanceOrBuilder
The type of the instance.
getUnion() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells that would be deleted by any nested rule.
getUnion() - Method in class com.google.bigtable.admin.v2.GcRule
Delete cells that would be deleted by any nested rule.
getUnion() - Method in interface com.google.bigtable.admin.v2.GcRuleOrBuilder
Delete cells that would be deleted by any nested rule.
getUnionBuilder() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells that would be deleted by any nested rule.
getUnionOrBuilder() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells that would be deleted by any nested rule.
getUnionOrBuilder() - Method in class com.google.bigtable.admin.v2.GcRule
Delete cells that would be deleted by any nested rule.
getUnionOrBuilder() - Method in interface com.google.bigtable.admin.v2.GcRuleOrBuilder
Delete cells that would be deleted by any nested rule.
getUnknownFields() - Method in class com.google.bigtable.admin.v2.Cluster
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.ColumnFamily
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.GcRule
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.GcRule.Union
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.GetClusterRequest
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.GetTableRequest
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.Instance
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.ListClustersRequest
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.ListClustersResponse
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.ListTablesRequest
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.ListTablesResponse
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.Table
 
getUnknownFields() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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
 
getUpdate() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
getUpdate() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
getUpdate() - Method in interface com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.ModificationOrBuilder
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
getUpdateBuilder() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
getUpdateOrBuilder() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
getUpdateOrBuilder() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
getUpdateOrBuilder() - Method in interface com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.ModificationOrBuilder
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
getValue() - Method in class com.google.bigtable.v2.Cell.Builder
The value stored in the cell.
getValue() - Method in class com.google.bigtable.v2.Cell
The value stored in the cell.
getValue() - Method in interface com.google.bigtable.v2.CellOrBuilder
The value stored in the cell.
getValue() - Method in class com.google.bigtable.v2.Mutation.SetCell.Builder
The value to be written into the specified cell.
getValue() - Method in class com.google.bigtable.v2.Mutation.SetCell
The value to be written into the specified cell.
getValue() - Method in interface com.google.bigtable.v2.Mutation.SetCellOrBuilder
The value to be written into the specified cell.
getValue() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk.Builder
The value stored in the cell.
getValue() - Method in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
The value stored in the cell.
getValue() - Method in interface com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder
The value stored in the cell.
getValueDescriptor() - Method in enum com.google.bigtable.admin.v2.Cluster.State
 
getValueDescriptor() - Method in enum com.google.bigtable.admin.v2.Instance.State
 
getValueDescriptor() - Method in enum com.google.bigtable.admin.v2.Instance.Type
 
getValueDescriptor() - Method in enum com.google.bigtable.admin.v2.StorageType
 
getValueDescriptor() - Method in enum com.google.bigtable.admin.v2.Table.TimestampGranularity
 
getValueDescriptor() - Method in enum com.google.bigtable.admin.v2.Table.View
 
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.
getView() - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
The view to be applied to the returned table's fields.
getView() - Method in class com.google.bigtable.admin.v2.GetTableRequest
The view to be applied to the returned table's fields.
getView() - Method in interface com.google.bigtable.admin.v2.GetTableRequestOrBuilder
The view to be applied to the returned table's fields.
getView() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
The view to be applied to the returned tables' fields.
getView() - Method in class com.google.bigtable.admin.v2.ListTablesRequest
The view to be applied to the returned tables' fields.
getView() - Method in interface com.google.bigtable.admin.v2.ListTablesRequestOrBuilder
The view to be applied to the returned tables' fields.
getViewValue() - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
The view to be applied to the returned table's fields.
getViewValue() - Method in class com.google.bigtable.admin.v2.GetTableRequest
The view to be applied to the returned table's fields.
getViewValue() - Method in interface com.google.bigtable.admin.v2.GetTableRequestOrBuilder
The view to be applied to the returned table's fields.
getViewValue() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
The view to be applied to the returned tables' fields.
getViewValue() - Method in class com.google.bigtable.admin.v2.ListTablesRequest
The view to be applied to the returned tables' fields.
getViewValue() - Method in interface com.google.bigtable.admin.v2.ListTablesRequestOrBuilder
The view to be applied to the returned tables' fields.
GRANULARITY_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.Table
 

H

hasCluster() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The cluster to be created.
hasCluster() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
The cluster to be created.
hasCluster() - Method in interface com.google.bigtable.admin.v2.CreateClusterRequestOrBuilder
The cluster to be created.
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).
hasFinishTime() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The time at which the operation failed or was completed successfully.
hasFinishTime() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
The time at which the operation failed or was completed successfully.
hasFinishTime() - Method in interface com.google.bigtable.admin.v2.CreateInstanceMetadataOrBuilder
The time at which the operation failed or was completed successfully.
hasFinishTime() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The time at which the operation failed or was completed successfully.
hasFinishTime() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
The time at which the operation failed or was completed successfully.
hasFinishTime() - Method in interface com.google.bigtable.admin.v2.UpdateClusterMetadataOrBuilder
The time at which the operation failed or was completed successfully.
hasGcRule() - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
Garbage collection rule specified as a protobuf.
hasGcRule() - Method in class com.google.bigtable.admin.v2.ColumnFamily
Garbage collection rule specified as a protobuf.
hasGcRule() - Method in interface com.google.bigtable.admin.v2.ColumnFamilyOrBuilder
Garbage collection rule specified as a protobuf.
hashCode() - Method in class com.google.bigtable.admin.v2.Cluster
 
hashCode() - Method in class com.google.bigtable.admin.v2.ColumnFamily
 
hashCode() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
hashCode() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
hashCode() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
hashCode() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
 
hashCode() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
hashCode() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
hashCode() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
hashCode() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
hashCode() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
hashCode() - Method in class com.google.bigtable.admin.v2.GcRule
 
hashCode() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
hashCode() - Method in class com.google.bigtable.admin.v2.GcRule.Union
 
hashCode() - Method in class com.google.bigtable.admin.v2.GetClusterRequest
 
hashCode() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
hashCode() - Method in class com.google.bigtable.admin.v2.GetTableRequest
 
hashCode() - Method in class com.google.bigtable.admin.v2.Instance
 
hashCode() - Method in class com.google.bigtable.admin.v2.ListClustersRequest
 
hashCode() - Method in class com.google.bigtable.admin.v2.ListClustersResponse
 
hashCode() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
hashCode() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
hashCode() - Method in class com.google.bigtable.admin.v2.ListTablesRequest
 
hashCode() - Method in class com.google.bigtable.admin.v2.ListTablesResponse
 
hashCode() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
hashCode() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
hashCode() - Method in class com.google.bigtable.admin.v2.Table
 
hashCode() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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.TimestampRange
 
hashCode() - Method in class com.google.bigtable.v2.ValueRange
 
hasInstance() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The instance to create.
hasInstance() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
The instance to create.
hasInstance() - Method in interface com.google.bigtable.admin.v2.CreateInstanceRequestOrBuilder
The instance to create.
hasOriginalRequest() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The request that prompted the initiation of this CreateInstance operation.
hasOriginalRequest() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
The request that prompted the initiation of this CreateInstance operation.
hasOriginalRequest() - Method in interface com.google.bigtable.admin.v2.CreateInstanceMetadataOrBuilder
The request that prompted the initiation of this CreateInstance operation.
hasOriginalRequest() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The request that prompted the initiation of this UpdateCluster operation.
hasOriginalRequest() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
The request that prompted the initiation of this UpdateCluster operation.
hasOriginalRequest() - Method in interface com.google.bigtable.admin.v2.UpdateClusterMetadataOrBuilder
The request that prompted the initiation of this UpdateCluster operation.
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.
hasRequestTime() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The time at which the original request was received.
hasRequestTime() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
The time at which the original request was received.
hasRequestTime() - Method in interface com.google.bigtable.admin.v2.CreateInstanceMetadataOrBuilder
The time at which the original request was received.
hasRequestTime() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The time at which the original request was received.
hasRequestTime() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
The time at which the original request was received.
hasRequestTime() - Method in interface com.google.bigtable.admin.v2.UpdateClusterMetadataOrBuilder
The time at which the original request was received.
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.
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`.
hasTable() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The Table to create.
hasTable() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
The Table to create.
hasTable() - Method in interface com.google.bigtable.admin.v2.CreateTableRequestOrBuilder
The Table to create.
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.
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.
HDD_VALUE - Static variable in enum com.google.bigtable.admin.v2.StorageType
Magnetic drive (HDD) storage should be used.

I

ID_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
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
 
INITIAL_SPLITS_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.CreateTableRequest
 
Instance - Class in com.google.bigtable.admin.v2
A collection of Bigtable [Tables][google.bigtable.admin.v2.Table] and the resources that serve them.
Instance.Builder - Class in com.google.bigtable.admin.v2
A collection of Bigtable [Tables][google.bigtable.admin.v2.Table] and the resources that serve them.
Instance.State - Enum in com.google.bigtable.admin.v2
Possible states of an instance.
Instance.Type - Enum in com.google.bigtable.admin.v2
The type of the instance.
INSTANCE_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
INSTANCE_ID_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
InstanceOrBuilder - Interface in com.google.bigtable.admin.v2
 
InstanceProto - Class in com.google.bigtable.admin.v2
 
INSTANCES_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ListInstancesResponse
 
INTERLEAVE_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.Cluster.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.Cluster
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ColumnFamily
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.GcRule
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.GcRule.Union
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.GetClusterRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.GetTableRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.Instance
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ListClustersRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ListClustersResponse
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ListTablesRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ListTablesResponse
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.Table.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.Table
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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
 
internalGetMapField(int) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
internalGetMapField(int) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
internalGetMapField(int) - Method in class com.google.bigtable.admin.v2.Table.Builder
 
internalGetMapField(int) - Method in class com.google.bigtable.admin.v2.Table
 
internalGetMutableMapField(int) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
internalGetMutableMapField(int) - Method in class com.google.bigtable.admin.v2.Table.Builder
 
internalGetValueMap() - Static method in enum com.google.bigtable.admin.v2.Cluster.State
 
internalGetValueMap() - Static method in enum com.google.bigtable.admin.v2.Instance.State
 
internalGetValueMap() - Static method in enum com.google.bigtable.admin.v2.Instance.Type
 
internalGetValueMap() - Static method in enum com.google.bigtable.admin.v2.StorageType
 
internalGetValueMap() - Static method in enum com.google.bigtable.admin.v2.Table.TimestampGranularity
 
internalGetValueMap() - Static method in enum com.google.bigtable.admin.v2.Table.View
 
INTERSECTION_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.GcRule
 
isInitialized() - Method in class com.google.bigtable.admin.v2.Cluster.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.Cluster
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ColumnFamily
 
isInitialized() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
isInitialized() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
isInitialized() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
isInitialized() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
 
isInitialized() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
isInitialized() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
isInitialized() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
isInitialized() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
isInitialized() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
isInitialized() - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
isInitialized() - Method in class com.google.bigtable.admin.v2.GcRule
 
isInitialized() - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.GcRule.Union
 
isInitialized() - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.GetClusterRequest
 
isInitialized() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
isInitialized() - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.GetTableRequest
 
isInitialized() - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.Instance
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ListClustersRequest
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ListClustersResponse
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ListTablesRequest
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ListTablesResponse
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
isInitialized() - Method in class com.google.bigtable.admin.v2.Table.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.Table
 
isInitialized() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
isInitialized() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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
 

K

KEY_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
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
 
listClusters(ListClustersRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Lists information about clusters in an instance.
listClusters(ListClustersRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Lists information about clusters in an instance.
listClusters(ListClustersRequest, StreamObserver<ListClustersResponse>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
Lists information about clusters in an instance.
listClusters(ListClustersRequest, StreamObserver<ListClustersResponse>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Lists information about clusters in an instance.
ListClustersRequest - Class in com.google.bigtable.admin.v2
Request message for BigtableInstanceAdmin.ListClusters.
ListClustersRequest.Builder - Class in com.google.bigtable.admin.v2
Request message for BigtableInstanceAdmin.ListClusters.
ListClustersRequestOrBuilder - Interface in com.google.bigtable.admin.v2
 
ListClustersResponse - Class in com.google.bigtable.admin.v2
Response message for BigtableInstanceAdmin.ListClusters.
ListClustersResponse.Builder - Class in com.google.bigtable.admin.v2
Response message for BigtableInstanceAdmin.ListClusters.
ListClustersResponseOrBuilder - Interface in com.google.bigtable.admin.v2
 
listInstances(ListInstancesRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Lists information about instances in a project.
listInstances(ListInstancesRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Lists information about instances in a project.
listInstances(ListInstancesRequest, StreamObserver<ListInstancesResponse>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
Lists information about instances in a project.
listInstances(ListInstancesRequest, StreamObserver<ListInstancesResponse>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Lists information about instances in a project.
ListInstancesRequest - Class in com.google.bigtable.admin.v2
Request message for BigtableInstanceAdmin.ListInstances.
ListInstancesRequest.Builder - Class in com.google.bigtable.admin.v2
Request message for BigtableInstanceAdmin.ListInstances.
ListInstancesRequestOrBuilder - Interface in com.google.bigtable.admin.v2
 
ListInstancesResponse - Class in com.google.bigtable.admin.v2
Response message for BigtableInstanceAdmin.ListInstances.
ListInstancesResponse.Builder - Class in com.google.bigtable.admin.v2
Response message for BigtableInstanceAdmin.ListInstances.
ListInstancesResponseOrBuilder - Interface in com.google.bigtable.admin.v2
 
listTables(ListTablesRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Lists all tables served from a specified instance.
listTables(ListTablesRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Lists all tables served from a specified instance.
listTables(ListTablesRequest, StreamObserver<ListTablesResponse>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminImplBase
Lists all tables served from a specified instance.
listTables(ListTablesRequest, StreamObserver<ListTablesResponse>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Lists all tables served from a specified instance.
ListTablesRequest - Class in com.google.bigtable.admin.v2
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.ListTables][google.bigtable.admin.v2.BigtableTableAdmin.ListTables]
ListTablesRequest.Builder - Class in com.google.bigtable.admin.v2
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.ListTables][google.bigtable.admin.v2.BigtableTableAdmin.ListTables]
ListTablesRequestOrBuilder - Interface in com.google.bigtable.admin.v2
 
ListTablesResponse - Class in com.google.bigtable.admin.v2
Response message for [google.bigtable.admin.v2.BigtableTableAdmin.ListTables][google.bigtable.admin.v2.BigtableTableAdmin.ListTables]
ListTablesResponse.Builder - Class in com.google.bigtable.admin.v2
Response message for [google.bigtable.admin.v2.BigtableTableAdmin.ListTables][google.bigtable.admin.v2.BigtableTableAdmin.ListTables]
ListTablesResponseOrBuilder - Interface in com.google.bigtable.admin.v2
 
LOCATION_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.Cluster
 

M

MAX_AGE_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.GcRule
 
MAX_NUM_VERSIONS_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.GcRule
 
mergeChain(RowFilter.Chain) - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in sequence, progressively narrowing the results.
mergeCluster(Cluster) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The cluster to be created.
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.
mergeCreate(ColumnFamily) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Create a new column family with the specified schema, or fail if one already exists with the given ID.
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).
mergeFinishTime(Timestamp) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The time at which the operation failed or was completed successfully.
mergeFinishTime(Timestamp) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The time at which the operation failed or was completed successfully.
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.Cluster.Builder
 
mergeFrom(Cluster) - Method in class com.google.bigtable.admin.v2.Cluster.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.Cluster.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
mergeFrom(ColumnFamily) - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
mergeFrom(CreateClusterRequest) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
mergeFrom(CreateInstanceMetadata) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
mergeFrom(CreateInstanceRequest) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
mergeFrom(CreateTableRequest) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
mergeFrom(CreateTableRequest.Split) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
mergeFrom(DeleteClusterRequest) - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
mergeFrom(DeleteInstanceRequest) - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
mergeFrom(DeleteTableRequest) - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
mergeFrom(DropRowRangeRequest) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
mergeFrom(GcRule) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
mergeFrom(GcRule.Intersection) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
mergeFrom(GcRule.Union) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
mergeFrom(GetClusterRequest) - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
mergeFrom(GetInstanceRequest) - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
mergeFrom(GetTableRequest) - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
mergeFrom(Instance) - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
mergeFrom(ListClustersRequest) - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
mergeFrom(ListClustersResponse) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
mergeFrom(ListInstancesRequest) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
mergeFrom(ListInstancesResponse) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
mergeFrom(ListTablesRequest) - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
mergeFrom(ListTablesResponse) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
mergeFrom(ModifyColumnFamiliesRequest) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
mergeFrom(ModifyColumnFamiliesRequest.Modification) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.Table.Builder
 
mergeFrom(Table) - Method in class com.google.bigtable.admin.v2.Table.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.Table.Builder
 
mergeFrom(Message) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
mergeFrom(UpdateClusterMetadata) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
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
 
mergeGcRule(GcRule) - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
Garbage collection rule specified as a protobuf.
mergeInstance(Instance) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The instance to create.
mergeInterleave(RowFilter.Interleave) - Method in class com.google.bigtable.v2.RowFilter.Builder
Applies several RowFilters to the data in parallel and combines the results.
mergeIntersection(GcRule.Intersection) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells that would be deleted by every nested rule.
mergeMaxAge(Duration) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells in a column older than the given age.
mergeOriginalRequest(CreateInstanceRequest) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The request that prompted the initiation of this CreateInstance operation.
mergeOriginalRequest(Cluster) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The request that prompted the initiation of this UpdateCluster operation.
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.
mergeRequestTime(Timestamp) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The time at which the original request was received.
mergeRequestTime(Timestamp) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The time at which the original request was received.
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`.
mergeTable(Table) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The Table to create.
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.
mergeUnion(GcRule.Union) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells that would be deleted by any nested rule.
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.Cluster.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.Table.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
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
 
mergeUpdate(ColumnFamily) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
mergeValueRangeFilter(ValueRange) - Method in class com.google.bigtable.v2.RowFilter.Builder
Matches only cells with values that fall within the given range.
METHOD_CHECK_AND_MUTATE_ROW - Static variable in class com.google.bigtable.v2.BigtableGrpc
 
METHOD_CREATE_CLUSTER - Static variable in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
METHOD_CREATE_INSTANCE - Static variable in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
METHOD_CREATE_TABLE - Static variable in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
METHOD_DELETE_CLUSTER - Static variable in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
METHOD_DELETE_INSTANCE - Static variable in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
METHOD_DELETE_TABLE - Static variable in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
METHOD_DROP_ROW_RANGE - Static variable in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
METHOD_GET_CLUSTER - Static variable in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
METHOD_GET_INSTANCE - Static variable in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
METHOD_GET_TABLE - Static variable in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
METHOD_LIST_CLUSTERS - Static variable in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
METHOD_LIST_INSTANCES - Static variable in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
METHOD_LIST_TABLES - Static variable in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
METHOD_MODIFY_COLUMN_FAMILIES - Static variable in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
METHOD_MUTATE_ROW - Static variable in class com.google.bigtable.v2.BigtableGrpc
 
METHOD_MUTATE_ROWS - Static variable in class com.google.bigtable.v2.BigtableGrpc
 
METHOD_READ_MODIFY_WRITE_ROW - Static variable in class com.google.bigtable.v2.BigtableGrpc
 
METHOD_READ_ROWS - Static variable in class com.google.bigtable.v2.BigtableGrpc
 
METHOD_SAMPLE_ROW_KEYS - Static variable in class com.google.bigtable.v2.BigtableGrpc
 
METHOD_UPDATE_CLUSTER - Static variable in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
METHOD_UPDATE_INSTANCE - Static variable in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
MILLIS_VALUE - Static variable in enum com.google.bigtable.admin.v2.Table.TimestampGranularity
The table keeps data versioned at a granularity of 1ms.
MODIFICATIONS_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
modifyColumnFamilies(ModifyColumnFamiliesRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Atomically performs a series of column family modifications on the specified table.
modifyColumnFamilies(ModifyColumnFamiliesRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Atomically performs a series of column family modifications on the specified table.
modifyColumnFamilies(ModifyColumnFamiliesRequest, StreamObserver<Table>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminImplBase
Atomically performs a series of column family modifications on the specified table.
modifyColumnFamilies(ModifyColumnFamiliesRequest, StreamObserver<Table>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Atomically performs a series of column family modifications on the specified table.
ModifyColumnFamiliesRequest - Class in com.google.bigtable.admin.v2
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies][google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies]
ModifyColumnFamiliesRequest.Builder - Class in com.google.bigtable.admin.v2
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies][google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies]
ModifyColumnFamiliesRequest.Modification - Class in com.google.bigtable.admin.v2
A create, update, or delete of a particular column family.
ModifyColumnFamiliesRequest.Modification.Builder - Class in com.google.bigtable.admin.v2
A create, update, or delete of a particular column family.
ModifyColumnFamiliesRequest.Modification.ModCase - Enum in com.google.bigtable.admin.v2
 
ModifyColumnFamiliesRequest.ModificationOrBuilder - Interface in com.google.bigtable.admin.v2
 
ModifyColumnFamiliesRequestOrBuilder - Interface in com.google.bigtable.admin.v2
 
mutateRow(MutateRowRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
Mutates a row atomically.
mutateRow(MutateRowRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableFutureStub
Mutates a row atomically.
mutateRow(MutateRowRequest, StreamObserver<MutateRowResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableImplBase
Mutates a row atomically.
mutateRow(MutateRowRequest, StreamObserver<MutateRowResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
Mutates a row atomically.
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
 
mutateRows(MutateRowsRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
Mutates multiple rows in a batch.
mutateRows(MutateRowsRequest, StreamObserver<MutateRowsResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableImplBase
Mutates multiple rows in a batch.
mutateRows(MutateRowsRequest, StreamObserver<MutateRowsResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
Mutates multiple rows in a batch.
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.admin.v2.Cluster
 
NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.DeleteTableRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.GetClusterRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.GetInstanceRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.GetTableRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.Instance
 
NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.Table
 
NAME_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Family
 
NAME_ONLY_VALUE - Static variable in enum com.google.bigtable.admin.v2.Table.View
Only populates `name`.
newBlockingStub(Channel) - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class com.google.bigtable.v2.BigtableGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBuilder() - Static method in class com.google.bigtable.admin.v2.Cluster
 
newBuilder(Cluster) - Static method in class com.google.bigtable.admin.v2.Cluster
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.ColumnFamily
 
newBuilder(ColumnFamily) - Static method in class com.google.bigtable.admin.v2.ColumnFamily
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
newBuilder(CreateClusterRequest) - Static method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
newBuilder(CreateInstanceMetadata) - Static method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
newBuilder(CreateInstanceRequest) - Static method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.CreateTableRequest
 
newBuilder(CreateTableRequest) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
newBuilder(CreateTableRequest.Split) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
newBuilder(DeleteClusterRequest) - Static method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
newBuilder(DeleteInstanceRequest) - Static method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
newBuilder(DeleteTableRequest) - Static method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
newBuilder(DropRowRangeRequest) - Static method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
newBuilder(GcRule.Intersection) - Static method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.GcRule
 
newBuilder(GcRule) - Static method in class com.google.bigtable.admin.v2.GcRule
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.GcRule.Union
 
newBuilder(GcRule.Union) - Static method in class com.google.bigtable.admin.v2.GcRule.Union
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.GetClusterRequest
 
newBuilder(GetClusterRequest) - Static method in class com.google.bigtable.admin.v2.GetClusterRequest
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
newBuilder(GetInstanceRequest) - Static method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.GetTableRequest
 
newBuilder(GetTableRequest) - Static method in class com.google.bigtable.admin.v2.GetTableRequest
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.Instance
 
newBuilder(Instance) - Static method in class com.google.bigtable.admin.v2.Instance
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.ListClustersRequest
 
newBuilder(ListClustersRequest) - Static method in class com.google.bigtable.admin.v2.ListClustersRequest
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.ListClustersResponse
 
newBuilder(ListClustersResponse) - Static method in class com.google.bigtable.admin.v2.ListClustersResponse
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
newBuilder(ListInstancesRequest) - Static method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
newBuilder(ListInstancesResponse) - Static method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.ListTablesRequest
 
newBuilder(ListTablesRequest) - Static method in class com.google.bigtable.admin.v2.ListTablesRequest
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.ListTablesResponse
 
newBuilder(ListTablesResponse) - Static method in class com.google.bigtable.admin.v2.ListTablesResponse
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
newBuilder(ModifyColumnFamiliesRequest.Modification) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
newBuilder(ModifyColumnFamiliesRequest) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.Table
 
newBuilder(Table) - Static method in class com.google.bigtable.admin.v2.Table
 
newBuilder() - Static method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
newBuilder(UpdateClusterMetadata) - Static method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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.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.admin.v2.Cluster
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.Cluster
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.ColumnFamily
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.ColumnFamily
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.CreateTableRequest
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.GcRule
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.GcRule
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.GcRule.Union
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.GcRule.Union
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.GetClusterRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.GetClusterRequest
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.GetTableRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.GetTableRequest
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.Instance
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.Instance
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.ListClustersRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.ListClustersRequest
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.ListClustersResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.ListClustersResponse
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.ListTablesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.ListTablesRequest
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.ListTablesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.ListTablesResponse
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.Table
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.Table
 
newBuilderForType() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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
 
newFutureStub(Channel) - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
newFutureStub(Channel) - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
newFutureStub(Channel) - Static method in class com.google.bigtable.v2.BigtableGrpc
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
newStub(Channel) - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class com.google.bigtable.v2.BigtableGrpc
Creates a new async stub that supports all call types for the service
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ListClustersResponse
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ListInstancesResponse
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ListTablesResponse
 

O

OFFSET_BYTES_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.SampleRowKeysResponse
 
ORIGINAL_REQUEST_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
ORIGINAL_REQUEST_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 

P

PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ListClustersRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ListInstancesRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ListTablesRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.CreateClusterRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.CreateTableRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ListClustersRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ListInstancesRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ListTablesRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.Cluster
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.Cluster
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ColumnFamily
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ColumnFamily
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.GcRule
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GcRule
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.GcRule.Union
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GcRule.Union
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.GetClusterRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GetClusterRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.GetTableRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GetTableRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.Instance
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.Instance
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ListClustersRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListClustersRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ListClustersResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListClustersResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ListTablesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListTablesRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ListTablesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListTablesResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.Table
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.Table
 
parseDelimitedFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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(ByteString) - Static method in class com.google.bigtable.admin.v2.Cluster
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.Cluster
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.Cluster
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.Cluster
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.Cluster
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.Cluster
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.Cluster
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.Cluster
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.ColumnFamily
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ColumnFamily
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.ColumnFamily
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ColumnFamily
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ColumnFamily
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ColumnFamily
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.ColumnFamily
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ColumnFamily
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.GcRule
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GcRule
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.GcRule
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GcRule
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.GcRule
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GcRule
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.GcRule
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GcRule
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.GcRule.Union
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GcRule.Union
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.GcRule.Union
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GcRule.Union
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.GcRule.Union
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GcRule.Union
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.GcRule.Union
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GcRule.Union
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.GetClusterRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GetClusterRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.GetClusterRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GetClusterRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.GetClusterRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GetClusterRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.GetClusterRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GetClusterRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.GetTableRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GetTableRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.GetTableRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GetTableRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.GetTableRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GetTableRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.GetTableRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.GetTableRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.Instance
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.Instance
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.Instance
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.Instance
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.Instance
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.Instance
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.Instance
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.Instance
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.ListClustersRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListClustersRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.ListClustersRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListClustersRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ListClustersRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListClustersRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.ListClustersRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListClustersRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.ListClustersResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListClustersResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.ListClustersResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListClustersResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ListClustersResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListClustersResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.ListClustersResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListClustersResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.ListTablesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListTablesRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.ListTablesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListTablesRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ListTablesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListTablesRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.ListTablesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListTablesRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.ListTablesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListTablesResponse
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.ListTablesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListTablesResponse
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ListTablesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListTablesResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.ListTablesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ListTablesResponse
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.Table
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.Table
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.Table
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.Table
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.Table
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.Table
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.Table
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.Table
 
parseFrom(ByteString) - Static method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
parseFrom(byte[]) - Static method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
parseFrom(InputStream) - Static method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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
 
parser() - Static method in class com.google.bigtable.admin.v2.Cluster
 
parser() - Static method in class com.google.bigtable.admin.v2.ColumnFamily
 
parser() - Static method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
parser() - Static method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
parser() - Static method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
parser() - Static method in class com.google.bigtable.admin.v2.CreateTableRequest
 
parser() - Static method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
parser() - Static method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
parser() - Static method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
parser() - Static method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
parser() - Static method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
parser() - Static method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
parser() - Static method in class com.google.bigtable.admin.v2.GcRule
 
parser() - Static method in class com.google.bigtable.admin.v2.GcRule.Union
 
parser() - Static method in class com.google.bigtable.admin.v2.GetClusterRequest
 
parser() - Static method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
parser() - Static method in class com.google.bigtable.admin.v2.GetTableRequest
 
parser() - Static method in class com.google.bigtable.admin.v2.Instance
 
parser() - Static method in class com.google.bigtable.admin.v2.ListClustersRequest
 
parser() - Static method in class com.google.bigtable.admin.v2.ListClustersResponse
 
parser() - Static method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
parser() - Static method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
parser() - Static method in class com.google.bigtable.admin.v2.ListTablesRequest
 
parser() - Static method in class com.google.bigtable.admin.v2.ListTablesResponse
 
parser() - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
parser() - Static method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
parser() - Static method in class com.google.bigtable.admin.v2.Table
 
parser() - Static method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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
 
PRODUCTION_VALUE - Static variable in enum com.google.bigtable.admin.v2.Instance.Type
An instance meant for production use.
putAllClusters(Map<String, Cluster>) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
putAllColumnFamilies(Map<String, ColumnFamily>) - Method in class com.google.bigtable.admin.v2.Table.Builder
The column families configured for this table, mapped by column family ID.
putClusters(String, Cluster) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
putColumnFamilies(String, ColumnFamily) - Method in class com.google.bigtable.admin.v2.Table.Builder
The column families configured for this table, mapped by column family ID.

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

readModifyWriteRow(ReadModifyWriteRowRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
Modifies a row atomically.
readModifyWriteRow(ReadModifyWriteRowRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableFutureStub
Modifies a row atomically.
readModifyWriteRow(ReadModifyWriteRowRequest, StreamObserver<ReadModifyWriteRowResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableImplBase
Modifies a row atomically.
readModifyWriteRow(ReadModifyWriteRowRequest, StreamObserver<ReadModifyWriteRowResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
Modifies a row atomically.
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
 
readRows(ReadRowsRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
Streams back the contents of all requested rows, optionally applying the same Reader filter to each.
readRows(ReadRowsRequest, StreamObserver<ReadRowsResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableImplBase
Streams back the contents of all requested rows, optionally applying the same Reader filter to each.
readRows(ReadRowsRequest, StreamObserver<ReadRowsResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
Streams back the contents of all requested rows, optionally applying the same Reader filter to each.
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
 
READY_VALUE - Static variable in enum com.google.bigtable.admin.v2.Cluster.State
The cluster has been successfully created and is ready to serve requests.
READY_VALUE - Static variable in enum com.google.bigtable.admin.v2.Instance.State
The instance has been successfully created and can serve requests to its tables.
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.CommonProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.bigtable.admin.v2.CommonProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.InstanceProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.bigtable.admin.v2.InstanceProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.bigtable.admin.v2.TableProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.bigtable.admin.v2.TableProto
 
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;
removeClusters(String) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
removeClusters(int) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
removeColumnFamilies(String) - Method in class com.google.bigtable.admin.v2.Table.Builder
The column families configured for this table, mapped by column family ID.
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.
removeInitialSplits(int) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
removeInstances(int) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
removeModifications(int) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
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.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
removeRules(int) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
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.
removeTables(int) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
removeTrueMutations(int) - Method in class com.google.bigtable.v2.CheckAndMutateRowRequest.Builder
Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.
REQUEST_TIME_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
REQUEST_TIME_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
RESET_ROW_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadRowsResponse.CellChunk
 
RESIZING_VALUE - Static variable in enum com.google.bigtable.admin.v2.Cluster.State
The cluster is currently being resized, and may revert to its previous node count if the process encounters an error.
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_PREFIX_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
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.admin.v2.GcRule.Intersection
 
RULES_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.GcRule.Union
 
RULES_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.ReadModifyWriteRowRequest
 

S

sampleRowKeys(SampleRowKeysRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
Returns a sample of row keys in the table.
sampleRowKeys(SampleRowKeysRequest, StreamObserver<SampleRowKeysResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableImplBase
Returns a sample of row keys in the table.
sampleRowKeys(SampleRowKeysRequest, StreamObserver<SampleRowKeysResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
Returns a sample of row keys in the table.
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
 
SCHEMA_VIEW_VALUE - Static variable in enum com.google.bigtable.admin.v2.Table.View
Only populates `name` and fields related to the table's schema.
SERVE_NODES_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.Cluster
 
SERVICE_NAME - Static variable in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
SERVICE_NAME - Static variable in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
SERVICE_NAME - Static variable in class com.google.bigtable.v2.BigtableGrpc
 
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.
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;
setCluster(Cluster) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The cluster to be created.
setCluster(Cluster.Builder) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The cluster to be created.
setClusterId(String) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The ID to be used when referring to the new cluster within its instance, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
setClusterIdBytes(ByteString) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The ID to be used when referring to the new cluster within its instance, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
setClusters(int, Cluster) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
setClusters(int, Cluster.Builder) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
The list of requested clusters.
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.
setCreate(ColumnFamily) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Create a new column family with the specified schema, or fail if one already exists with the given ID.
setCreate(ColumnFamily.Builder) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Create a new column family with the specified schema, or fail if one already exists with the given ID.
setDefaultStorageType(StorageType) - Method in class com.google.bigtable.admin.v2.Cluster.Builder
(`CreationOnly`) The type of storage used by this cluster to serve its parent instance's tables, unless explicitly overridden.
setDefaultStorageTypeValue(int) - Method in class com.google.bigtable.admin.v2.Cluster.Builder
(`CreationOnly`) The type of storage used by this cluster to serve its parent instance's tables, unless explicitly overridden.
setDeleteAllDataFromTable(boolean) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
Delete all rows in the table.
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.
setDisplayName(String) - Method in class com.google.bigtable.admin.v2.Instance.Builder
The descriptive name for this instance as it appears in UIs.
setDisplayNameBytes(ByteString) - Method in class com.google.bigtable.admin.v2.Instance.Builder
The descriptive name for this instance as it appears in UIs.
setDrop(boolean) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Drop (delete) the column family with the given ID, or fail if no such family exists.
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.
setFailedLocations(int, String) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition.
setFailedLocations(int, String) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
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.admin.v2.Cluster.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.Table.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
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.
setFinishTime(Timestamp) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The time at which the operation failed or was completed successfully.
setFinishTime(Timestamp.Builder) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The time at which the operation failed or was completed successfully.
setFinishTime(Timestamp) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The time at which the operation failed or was completed successfully.
setFinishTime(Timestamp.Builder) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The time at which the operation failed or was completed successfully.
setGcRule(GcRule) - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
Garbage collection rule specified as a protobuf.
setGcRule(GcRule.Builder) - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
Garbage collection rule specified as a protobuf.
setGranularity(Table.TimestampGranularity) - Method in class com.google.bigtable.admin.v2.Table.Builder
The granularity (e.g.
setGranularityValue(int) - Method in class com.google.bigtable.admin.v2.Table.Builder
The granularity (e.g.
setId(String) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
The ID of the column family to be modified.
setIdBytes(ByteString) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
The ID of the column family to be modified.
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.
setInitialSplits(int, CreateTableRequest.Split) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
setInitialSplits(int, CreateTableRequest.Split.Builder) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The optional list of row keys that will be used to initially split the table into several tablets (Tablets are similar to HBase regions).
setInstance(Instance) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The instance to create.
setInstance(Instance.Builder) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The instance to create.
setInstanceId(String) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The ID to be used when referring to the new instance within its project, e.g., just `myinstance` rather than `projects/myproject/instances/myinstance`.
setInstanceIdBytes(ByteString) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The ID to be used when referring to the new instance within its project, e.g., just `myinstance` rather than `projects/myproject/instances/myinstance`.
setInstances(int, Instance) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
setInstances(int, Instance.Builder) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
The list of requested instances.
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.
setIntersection(GcRule.Intersection) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells that would be deleted by every nested rule.
setIntersection(GcRule.Intersection.Builder) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells that would be deleted by every nested rule.
setKey(ByteString) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
Row key to use as an initial tablet boundary.
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.
setLocation(String) - Method in class com.google.bigtable.admin.v2.Cluster.Builder
(`CreationOnly`) The location where this cluster's nodes and storage reside.
setLocationBytes(ByteString) - Method in class com.google.bigtable.admin.v2.Cluster.Builder
(`CreationOnly`) The location where this cluster's nodes and storage reside.
setMaxAge(Duration) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells in a column older than the given age.
setMaxAge(Duration.Builder) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells in a column older than the given age.
setMaxNumVersions(int) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete all cells in a column except the most recent N.
setModifications(int, ModifyColumnFamiliesRequest.Modification) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
setModifications(int, ModifyColumnFamiliesRequest.Modification.Builder) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
Modifications to be atomically applied to the specified table's families.
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.admin.v2.Cluster.Builder
(`OutputOnly`) The unique name of the cluster.
setName(String) - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
The unique name of the cluster to be deleted.
setName(String) - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
The unique name of the instance to be deleted.
setName(String) - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
The unique name of the table to be deleted.
setName(String) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
The unique name of the table on which to drop a range of rows.
setName(String) - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
The unique name of the requested cluster.
setName(String) - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
The unique name of the requested instance.
setName(String) - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
The unique name of the requested table.
setName(String) - Method in class com.google.bigtable.admin.v2.Instance.Builder
(`OutputOnly`) The unique name of the instance.
setName(String) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
The unique name of the table whose families should be modified.
setName(String) - Method in class com.google.bigtable.admin.v2.Table.Builder
The unique name of the table.
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.admin.v2.Cluster.Builder
(`OutputOnly`) The unique name of the cluster.
setNameBytes(ByteString) - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
The unique name of the cluster to be deleted.
setNameBytes(ByteString) - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
The unique name of the instance to be deleted.
setNameBytes(ByteString) - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
The unique name of the table to be deleted.
setNameBytes(ByteString) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
The unique name of the table on which to drop a range of rows.
setNameBytes(ByteString) - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
The unique name of the requested cluster.
setNameBytes(ByteString) - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
The unique name of the requested instance.
setNameBytes(ByteString) - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
The unique name of the requested table.
setNameBytes(ByteString) - Method in class com.google.bigtable.admin.v2.Instance.Builder
(`OutputOnly`) The unique name of the instance.
setNameBytes(ByteString) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
The unique name of the table whose families should be modified.
setNameBytes(ByteString) - Method in class com.google.bigtable.admin.v2.Table.Builder
The unique name of the table.
setNameBytes(ByteString) - Method in class com.google.bigtable.v2.Family.Builder
The unique key which identifies this family within its row.
setNextPageToken(String) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
Set if not all clusters could be returned in a single response.
setNextPageToken(String) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
Set if not all instances could be returned in a single response.
setNextPageToken(String) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
Set if not all tables could be returned in a single response.
setNextPageTokenBytes(ByteString) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
Set if not all clusters could be returned in a single response.
setNextPageTokenBytes(ByteString) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
Set if not all instances could be returned in a single response.
setNextPageTokenBytes(ByteString) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
Set if not all tables could be returned in a single response.
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`.
setOriginalRequest(CreateInstanceRequest) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The request that prompted the initiation of this CreateInstance operation.
setOriginalRequest(CreateInstanceRequest.Builder) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The request that prompted the initiation of this CreateInstance operation.
setOriginalRequest(Cluster) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The request that prompted the initiation of this UpdateCluster operation.
setOriginalRequest(Cluster.Builder) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The request that prompted the initiation of this UpdateCluster operation.
setPageToken(String) - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
The value of `next_page_token` returned by a previous call.
setPageToken(String) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
The value of `next_page_token` returned by a previous call.
setPageToken(String) - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
The value of `next_page_token` returned by a previous call.
setPageTokenBytes(ByteString) - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
The value of `next_page_token` returned by a previous call.
setPageTokenBytes(ByteString) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
The value of `next_page_token` returned by a previous call.
setPageTokenBytes(ByteString) - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
The value of `next_page_token` returned by a previous call.
setParent(String) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The unique name of the instance in which to create the new cluster.
setParent(String) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The unique name of the project in which to create the new instance.
setParent(String) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The unique name of the instance in which to create the table.
setParent(String) - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
The unique name of the instance for which a list of clusters is requested.
setParent(String) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
The unique name of the project for which a list of instances is requested.
setParent(String) - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
The unique name of the instance for which tables should be listed.
setParentBytes(ByteString) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
The unique name of the instance in which to create the new cluster.
setParentBytes(ByteString) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
The unique name of the project in which to create the new instance.
setParentBytes(ByteString) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The unique name of the instance in which to create the table.
setParentBytes(ByteString) - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
The unique name of the instance for which a list of clusters is requested.
setParentBytes(ByteString) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
The unique name of the project for which a list of instances is requested.
setParentBytes(ByteString) - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
The unique name of the instance for which tables should be listed.
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.
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.admin.v2.Cluster.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.Table.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
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
 
setRequestTime(Timestamp) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The time at which the original request was received.
setRequestTime(Timestamp.Builder) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
The time at which the original request was received.
setRequestTime(Timestamp) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The time at which the original request was received.
setRequestTime(Timestamp.Builder) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
The time at which the original request was received.
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.
setRowKeyPrefix(ByteString) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
Delete all rows that start with this row key prefix.
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, GcRule) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
setRules(int, GcRule.Builder) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
Only delete cells which would be deleted by every element of `rules`.
setRules(int, GcRule) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
setRules(int, GcRule.Builder) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
Delete cells which would be deleted by any element of `rules`.
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.
setServeNodes(int) - Method in class com.google.bigtable.admin.v2.Cluster.Builder
The number of nodes allocated to this cluster.
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.
setState(Cluster.State) - Method in class com.google.bigtable.admin.v2.Cluster.Builder
(`OutputOnly`) The current state of the cluster.
setState(Instance.State) - Method in class com.google.bigtable.admin.v2.Instance.Builder
(`OutputOnly`) The current state of the instance.
setStateValue(int) - Method in class com.google.bigtable.admin.v2.Cluster.Builder
(`OutputOnly`) The current state of the cluster.
setStateValue(int) - Method in class com.google.bigtable.admin.v2.Instance.Builder
(`OutputOnly`) The current state of the instance.
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(Table) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The Table to create.
setTable(Table.Builder) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The Table to create.
setTableId(String) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The name by which the new table should be referred to within the parent instance, e.g.
setTableIdBytes(ByteString) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
The name by which the new table should be referred to within the parent instance, e.g.
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.
setTables(int, Table) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
setTables(int, Table.Builder) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
The tables present in the requested cluster.
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`.
setType(Instance.Type) - Method in class com.google.bigtable.admin.v2.Instance.Builder
The type of the instance.
setTypeValue(int) - Method in class com.google.bigtable.admin.v2.Instance.Builder
The type of the instance.
setUnion(GcRule.Union) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells that would be deleted by any nested rule.
setUnion(GcRule.Union.Builder) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
Delete cells that would be deleted by any nested rule.
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.Cluster.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ColumnFamily.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.DeleteTableRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.GcRule.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.GcRule.Union.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.GetClusterRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.GetInstanceRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.Instance.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ListClustersRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ListClustersResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ListTablesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.Table.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata.Builder
 
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
 
setUpdate(ColumnFamily) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
setUpdate(ColumnFamily.Builder) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.Builder
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
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.
setView(Table.View) - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
The view to be applied to the returned table's fields.
setView(Table.View) - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
The view to be applied to the returned tables' fields.
setViewValue(int) - Method in class com.google.bigtable.admin.v2.GetTableRequest.Builder
The view to be applied to the returned table's fields.
setViewValue(int) - Method in class com.google.bigtable.admin.v2.ListTablesRequest.Builder
The view to be applied to the returned tables' fields.
SINK_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 
SSD_VALUE - Static variable in enum com.google.bigtable.admin.v2.StorageType
Flash (SSD) storage should be used.
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
 
STATE_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.Cluster
 
STATE_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.Instance
 
STATE_NOT_KNOWN_VALUE - Static variable in enum com.google.bigtable.admin.v2.Cluster.State
The state of the cluster could not be determined.
STATE_NOT_KNOWN_VALUE - Static variable in enum com.google.bigtable.admin.v2.Instance.State
The state of the instance could not be determined.
STATUS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.MutateRowsResponse.Entry
 
STORAGE_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.bigtable.admin.v2.StorageType
The user did not specify a storage type.
StorageType - Enum in com.google.bigtable.admin.v2
Storage media types for persisting Bigtable data.
STRIP_VALUE_TRANSFORMER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter
 

T

Table - Class in com.google.bigtable.admin.v2
A collection of user data indexed by row, column, and timestamp.
Table.Builder - Class in com.google.bigtable.admin.v2
A collection of user data indexed by row, column, and timestamp.
Table.TimestampGranularity - Enum in com.google.bigtable.admin.v2
Possible timestamp granularities to use when keeping multiple versions of data in a table.
Table.View - Enum in com.google.bigtable.admin.v2
Defines a view over a table's fields.
TABLE_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.CreateTableRequest
 
TABLE_ID_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.CreateTableRequest
 
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
 
TableOrBuilder - Interface in com.google.bigtable.admin.v2
 
TableProto - Class in com.google.bigtable.admin.v2
 
TABLES_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ListTablesResponse
 
TIME_RANGE_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.Mutation.DeleteFromColumn
 
TIMESTAMP_GRANULARITY_UNSPECIFIED_VALUE - Static variable in enum com.google.bigtable.admin.v2.Table.TimestampGranularity
The user did not specify a granularity.
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.admin.v2.Cluster
 
toBuilder() - Method in class com.google.bigtable.admin.v2.ColumnFamily
 
toBuilder() - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
toBuilder() - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
toBuilder() - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
toBuilder() - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
toBuilder() - Method in class com.google.bigtable.admin.v2.CreateTableRequest
 
toBuilder() - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
toBuilder() - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
toBuilder() - Method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
toBuilder() - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
toBuilder() - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
toBuilder() - Method in class com.google.bigtable.admin.v2.GcRule
 
toBuilder() - Method in class com.google.bigtable.admin.v2.GcRule.Union
 
toBuilder() - Method in class com.google.bigtable.admin.v2.GetClusterRequest
 
toBuilder() - Method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
toBuilder() - Method in class com.google.bigtable.admin.v2.GetTableRequest
 
toBuilder() - Method in class com.google.bigtable.admin.v2.Instance
 
toBuilder() - Method in class com.google.bigtable.admin.v2.ListClustersRequest
 
toBuilder() - Method in class com.google.bigtable.admin.v2.ListClustersResponse
 
toBuilder() - Method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
toBuilder() - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
toBuilder() - Method in class com.google.bigtable.admin.v2.ListTablesRequest
 
toBuilder() - Method in class com.google.bigtable.admin.v2.ListTablesResponse
 
toBuilder() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
toBuilder() - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
toBuilder() - Method in class com.google.bigtable.admin.v2.Table
 
toBuilder() - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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.TimestampRange
 
toBuilder() - Method in class com.google.bigtable.v2.ValueRange
 
TRUE_FILTER_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.RowFilter.Condition
 
TRUE_MUTATIONS_FIELD_NUMBER - Static variable in class com.google.bigtable.v2.CheckAndMutateRowRequest
 
TYPE_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.Instance
 
TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.bigtable.admin.v2.Instance.Type
The type of the instance is unspecified.

U

UNION_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.GcRule
 
UPDATE_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
updateCluster(Cluster) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Updates a cluster within an instance.
updateCluster(Cluster) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Updates a cluster within an instance.
updateCluster(Cluster, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
Updates a cluster within an instance.
updateCluster(Cluster, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Updates a cluster within an instance.
UpdateClusterMetadata - Class in com.google.bigtable.admin.v2
The metadata for the Operation returned by UpdateCluster.
UpdateClusterMetadata.Builder - Class in com.google.bigtable.admin.v2
The metadata for the Operation returned by UpdateCluster.
UpdateClusterMetadataOrBuilder - Interface in com.google.bigtable.admin.v2
 
updateInstance(Instance) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Updates an instance within a project.
updateInstance(Instance) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Updates an instance within a project.
updateInstance(Instance, StreamObserver<Instance>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
Updates an instance within a project.
updateInstance(Instance, StreamObserver<Instance>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Updates an instance within a project.

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.admin.v2.Cluster.State
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.admin.v2.Cluster.State
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.bigtable.admin.v2.Cluster.State
 
valueOf(String) - Static method in enum com.google.bigtable.admin.v2.DropRowRangeRequest.TargetCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.admin.v2.DropRowRangeRequest.TargetCase
valueOf(String) - Static method in enum com.google.bigtable.admin.v2.GcRule.RuleCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.admin.v2.GcRule.RuleCase
Deprecated.
valueOf(String) - Static method in enum com.google.bigtable.admin.v2.Instance.State
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.admin.v2.Instance.State
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.bigtable.admin.v2.Instance.State
 
valueOf(String) - Static method in enum com.google.bigtable.admin.v2.Instance.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.admin.v2.Instance.Type
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.bigtable.admin.v2.Instance.Type
 
valueOf(String) - Static method in enum com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.ModCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.ModCase
valueOf(String) - Static method in enum com.google.bigtable.admin.v2.StorageType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.admin.v2.StorageType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.bigtable.admin.v2.StorageType
 
valueOf(String) - Static method in enum com.google.bigtable.admin.v2.Table.TimestampGranularity
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.admin.v2.Table.TimestampGranularity
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.bigtable.admin.v2.Table.TimestampGranularity
 
valueOf(String) - Static method in enum com.google.bigtable.admin.v2.Table.View
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.bigtable.admin.v2.Table.View
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.bigtable.admin.v2.Table.View
 
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.admin.v2.Cluster.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.admin.v2.DropRowRangeRequest.TargetCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.admin.v2.GcRule.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.admin.v2.Instance.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.admin.v2.Instance.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification.ModCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.admin.v2.StorageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.admin.v2.Table.TimestampGranularity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.bigtable.admin.v2.Table.View
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.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.
VIEW_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.GetTableRequest
 
VIEW_FIELD_NUMBER - Static variable in class com.google.bigtable.admin.v2.ListTablesRequest
 
VIEW_UNSPECIFIED_VALUE - Static variable in enum com.google.bigtable.admin.v2.Table.View
Uses the default view for each method as documented in its request.

W

writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.Cluster
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.ColumnFamily
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.CreateClusterRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.CreateInstanceMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.CreateInstanceRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.CreateTableRequest.Split
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.CreateTableRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.DeleteClusterRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.DeleteInstanceRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.DeleteTableRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.DropRowRangeRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.GcRule.Intersection
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.GcRule.Union
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.GcRule
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.GetClusterRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.GetInstanceRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.GetTableRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.Instance
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.ListClustersRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.ListClustersResponse
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.ListInstancesRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.ListInstancesResponse
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.ListTablesRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.ListTablesResponse
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.Table
 
writeTo(CodedOutputStream) - Method in class com.google.bigtable.admin.v2.UpdateClusterMetadata
 
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 U V W 
Skip navigation links