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 page provides documentation for the `CloudBillingConnection` object, which is used with the `CloudBillingClient` in version 2.13.0 of the Google Cloud C++ Billing library, as well as many versions before and after."],["The latest release available is version 2.37.0-rc, and the page lists many of the available releases of the Cloud Billing library, dating back to 2.11.0."],["`CloudBillingConnection` defines virtual methods corresponding to the user-facing overloads in `CloudBillingClient`, enabling users to inject custom behaviors for testing purposes."],["The `CloudBillingConnection` object includes functions such as `GetBillingAccount`, `ListBillingAccounts`, `UpdateBillingAccount`, `GetIamPolicy`, `SetIamPolicy`, and `TestIamPermissions`, among others, for managing billing information and IAM policies."],["To use `CloudBillingConnection`, you can create a concrete instance using the `MakeCloudBillingConnection()` function, or use `MockCloudBillingConnection` for mocking during testing."]]],[]]