Google Cloud Iap V1 Client - Class DeleteTunnelDestGroupRequest (1.1.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Name of the TunnelDestGroup to delete. In the following format: projects/{project_number/id}/iap_tunnel/locations/{location}/destGroups/{dest_group}.

getName

Required. Name of the TunnelDestGroup to delete.

In the following format: projects/{project_number/id}/iap_tunnel/locations/{location}/destGroups/{dest_group}.

Returns
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this