Class: Grafeas::V1::SbomReferenceIntotoPredicate

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

Instance Attribute Details

#digest::Google::Protobuf::Map{::String => ::String}

Returns A map of algorithm to digest of the contents of the SBOM.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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