Class: Google::Cloud::Spanner::V1::BatchWriteRequest::MutationGroup

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/v1/spanner.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#mutations::Array<::Google::Cloud::Spanner::V1::Mutation>

Returns Required. The mutations in this group.

Returns:



987
988
989
990
# File 'proto_docs/google/spanner/v1/spanner.rb', line 987

class MutationGroup
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end