View Source GoogleApi.CloudDeploy.V1.Model.DeployJobRun (google_api_cloud_deploy v0.13.0)
DeployJobRun contains information specific to a deploy JobRun.
Attributes
-
artifact(type:GoogleApi.CloudDeploy.V1.Model.DeployArtifact.t, default:nil) - Output only. The artifact of a deploy job run, if available. -
build(type:String.t, default:nil) - Output only. The resource name of the Cloud BuildBuildobject that is used to deploy. Format isprojects/{project}/locations/{location}/builds/{build}. -
failureCause(type:String.t, default:nil) - Output only. The reason the deploy failed. This will always be unspecified while the deploy is in progress or if it succeeded. -
failureMessage(type:String.t, default:nil) - Output only. Additional information about the deploy failure, if available. -
metadata(type:GoogleApi.CloudDeploy.V1.Model.DeployJobRunMetadata.t, default:nil) - Output only. Metadata containing information about the deploy job run.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.DeployJobRun{ artifact: GoogleApi.CloudDeploy.V1.Model.DeployArtifact.t() | nil, build: String.t() | nil, failureCause: String.t() | nil, failureMessage: String.t() | nil, metadata: GoogleApi.CloudDeploy.V1.Model.DeployJobRunMetadata.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.