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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mutation.DeleteFromColumn
getDeleteFromColumn()
Deletes cells from a column.Mutation.DeleteFromColumnOrBuilder
getDeleteFromColumnOrBuilder()
Deletes cells from a column.Mutation.DeleteFromFamily
getDeleteFromFamily()
Deletes cells from a column family.Mutation.DeleteFromFamilyOrBuilder
getDeleteFromFamilyOrBuilder()
Deletes cells from a column family.Mutation.DeleteFromRow
getDeleteFromRow()
Deletes cells from the entire row.Mutation.DeleteFromRowOrBuilder
getDeleteFromRowOrBuilder()
Deletes cells from the entire row.Mutation.MutationCase
getMutationCase()
Mutation.SetCell
getSetCell()
Set a cell's value.Mutation.SetCellOrBuilder
getSetCellOrBuilder()
Set a cell's value.boolean
hasDeleteFromColumn()
Deletes cells from a column.boolean
hasDeleteFromFamily()
Deletes cells from a column family.boolean
hasDeleteFromRow()
Deletes cells from the entire row.boolean
hasSetCell()
Set a cell's value.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
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()
-
-