Firestore in Datastore mode V1 API - Module Google::Cloud::Datastore::V1::Mutation::ConflictResolutionStrategy (v1.1.0)

Reference documentation and code samples for the Firestore in Datastore mode V1 API module Google::Cloud::Datastore::V1::Mutation::ConflictResolutionStrategy.

The possible ways to resolve a conflict detected in a mutation.

Constants

STRATEGY_UNSPECIFIED

value: 0
Unspecified. Defaults to SERVER_VALUE.

SERVER_VALUE

value: 1
The server entity is kept.

FAIL

value: 3
The whole commit request fails.