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 webpage details the `GetNetworkEndpointGroupRequest` class within the `Google.Cloud.Compute.V1` namespace, with the latest version being 3.6.0 and a history of versions back to 1.0.0."],["The `GetNetworkEndpointGroupRequest` class is a request message for the `NetworkEndpointGroups.Get` method, inheriting from the base `Object` class and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains constructors for creating instances, including a default constructor and one that accepts another `GetNetworkEndpointGroupRequest` object for cloning."],["Key properties of this class include `NetworkEndpointGroup`, `Project`, and `Zone`, all of which are string types and used to specify the target network endpoint group in a project and zone."],["The webpage also contains a link to each of the versions of the `GetNetworkEndpointGroupRequest` with a change log of them."]]],[]]