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-21 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."],["`GlobalNetworkEndpointGroupsAttachEndpointsRequest` is a class that inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for functionalities like deep cloning and message handling."],["The class offers two constructors: a default constructor, `GlobalNetworkEndpointGroupsAttachEndpointsRequest()`, and one that takes another `GlobalNetworkEndpointGroupsAttachEndpointsRequest` object as a parameter for copying, `GlobalNetworkEndpointGroupsAttachEndpointsRequest(GlobalNetworkEndpointGroupsAttachEndpointsRequest other)`."],["The primary property within this class is `NetworkEndpoints`, which is a `RepeatedField` type and is designed to hold a list of network endpoints to be attached."],["The class is located in the namespace `Google.Cloud.Compute.V1` and the assembly `Google.Cloud.Compute.V1.dll`."]]],[]]