// 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."],[[["This page provides access to various versions of the SQL Flags Service Client, ranging from the latest release candidate version 2.37.0-rc down to version 2.11.0."],["Each listed version links to specific documentation for the `sql_v1_1_1SqlFlagsServiceClient-endpoint-snippet`, allowing users to find the relevant documentation for the specific release."],["The content contains an example code snippet on how to override `sql_v1::SqlFlagsServiceClient` Endpoint Configuration, specifically mentioning private google access."],["Version 2.16.0 is the oldest version, and the starting point of the dropdown menu, that is listed on this page with the versions increasing as we go up the list."]]],[]]