Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::MutateRowsRequest::Entry.
A mutation for a given row.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mutations
def mutations() -> ::Array<::Google::Cloud::Bigtable::V2::Mutation>
Returns
- (::Array<::Google::Cloud::Bigtable::V2::Mutation>) — Required. Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
#mutations=
def mutations=(value) -> ::Array<::Google::Cloud::Bigtable::V2::Mutation>
Parameter
- value (::Array<::Google::Cloud::Bigtable::V2::Mutation>) — Required. Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
Returns
- (::Array<::Google::Cloud::Bigtable::V2::Mutation>) — Required. Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
#row_key
def row_key() -> ::String
Returns
-
(::String) — The key of the row to which the
mutations
should be applied.
#row_key=
def row_key=(value) -> ::String
Parameter
-
value (::String) — The key of the row to which the
mutations
should be applied.
Returns
-
(::String) — The key of the row to which the
mutations
should be applied.