View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.Metadata (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 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.
  • buildStartedOn (type: DateTime.t, default: nil) - The timestamp of when the build started.
  • completeness (type: GoogleApi.ContainerAnalysis.V1alpha1.Model.Completeness.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 the recipe 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.Metadata{
  buildFinishedOn: DateTime.t() | nil,
  buildInvocationId: String.t() | nil,
  buildStartedOn: DateTime.t() | nil,
  completeness:
    GoogleApi.ContainerAnalysis.V1alpha1.Model.Completeness.t() | nil,
  reproducible: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.