// 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 version available is 2.37.0-rc, which is a release candidate."],["The webpage provides access to documentation for a range of versions, from 2.11.0 up to the latest version, 2.37.0-rc."],["The content includes information about how to override the `sql_v1::SqlFlagsServiceClient` endpoint configuration, showing an example of setting it to \"private.googleapis.com\"."],["Version 2.17.0 is the oldest release listed in the drop-down menu, but is part of a larger set of available versions."]]],[]]