// 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"]],[["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-05-02 UTC."],[[["This webpage provides access to documentation for various versions of the `sql_v1_1_1SqlDatabasesServiceClient`, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["Each version listed corresponds to a specific documentation page detailing the `sql_v1_1_1SqlDatabasesServiceClient`, with a clickable link to the respective documentation."],["The most current version of the documentation on the page is 2.37.0-rc, designated as the latest release candidate."],["The webpage also includes an example of overriding the `sql_v1::SqlDatabasesServiceClient` endpoint configuration, showing how to set it to \"private.googleapis.com\" for Private Google Access."],["The base version of the page is 2.22.1."]]],[]]