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.6.0."],["The `GetTunnelDestGroupRequest` class is used to request information about a specific Tunnel Destination Group and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features properties like `Name`, which is a required string representing the resource name of the TunnelDestGroup in the format `projects/{project_number/id}/iap_tunnel/locations/{location}/destGroups/{dest_group}`, and `TunnelDestGroupName` that is a typed view over the `Name` property."],["There are 11 different versions of documentation available for this class, ranging from `1.0.0` to `2.7.0` (latest), indicating a history of updates and revisions."]]],[]]