Google Cloud Security Command Center V1 Client - Class UpdateNotificationConfigRequest (1.16.0)

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

Request message for updating a notification config.

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

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ notification_config Google\Cloud\SecurityCenter\V1\NotificationConfig

Required. The notification config to update.

↳ update_mask Google\Protobuf\FieldMask

The FieldMask to use when updating the notification config. If empty all mutable fields will be updated.

getNotificationConfig

Required. The notification config to update.

Returns
TypeDescription
Google\Cloud\SecurityCenter\V1\NotificationConfig|null

hasNotificationConfig

clearNotificationConfig

setNotificationConfig

Required. The notification config to update.

Parameter
NameDescription
var Google\Cloud\SecurityCenter\V1\NotificationConfig
Returns
TypeDescription
$this

getUpdateMask

The FieldMask to use when updating the notification config.

If empty all mutable fields will be updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The FieldMask to use when updating the notification config.

If empty all mutable fields will be updated.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
notificationConfig Google\Cloud\SecurityCenter\V1\NotificationConfig

Required. The notification config to update.

Returns
TypeDescription
Google\Cloud\SecurityCenter\V1\UpdateNotificationConfigRequest

static::buildFromNotificationConfigUpdateMask

Parameters
NameDescription
notificationConfig Google\Cloud\SecurityCenter\V1\NotificationConfig

Required. The notification config to update.

updateMask Google\Protobuf\FieldMask

The FieldMask to use when updating the notification config.

If empty all mutable fields will be updated.

Returns
TypeDescription
Google\Cloud\SecurityCenter\V1\UpdateNotificationConfigRequest