// 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_global_public_delegated_prefixes_v1::
GlobalPublicDelegatedPrefixesClient(
google::cloud::compute_global_public_delegated_prefixes_v1::
MakeGlobalPublicDelegatedPrefixesConnectionRest(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-04-01 UTC."],[[["The webpage provides documentation and configuration details for various versions of the `compute_global_public_delegated_prefixes_v1::GlobalPublicDelegatedPrefixesClient` in C++."],["Version 2.37.0-rc is the latest release candidate, and it can be found via the first link in the provided list."],["The page offers a comprehensive list of versions, ranging from 2.15.1 up to the most current release candidate, allowing users to access documentation for any specific version they are using."],["The provided code snippet demonstrates how to override the endpoint configuration for the GlobalPublicDelegatedPrefixesClient, specifically for use with Private Google Access."],["Version 2.18.0 is noted as the version title, which is the start of the listed versions on the page."]]],[]]