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 latest version of the `GetGlobalNetworkEndpointGroupRequest` documentation is 3.6.0, with multiple previous versions available for reference, ranging down to version 1.0.0."],["The `GetGlobalNetworkEndpointGroupRequest` class is used to construct a request message for the `GlobalNetworkEndpointGroups.Get` method within the Compute Engine v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality checks, deep cloning, and buffer operations."],["The class includes properties like `NetworkEndpointGroup` and `Project`, which are strings and are used to specify the name of the network endpoint group and the project ID for the request, respectively."],["The class inherits from the base object class, from which it gets inherited members such as GetHashCode(), GetType() and ToString()."]]],[]]