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

A JobRun resource in the Cloud Deploy API. A JobRun contains information of a single Rollout job evaluation.

Attributes

  • advanceChildRolloutJobRun (type: GoogleApi.CloudDeploy.V1.Model.AdvanceChildRolloutJobRun.t, default: nil) - Output only. Information specific to an advanceChildRollout JobRun
  • createChildRolloutJobRun (type: GoogleApi.CloudDeploy.V1.Model.CreateChildRolloutJobRun.t, default: nil) - Output only. Information specific to a createChildRollout JobRun.
  • createTime (type: DateTime.t, default: nil) - Output only. Time at which the JobRun was created.
  • deployJobRun (type: GoogleApi.CloudDeploy.V1.Model.DeployJobRun.t, default: nil) - Output only. Information specific to a deploy JobRun.
  • endTime (type: DateTime.t, default: nil) - Output only. Time at which the JobRun ended.
  • etag (type: String.t, default: nil) - Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
  • jobId (type: String.t, default: nil) - Output only. ID of the Rollout job this JobRun corresponds to.
  • name (type: String.t, default: nil) - Optional. Name of the JobRun. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{releases}/rollouts/{rollouts}/jobRuns/{uuid}.
  • phaseId (type: String.t, default: nil) - Output only. ID of the Rollout phase this JobRun belongs in.
  • postdeployJobRun (type: GoogleApi.CloudDeploy.V1.Model.PostdeployJobRun.t, default: nil) - Output only. Information specific to a postdeploy JobRun.
  • predeployJobRun (type: GoogleApi.CloudDeploy.V1.Model.PredeployJobRun.t, default: nil) - Output only. Information specific to a predeploy JobRun.
  • startTime (type: DateTime.t, default: nil) - Output only. Time at which the JobRun was started.
  • state (type: String.t, default: nil) - Output only. The current state of the JobRun.
  • uid (type: String.t, default: nil) - Output only. Unique identifier of the JobRun.
  • verifyJobRun (type: GoogleApi.CloudDeploy.V1.Model.VerifyJobRun.t, default: nil) - Output only. Information specific to a verify JobRun.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.JobRun{
  advanceChildRolloutJobRun:
    GoogleApi.CloudDeploy.V1.Model.AdvanceChildRolloutJobRun.t() | nil,
  createChildRolloutJobRun:
    GoogleApi.CloudDeploy.V1.Model.CreateChildRolloutJobRun.t() | nil,
  createTime: DateTime.t() | nil,
  deployJobRun: GoogleApi.CloudDeploy.V1.Model.DeployJobRun.t() | nil,
  endTime: DateTime.t() | nil,
  etag: String.t() | nil,
  jobId: String.t() | nil,
  name: String.t() | nil,
  phaseId: String.t() | nil,
  postdeployJobRun: GoogleApi.CloudDeploy.V1.Model.PostdeployJobRun.t() | nil,
  predeployJobRun: GoogleApi.CloudDeploy.V1.Model.PredeployJobRun.t() | nil,
  startTime: DateTime.t() | nil,
  state: String.t() | nil,
  uid: String.t() | nil,
  verifyJobRun: GoogleApi.CloudDeploy.V1.Model.VerifyJobRun.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.