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 implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Version 3.6.0 is the latest available release for `BackendServiceGroupHealth`, and it has several prior versions going all the way back to 1.0.0 available."],["The `BackendServiceGroupHealth` class includes properties like `Annotations` (metadata for network endpoint group), `HasKind` (checks if the kind field is set), `HealthStatus` (health state of backend instances), and `Kind` (type of resource)."],["The class can be constructed using an empty constructor, or a constructor that utilizes another `BackendServiceGroupHealth` parameter."],["It is inherited from the base object, and contains several public methods, properties, and parameters."]]],[]]