This interface defines virtual methods for each of the user-facing overload sets in ServiceHealthClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ServiceHealthClient.
[[["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 webpage details the `ServiceHealthConnection` object, which interfaces with the `ServiceHealthClient` in the Google Cloud Service Health API, providing virtual methods that mirror the client's user-facing overload sets."],["The `ServiceHealthConnection` allows for the injection of custom behaviors during testing, typically using mock objects."],["The webpage lists the available versions for the Service Health Connection, ranging from version 2.21.0 to 2.37.0-rc, with links to their respective documentation pages."],["`MakeServiceHealthConnection()` is the function utilized to create a concrete instance of `ServiceHealthConnection`, while `servicehealth_v1_mocks::MockServiceHealthConnection` can be used for mocking."],["The main functions provided by `ServiceHealthConnection` include managing events and organization impacts, such as `ListEvents`, `GetEvent`, `ListOrganizationEvents`, and `GetOrganizationEvent`."]]],[]]