// 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_backend_buckets_v1::BackendBucketsClient(
google::cloud::compute_backend_buckets_v1::
MakeBackendBucketsConnectionRest(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-09 UTC."],[[["This webpage provides documentation for various versions of the `compute_backend_buckets_v1_1_1BackendBucketsClient`, with the latest release being version 2.37.0-rc."],["The content offers access to documentation for versions ranging from 2.15.1 up to the current latest version, allowing users to browse through different iterations."],["The page demonstrates how to override the default endpoint configuration for the `compute_backend_buckets_v1::BackendBucketsClient`, specifying the `private.googleapis.com` endpoint for use with Private Google Access."],["Each version number links to a specific document page for that release, enabling access to detailed information about the compute_backend_buckets for that version."]]],[]]