// 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"]],[["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 and links for various versions of the `sql_v1_1_1SqlBackupRunsServiceClient` component, starting from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each listed version, such as 2.36.0, 2.35.0, etc., has a corresponding link to its specific documentation page, enabling users to easily locate information relevant to their current version."],["The content includes an example of how to override the endpoint configuration for the `sql_v1::SqlBackupRunsServiceClient`, particularly for use with Private Google Access, by setting the `EndpointOption` to \"private.googleapis.com\"."],["The documentation is comprehensive, spanning multiple minor and patch versions, offering historical reference and support for users working with any of the listed releases of the `sql_v1_1_1SqlBackupRunsServiceClient`."]]],[]]