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-05-07 UTC."],[[["This webpage details the `ServiceUsageConnection` class, which provides an interface for the `ServiceUsageClient`, allowing for custom behavior injection in tests."],["The latest version available is 2.37.0-rc, while the current version being documented is 2.32.0, with multiple previous versions listed."],["The `ServiceUsageConnection` class offers various virtual methods to manage services, including `EnableService`, `DisableService`, `GetService`, `ListServices`, `BatchEnableServices`, and `BatchGetServices`."],["It supports asynchronous operations with `future` return types and provides `NoAwaitTag` options for immediate `Operation` returns."],["The page contains functions to obtain options, manage services, handle operations, and it facilitates creating concrete instances or mocking the class."]]],[]]