// 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::SqlUsersServiceClient(
google::cloud::sql_v1::MakeSqlUsersServiceConnectionRest(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-08 UTC."],[[["The latest available version is 2.37.0-rc, which can be accessed via a specific link."],["The page provides access to documentation for various versions of the SQL service, ranging from version 2.11.0 up to the latest release candidate version."],["Each version listed has its own corresponding documentation link related to the `sql_v1_1_1SqlUsersServiceClient-endpoint-snippet`."],["Users can configure the `sql_v1::SqlUsersServiceClient` endpoint using the provided example code."],["The endpoint configuration provided is noted as being compatible with Private Google Access."]]],[]]