public sealed class GetGlobalNetworkEndpointGroupRequest : IMessage<GetGlobalNetworkEndpointGroupRequest>, IEquatable<GetGlobalNetworkEndpointGroupRequest>, IDeepCloneable<GetGlobalNetworkEndpointGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetGlobalNetworkEndpointGroupRequest.
A request message for GlobalNetworkEndpointGroups.Get. See the method description for details.
[[["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 `GetGlobalNetworkEndpointGroupRequest` class is part of the Google Cloud Compute Engine v1 API and is used to request information about a global network endpoint group."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for deep cloning, equality checks, and efficient message handling."],["It includes properties to specify the `NetworkEndpointGroup` name and the `Project` ID for the request, both of which are string types."],["The documentation lists various versions of this class, ranging from version 1.0.0 up to the latest version 3.6.0, indicating a history of updates and potential backwards compatibility."],["There are two constructors available for creating instances of the `GetGlobalNetworkEndpointGroupRequest` class, one being an empty constructor and the other being a copy constructor that accepts another instance of the same type."]]],[]]