// 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::run_v2::ServicesClient(
google::cloud::run_v2::MakeServicesConnection(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-04-17 UTC."],[[["This page provides access to documentation for various versions of the `run_v2_1_1ServicesClient` component, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The primary focus is on the `run_v2_1_1ServicesClient-endpoint-snippet`, offering details and code snippets for each specific version."],["The documentation covers how to override the `run_v2::ServicesClient` endpoint configuration, including a code example demonstrating how to set the endpoint to \"private.googleapis.com\"."],["The current default version documented on this page is version 2.35.0, as shown in the title, although there are multiple versions of documentation from 2.11.0 and up."]]],[]]