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-24 UTC."],[[["The `NetworkEndpointGroupsScopedList` class, part of the `Google.Cloud.Compute.V1` namespace, is a data structure used within Google Cloud's Compute API for managing network endpoint groups."],["This class has been implemented with multiple interfaces for deep cloning, equatability, and message handling, specifically: IMessage\u003cNetworkEndpointGroupsScopedList\u003e, IEquatable\u003cNetworkEndpointGroupsScopedList\u003e, IDeepCloneable\u003cNetworkEndpointGroupsScopedList\u003e, IBufferMessage, and IMessage."],["The class contains two key properties: `NetworkEndpointGroups`, which is a list of `NetworkEndpointGroup` objects within the scope, and `Warning`, which provides an informational message if the list of groups is empty."],["The most recent version available is 3.6.0 and it goes all the way back to version 1.0.0."],["The class implements methods from its inheritance including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]