public interface MutationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeleteFromColumn()
public abstract Mutation.DeleteFromColumn getDeleteFromColumn()
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;
Type | Description |
Mutation.DeleteFromColumn | The deleteFromColumn. |
getDeleteFromColumnOrBuilder()
public abstract Mutation.DeleteFromColumnOrBuilder getDeleteFromColumnOrBuilder()
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;
Type | Description |
Mutation.DeleteFromColumnOrBuilder |
getDeleteFromFamily()
public abstract Mutation.DeleteFromFamily getDeleteFromFamily()
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;
Type | Description |
Mutation.DeleteFromFamily | The deleteFromFamily. |
getDeleteFromFamilyOrBuilder()
public abstract Mutation.DeleteFromFamilyOrBuilder getDeleteFromFamilyOrBuilder()
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;
Type | Description |
Mutation.DeleteFromFamilyOrBuilder |
getDeleteFromRow()
public abstract Mutation.DeleteFromRow getDeleteFromRow()
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;
Type | Description |
Mutation.DeleteFromRow | The deleteFromRow. |
getDeleteFromRowOrBuilder()
public abstract Mutation.DeleteFromRowOrBuilder getDeleteFromRowOrBuilder()
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;
Type | Description |
Mutation.DeleteFromRowOrBuilder |
getMutationCase()
public abstract Mutation.MutationCase getMutationCase()
Type | Description |
Mutation.MutationCase |
getSetCell()
public abstract Mutation.SetCell getSetCell()
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;
Type | Description |
Mutation.SetCell | The setCell. |
getSetCellOrBuilder()
public abstract Mutation.SetCellOrBuilder getSetCellOrBuilder()
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;
Type | Description |
Mutation.SetCellOrBuilder |
hasDeleteFromColumn()
public abstract boolean hasDeleteFromColumn()
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;
Type | Description |
boolean | Whether the deleteFromColumn field is set. |
hasDeleteFromFamily()
public abstract boolean hasDeleteFromFamily()
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;
Type | Description |
boolean | Whether the deleteFromFamily field is set. |
hasDeleteFromRow()
public abstract boolean hasDeleteFromRow()
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;
Type | Description |
boolean | Whether the deleteFromRow field is set. |
hasSetCell()
public abstract boolean hasSetCell()
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;
Type | Description |
boolean | Whether the setCell field is set. |