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-24 UTC."],[[["This webpage provides reference documentation for the `GetGlobalNetworkEndpointGroupRequest` class in the Google Compute Engine v1 API, specifically within the .NET environment, with the most recent version listed as 3.6.0, and the page focuses on version 2.12.0."],["The `GetGlobalNetworkEndpointGroupRequest` class is used to construct a request to get information about a global network endpoint group, and it inherits from the .NET object class and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that takes another `GetGlobalNetworkEndpointGroupRequest` object as a parameter, allowing for the creation of a new object by copying another."],["The `GetGlobalNetworkEndpointGroupRequest` class includes two main properties, `NetworkEndpointGroup`, representing the network endpoint group's name, and `Project`, which stands for the ID of the project making the request, both strings."],["The page lists all of the versions for the GetGlobalNetworkEndpointGroupRequest, and clicking on each version will take you to that version's page of documentation."]]],[]]