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 for backend services and has a latest version of 3.6.0 with many versions dating back to 1.0.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `BackendServiceGroupHealth` class includes properties such as `Annotations`, which stores metadata as key-value pairs, `HasKind` to check if the \"kind\" field is set, `HealthStatus` to store health states of backend instances or endpoints, and `Kind` to describe the type of resource."],["The class has 2 constructors, one default and one that takes in another `BackendServiceGroupHealth` object as a parameter, and has many older versions of the class available."],["There are methods inherited from the base `object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]