// 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::SqlTiersServiceClient(
google::cloud::sql_v1::MakeSqlTiersServiceConnectionRest(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_1SqlTiersServiceClient` component."],["Version 2.37.0-rc is the most recent release candidate, indicated as the \"latest\" version."],["The page offers access to documentation for numerous versions ranging from 2.11.0 up to 2.37.0-rc, allowing users to select the appropriate documentation based on their specific version."],["The documentation includes information on how to override the default endpoint configuration for the `sql_v1::SqlTiersServiceClient`, including an example that shows how to configure it for Private Google Access."],["The earliest stable release listed is version 2.11.0 and the most recent stable version is 2.36.0."]]],[]]