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 health information about backend services and has a latest version of 3.6.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling message-based data, comparisons, deep cloning, and buffer operations."],["The class contains a `HealthStatus` property, which is a `RepeatedField` indicating the health state of backend instances or endpoints, derived from configured health checks."],["The `Annotations` property of the `BackendServiceGroupHealth` class allows for metadata to be added as annotations to the network endpoint group, and it uses a `MapField`."],["The `Kind` property, which is output-only, will always return \"compute#backendServiceGroupHealth\" when describing the health of backend services."]]],[]]