// 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::ExperimentalTag{},
google::cloud::sql_v1::MakeSqlUsersServiceConnectionRest(
google::cloud::ExperimentalTag{}, 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 page provides a comprehensive list of versions for the `sql_v1_1_1SqlUsersServiceClient-endpoint-snippet`, starting from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each listed version corresponds to a specific URL, allowing direct access to the documentation or details for that particular release of the endpoint configuration."],["The latest version available is `2.37.0-rc`, indicating it is the most current release candidate."],["The code snippet provided demonstrates how to override the `sql_v1::SqlUsersServiceClient` endpoint configuration, specifically for use with Private Google Access."],["Version `2.14.0` is indicated as the starting point of a dropdown, showing that the page is focusing on versions from `2.14.0` onwards, while also listing older versions for reference."]]],[]]