Class: Grafeas::V1::SlsaProvenanceZeroTwo::SlsaMaterial

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

Overview

The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on.

Defined Under Namespace

Classes: DigestEntry

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

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


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'proto_docs/grafeas/v1/slsa_provenance_zero_two.rb', line 53

class SlsaMaterial
  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)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'proto_docs/grafeas/v1/slsa_provenance_zero_two.rb', line 53

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