Reference documentation and code samples for the Google Cloud Iap V1 Client class DeleteTunnelDestGroupRequest.
The request to DeleteTunnelDestGroup.
Generated from protobuf message google.cloud.iap.v1.DeleteTunnelDestGroupRequest
Namespace
Google \ Cloud \ Iap \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the TunnelDestGroup to delete. In the following format: |
getName
Required. Name of the TunnelDestGroup to delete.
In the following format:
projects/{project_number/id}/iap_tunnel/locations/{location}/destGroups/{dest_group}
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Name of the TunnelDestGroup to delete.
In the following format:
projects/{project_number/id}/iap_tunnel/locations/{location}/destGroups/{dest_group}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. Name of the TunnelDestGroup to delete.
In the following format:
|
Returns | |
---|---|
Type | Description |
Google\Cloud\Iap\V1\DeleteTunnelDestGroupRequest |