// 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."],[[["This webpage provides access to documentation for various versions of the `run_v2::JobsClient` in C++, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed links to a specific page containing the `run_v2::JobsClient-endpoint-snippet` documentation, providing version-specific information."],["The latest version available is [2.37.0-rc](/cpp/docs/reference/run/latest/run_v2_1_1JobsClient-endpoint-snippet), which is designated as a release candidate."],["The page includes an example code snippet demonstrating how to override the `run_v2::JobsClient` endpoint configuration, particularly for scenarios like Private Google Access."],["The current version of the page itself is in version 2.22.1, as shown on the top left."]]],[]]