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 webpage provides documentation for the `NetworkEndpointWithHealthStatus` class within the `Google.Cloud.Compute.V1` namespace in .NET."],["This class is implemented across multiple versions, ranging from version 1.0.0 to the latest version 3.6.0, with links provided for each."],["The `NetworkEndpointWithHealthStatus` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors: a default constructor and one that takes another `NetworkEndpointWithHealthStatus` object as a parameter."],["Key properties of this class are `Healths`, which is a repeated field of `HealthStatusForNetworkEndpoint`, and `NetworkEndpoint`, which represents the network endpoint itself."]]],[]]