Implements a policy that only accepts truly idempotent mutations.
This policy accepts only truly idempotent mutations, that is, it rejects mutations where the server sets the timestamp. Some applications may find this too restrictive and can set their own policies if they wish.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The latest version of the `SafeIdempotentMutationPolicy` is 2.37.0-rc, with numerous previous versions available, including the current version being 2.35.0."],["This policy is designed to accept only truly idempotent mutations, rejecting those where the server sets the timestamp."],["The `SafeIdempotentMutationPolicy` includes methods for cloning the policy and determining if a given mutation or conditional mutation is idempotent."],["The `is_idempotent` function can check both single `Mutation` objects and `CheckAndMutateRowRequest` objects to determine idempotency, returning a boolean value."]]],[]]