Package com.google.bigtable.v2
Interface MutationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mutation,Mutation.Builder
public interface MutationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionIncrementally updates an `Aggregate` cell.Incrementally updates an `Aggregate` cell.Deletes cells from a column.Deletes cells from a column.Deletes cells from a column family.Deletes cells from a column family.Deletes cells from the entire row.Deletes cells from the entire row.Merges accumulated state to an `Aggregate` cell.Merges accumulated state to an `Aggregate` cell.Set a cell's value.Set a cell's value.booleanIncrementally updates an `Aggregate` cell.booleanDeletes cells from a column.booleanDeletes cells from a column family.booleanDeletes cells from the entire row.booleanMerges accumulated state to an `Aggregate` cell.booleanSet a cell's value.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSetCell
boolean hasSetCell()Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;- Returns:
- Whether the setCell field is set.
-
getSetCell
Mutation.SetCell getSetCell()Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;- Returns:
- The setCell.
-
getSetCellOrBuilder
Mutation.SetCellOrBuilder getSetCellOrBuilder()Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1; -
hasAddToCell
boolean hasAddToCell()Incrementally updates an `Aggregate` cell.
.google.bigtable.v2.Mutation.AddToCell add_to_cell = 5;- Returns:
- Whether the addToCell field is set.
-
getAddToCell
Mutation.AddToCell getAddToCell()Incrementally updates an `Aggregate` cell.
.google.bigtable.v2.Mutation.AddToCell add_to_cell = 5;- Returns:
- The addToCell.
-
getAddToCellOrBuilder
Mutation.AddToCellOrBuilder getAddToCellOrBuilder()Incrementally updates an `Aggregate` cell.
.google.bigtable.v2.Mutation.AddToCell add_to_cell = 5; -
hasMergeToCell
boolean hasMergeToCell()Merges accumulated state to an `Aggregate` cell.
.google.bigtable.v2.Mutation.MergeToCell merge_to_cell = 6;- Returns:
- Whether the mergeToCell field is set.
-
getMergeToCell
Mutation.MergeToCell getMergeToCell()Merges accumulated state to an `Aggregate` cell.
.google.bigtable.v2.Mutation.MergeToCell merge_to_cell = 6;- Returns:
- The mergeToCell.
-
getMergeToCellOrBuilder
Mutation.MergeToCellOrBuilder getMergeToCellOrBuilder()Merges accumulated state to an `Aggregate` cell.
.google.bigtable.v2.Mutation.MergeToCell merge_to_cell = 6; -
hasDeleteFromColumn
boolean hasDeleteFromColumn()Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;- Returns:
- Whether the deleteFromColumn field is set.
-
getDeleteFromColumn
Mutation.DeleteFromColumn getDeleteFromColumn()Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;- Returns:
- The deleteFromColumn.
-
getDeleteFromColumnOrBuilder
Mutation.DeleteFromColumnOrBuilder getDeleteFromColumnOrBuilder()Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2; -
hasDeleteFromFamily
boolean hasDeleteFromFamily()Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;- Returns:
- Whether the deleteFromFamily field is set.
-
getDeleteFromFamily
Mutation.DeleteFromFamily getDeleteFromFamily()Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;- Returns:
- The deleteFromFamily.
-
getDeleteFromFamilyOrBuilder
Mutation.DeleteFromFamilyOrBuilder getDeleteFromFamilyOrBuilder()Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3; -
hasDeleteFromRow
boolean hasDeleteFromRow()Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;- Returns:
- Whether the deleteFromRow field is set.
-
getDeleteFromRow
Mutation.DeleteFromRow getDeleteFromRow()Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;- Returns:
- The deleteFromRow.
-
getDeleteFromRowOrBuilder
Mutation.DeleteFromRowOrBuilder getDeleteFromRowOrBuilder()Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4; -
getMutationCase
Mutation.MutationCase getMutationCase()
-