Class: Google::Cloud::ContainerAnalysis::V1::VulnerabilityOccurrencesSummary::FixableTotalByDigest
- Inherits:
-
Object
- Object
- Google::Cloud::ContainerAnalysis::V1::VulnerabilityOccurrencesSummary::FixableTotalByDigest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb
Overview
Per resource and severity counts of fixable and total vulnerabilities.
Instance Attribute Summary collapse
-
#fixable_count ⇒ ::Integer
The number of fixable vulnerabilities associated with this resource.
-
#resource_uri ⇒ ::String
The affected resource.
-
#severity ⇒ ::Grafeas::V1::Severity
The severity for this count.
-
#total_count ⇒ ::Integer
The total number of vulnerabilities associated with this resource.
Instance Attribute Details
#fixable_count ⇒ ::Integer
Returns The number of fixable vulnerabilities associated with this resource.
60 61 62 63 |
# File 'proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb', line 60 class FixableTotalByDigest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_uri ⇒ ::String
Returns The affected resource.
60 61 62 63 |
# File 'proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb', line 60 class FixableTotalByDigest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#severity ⇒ ::Grafeas::V1::Severity
Returns The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.
60 61 62 63 |
# File 'proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb', line 60 class FixableTotalByDigest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_count ⇒ ::Integer
Returns The total number of vulnerabilities associated with this resource.
60 61 62 63 |
# File 'proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb', line 60 class FixableTotalByDigest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |