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
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.
Generated from protobuf field .google.cloud.iap.v1.TunnelDestGroup tunnel_dest_group = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Cloud\Iap\V1\TunnelDestGroup|null |
hasTunnelDestGroup
clearTunnelDestGroup
setTunnelDestGroup
Required. The new values for the TunnelDestGroup.
Generated from protobuf field .google.cloud.iap.v1.TunnelDestGroup tunnel_dest_group = 1 [(.google.api.field_behavior) = REQUIRED];
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
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;
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
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |