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 information about a specific Tunnel Destination Group."],["The `GetTunnelDestGroupRequest` class is part of the `Google.Cloud.Iap.V1` namespace within the Google.Cloud.Iap.V1.dll assembly, and it has multiple versions available, from 1.0.0 to the latest 2.7.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features like message handling, equality comparison, deep cloning, and buffer message support."],["The class includes properties like `Name`, to specify the TunnelDestGroup to fetch, and `TunnelDestGroupName`, a typed view for the resource name."],["The available constructors are the default constructor, and one that accepts a `GetTunnelDestGroupRequest` object to create a copy of it."]]],[]]