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 used for managing network endpoint group data within the Google Cloud Compute environment."],["The current version of the class is 2.0.0, but many older versions are also available, ranging all the way back to 1.0.0, with version 3.6.0 being the latest available version."],["The `NetworkEndpointGroupsScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and a constructor that takes another `NetworkEndpointGroupsScopedList` object as a parameter."],["The `NetworkEndpointGroupsScopedList` class contains two main properties: `NetworkEndpointGroups`, a `RepeatedField` list of `NetworkEndpointGroup` objects, and `Warning`, which is used for informational warnings regarding the list of network endpoint groups."]]],[]]