public sealed class GlobalNetworkEndpointGroupsAttachEndpointsRequest : IMessage<GlobalNetworkEndpointGroupsAttachEndpointsRequest>, IEquatable<GlobalNetworkEndpointGroupsAttachEndpointsRequest>, IDeepCloneable<GlobalNetworkEndpointGroupsAttachEndpointsRequest>, 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 latest version of the `GlobalNetworkEndpointGroupsAttachEndpointsRequest` is 3.6.0, with multiple previous versions available for reference, ranging down to version 1.0.0."],["This class, `GlobalNetworkEndpointGroupsAttachEndpointsRequest`, is used to manage the attachment of network endpoints within Google Cloud's Compute service."],["This class inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling specific functionalities."],["The class contains a `NetworkEndpoints` property, which is a list of network endpoints to be attached and is of type `RepeatedField\u003cNetworkEndpoint\u003e`."],["There are two constructors for this class, the default one, and another which takes a `GlobalNetworkEndpointGroupsAttachEndpointsRequest` as a parameter, allowing for the creation of new instances based on existing ones."]]],[]]