public sealed class CreateTunnelDestGroupRequest : IMessage<CreateTunnelDestGroupRequest>, IEquatable<CreateTunnelDestGroupRequest>, IDeepCloneable<CreateTunnelDestGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class CreateTunnelDestGroupRequest.
[[["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 `CreateTunnelDestGroupRequest` class within the Google Cloud Identity-Aware Proxy (IAP) v1 API, with version 2.4.0 being the primary focus, although multiple versions are referenced."],["The `CreateTunnelDestGroupRequest` class is used to create a TunnelDestGroup, which is a resource within a specified Google Cloud Project and location, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateTunnelDestGroupRequest` class has four key properties: `Parent` (specifying the project and location), `ParentAsTunnelLocationName` (a typed view over the `Parent` property), `TunnelDestGroup` (the TunnelDestGroup to be created), and `TunnelDestGroupId` (the unique ID for the TunnelDestGroup)."],["There are two constructors for the `CreateTunnelDestGroupRequest` class: a default constructor and one that takes another `CreateTunnelDestGroupRequest` object as a parameter for cloning."],["The most recent version provided in the document is 2.7.0, with the first version listed being 1.0.0, and with 2.4.0 being the version that all class information is based off of."]]],[]]