Class: Google::Cloud::SecurityCenter::V1::UpdateFindingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::UpdateFindingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Request message for updating or creating a finding.
Instance Attribute Summary collapse
-
#finding ⇒ ::Google::Cloud::SecurityCenter::V1::Finding
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The FieldMask to use when updating the finding resource.
Instance Attribute Details
#finding ⇒ ::Google::Cloud::SecurityCenter::V1::Finding
Returns Required. The finding resource to update or create if it does not already exist. parent, security_marks, and update_time will be ignored.
In the case of creation, the finding id portion of the name must be alphanumeric and less than or equal to 32 characters and greater than 0 characters in length.
1714 1715 1716 1717 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1714 class UpdateFindingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The FieldMask to use when updating the finding resource. This field should not be specified when creating a finding.
When updating a finding, an empty mask is treated as updating all mutable
fields and replacing source_properties. Individual source_properties can
be added/updated by using "source_properties.
1714 1715 1716 1717 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1714 class UpdateFindingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |