Class: Grafeas::V1::SBOMReferenceNote
- Inherits:
-
Object
- Object
- Grafeas::V1::SBOMReferenceNote
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/sbom.rb
Overview
The note representing an SBOM reference.
Instance Attribute Summary collapse
-
#format ⇒ ::String
The format that SBOM takes.
-
#version ⇒ ::String
The version of the format that the SBOM takes.
Instance Attribute Details
#format ⇒ ::String
Returns The format that SBOM takes. E.g. may be spdx, cyclonedx, etc...
30 31 32 33 |
# File 'proto_docs/grafeas/v1/sbom.rb', line 30 class SBOMReferenceNote include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns The version of the format that the SBOM takes. E.g. if the format is spdx, the version may be 2.3.
30 31 32 33 |
# File 'proto_docs/grafeas/v1/sbom.rb', line 30 class SBOMReferenceNote include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |