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 documentation for the `GetTunnelDestGroupRequest` class within the Google Cloud Identity-Aware Proxy (IAP) v1 API, detailing its structure and usage."],["The `GetTunnelDestGroupRequest` class is used to request information about a specific Tunnel Destination Group, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetTunnelDestGroupRequest` class includes properties like `Name` (a string) and `TunnelDestGroupName`, which are essential for specifying the target Tunnel Destination Group."],["This page also includes a list of links to documentation for previous and the latest versions, ranging from version 1.0.0 to the most recent version of 2.7.0, in addition to the current version of 2.5.0."],["The `GetTunnelDestGroupRequest` class can be constructed either as an empty request or cloned from another request."]]],[]]