Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::InTotoProvenance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#builder_config
def builder_config() -> ::Grafeas::V1::BuilderConfig Returns
#builder_config=
def builder_config=(value) -> ::Grafeas::V1::BuilderConfig Parameter
- value (::Grafeas::V1::BuilderConfig)
Returns
#materials
def materials() -> ::Array<::String> Returns
- (::Array<::String>) — The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on. This is considered to be incomplete unless metadata.completeness.materials is true. Unset or null is equivalent to empty.
#materials=
def materials=(value) -> ::Array<::String> Parameter
- value (::Array<::String>) — The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on. This is considered to be incomplete unless metadata.completeness.materials is true. Unset or null is equivalent to empty.
Returns
- (::Array<::String>) — The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on. This is considered to be incomplete unless metadata.completeness.materials is true. Unset or null is equivalent to empty.
#metadata
def metadata() -> ::Grafeas::V1::Metadata Returns
#metadata=
def metadata=(value) -> ::Grafeas::V1::Metadata Parameter
- value (::Grafeas::V1::Metadata)
Returns
#recipe
def recipe() -> ::Grafeas::V1::Recipe Returns
- (::Grafeas::V1::Recipe) — Identifies the configuration used for the build. When combined with materials, this SHOULD fully describe the build, such that re-running this recipe results in bit-for-bit identical output (if the build is reproducible).
#recipe=
def recipe=(value) -> ::Grafeas::V1::Recipe Parameter
- value (::Grafeas::V1::Recipe) — Identifies the configuration used for the build. When combined with materials, this SHOULD fully describe the build, such that re-running this recipe results in bit-for-bit identical output (if the build is reproducible).
Returns
- (::Grafeas::V1::Recipe) — Identifies the configuration used for the build. When combined with materials, this SHOULD fully describe the build, such that re-running this recipe results in bit-for-bit identical output (if the build is reproducible).