Class: Grafeas::V1::SbomReferenceIntotoPredicate
- Inherits:
-
Object
- Object
- Grafeas::V1::SbomReferenceIntotoPredicate
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/sbom.rb
Overview
A predicate which describes the SBOM being referenced.
Defined Under Namespace
Classes: DigestEntry
Instance Attribute Summary collapse
-
#digest ⇒ ::Google::Protobuf::Map{::String => ::String}
A map of algorithm to digest of the contents of the SBOM.
-
#location ⇒ ::String
The location of the SBOM.
-
#mime_type ⇒ ::String
The mime type of the SBOM.
-
#referrer_id ⇒ ::String
The person or system referring this predicate to the consumer.
Instance Attribute Details
#digest ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns A map of algorithm to digest of the contents of the SBOM.
91 92 93 94 95 96 97 98 99 100 101 102 103 |
# File 'proto_docs/grafeas/v1/sbom.rb', line 91 class SbomReferenceIntotoPredicate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class DigestEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#location ⇒ ::String
Returns The location of the SBOM.
91 92 93 94 95 96 97 98 99 100 101 102 103 |
# File 'proto_docs/grafeas/v1/sbom.rb', line 91 class SbomReferenceIntotoPredicate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class DigestEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#mime_type ⇒ ::String
Returns The mime type of the SBOM.
91 92 93 94 95 96 97 98 99 100 101 102 103 |
# File 'proto_docs/grafeas/v1/sbom.rb', line 91 class SbomReferenceIntotoPredicate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class DigestEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#referrer_id ⇒ ::String
Returns The person or system referring this predicate to the consumer.
91 92 93 94 95 96 97 98 99 100 101 102 103 |
# File 'proto_docs/grafeas/v1/sbom.rb', line 91 class SbomReferenceIntotoPredicate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class DigestEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |