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 `GetRegionNetworkEndpointGroupRequest` class is a request message used for the `RegionNetworkEndpointGroups.Get` method within the Google Cloud Compute V1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and protocol buffer message handling."],["There is a long list of documented versions for this request object in the `Google.Cloud.Compute.V1` namespace, ranging from version 1.0.0 all the way to 3.6.0 (latest)."],["It has three primary properties: `NetworkEndpointGroup`, `Project`, and `Region`, which are strings representing the name of the network endpoint group, the project ID, and the region where the endpoint group is located, respectively."],["The class is constructed through a default constructor `GetRegionNetworkEndpointGroupRequest()` or a copy constructor `GetRegionNetworkEndpointGroupRequest(GetRegionNetworkEndpointGroupRequest other)`."]]],[]]