// 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"]],[["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-09 UTC."],[[["This webpage provides a comprehensive list of versions for the `sql_v1_1_1SqlOperationsServiceClient-endpoint-snippet`, starting from version 2.37.0-rc (latest) down to 2.11.0."],["Each version listed corresponds to a specific URL that contains the respective endpoint snippet documentation."],["The latest available version is 2.37.0-rc, indicating it is a release candidate."],["The content also includes instructions on how to override the default `sql_v1::SqlOperationsServiceClient` endpoint configuration, with an example using `private.googleapis.com`."],["The listed versions cover a range of updates, allowing users to find and access documentation for specific releases as needed."]]],[]]