[[["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."],[[["This webpage provides documentation for the `IdempotentMutationPolicy` class within the Google Cloud Bigtable C++ client library, spanning multiple versions."],["The latest release candidate version for this class is `2.37.0-rc`, with a history of released versions available going back to version `2.11.0`."],["The `IdempotentMutationPolicy` class manages whether mutations sent to Bigtable can be safely retried in the case of errors, with functions for determining if a single mutation or conditional mutation is idempotent."],["The `clone()` function allows users to create a copy of the `IdempotentMutationPolicy` object, which returns a `std::unique_ptr` to a new `IdempotentMutationPolicy` object."],["The `is_idempotent()` function is overloaded to check for idempotent mutations via either `google::bigtable::v2::Mutation const &` or `google::bigtable::v2::CheckAndMutateRowRequest const &`, returning a boolean value."]]],[]]