// 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::SqlIamPoliciesServiceClient(
google::cloud::sql_v1::MakeSqlIamPoliciesServiceConnectionRest(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 different versions of the SQL IAM Policies Service Client, ranging from version 2.11.0 up to 2.36.0, with 2.37.0-rc being the latest release candidate."],["Each version listed has a corresponding link to its specific documentation, detailing the sql_v1_1_1SqlIamPoliciesServiceClient endpoint snippet."],["The content includes instructions on how to override the sql_v1::SqlIamPoliciesServiceClient endpoint configuration, with an example of setting it to \"private.googleapis.com\" for Private Google Access."],["Version 2.24.0 is the base version being viewed, and all subsequent version numbers up to 2.37.0-rc are newer releases, while all versions under 2.24.0 are previous releases."]]],[]]