public sealed class GetGlobalNetworkEndpointGroupRequest : IMessage<GetGlobalNetworkEndpointGroupRequest>, IEquatable<GetGlobalNetworkEndpointGroupRequest>, IDeepCloneable<GetGlobalNetworkEndpointGroupRequest>, IBufferMessage, IMessage
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 used to request information about a global network endpoint group in the Google Cloud Compute API, with version 3.6.0 being the latest."],["This class, part of the `Google.Cloud.Compute.V1` namespace, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetGlobalNetworkEndpointGroupRequest` class has two constructors: a default constructor and one that accepts another `GetGlobalNetworkEndpointGroupRequest` object as a parameter."],["The `GetGlobalNetworkEndpointGroupRequest` class includes properties `NetworkEndpointGroup` and `Project` which are used to specify the name of the network endpoint group and the project ID for the request respectively."],["There are multiple versions available to be used, from version 1.0.0 all the way to the most recent version, 3.6.0, all which are displayed on this page."]]],[]]