GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaMetadataArgs

data class GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaMetadataArgs(val buildFinishedOn: Output<String>? = null, val buildInvocationId: Output<String>? = null, val buildStartedOn: Output<String>? = null, val completeness: Output<GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompletenessArgs>? = null, val reproducible: Output<Boolean>? = null) : ConvertibleToJava<GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaMetadataArgs>

Other properties of the build.

Constructors

fun GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaMetadataArgs(buildFinishedOn: Output<String>? = null, buildInvocationId: Output<String>? = null, buildStartedOn: Output<String>? = null, completeness: Output<GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompletenessArgs>? = null, reproducible: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaMetadataArgs

Properties

Link copied to clipboard
val buildFinishedOn: Output<String>? = null

The timestamp of when the build completed.

Link copied to clipboard
val buildInvocationId: Output<String>? = null

Identifies this particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis.

Link copied to clipboard
val buildStartedOn: Output<String>? = null

The timestamp of when the build started.

Link copied to clipboard

Indicates that the builder claims certain fields in this message to be complete.

Link copied to clipboard
val reproducible: Output<Boolean>? = null

If true, the builder claims that running invocation on materials will produce bit-for-bit identical output.