// 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::SqlOperationsServiceClient(
google::cloud::sql_v1::MakeSqlOperationsServiceConnectionRest(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-05-07 UTC."],[[["The webpage provides documentation and reference for various versions of the `sql_v1_1_1SqlOperationsServiceClient`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each listed version links to its specific documentation page, allowing users to find the relevant information for that particular release."],["The page also includes an example of how to override the default endpoint configuration for the `sql_v1::SqlOperationsServiceClient`, specifying the `private.googleapis.com` endpoint, suitable for Private Google Access."],["The listed versions are presented in descending order, with the latest release candidate (2.37.0-rc) appearing first and version 2.11.0 being the last version in this list."]]],[]]