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

Request message to create a new Execution of a Job.

Attributes

  • etag (type: String.t, default: nil) - A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
  • overrides (type: GoogleApi.Run.V2.Model.GoogleCloudRunV2Overrides.t, default: nil) - Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.
  • validateOnly (type: boolean(), default: nil) - Indicates that the request should be validated without actually deleting any resources.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2RunJobRequest{
  etag: String.t() | nil,
  overrides: GoogleApi.Run.V2.Model.GoogleCloudRunV2Overrides.t() | nil,
  validateOnly: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.