// 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::SqlInstancesServiceClient(
google::cloud::sql_v1::MakeSqlInstancesServiceConnectionRest(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."],[[["The webpage provides a comprehensive list of versioned documentation for the `sql_v1_1_1SqlInstancesServiceClient` component, spanning from version 2.11.0 to the latest release candidate, 2.37.0-rc."],["Each listed version, including the release candidate, links to its specific documentation page detailing the `sql_v1_1_1SqlInstancesServiceClient-endpoint-snippet`."],["The most current stable version documented is 2.36.0, while the most recent release candidate version available is 2.37.0-rc."],["There is an example provided on how to override the `sql_v1::SqlInstancesServiceClient` Endpoint Configuration, specifically for \"Private Google Access\", configuring a new endpoint for the service."]]],[]]