[[["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-03-21 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."]]],[]]