public sealed class BackendServiceGroupHealth : IMessage<BackendServiceGroupHealth>, IEquatable<BackendServiceGroupHealth>, IDeepCloneable<BackendServiceGroupHealth>, IBufferMessage, IMessage
[[["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."],[[["The `BackendServiceGroupHealth` class, part of the `Google.Cloud.Compute.V1` namespace, provides information about the health of backend service groups, as indicated by configured health checks."],["This documentation covers versions from 1.0.0 to the latest 3.6.0 of the `BackendServiceGroupHealth` class, with the current page detailing the 2.2.0 version."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various Protobuf functionalities."],["The `BackendServiceGroupHealth` class includes properties such as `Annotations`, `HasKind`, `HealthStatus`, and `Kind`, each providing specific details regarding the backend service group health."],["The class has two constructors, a default one and one that accepts another `BackendServiceGroupHealth` instance to facilitate copying or duplication."]]],[]]