Class: Google::Cloud::ContainerAnalysis::V1::VulnerabilityOccurrencesSummary::FixableTotalByDigest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#fixable_count::Integer

Returns The number of fixable vulnerabilities associated with this resource.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Grafeas::V1::Severity)

    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.

Returns:

  • (::Integer)

    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