Google Cloud Dialogflow Cx V3 Client - Class UpdateSecuritySettingsRequest (0.2.1)

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 \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Cloud\Dialogflow\Cx\V3\SecuritySettings|null

hasSecuritySettings

clearSecuritySettings

setSecuritySettings

Required. [SecuritySettings] object that contains values for each of the fields to update.

Parameter
NameDescription
var Google\Cloud\Dialogflow\Cx\V3\SecuritySettings
Returns
TypeDescription
$this

getUpdateMask

Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

Returns
TypeDescription
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
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
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
TypeDescription
Google\Cloud\Dialogflow\Cx\V3\UpdateSecuritySettingsRequest