This interface defines virtual methods for each of the user-facing overload sets in BudgetServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type BudgetServiceClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage provides documentation for the `BudgetServiceConnection` object, which is used with the `BudgetServiceClient`."],["The `BudgetServiceConnection` interface defines virtual methods corresponding to each user-facing overload set found in `BudgetServiceClient`, enabling custom behavior injection for testing."],["The documentation lists various versions of the billing API, ranging from 2.11.0 up to 2.37.0-rc (latest)."],["`BudgetServiceConnection` can be used to create, update, get, list, and delete budgets through its virtual functions like `CreateBudget`, `UpdateBudget`, and `DeleteBudget`."],["The `MakeBudgetServiceConnection()` function can be used to create a concrete instance of the `BudgetServiceConnection` and `MockBudgetServiceConnection` is provided for mocking purposes."]]],[]]