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 page details the `GetRegionNetworkEndpointGroupRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to send requests for retrieving information about a specific region network endpoint group."],["The `GetRegionNetworkEndpointGroupRequest` class is available across multiple versions, ranging from version 1.0.0 to the latest version 3.6.0, and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the base `Object` class and includes properties like `NetworkEndpointGroup`, `Project`, and `Region`, which are all strings and used to specify the target endpoint group, the Google Cloud project, and the region, respectively."],["The latest version for the class `GetRegionNetworkEndpointGroupRequest` is 3.6.0, with other previous versions available for reference and usage."]]],[]]