// 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-09 UTC."],[[["This webpage provides documentation for various versions of the `run_v2::RevisionsClient`, ranging from version 2.11.0 up to 2.37.0-rc, with 2.37.0-rc being the latest."],["Each listed version links to specific documentation for that version, containing information for the `run_v2::RevisionsClient-endpoint-snippet`."],["The example configuration snippet on this webpage demonstrates how to override the `run_v2::RevisionsClient` endpoint configuration using Private Google Access, where an options object is used to set the desired endpoint, \"private.googleapis.com\"."],["There are a total of 27 different versions listed in this documentation, which showcase the different endpoints one may use for the `RevisionsClient`."]]],[]]