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."],[[["The latest version of the `GetRegionNetworkEndpointGroupRequest` is 3.6.0, and the page details versions ranging from 1.0.0 to 3.6.0."],["The `GetRegionNetworkEndpointGroupRequest` class is a request message used for the `RegionNetworkEndpointGroups.Get` method within the Google Cloud Compute API."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling and deep cloning."],["The `GetRegionNetworkEndpointGroupRequest` class has properties like `NetworkEndpointGroup`, `Project`, and `Region`, all of which are strings, to specify the target network endpoint group, project, and region for the request."],["The class includes two constructors: a parameterless constructor and one that accepts another `GetRegionNetworkEndpointGroupRequest` object for copying."]]],[]]