// 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-08 UTC."],[[["The latest release candidate version available is 2.37.0-rc."],["Version 2.30.0 is the current default version highlighted at the top of the list, representing the version this content is based off of."],["A total of 27 versions are listed, ranging from the release candidate 2.37.0-rc down to 2.11.0."],["The webpage provides links to the documentation for each specific version of the `run_v2::TasksClient-endpoint-snippet`."],["The content includes an example of how to override the endpoint configuration for `run_v2::TasksClient`, using `private.googleapis.com` for Private Google Access."]]],[]]