Reference documentation and code samples for the Cloud Bigtable V2 Client class Mutation.
Specifies a particular change to be made to the contents of a row.
Generated from protobuf message google.bigtable.v2.Mutation
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ set_cell
↳ add_to_cell
↳ delete_from_column
↳ delete_from_family
↳ delete_from_row
getSetCell
Set a cell's value.
hasSetCell
setSetCell
Set a cell's value.
$this
getAddToCell
Incrementally updates an Aggregate
cell.
hasAddToCell
setAddToCell
Incrementally updates an Aggregate
cell.
$this
getDeleteFromColumn
Deletes cells from a column.
hasDeleteFromColumn
setDeleteFromColumn
Deletes cells from a column.
$this
getDeleteFromFamily
Deletes cells from a column family.
hasDeleteFromFamily
setDeleteFromFamily
Deletes cells from a column family.
$this
getDeleteFromRow
Deletes cells from the entire row.
hasDeleteFromRow
setDeleteFromRow
Deletes cells from the entire row.
$this
getMutation
string