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."],[[["This page details the `GetNetworkEndpointGroupRequest` class within the `Google.Cloud.Compute.V1` namespace, as found in the `Google.Cloud.Compute.V1.dll` assembly, which is used to send a request to retrieve information about a network endpoint group."],["The latest version for this request is 3.6.0, however there are multiple previous versions of the class available starting from 1.0.0, with links to the appropriate documentation for each."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a variety of functionalities for developers using the .NET library."],["The `GetNetworkEndpointGroupRequest` class includes properties for `NetworkEndpointGroup`, `Project`, and `Zone`, which are necessary for specifying the target network endpoint group, project ID, and the zone where the network endpoint group resides."],["There are two constructors available to use, one of which requires another GetNetworkEndpointGroupRequest, and another that does not require any argument."]]],[]]