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 document outlines the `ServiceHealthConnection` class, which provides an interface for virtual methods corresponding to each user-facing overload set in the `ServiceHealthClient`."],["The `ServiceHealthConnection` class allows for injecting custom behavior in testing scenarios, such as with Google Mock objects, using the `ServiceHealthClient`."],["The document details the various versions of service health available, from the latest release candidate (`2.37.0-rc`) to older versions like `2.21.0`, each with a link to their respective class documentation."],["The `ServiceHealthConnection` class includes functions such as `ListEvents`, `GetEvent`, `ListOrganizationEvents`, `GetOrganizationEvent`, `ListOrganizationImpacts`, and `GetOrganizationImpact`, which are used to interact with service health data."],["To create an instance of `ServiceHealthConnection`, you can use `MakeServiceHealthConnection()`, or to mock it, you can utilize `servicehealth_v1_mocks::MockServiceHealthConnection`."]]],[]]