Class: Google::Cloud::Spanner::V1::BatchWriteRequest::MutationGroup
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::V1::BatchWriteRequest::MutationGroup
- 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.
1100 1101 1102 1103 |
# File 'proto_docs/google/spanner/v1/spanner.rb', line 1100 class MutationGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |