// 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"]],[["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-08 UTC."],[[["This page provides documentation for various versions of the `run_v2_1_1ServicesClient`, with the latest release candidate being 2.37.0-rc."],["The list includes version releases spanning from 2.11.0 up to 2.36.0, as well as a release candidate version 2.37.0-rc, with direct links to their respective documentation."],["The most current version of the documentation shown is version 2.21.0, even though it is not the latest release candidate."],["The page also includes an example of overriding the `run_v2::ServicesClient` endpoint configuration, which is applicable for use with Private Google Access."]]],[]]