This interface defines virtual methods for each of the user-facing overload sets in ServiceUsageClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ServiceUsageClient.
[[["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-21 UTC."],[[["This page provides documentation for the `ServiceUsageConnection` class, specifically version 2.30.0, which serves as an interface to define virtual methods for the `ServiceUsageClient`."],["The `ServiceUsageConnection` class allows users to inject custom behaviors, useful for testing `ServiceUsageClient` objects with mock objects."],["The latest release is `2.37.0-rc`, with the provided list showcasing the history and availability of other versions such as 2.36.0, 2.35.0 and so on."],["The documentation details the various functions available within `ServiceUsageConnection`, including methods for enabling, disabling, getting, and listing services, such as `EnableService`, `DisableService`, `GetService`, `ListServices`, `BatchEnableServices`, and `BatchGetServices`."],["The `MakeServiceUsageConnection()` function can be used to create a concrete instance of the `ServiceUsageConnection` object, and `MockServiceUsageConnection` to make a mock instance."]]],[]]