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-14 UTC."],[[["The latest release candidate version is 2.37.0-rc, and the page includes version information and links for versions ranging from 2.11.0 to 2.36.0, along with 2.37.0-rc."],["The `ServiceUsageConnection` object defines the virtual methods for each user-facing overload set in `ServiceUsageClient`, which can be used to inject custom behavior for testing purposes."],["`MakeServiceUsageConnection()` is used to create a concrete instance of `ServiceUsageConnection`, and `MockServiceUsageConnection` can be used for mocking."],["The `ServiceUsageConnection` provides virtual functions for managing services, such as `EnableService`, `DisableService`, `GetService`, `ListServices`, `BatchEnableServices`, and `BatchGetServices`."],["Each of these service management functions takes a specific request type and returns a response type, which includes the service status or a list of services."]]],[]]