Google Cloud Security Command Center V1 Client - Class CreateNotificationConfigRequest (1.17.0)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class CreateNotificationConfigRequest.

Request message for creating a notification config.

Generated from protobuf message google.cloud.securitycenter.v1.CreateNotificationConfigRequest

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Resource name of the new notification config's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".

↳ 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 Google\Cloud\SecurityCenter\V1\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]", "folders/[folder_id]", or "projects/[project_id]".

Returns
TypeDescription
string

setParent

Required. Resource name of the new notification config's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
Google\Cloud\SecurityCenter\V1\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
NameDescription
var Google\Cloud\SecurityCenter\V1\NotificationConfig
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. Resource name of the new notification config's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]". Please see Google\Cloud\SecurityCenter\V1\SecurityCenterClient::projectName() for help formatting this field.

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.

notificationConfig Google\Cloud\SecurityCenter\V1\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.

Returns
TypeDescription
Google\Cloud\SecurityCenter\V1\CreateNotificationConfigRequest

static::buildFromParentNotificationConfig

Parameters
NameDescription
parent string

Required. Resource name of the new notification config's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]". Please see Google\Cloud\SecurityCenter\V1\SecurityCenterClient::projectName() for help formatting this field.

notificationConfig Google\Cloud\SecurityCenter\V1\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.

Returns
TypeDescription
Google\Cloud\SecurityCenter\V1\CreateNotificationConfigRequest