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."],[[["The latest version available for the `GetTunnelDestGroupRequest` class is 2.7.0, with multiple previous versions also documented, ranging down to version 1.0.0."],["The `GetTunnelDestGroupRequest` class is part of the Cloud Identity-Aware Proxy v1 API, specifically in the namespace `Google.Cloud.Iap.V1` and is in the `Google.Cloud.Iap.V1.dll` assembly."],["This class represents a request to retrieve information about a Tunnel Destination Group and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetTunnelDestGroupRequest` class include `Name`, which is a required string specifying the resource path of the tunnel destination group, and `TunnelDestGroupName`, which provides a typed view of the `Name`."],["There are two constructors: a default constructor, and a constructor which takes a `GetTunnelDestGroupRequest` for a parameter."]]],[]]