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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tunnel_dest_group |
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 |
TunnelDestGroup|null |
|
hasTunnelDestGroup
clearTunnelDestGroup
setTunnelDestGroup
Required. The new values for the TunnelDestGroup.
| Parameter | |
|---|---|
| Name | Description |
var |
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 |
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 |
UpdateTunnelDestGroupRequest |
|