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

VerifyJobRun contains information specific to a verify JobRun.

Attributes

  • artifactUri (type: String.t, default: nil) - Output only. URI of a directory containing the verify artifacts. This contains the Skaffold event log.
  • build (type: String.t, default: nil) - Output only. The resource name of the Cloud Build Build object that is used to verify. Format is projects/{project}/locations/{location}/builds/{build}.
  • eventLogPath (type: String.t, default: nil) - Output only. File path of the Skaffold event log relative to the artifact URI.
  • failureCause (type: String.t, default: nil) - Output only. The reason the verify failed. This will always be unspecified while the verify is in progress or if it succeeded.
  • failureMessage (type: String.t, default: nil) - Output only. Additional information about the verify failure, if available.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.VerifyJobRun{
  artifactUri: String.t() | nil,
  build: String.t() | nil,
  eventLogPath: 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.