// 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::billing_v1::CloudCatalogClient(
google::cloud::billing_v1::MakeCloudCatalogConnection(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-09 UTC."],[[["This page provides access to various versions of the Cloud Billing C++ client library, specifically for the `billing_v1_1_1CloudCatalogClient`."],["The latest version available is 2.37.0-rc, and the page lists versions descending down to 2.11.0."],["Each version link directs to the corresponding documentation for `billing_v1_1_1CloudCatalogClient`, detailing endpoint snippets, with each version having its own."],["The provided code snippet shows how to override the endpoint configuration for `CloudCatalogClient`, enabling it to work with Private Google Access by setting the endpoint to \"private.googleapis.com\"."]]],[]]