google_api_dataproc v0.6.0 GoogleApi.Dataproc.V1.Model.SubmitJobRequest View Source

A request to submit a job.

Attributes

  • job (Job): Required. The job resource. Defaults to: null.
  • requestId (String.t): Optional. A unique id used to identify the request. If the server receives two SubmitJobRequest requests with the same id, then the second request will be ignored and the first Job created and stored in the backend is returned.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universallyunique_identifier).The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (), and hyphens (-). The maximum length is 40 characters. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Dataproc.V1.Model.SubmitJobRequest{
  job: GoogleApi.Dataproc.V1.Model.Job.t(),
  requestId: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.