// 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-03-05 UTC."],[[["The webpage provides a comprehensive list of historical versions for the `billing_v1::CloudCatalogClient` C++ library, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each listed version corresponds to a specific documentation page detailing the `billing_v1_1_1CloudCatalogClient-endpoint-snippet`."],["The latest version available is a release candidate, `2.37.0-rc`, and is indicated as such, offering users the most current set of features."],["The endpoint configuration for `billing_v1::CloudCatalogClient` can be overridden using specific options, such as setting the `EndpointOption` to `\"private.googleapis.com\"` for Private Google Access compatibility."],["The example code snippet demonstrates how to configure and make a connection to `billing_v1::CloudCatalogClient`, showcasing options for overriding the default endpoint."]]],[]]