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 in Google Cloud's Compute Engine API."],["This class supports various versions, ranging from 1.0.0 to the latest 3.6.0, allowing for compatibility and access to features across different updates of the API."],["`NetworkEndpointGroupsScopedList` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, demonstrating its comprehensive functionality within the Google Cloud .NET library."],["It includes properties such as `NetworkEndpointGroups` (a list of network endpoint groups) and `Warning` (for outputting informational messages), which offer means to interact with and understand network data."],["The `NetworkEndpointGroupsScopedList` class offers two constructors, a default one and another that accepts an existing instance of itself as an argument, to clone properties."]]],[]]