Cloud Spanner V1 API - Class Google::Cloud::Spanner::V1::BatchWriteRequest::MutationGroup (v0.26.0)

Reference documentation and code samples for the Cloud Spanner V1 API class Google::Cloud::Spanner::V1::BatchWriteRequest::MutationGroup.

A group of mutations to be committed together. Related mutations should be placed in a group. For example, two mutations inserting rows with the same primary key prefix in both parent and child tables are related.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#mutations

def mutations() -> ::Array<::Google::Cloud::Spanner::V1::Mutation>
Returns

#mutations=

def mutations=(value) -> ::Array<::Google::Cloud::Spanner::V1::Mutation>
Parameter
Returns