public sealed class GetNetworkEndpointGroupRequest : IMessage<GetNetworkEndpointGroupRequest>, IEquatable<GetNetworkEndpointGroupRequest>, IDeepCloneable<GetNetworkEndpointGroupRequest>, IBufferMessage, IMessage
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."],[[["The `GetNetworkEndpointGroupRequest` class is a request message used for retrieving information about a network endpoint group, as described in the NetworkEndpointGroups.Get method."],["The latest version of the Google Cloud Compute .NET library is 3.6.0, with numerous previous versions available, extending back to version 1.0.0."],["`GetNetworkEndpointGroupRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetNetworkEndpointGroupRequest` class has properties such as `NetworkEndpointGroup`, `Project`, and `Zone`, which are of type `string`, to be set when sending the request."],["`GetNetworkEndpointGroupRequest` has 2 constructors: `GetNetworkEndpointGroupRequest()` and `GetNetworkEndpointGroupRequest(GetNetworkEndpointGroupRequest other)` which allows to set the request based on a previous request."]]],[]]