Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::SBOMReferenceNote.
The note representing an SBOM reference.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#format
def format() -> ::String
Returns
- (::String) — The format that SBOM takes. E.g. may be spdx, cyclonedx, etc...
#format=
def format=(value) -> ::String
Parameter
- value (::String) — 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...
#version
def version() -> ::String
Returns
- (::String) — The version of the format that the SBOM takes. E.g. if the format is spdx, the version may be 2.3.
#version=
def version=(value) -> ::String
Parameter
- value (::String) — 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.