View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaMetadata (google_api_container_analysis v0.28.0)

Other properties of the build.

Attributes

  • buildFinishedOn (type: DateTime.t, default: nil) - The timestamp of when the build completed.
  • buildInvocationId (type: String.t, default: nil) - Identifies this particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis.
  • buildStartedOn (type: DateTime.t, default: nil) - The timestamp of when the build started.
  • completeness (type: GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompleteness.t, default: nil) - Indicates that the builder claims certain fields in this message to be complete.
  • reproducible (type: boolean(), default: nil) - If true, the builder claims that running invocation on materials will produce bit-for-bit identical output.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaMetadata{
    buildFinishedOn: DateTime.t() | nil,
    buildInvocationId: String.t() | nil,
    buildStartedOn: DateTime.t() | nil,
    completeness:
      GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompleteness.t()
      | nil,
    reproducible: boolean() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.