// 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::SqlOperationsServiceClient(
google::cloud::ExperimentalTag{},
google::cloud::sql_v1::MakeSqlOperationsServiceConnectionRest(
google::cloud::ExperimentalTag{}, options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The webpage provides documentation and reference links for various versions of the `sql_v1_1_1SqlOperationsServiceClient`, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed is associated with a specific URL, allowing direct access to the corresponding documentation for that particular release, all following the format of a link to a snippet related to the endpoint."],["The content includes a code snippet demonstrating how to override the endpoint configuration for the `sql_v1::SqlOperationsServiceClient`, specifying the use of `\"private.googleapis.com\"`."],["The code snippet provided indicates that the configuration shown is also compatible with Private Google Access, as detailed in the provided link."]]],[]]