Class: Grafeas::V1::SlsaProvenanceZeroTwo::SlsaConfigSource

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

Describes where the config file that kicked off the build came from. This is effectively a pointer to the source where buildConfig came from.

Defined Under Namespace

Classes: DigestEntry

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

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


87
88
89
90
91
92
93
94
95
96
97
98
99
# File 'proto_docs/grafeas/v1/slsa_provenance_zero_two.rb', line 87

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

#entry_point::String

Returns:

  • (::String)


87
88
89
90
91
92
93
94
95
96
97
98
99
# File 'proto_docs/grafeas/v1/slsa_provenance_zero_two.rb', line 87

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


87
88
89
90
91
92
93
94
95
96
97
98
99
# File 'proto_docs/grafeas/v1/slsa_provenance_zero_two.rb', line 87

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