// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
auto options = google::cloud::Options{}.set<google::cloud::EndpointOption>(
"private.googleapis.com");
auto client = google::cloud::sql_v1::SqlBackupRunsServiceClient(
google::cloud::sql_v1::MakeSqlBackupRunsServiceConnectionRest(options));
[[["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-02 UTC."],[[["This webpage provides a comprehensive list of versions for the `sql_v1_1_1SqlBackupRunsServiceClient` component, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed, including the latest release candidate, is hyperlinked to its specific documentation page, allowing easy access to details about that version."],["The current default version for this page is set at 2.35.0, as indicated at the top of the version list."],["There is an example provided at the bottom of the content, showing how to override the default endpoint configuration for the `SqlBackupRunsServiceClient` with `private.googleapis.com`."]]],[]]