Class: Grafeas::V1::SlsaProvenanceZeroTwo::SlsaMaterial
- Inherits:
-
Object
- Object
- Grafeas::V1::SlsaProvenanceZeroTwo::SlsaMaterial
- 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}
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
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 |