Class: Grafeas::V1::SBOMReferenceNote

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

Instance Attribute Details

#format::String

Returns The format that SBOM takes. E.g. may be spdx, cyclonedx, etc...

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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