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 `GetTunnelDestGroupRequest` class is part of the Cloud Identity-Aware Proxy v1 API and is used to request a TunnelDestGroup."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffering."],["The class includes constructors for creating new instances, either empty or as a copy of another `GetTunnelDestGroupRequest` object."],["It has two main properties, `Name` (a string) and `TunnelDestGroupName` (a `TunnelDestGroupName` type), which are used to specify the name of the TunnelDestGroup being requested in the specified format."],["The documentation provides a history of the API versions for the `GetTunnelDestGroupRequest`, ranging from version 1.0.0 to the latest 2.7.0."]]],[]]