Class: Grafeas::V1::SlsaProvenance::Material

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/slsa_provenance.rb

Defined Under Namespace

Classes: DigestEntry

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

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


137
138
139
140
141
142
143
144
145
146
147
148
149
# File 'proto_docs/grafeas/v1/slsa_provenance.rb', line 137

class Material
  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

#uri::String

Returns:

  • (::String)


137
138
139
140
141
142
143
144
145
146
147
148
149
# File 'proto_docs/grafeas/v1/slsa_provenance.rb', line 137

class Material
  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