Reference documentation and code samples for the Google Cloud Security Command Center V1p1beta1 Client class UpdateNotificationConfigRequest.
Request message for updating a notification config.
Generated from protobuf message google.cloud.securitycenter.v1p1beta1.UpdateNotificationConfigRequest
Namespace
Google \ Cloud \ SecurityCenter \ V1p1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ notification_config |
Google\Cloud\SecurityCenter\V1p1beta1\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 | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1p1beta1\NotificationConfig|null |
hasNotificationConfig
clearNotificationConfig
setNotificationConfig
Required. The notification config to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\SecurityCenter\V1p1beta1\NotificationConfig
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
The FieldMask to use when updating the notification config.
If empty all mutable fields will be updated.
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |