View Source GoogleApi.Run.V1.Model.Overrides (google_api_run v0.30.0)

RunJob Overrides that contains Execution fields to be overridden on the go.

Attributes

  • containerOverrides (type: list(GoogleApi.Run.V1.Model.ContainerOverride.t), default: nil) - Per container override specification.
  • taskCount (type: integer(), default: nil) - The desired number of tasks the execution should run. Will replace existing task_count value.
  • timeoutSeconds (type: integer(), default: nil) - Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. Will replace existing timeout_seconds value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.Overrides{
  containerOverrides: [GoogleApi.Run.V1.Model.ContainerOverride.t()] | nil,
  taskCount: integer() | nil,
  timeoutSeconds: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.