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-14 UTC."],[[["This document outlines the `CloudBillingConnection` object, which acts as an interface defining virtual methods for various operations within `CloudBillingClient`, facilitating custom behavior in testing."],["The latest release candidate version of this interface is 2.37.0-rc, with the oldest listed version being 2.11.0, and a total of 27 version listed, each with unique documentation."],["`CloudBillingConnection` enables operations like getting, listing, updating, and creating billing accounts and project billing info, with different function overloads for each operation."],["The interface also supports IAM (Identity and Access Management) operations, including retrieving, setting, and testing permissions via the virtual methods `GetIamPolicy`, `SetIamPolicy`, and `TestIamPermissions`."],["The `MakeCloudBillingConnection()` function is used to create a concrete instance of this class, while `billing_v1_mocks::MockCloudBillingConnection` is provided for mocking purposes in testing scenarios."]]],[]]