// 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::SqlDatabasesServiceClient(
google::cloud::sql_v1::MakeSqlDatabasesServiceConnectionRest(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."],[[["This page provides documentation and links for various versions of the `sql_v1_1_1SqlDatabasesServiceClient` component, spanning from version 2.11.0 to 2.36.0, with 2.37.0-rc being the latest release candidate."],["Each listed version number links to the corresponding documentation for the `sql_v1_1_1SqlDatabasesServiceClient-endpoint-snippet`, providing specific information for that version."],["The content also includes an example of how to override the endpoint configuration for the `sql_v1::SqlDatabasesServiceClient`, particularly for use with Private Google Access, by setting the `EndpointOption` to \"private.googleapis.com\"."],["The currently viewed version is indicated as version 2.21.0, which is one of many other versions readily available."]]],[]]