[[["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 `ConnectionServiceRetryPolicy` class within the Google Cloud BigQuery C++ library, specifically within the `google::cloud::bigquery_connection_v1` namespace."],["The latest release candidate for the BigQuery C++ library is version 2.37.0-rc, with the latest stable being 2.36.0, while this webpage specifically shows documentation for version 2.30.0, with a list of previous versions ranging back to 2.11.0."],["The `ConnectionServiceRetryPolicy` class determines the retry behavior for `ConnectionServiceConnection` operations, and includes functions for cloning the policy, checking for failure conditions, and checking if the policy is exhausted."],["The policy's `OnFailure()` functions are available to determine if a retry should be triggered based on the provided `Status`, and `IsExhausted()` returns a bool for if the retry policy is depleted."],["The page contains information on `IsPermanentFailure()` function, which will also return a bool depending on if the `Status` is deemed a permanent failure, and therefore not eligible for retry."]]],[]]