// 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-04-09 UTC."],[[["This page provides documentation for various versions of the `billing_budgets_v1::BudgetServiceClient`, starting from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed contains a link to its specific documentation page, featuring details on `billing_budgets_v1_1_1BudgetServiceClient-endpoint-snippet`."],["The most current version available is identified as `2.37.0-rc`, indicating it is a release candidate and might have not been fully stable."],["The documentation includes information on overriding the `billing_budgets_v1::BudgetServiceClient` endpoint configuration, specifically showing an example related to Private Google Access."],["The lowest version featured is 2.11.0, and the highest stable version is 2.36.0."]]],[]]