This interface defines virtual methods for each of the user-facing overload sets in CloudBillingClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type CloudBillingClient.
[[["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 document details the `CloudBillingConnection` interface, which provides virtual methods for each user-facing overload set in `CloudBillingClient`, allowing for custom behavior injection during testing."],["The latest release candidate is version 2.37.0-rc, while the stable current version is 2.36.0 and the oldest available version is 2.11.0, with multiple versions in between also available for access."],["The interface includes methods for managing billing accounts, such as `GetBillingAccount`, `ListBillingAccounts`, `UpdateBillingAccount`, `CreateBillingAccount`, and `MoveBillingAccount`."],["It also supports managing project billing information with methods like `ListProjectBillingInfo`, `GetProjectBillingInfo`, and `UpdateProjectBillingInfo`, alongside IAM-related methods."],["A concrete instance can be created using `MakeCloudBillingConnection()`, and for mocking, users can utilize `billing_v1_mocks::MockCloudBillingConnection`."]]],[]]