Module: Google::Cloud::Datastore::V1::CommitRequest::Mode

Defined in:
proto_docs/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