Module: Google::Datastore::V1::CommitRequest::Mode
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb
Overview
The modes available for commits.
Constant Summary collapse
- MODE_UNSPECIFIED =
Unspecified. This value must not be used.
0
- TRANSACTIONAL =
Transactional: The mutations are either all applied, or none are applied. Learn about transactions here.
1
- NON_TRANSACTIONAL =
Non-transactional: The mutations may not apply as all or none.
2