public sealed class GetRegionNetworkEndpointGroupRequest : IMessage<GetRegionNetworkEndpointGroupRequest>, IEquatable<GetRegionNetworkEndpointGroupRequest>, IDeepCloneable<GetRegionNetworkEndpointGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionNetworkEndpointGroupRequest.
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-24 UTC."],[[["The `GetRegionNetworkEndpointGroupRequest` class is part of the Google Cloud Compute Engine v1 API and is used to request information about a specific network endpoint group in a region."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities within the API."],["It provides properties to specify the `NetworkEndpointGroup`, `Project`, and `Region`, allowing users to target specific resources."],["The latest version available for this request is version 3.6.0, with the listed versions ranging from 1.0.0 to 3.6.0."],["The class contains 2 constructors: the default constructor and a constructor that accepts another `GetRegionNetworkEndpointGroupRequest` object to copy its values."]]],[]]