bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
// 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::ExperimentalTag{}, google::cloud::compute_backend_buckets_v1:: MakeBackendBucketsConnectionRest(google::cloud::ExperimentalTag{}, 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-23 UTC."],[[["The latest release candidate version available is 2.37.0-rc."],["The page provides access to documentation for multiple versions of the `compute_backend_buckets_v1` component, spanning from version 2.15.1 up to 2.36.0."],["It details the configuration for overriding the `compute_backend_buckets_v1::BackendBucketsClient` endpoint."],["The override configuration example provided is consistent with Private Google Access, using `\"private.googleapis.com\"` as the endpoint."],["The page demonstrates how to create a `BackendBucketsClient` using the `MakeBackendBucketsConnectionRest` function, along with experimental tags and custom options."]]],[]]