// 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 release candidate version is 2.37.0-rc, providing the most up-to-date features and improvements for the billing budgets client."],["The current version of the displayed documentation page is for version 2.34.0 of the billing budgets client, and has versions ranging back to version 2.11.0."],["This document contains a range of historical versions of the billing budgets client and associated endpoint snippet, from 2.11.0 up to 2.37.0-rc, allowing users to access different versions."],["The configuration for overriding the `billing_budgets_v1::BudgetServiceClient` endpoint is demonstrated for Private Google Access using `private.googleapis.com`."]]],[]]