// 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::JobsClient(
google::cloud::run_v2::MakeJobsConnection(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."],[[["The webpage provides documentation and reference for various versions of `run_v2_1_1JobsClient-endpoint-snippet`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed is hyperlinked to its respective documentation page."],["The latest stable version available is 2.36.0, while 2.37.0-rc is a release candidate."],["The content includes an example of how to override the `run_v2::JobsClient` endpoint configuration, typically used with Private Google Access, by setting the endpoint option to `\"private.googleapis.com\"`."],["Version 2.27.0 is shown to be the version being currently viewed."]]],[]]