// 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-02 UTC."],[[["The latest release candidate version available is 2.37.0-rc."],["This page provides access to documentation for multiple versions of the `sql_v1_1_1SqlUsersServiceClient`, from the latest release candidate to version 2.11.0."],["Each version listed links to the respective documentation for that specific release of the `sql_v1_1_1SqlUsersServiceClient-endpoint-snippet`."],["The page provides configuration information for overriding the `sql_v1::SqlUsersServiceClient` endpoint."],["It outlines how to configure the `SqlUsersServiceClient` endpoint using `private.googleapis.com` for private Google access."]]],[]]