// 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_public_advertised_prefixes_v1::
PublicAdvertisedPrefixesClient(
google::cloud::compute_public_advertised_prefixes_v1::
MakePublicAdvertisedPrefixesConnectionRest(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-05 UTC."],[[["The webpage provides a list of available versions for `compute_public_advertised_prefixes_v1_1_1PublicAdvertisedPrefixesClient` ranging from 2.15.1 to the latest release candidate 2.37.0-rc."],["Each version listed links to the corresponding documentation page, containing information for that specific release of the `compute_public_advertised_prefixes_v1_1_1PublicAdvertisedPrefixesClient`."],["The latest available version is `2.37.0-rc` listed at the top of the documentation list, indicating it's the most current release candidate."],["The content includes a code snippet that shows how to override the endpoint configuration for `compute_public_advertised_prefixes_v1::PublicAdvertisedPrefixesClient`, specifically in relation to Private Google Access."],["Version 2.29.0 is the currently selected version, with links available for older and newer versions."]]],[]]