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

Retries the failed job.

Attributes

  • attempts (type: String.t, default: nil) - Required. Total number of retries. Retry is skipped if set to 0; The minimum value is 1, and the maximum value is 10.
  • backoffMode (type: String.t, default: nil) - Optional. The pattern of how wait time will be increased. Default is linear. Backoff mode will be ignored if wait is 0.
  • wait (type: String.t, default: nil) - Optional. How long to wait for the first retry. Default is 0, and the maximum value is 14d.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.Retry{
  attempts: String.t() | nil,
  backoffMode: String.t() | nil,
  wait: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.