Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::Mutation.
Specifies a particular change to be made to the contents of a row.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#add_to_cell
def add_to_cell() -> ::Google::Cloud::Bigtable::V2::Mutation::AddToCell
Returns
-
(::Google::Cloud::Bigtable::V2::Mutation::AddToCell) — Incrementally updates an
Aggregate
cell.
#add_to_cell=
def add_to_cell=(value) -> ::Google::Cloud::Bigtable::V2::Mutation::AddToCell
Parameter
-
value (::Google::Cloud::Bigtable::V2::Mutation::AddToCell) — Incrementally updates an
Aggregate
cell.
Returns
-
(::Google::Cloud::Bigtable::V2::Mutation::AddToCell) — Incrementally updates an
Aggregate
cell.
#delete_from_column
def delete_from_column() -> ::Google::Cloud::Bigtable::V2::Mutation::DeleteFromColumn
Returns
- (::Google::Cloud::Bigtable::V2::Mutation::DeleteFromColumn) — Deletes cells from a column.
#delete_from_column=
def delete_from_column=(value) -> ::Google::Cloud::Bigtable::V2::Mutation::DeleteFromColumn
Parameter
- value (::Google::Cloud::Bigtable::V2::Mutation::DeleteFromColumn) — Deletes cells from a column.
Returns
- (::Google::Cloud::Bigtable::V2::Mutation::DeleteFromColumn) — Deletes cells from a column.
#delete_from_family
def delete_from_family() -> ::Google::Cloud::Bigtable::V2::Mutation::DeleteFromFamily
Returns
- (::Google::Cloud::Bigtable::V2::Mutation::DeleteFromFamily) — Deletes cells from a column family.
#delete_from_family=
def delete_from_family=(value) -> ::Google::Cloud::Bigtable::V2::Mutation::DeleteFromFamily
Parameter
- value (::Google::Cloud::Bigtable::V2::Mutation::DeleteFromFamily) — Deletes cells from a column family.
Returns
- (::Google::Cloud::Bigtable::V2::Mutation::DeleteFromFamily) — Deletes cells from a column family.
#delete_from_row
def delete_from_row() -> ::Google::Cloud::Bigtable::V2::Mutation::DeleteFromRow
Returns
- (::Google::Cloud::Bigtable::V2::Mutation::DeleteFromRow) — Deletes cells from the entire row.
#delete_from_row=
def delete_from_row=(value) -> ::Google::Cloud::Bigtable::V2::Mutation::DeleteFromRow
Parameter
- value (::Google::Cloud::Bigtable::V2::Mutation::DeleteFromRow) — Deletes cells from the entire row.
Returns
- (::Google::Cloud::Bigtable::V2::Mutation::DeleteFromRow) — Deletes cells from the entire row.
#merge_to_cell
def merge_to_cell() -> ::Google::Cloud::Bigtable::V2::Mutation::MergeToCell
Returns
-
(::Google::Cloud::Bigtable::V2::Mutation::MergeToCell) — Merges accumulated state to an
Aggregate
cell.
#merge_to_cell=
def merge_to_cell=(value) -> ::Google::Cloud::Bigtable::V2::Mutation::MergeToCell
Parameter
-
value (::Google::Cloud::Bigtable::V2::Mutation::MergeToCell) — Merges accumulated state to an
Aggregate
cell.
Returns
-
(::Google::Cloud::Bigtable::V2::Mutation::MergeToCell) — Merges accumulated state to an
Aggregate
cell.
#set_cell
def set_cell() -> ::Google::Cloud::Bigtable::V2::Mutation::SetCell
Returns
- (::Google::Cloud::Bigtable::V2::Mutation::SetCell) — Set a cell's value.
#set_cell=
def set_cell=(value) -> ::Google::Cloud::Bigtable::V2::Mutation::SetCell
Parameter
- value (::Google::Cloud::Bigtable::V2::Mutation::SetCell) — Set a cell's value.
Returns
- (::Google::Cloud::Bigtable::V2::Mutation::SetCell) — Set a cell's value.