public sealed class NetworkEndpointGroupsAttachEndpointsRequest : IMessage<NetworkEndpointGroupsAttachEndpointsRequest>, IEquatable<NetworkEndpointGroupsAttachEndpointsRequest>, IDeepCloneable<NetworkEndpointGroupsAttachEndpointsRequest>, 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."],[[["This page details the `NetworkEndpointGroupsAttachEndpointsRequest` class within the `Google.Cloud.Compute.V1` namespace, primarily found in the Google.Cloud.Compute.V1.dll assembly."],["The latest version of this class is 3.6.0, but the current page focuses on version 3.4.0, with links available to versions ranging from 1.0.0 to 3.6.0."],["`NetworkEndpointGroupsAttachEndpointsRequest` class inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes a `NetworkEndpoints` property, which is a `RepeatedField` of `NetworkEndpoint` objects representing the list of network endpoints to be attached."],["There are two constructors available for the `NetworkEndpointGroupsAttachEndpointsRequest` class: a default constructor and one that takes another `NetworkEndpointGroupsAttachEndpointsRequest` object as a parameter."]]],[]]