View Source GoogleApi.CloudBuild.V1.Model.ArtifactResult (google_api_cloud_build v0.50.1)

An artifact that was uploaded during a build. This is a single record in the artifact manifest JSON file.

Attributes

  • fileHash (type: list(GoogleApi.CloudBuild.V1.Model.FileHashes.t), default: nil) - The file hash of the artifact.
  • location (type: String.t, default: nil) - The path of an artifact in a Cloud Storage bucket, with the generation number. For example, gs://mybucket/path/to/output.jar#generation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.ArtifactResult{
  fileHash: [GoogleApi.CloudBuild.V1.Model.FileHashes.t()] | nil,
  location: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.