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 provides information about the health status of backend services, with the latest version being 3.6.0 and a range of versions down to 1.0.0 available for reference."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `Object` class."],["`BackendServiceGroupHealth` has two constructors, one default and one that takes another `BackendServiceGroupHealth` instance as a parameter for copying, both available for use."],["The `Annotations`, `HasKind`, `HealthStatus`, and `Kind` properties are available for accessing or getting the state of the backend instances or endpoints, where `Annotations` and `HealthStatus` are respectively a `MapField` and `RepeatedField`, and the `Kind` property being of type string."],["The `HealthStatus` property contains the health state of the backend instances or endpoints, determined by configured health checks."]]],[]]