View Source GoogleApi.CloudDeploy.V1.Model.PredeployJobRun (google_api_cloud_deploy v0.6.0)

PredeployJobRun contains information specific to a predeploy JobRun.

Attributes

  • build (type: String.t, default: nil) - Output only. The resource name of the Cloud Build Build object that is used to execute the custom actions associated with the predeploy Job. Format is projects/{project}/locations/{location}/builds/{build}.
  • failureCause (type: String.t, default: nil) - Output only. The reason the predeploy failed. This will always be unspecified while the predeploy is in progress or if it succeeded.
  • failureMessage (type: String.t, default: nil) - Output only. Additional information about the predeploy failure, if available.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.PredeployJobRun{
  build: String.t() | nil,
  failureCause: String.t() | nil,
  failureMessage: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.