Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CreateSecuritySettingsRequest.
The request message for SecuritySettings.CreateSecuritySettings.
Generated from protobuf message google.cloud.dialogflow.cx.v3.CreateSecuritySettingsRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ parent | 
        
          string
          Required. The location to create an SecuritySettings for. Format:   | 
      
↳ security_settings | 
        
          Google\Cloud\Dialogflow\Cx\V3\SecuritySettings
          Required. The security settings to create.  | 
      
getParent
Required. The location to create an SecuritySettings for.
Format: projects/<Project ID>/locations/<Location ID>.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setParent
Required. The location to create an SecuritySettings for.
Format: projects/<Project ID>/locations/<Location ID>.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getSecuritySettings
Required. The security settings to create.
| Returns | |
|---|---|
| Type | Description | 
Google\Cloud\Dialogflow\Cx\V3\SecuritySettings|null | 
        |
hasSecuritySettings
clearSecuritySettings
setSecuritySettings
Required. The security settings to create.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          Google\Cloud\Dialogflow\Cx\V3\SecuritySettings
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
static::build
| Parameters | |
|---|---|
| Name | Description | 
parent | 
        
          string
          Required. The location to create an
SecuritySettings for.
Format:   | 
      
securitySettings | 
        
          Google\Cloud\Dialogflow\Cx\V3\SecuritySettings
          Required. The security settings to create.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Google\Cloud\Dialogflow\Cx\V3\CreateSecuritySettingsRequest | 
        |