// 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_delegated_prefixes_v1::
PublicDelegatedPrefixesClient(
google::cloud::compute_public_delegated_prefixes_v1::
MakePublicDelegatedPrefixesConnectionRest(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."],[[["This webpage provides access to different versions of the `compute_public_delegated_prefixes_v1::PublicDelegatedPrefixesClient` documentation, with version 2.37.0-rc being the latest available release candidate."],["The content ranges from version 2.15.1 to 2.37.0-rc, offering documentation for various iterations of the `PublicDelegatedPrefixesClient`."],["Each version link leads to the specific documentation for the `compute_public_delegated_prefixes_v1_1_1PublicDelegatedPrefixesClient-endpoint-snippet` for that release."],["The page includes code snippets for overriding the `PublicDelegatedPrefixesClient` endpoint configuration, demonstrating how to set a custom endpoint, such as `\"private.googleapis.com\"`."],["The documentation is written in the C++ programming language."]]],[]]