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."],[[["This page details the `GetGlobalNetworkEndpointGroupRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting information about a global network endpoint group."],["The latest available version is 3.6.0, with several older versions, dating back to 1.0.0, accessible through the listed links."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes a default constructor and one that takes another `GetGlobalNetworkEndpointGroupRequest` as a parameter to create a new object."],["Key properties include `NetworkEndpointGroup` and `Project`, which are both strings used to specify the target endpoint group and the project ID."]]],[]]