// 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 webpage provides documentation for various versions of the `sql_v1_1_1SqlIamPoliciesServiceClient` component, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Each listed version links to a specific documentation page detailing the `sql_v1_1_1SqlIamPoliciesServiceClient-endpoint-snippet` for that release."],["The documentation includes information on overriding the `sql_v1::SqlIamPoliciesServiceClient` endpoint configuration."],["The webpage highlights the use of Private Google Access in the endpoint configuration, as it shows an example of how to set the endpoint option to `\"private.googleapis.com\"`."],["It explains how to create a `SqlIamPoliciesServiceClient` instance using `MakeSqlIamPoliciesServiceConnectionRest` with custom options."]]],[]]