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 a request message for retrieving information about a Global Network Endpoint Group, as part of Google Cloud Compute V1."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within Google Cloud's .NET environment."],["The latest version available for this specific request is 3.6.0, however the documentation also includes versions spanning from 1.0.0 to 3.5.0 for use."],["The class has two constructors, one default and one for copying an existing `GetGlobalNetworkEndpointGroupRequest` instance, allowing for object duplication."],["`GetGlobalNetworkEndpointGroupRequest` includes the properties `NetworkEndpointGroup` and `Project`, which are strings used for providing the name of the target network endpoint group and project ID for the request."]]],[]]