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, detailing its structure and usage."],["The `GetTunnelDestGroupRequest` class is used to request information about a specific Tunnel Destination Group, which is identified by its resource name in the format of `projects/{project_number/id}/iap_tunnel/locations/{location}/destGroups/{dest_group}`."],["The document includes a list of available versions for this API, ranging from 1.0.0 to the latest 2.7.0, allowing users to reference specific versions as needed."],["This class inherits from and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it also inherits from the base `object` class."],["Key properties of `GetTunnelDestGroupRequest` include `Name`, a string that represents the unique resource name of the Tunnel Destination Group, and `TunnelDestGroupName`, which is a typed view over the `Name` property."]]],[]]