// 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::RevisionsClient(
google::cloud::run_v2::MakeRevisionsConnection(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."],[[["The latest available version is 2.37.0-rc, which is marked as the most current release candidate."],["The webpage provides access to a historical archive of versioned documentation, starting from the newest 2.37.0-rc down to version 2.11.0."],["The content contains information on how to override the `run_v2::RevisionsClient` endpoint configuration, particularly relevant for Private Google Access setups."],["Each version listed has a corresponding link to its specific documentation within the \"run_v2_1_1RevisionsClient-endpoint-snippet\" directory."],["The current version displayed on the page is version 2.26.0."]]],[]]