// 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"]],[["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-26 UTC."],[[["The webpage provides documentation and reference for different versions of `compute_public_advertised_prefixes_v1_1_1PublicAdvertisedPrefixesClient`, ranging from version 2.15.1 up to the latest release candidate, 2.37.0-rc."],["Each listed version has a dedicated link to its respective documentation, allowing users to access version-specific details for the `PublicAdvertisedPrefixesClient`."],["Version 2.29.0 is highlighted at the top of the page, implying a baseline or a significant release that users might be commonly referencing."],["There is an example provided on how to override the endpoint configuration for `PublicAdvertisedPrefixesClient` using `private.googleapis.com`, referencing its usage with private google access."],["The latest version available is 2.37.0-rc, which is considered the latest release candidate, and the rest are numbered versions with each one having a link to documentation."]]],[]]