google_api_cloud_build v0.5.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 ([FileHashes]): The file hash of the artifact. Defaults to:
null
. - location (String.t): The path of an artifact in a Google Cloud Storage bucket, with the generation number. For example, `gs://mybucket/path/to/output.jar#generation`. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.CloudBuild.V1.Model.ArtifactResult{
fileHash: [GoogleApi.CloudBuild.V1.Model.FileHashes.t()],
location: any()
}
t() :: %GoogleApi.CloudBuild.V1.Model.ArtifactResult{ fileHash: [GoogleApi.CloudBuild.V1.Model.FileHashes.t()], location: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.