// 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::TasksClient(
google::cloud::run_v2::MakeTasksConnection(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-02 UTC."],[[["This page provides access to documentation for various versions of the `run_v2::TasksClient` C++ library, ranging from version 2.11.0 up to the release candidate 2.37.0-rc."],["The latest release candidate version available is 2.37.0-rc, which is listed at the top of the version list for quick access."],["The versions are listed in descending order, making it simple to find the latest and work backward to older releases."],["The page documents a configuration override for `run_v2::TasksClient` endpoints using `google::cloud::Options`, highlighting compatibility with Private Google Access."],["Each listed version contains a link to the documentation that corresponds to the `run_v2_1_1TasksClient-endpoint-snippet` for the associated version."]]],[]]