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-24 UTC."],[[["The `GetNetworkEndpointGroupRequest` class is used to request information about a network endpoint group within the Google Compute Engine v1 API, and it is part of the Google.Cloud.Compute.V1 namespace in the .NET library."],["This class offers an extensive range of versioning, with the latest being version 3.6.0 and going as far back as version 1.0.0, indicating a long-standing support for older implementations of the API."],["`GetNetworkEndpointGroupRequest` inherits from the base .NET `object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to perform its core operations."],["The `GetNetworkEndpointGroupRequest` class includes properties such as `NetworkEndpointGroup`, `Project`, and `Zone`, all of which are strings, and these properties specify the requested network endpoint group and its location."],["The class offers two constructors, one that is empty and another that takes in an existing `GetNetworkEndpointGroupRequest` as a parameter, indicating that the objects are cloneable."]]],[]]