public sealed class GetTunnelDestGroupRequest : IMessage<GetTunnelDestGroupRequest>, IEquatable<GetTunnelDestGroupRequest>, IDeepCloneable<GetTunnelDestGroupRequest>, IBufferMessage, IMessage
Required. Name of the TunnelDestGroup to be fetched.
In the following format:
projects/{project_number/id}/iap_tunnel/locations/{location}/destGroups/{dest_group}.
[[["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 document outlines the `GetTunnelDestGroupRequest` class, which is used to request a specific TunnelDestGroup."],["Version 2.7.0 is the latest, with versions ranging from 1.0.0 to 2.7.0 of the Google.Cloud.Iap.V1 API available for reference."],["The `GetTunnelDestGroupRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of this class include `Name`, which is a required field specifying the TunnelDestGroup's resource name, and `TunnelDestGroupName`, a typed view of the resource name."],["This class can be constructed via the default `GetTunnelDestGroupRequest()` constructor, or by passing another instance of `GetTunnelDestGroupRequest` to the `GetTunnelDestGroupRequest(GetTunnelDestGroupRequest other)` constructor."]]],[]]