Interface MutationOrBuilder (2.13.0)

public interface MutationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeleteFromColumn()

public abstract Mutation.DeleteFromColumn getDeleteFromColumn()

Deletes cells from a column.

.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;

Returns
TypeDescription
Mutation.DeleteFromColumn

The deleteFromColumn.

getDeleteFromColumnOrBuilder()

public abstract Mutation.DeleteFromColumnOrBuilder getDeleteFromColumnOrBuilder()

Deletes cells from a column.

.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;

Returns
TypeDescription
Mutation.DeleteFromColumnOrBuilder

getDeleteFromFamily()

public abstract Mutation.DeleteFromFamily getDeleteFromFamily()

Deletes cells from a column family.

.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;

Returns
TypeDescription
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;

Returns
TypeDescription
Mutation.DeleteFromFamilyOrBuilder

getDeleteFromRow()

public abstract Mutation.DeleteFromRow getDeleteFromRow()

Deletes cells from the entire row.

.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;

Returns
TypeDescription
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;

Returns
TypeDescription
Mutation.DeleteFromRowOrBuilder

getMutationCase()

public abstract Mutation.MutationCase getMutationCase()
Returns
TypeDescription
Mutation.MutationCase

getSetCell()

public abstract Mutation.SetCell getSetCell()

Set a cell's value.

.google.bigtable.v2.Mutation.SetCell set_cell = 1;

Returns
TypeDescription
Mutation.SetCell

The setCell.

getSetCellOrBuilder()

public abstract Mutation.SetCellOrBuilder getSetCellOrBuilder()

Set a cell's value.

.google.bigtable.v2.Mutation.SetCell set_cell = 1;

Returns
TypeDescription
Mutation.SetCellOrBuilder

hasDeleteFromColumn()

public abstract boolean hasDeleteFromColumn()

Deletes cells from a column.

.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the setCell field is set.