// 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::SqlFlagsServiceClient(
google::cloud::ExperimentalTag{},
google::cloud::sql_v1::MakeSqlFlagsServiceConnectionRest(
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."],[[["The latest available version is 2.37.0-rc, which is marked as the most current release candidate."],["This page provides a comprehensive list of SQL client library versions, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed on this page links to specific documentation for the sql_v1_1_1SqlFlagsServiceClient-endpoint-snippet, enabling users to quickly find the correct information for their specific version."],["The page provides instructions on how to override the default endpoint configuration for the sql_v1::SqlFlagsServiceClient, specifically for scenarios like Private Google Access, by using the private.googleapis.com endpoint."]]],[]]