Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::UpdateMuteConfigRequest.
Request message for updating a mute config.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mute_config
def mute_config() -> ::Google::Cloud::SecurityCenter::V1::MuteConfig
Returns
- (::Google::Cloud::SecurityCenter::V1::MuteConfig) — Required. The mute config being updated.
#mute_config=
def mute_config=(value) -> ::Google::Cloud::SecurityCenter::V1::MuteConfig
Parameter
- value (::Google::Cloud::SecurityCenter::V1::MuteConfig) — Required. The mute config being updated.
Returns
- (::Google::Cloud::SecurityCenter::V1::MuteConfig) — Required. The mute config being updated.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — The list of fields to be updated. If empty all mutable fields will be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — The list of fields to be updated. If empty all mutable fields will be updated.
Returns
- (::Google::Protobuf::FieldMask) — The list of fields to be updated. If empty all mutable fields will be updated.