Class: Google::Cloud::SecurityCenter::V1::Package
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Package
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/vulnerability.rb
Overview
Package is a generic definition of a package.
Instance Attribute Summary collapse
-
#cpe_uri ⇒ ::String
The CPE URI where the vulnerability was detected.
-
#package_name ⇒ ::String
The name of the package where the vulnerability was detected.
-
#package_type ⇒ ::String
Type of package, for example, os, maven, or go.
-
#package_version ⇒ ::String
The version of the package.
Instance Attribute Details
#cpe_uri ⇒ ::String
Returns The CPE URI where the vulnerability was detected.
313 314 315 316 |
# File 'proto_docs/google/cloud/securitycenter/v1/vulnerability.rb', line 313 class Package include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#package_name ⇒ ::String
Returns The name of the package where the vulnerability was detected.
313 314 315 316 |
# File 'proto_docs/google/cloud/securitycenter/v1/vulnerability.rb', line 313 class Package include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |