public sealed class NetworkEndpointWithHealthStatus : IMessage<NetworkEndpointWithHealthStatus>, IEquatable<NetworkEndpointWithHealthStatus>, IDeepCloneable<NetworkEndpointWithHealthStatus>, 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-04-09 UTC."],[[["The `NetworkEndpointWithHealthStatus` class in the `Google.Cloud.Compute.V1` namespace provides information about a network endpoint's health, and is implemented in multiple different versions, ranging from 1.0.0 up to the latest 3.6.0."],["This class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing it to be used within the Google Cloud environment."],["It contains two primary properties: `Healths`, which is a `RepeatedField` of `HealthStatusForNetworkEndpoint` objects indicating the health status, and `NetworkEndpoint`, a `NetworkEndpoint` object representing the network endpoint itself."],["Two constructors are available for `NetworkEndpointWithHealthStatus`: a default constructor, and one that takes another `NetworkEndpointWithHealthStatus` object for initialization."]]],[]]