Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class CreateNotificationConfigRequest.
Request message for creating a notification config.
Generated from protobuf message google.cloud.securitycenter.v2.CreateNotificationConfigRequest
Namespace
Google \ Cloud \ SecurityCenter \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ parent | 
        
          string
          Required. Resource name of the new notification config's parent. Its format is   | 
      
↳ config_id | 
        
          string
          Required. Unique identifier provided by the client within the parent scope. It must be between 1 and 128 characters and contain alphanumeric characters, underscores, or hyphens only.  | 
      
↳ notification_config | 
        
          NotificationConfig
          Required. The notification config being created. The name and the service account will be ignored as they are both output only fields on this resource.  | 
      
getParent
Required. Resource name of the new notification config's parent. Its format
is organizations/[organization_id]/locations/[location_id],
folders/[folder_id]/locations/[location_id], or
projects/[project_id]/locations/[location_id].
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setParent
Required. Resource name of the new notification config's parent. Its format
is organizations/[organization_id]/locations/[location_id],
folders/[folder_id]/locations/[location_id], or
projects/[project_id]/locations/[location_id].
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getConfigId
Required.
Unique identifier provided by the client within the parent scope. It must be between 1 and 128 characters and contain alphanumeric characters, underscores, or hyphens only.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setConfigId
Required.
Unique identifier provided by the client within the parent scope. It must be between 1 and 128 characters and contain alphanumeric characters, underscores, or hyphens only.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getNotificationConfig
Required. The notification config being created. The name and the service account will be ignored as they are both output only fields on this resource.
| Returns | |
|---|---|
| Type | Description | 
NotificationConfig|null | 
        |
hasNotificationConfig
clearNotificationConfig
setNotificationConfig
Required. The notification config being created. The name and the service account will be ignored as they are both output only fields on this resource.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          NotificationConfig
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
static::build
| Parameters | |
|---|---|
| Name | Description | 
parent | 
        
          string
          Required. Resource name of the new notification config's parent. Its format
is   | 
      
notificationConfig | 
        
          NotificationConfig
          Required. The notification config being created. The name and the service account will be ignored as they are both output only fields on this resource.  | 
      
configId | 
        
          string
          Required. Unique identifier provided by the client within the parent scope. It must be between 1 and 128 characters and contain alphanumeric characters, underscores, or hyphens only.  | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateNotificationConfigRequest | 
        |