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-31 UTC."],[[["This webpage provides documentation for the `NetworkEndpointGroupsScopedList` class within the Google.Cloud.Compute.V1 namespace, specifically for version 3.4.0 of the .NET library."],["The `NetworkEndpointGroupsScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class includes two constructors, a default one and another that takes an existing `NetworkEndpointGroupsScopedList` object for creating a new instance."],["It features two key properties: `NetworkEndpointGroups`, which contains a list of `NetworkEndpointGroup` objects, and `Warning`, which provides an informational warning if the list is empty."],["The documentation also lists all the past versions of the library that this class was included in, starting with 1.0.0, and including the most recent 3.6.0."]]],[]]