// 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."],[[["This page documents the various versions of the `billing_budgets_v1::BudgetServiceClient` and provides links to their respective documentation, including the latest release candidate version."],["The latest release candidate for `billing_budgets_v1::BudgetServiceClient` is version 2.37.0-rc, and there are multiple other versions available, ranging from 2.36.0 down to 2.11.0."],["The page provides documentation on how to override the default endpoint configuration for `billing_budgets_v1::BudgetServiceClient`, including an example snippet utilizing `private.googleapis.com`."],["The currently viewed version of the documentation is 2.14.0, with all other versions accessible via links."]]],[]]