Class: Grafeas::V1::Metadata
- Inherits:
-
Object
- Object
- Grafeas::V1::Metadata
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/intoto_provenance.rb
Overview
Other properties of the build.
Instance Attribute Summary collapse
-
#build_finished_on ⇒ ::Google::Protobuf::Timestamp
The timestamp of when the build completed.
-
#build_invocation_id ⇒ ::String
Identifies the particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis.
-
#build_started_on ⇒ ::Google::Protobuf::Timestamp
The timestamp of when the build started.
-
#completeness ⇒ ::Grafeas::V1::Completeness
Indicates that the builder claims certain fields in this message to be complete.
-
#reproducible ⇒ ::Boolean
If true, the builder claims that running the recipe on materials will produce bit-for-bit identical output.
Instance Attribute Details
#build_finished_on ⇒ ::Google::Protobuf::Timestamp
Returns The timestamp of when the build completed.
101 102 103 104 |
# File 'proto_docs/grafeas/v1/intoto_provenance.rb', line 101 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#build_invocation_id ⇒ ::String
Returns Identifies the particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis. The value SHOULD be globally unique, per in-toto Provenance spec.
101 102 103 104 |
# File 'proto_docs/grafeas/v1/intoto_provenance.rb', line 101 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#build_started_on ⇒ ::Google::Protobuf::Timestamp
Returns The timestamp of when the build started.
101 102 103 104 |
# File 'proto_docs/grafeas/v1/intoto_provenance.rb', line 101 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#completeness ⇒ ::Grafeas::V1::Completeness
Returns Indicates that the builder claims certain fields in this message to be complete.
101 102 103 104 |
# File 'proto_docs/grafeas/v1/intoto_provenance.rb', line 101 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reproducible ⇒ ::Boolean
Returns If true, the builder claims that running the recipe on materials will produce bit-for-bit identical output.
101 102 103 104 |
# File 'proto_docs/grafeas/v1/intoto_provenance.rb', line 101 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |