Reference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::UpdateNotificationConfigRequest.
Request message for updating a notification config.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#notification_config
def notification_config() -> ::Google::Cloud::SecurityCenter::V2::NotificationConfig Returns 
 - (::Google::Cloud::SecurityCenter::V2::NotificationConfig) — Required. The notification config to update.
 
#notification_config=
def notification_config=(value) -> ::Google::Cloud::SecurityCenter::V2::NotificationConfig Parameter 
 - value (::Google::Cloud::SecurityCenter::V2::NotificationConfig) — Required. The notification config to update.
 
 Returns 
 - (::Google::Cloud::SecurityCenter::V2::NotificationConfig) — Required. The notification config to update.
 
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask Returns 
 -  (::Google::Protobuf::FieldMask) — The FieldMask to use when updating the notification config.
If empty all mutable fields will be updated.
 
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask Parameter 
 -  value (::Google::Protobuf::FieldMask) — The FieldMask to use when updating the notification config.
If empty all mutable fields will be updated.
 
 Returns 
 -  (::Google::Protobuf::FieldMask) — The FieldMask to use when updating the notification config.
If empty all mutable fields will be updated.