Class: Google::Cloud::SecurityCenter::V2::UpdateSecurityMarksRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb

Overview

Request message for updating a SecurityMarks resource.

Instance Attribute Summary collapse

Instance Attribute Details

#security_marks::Google::Cloud::SecurityCenter::V2::SecurityMarks

Returns Required. The security marks resource to update.

Returns:



1195
1196
1197
1198
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 1195

class UpdateSecurityMarksRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns The FieldMask to use when updating the security marks resource.

The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.".

Returns:

  • (::Google::Protobuf::FieldMask)

    The FieldMask to use when updating the security marks resource.

    The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.".



1195
1196
1197
1198
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 1195

class UpdateSecurityMarksRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end