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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["The latest version available is 2.37.0-rc, with links to documentation for that and many previous versions of the SafeIdempotentMutationPolicy class."],["The SafeIdempotentMutationPolicy implements a strict policy that only accepts mutations that are truly idempotent, and it rejects mutations where the server sets the timestamp."],["The class provides a `clone()` function that returns a copy of the policy as a unique pointer to `IdempotentMutationPolicy`."],["The `is_idempotent()` function determines whether a single `google::bigtable::v2::Mutation` or a conditional `google::bigtable::v2::CheckAndMutateRowRequest` is idempotent."]]],[]]