// 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."],[[["The latest release candidate version is 2.37.0-rc, providing the most up-to-date features and improvements for the billing service."],["The webpage contains a comprehensive list of available versions, spanning from 2.11.0 to 2.37.0-rc, allowing users to select the specific version they need."],["Each version links to its respective documentation for the `billing_v1_1_1CloudCatalogClient` endpoint snippet, providing detailed information."],["The content explains how to override the `billing_v1::CloudCatalogClient` endpoint configuration using `google::cloud::Options` for private Google access."],["The version displayed by default on the webpage is 2.22.1."]]],[]]