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.
data
array
Optional. Data for populating the Message object.
↳ tunnel_dest_group
↳ 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];
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];
$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;
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;
var
Google\Protobuf\FieldMask
$this