View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2Overrides (google_api_run v0.30.0)

RunJob Overrides that contains Execution fields to be overridden.

Attributes

  • containerOverrides (type: list(GoogleApi.Run.V2.Model.GoogleCloudRunV2ContainerOverride.t), default: nil) - Per container override specification.
  • taskCount (type: integer(), default: nil) - Optional. The desired number of tasks the execution should run. Will replace existing task_count value.
  • timeout (type: String.t, 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.V2.Model.GoogleCloudRunV2Overrides{
  containerOverrides:
    [GoogleApi.Run.V2.Model.GoogleCloudRunV2ContainerOverride.t()] | nil,
  taskCount: integer() | nil,
  timeout: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.