public sealed class GetTunnelDestGroupRequest : IMessage<GetTunnelDestGroupRequest>, IEquatable<GetTunnelDestGroupRequest>, IDeepCloneable<GetTunnelDestGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class GetTunnelDestGroupRequest.
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 provides reference information for the `GetTunnelDestGroupRequest` class within the Google Cloud Identity-Aware Proxy (IAP) v1 API, specifically for version 2.4.0."],["The `GetTunnelDestGroupRequest` class is used to request the details of a specific Tunnel Destination Group, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the base `object` class and includes two constructors: a default constructor and one that takes another `GetTunnelDestGroupRequest` instance as a parameter."],["It exposes properties such as `Name` (a string) and `TunnelDestGroupName` (a custom typed view) for identifying the target Tunnel Destination Group, which takes the required format `projects/{project_number/id}/iap_tunnel/locations/{location}/destGroups/{dest_group}`."],["The page documents the availability of the GetTunnelDestGroupRequest class in multiple versions of the API, from 1.0.0 to 2.7.0, where 2.7.0 is the latest version."]]],[]]