// 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::compute_target_pools_v1::TargetPoolsClient(
google::cloud::compute_target_pools_v1::MakeTargetPoolsConnectionRest(
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-15 UTC."],[[["The webpage provides a comprehensive list of versions for `compute_target_pools_v1_1_1TargetPoolsClient`, ranging from version 2.15.1 to the latest release candidate 2.37.0-rc."],["Each version listed corresponds to a specific documentation page accessible via a provided URL, allowing users to explore the details of each release."],["The latest release candidate version is highlighted as 2.37.0-rc, indicating it's the most current version under development or testing."],["The content includes an example of how to override the endpoint configuration for the `compute_target_pools_v1::TargetPoolsClient`, using `private.googleapis.com` as an example."],["The webpage's lowest version available is 2.15.1, while showing every versions of the client up to the latest version 2.37.0-rc."]]],[]]