Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class UpdateSecuritySettingsRequest.
The request message for SecuritySettingsService.UpdateSecuritySettings.
Generated from protobuf message google.cloud.dialogflow.cx.v3.UpdateSecuritySettingsRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ security_settings |
Google\Cloud\Dialogflow\Cx\V3\SecuritySettings
Required. [SecuritySettings] object that contains values for each of the fields to update. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated. |
getSecuritySettings
Required. [SecuritySettings] object that contains values for each of the fields to update.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\Cx\V3\SecuritySettings|null |
hasSecuritySettings
clearSecuritySettings
setSecuritySettings
Required. [SecuritySettings] object that contains values for each of the fields to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\Cx\V3\SecuritySettings
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
securitySettings |
Google\Cloud\Dialogflow\Cx\V3\SecuritySettings
Required. [SecuritySettings] object that contains values for each of the fields to update. |
updateMask |
Google\Protobuf\FieldMask
Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\Cx\V3\UpdateSecuritySettingsRequest |