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-04-09 UTC."],[[["The `GetNetworkEndpointGroupRequest` class in the Compute Engine v1 API allows you to request specific details about a network endpoint group, which is detailed within the method description."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality and compatibility, and inherits from the object class."],["The latest version of the .NET reference for `GetNetworkEndpointGroupRequest` is 3.6.0, but numerous previous versions are also available, going as far back as version 1.0.0."],["This class has a constructor that can take another `GetNetworkEndpointGroupRequest` as an argument, allowing the creation of a copy of the request, and another one with no arguments, for a new request."],["The class requires three key properties: `NetworkEndpointGroup`, `Project`, and `Zone`, which are all strings and used to identify the target network endpoint group and its location."]]],[]]