// 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 available is 2.37.0-rc."],["Version 2.11.0 is the oldest listed version of the BudgetServiceClient documentation."],["A comprehensive list of versions, spanning from 2.11.0 up to the latest release candidate, 2.37.0-rc, is provided."],["Each listed version provides a link to the corresponding BudgetServiceClient endpoint snippet documentation within the cpp reference."],["The provided example demonstrates how to override the BudgetServiceClient endpoint configuration using the `private.googleapis.com` endpoint option."]]],[]]