public sealed class GetNetworkEndpointGroupRequest : IMessage<GetNetworkEndpointGroupRequest>, IEquatable<GetNetworkEndpointGroupRequest>, IDeepCloneable<GetNetworkEndpointGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetNetworkEndpointGroupRequest.
A request message for NetworkEndpointGroups.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 document provides reference documentation for the `GetNetworkEndpointGroupRequest` class within the Compute Engine v1 API, specifically for version 2.2.0."],["The `GetNetworkEndpointGroupRequest` class is used to make a request to retrieve details about a specific network endpoint group and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `NetworkEndpointGroup`, `Project`, and `Zone`, which are essential for specifying the target network endpoint group and the project and zone it resides in."],["The document also includes a listing of all versions, from 1.0.0 to the most current being 3.6.0, which can be used as a guide for how to implement this into your code."],["The document contains two constructors, a parameterless one and one that accepts another instance of the class, that can be used to instantiate a new object."]]],[]]