// 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"]],[["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-03-21 UTC."],[[["The latest available version is 2.37.0-rc, which is designated as the most current release candidate."],["This page provides a comprehensive list of versions, from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version corresponds to a specific endpoint snippet for the `run_v2_1_1TasksClient`."],["The `run_v2::TasksClient` endpoint configuration can be overridden, as demonstrated by the provided code snippet using `google::cloud::Options`."],["The version 2.16.0 is the lowest version mentioned in the page title, but not the lowest in the available versions, and is not an indicator of the last version, which would be 2.11.0."]]],[]]