Google Cloud Iap V1 Client - Class UpdateTunnelDestGroupRequest (1.4.5)

Reference documentation and code samples for the Google Cloud Iap V1 Client class UpdateTunnelDestGroupRequest.

The request to UpdateTunnelDestGroup.

Generated from protobuf message google.cloud.iap.v1.UpdateTunnelDestGroupRequest

Namespace

Google \ Cloud \ Iap \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ tunnel_dest_group Google\Cloud\Iap\V1\TunnelDestGroup

Required. The new values for the TunnelDestGroup.

↳ update_mask Google\Protobuf\FieldMask

A field mask that specifies which IAP settings to update. If omitted, then all of the settings are updated. See https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

getTunnelDestGroup

Required. The new values for the TunnelDestGroup.

Returns
Type Description
Google\Cloud\Iap\V1\TunnelDestGroup|null

hasTunnelDestGroup

clearTunnelDestGroup

setTunnelDestGroup

Required. The new values for the TunnelDestGroup.

Parameter
Name Description
var Google\Cloud\Iap\V1\TunnelDestGroup
Returns
Type Description
$this

getUpdateMask

A field mask that specifies which IAP settings to update.

If omitted, then all of the settings are updated. See https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

A field mask that specifies which IAP settings to update.

If omitted, then all of the settings are updated. See https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
tunnelDestGroup Google\Cloud\Iap\V1\TunnelDestGroup

Required. The new values for the TunnelDestGroup.

updateMask Google\Protobuf\FieldMask

A field mask that specifies which IAP settings to update. If omitted, then all of the settings are updated. See https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

Returns
Type Description
Google\Cloud\Iap\V1\UpdateTunnelDestGroupRequest