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-04-17 UTC."],[[["The webpage details the `ServiceHealthConnection` object, which acts as an interface defining virtual methods for `ServiceHealthClient`'s user-facing overload sets."],["The most recent release candidate is version `2.37.0-rc`, and the provided content also details previous versions all the way down to version `2.21.0`."],["Users can create concrete instances of `ServiceHealthConnection` using `MakeServiceHealthConnection()` and can utilize `servicehealth_v1_mocks::MockServiceHealthConnection` for mocking in tests."],["The `ServiceHealthConnection` interface provides virtual functions for managing events and impacts, such as `ListEvents`, `GetEvent`, `ListOrganizationEvents`, `GetOrganizationEvent`, `ListOrganizationImpacts`, and `GetOrganizationImpact`."],["The `options()` virtual function is also included in this interface, however it is only given the `Returns` type information, not the parameters."]]],[]]