Module: Google::Cloud::Datastore::V1::Mutation::ConflictResolutionStrategy
- Defined in:
- proto_docs/google/datastore/v1/datastore.rb
Overview
The possible ways to resolve a conflict detected in a mutation.
Constant Summary collapse
- STRATEGY_UNSPECIFIED =
Unspecified. Defaults to
SERVER_VALUE
. 0
- SERVER_VALUE =
The server entity is kept.
1
- FAIL =
The whole commit request fails.
3