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-03-21 UTC."],[[["The `NetworkEndpointWithHealthStatus` class is a part of the `Google.Cloud.Compute.V1` namespace, specifically found in the `Google.Cloud.Compute.V1.dll` assembly, and represents a network endpoint with its associated health status."],["This class implements several interfaces, including `IMessage\u003cNetworkEndpointWithHealthStatus\u003e`, `IEquatable\u003cNetworkEndpointWithHealthStatus\u003e`, `IDeepCloneable\u003cNetworkEndpointWithHealthStatus\u003e`, `IBufferMessage`, and `IMessage`."],["The class provides two constructors, a default one and another that accepts an existing `NetworkEndpointWithHealthStatus` object for copying."],["It includes two properties: `Healths`, a `RepeatedField` containing health statuses, and `NetworkEndpoint`, which represents the actual network endpoint."],["The latest version of this is 3.6.0, and there are multiple other previous versions from 1.0.0 to 3.5.0, each with their own documentations."]]],[]]