public sealed class GetRegionNetworkEndpointGroupRequest : IMessage<GetRegionNetworkEndpointGroupRequest>, IEquatable<GetRegionNetworkEndpointGroupRequest>, IDeepCloneable<GetRegionNetworkEndpointGroupRequest>, IBufferMessage, IMessage
A request message for RegionNetworkEndpointGroups.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 `GetRegionNetworkEndpointGroupRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to send requests for retrieving information about a specific region's network endpoint group."],["The `GetRegionNetworkEndpointGroupRequest` class is part of the Google.Cloud.Compute.V1 assembly and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for specifying the `NetworkEndpointGroup`, `Project`, and `Region`, all of which are of type string and required to form a valid request."],["The webpage also has a version history, allowing access to the `GetRegionNetworkEndpointGroupRequest` class across various versions from 1.0.0 up to the latest 3.6.0."],["It has 2 constructors, a parameterless constructor, and one that uses another `GetRegionNetworkEndpointGroupRequest` instance."]]],[]]