google_api_cloud_build v0.15.0 GoogleApi.CloudBuild.V1.Model.ArtifactResult View Source
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 Google Cloud Storage bucket, with the generation number. For example,gs://mybucket/path/to/output.jar#generation
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudBuild.V1.Model.ArtifactResult{ fileHash: [GoogleApi.CloudBuild.V1.Model.FileHashes.t()], location: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.