google_api_cloud_build v0.7.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 (list(GoogleApi.CloudBuild.V1.Model.FileHashes.t)): The file hash of the artifact. Defaults to
nil. - 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 tonil.
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: String.t()
}
t() :: %GoogleApi.CloudBuild.V1.Model.ArtifactResult{
fileHash: [GoogleApi.CloudBuild.V1.Model.FileHashes.t()],
location: String.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.