public sealed class NetworkEndpointGroupsScopedList : IMessage<NetworkEndpointGroupsScopedList>, IEquatable<NetworkEndpointGroupsScopedList>, IDeepCloneable<NetworkEndpointGroupsScopedList>, 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 `NetworkEndpointGroupsScopedList` class, part of the `Google.Cloud.Compute.V1` namespace, is a core component for managing network endpoint groups and is available across multiple versions, with the most recent one being 3.6.0."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities such as deep cloning, message buffering, and equality comparison."],["The class includes two constructors, one default and another that accepts an instance of `NetworkEndpointGroupsScopedList` for creating a new object based on an existing one."],["It features two main properties: `NetworkEndpointGroups`, which is a read-only list of `NetworkEndpointGroup` objects contained within the scope, and `Warning`, which is used to display a warning message when the list of network endpoint groups is empty."],["The assembly for this class is `Google.Cloud.Compute.V1.dll`, making it a part of the Google Cloud Compute library for .NET development."]]],[]]