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 details the `CloudBillingConnection` object, which provides an interface for virtual methods used by the `CloudBillingClient` for interacting with Google Cloud Billing."],["The most recent release candidate is version `2.37.0-rc`, and the current version detailed on the page is `2.36.0`, with numerous previous versions listed for reference."],["The `CloudBillingConnection` interface allows users to inject custom behaviors into tests using objects of type `CloudBillingClient`, and can be mocked with `billing_v1_mocks::MockCloudBillingConnection`."],["The interface defines virtual functions for managing billing accounts and project billing information, including `GetBillingAccount`, `ListBillingAccounts`, `UpdateBillingAccount`, `CreateBillingAccount`, and more."],["The `CloudBillingConnection` interface also includes virtual methods for managing IAM policies and moving billing accounts, such as `GetIamPolicy`, `SetIamPolicy`, `TestIamPermissions`, and `MoveBillingAccount`."]]],[]]