// 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_budgets_v1::BudgetServiceClient(
google::cloud::billing_budgets_v1::MakeBudgetServiceConnection(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 latest version available is 2.37.0-rc, which can be accessed via a provided link."],["The document provides a list of available versions for the C++ billing budgets client, starting from the latest release candidate and going down to version 2.11.0."],["Each listed version has a corresponding link that directs to the specific documentation for `billing_budgets_v1_1_1BudgetServiceClient-endpoint-snippet`."],["The page includes an example code snippet demonstrating how to override the `billing_budgets_v1::BudgetServiceClient` endpoint configuration, specifically for Private Google Access."],["Version 2.28.0 is listed as a part of the historical versions available and is not the latest version, with newer versions available above it."]]],[]]