// 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::tpu_v2::TpuClient(
google::cloud::tpu_v2::MakeTpuConnection(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-09 UTC."],[[["The webpage provides access to documentation for various versions of the TPU client, ranging from version 2.11.0 up to the release candidate 2.37.0-rc."],["Each listed version, including the latest release candidate, links to documentation on the `TpuClient-endpoint-snippet`, offering version-specific details."],["The latest version available is the release candidate `2.37.0-rc`, while `2.27.0` is the initially displayed version."],["The page features instructions for overriding the default `tpu_v2::TpuClient` endpoint configuration, explaining how to set up a private Google access endpoint."]]],[]]