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

Encapsulates the full scoping used to reference a job.

Attributes

  • jobId (String.t): Optional. The job ID, which must be unique within the project.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or hyphens (-). The maximum length is 100 characters.If not specified by the caller, the job ID will be provided by the server. Defaults to: null.
  • projectId (String.t): Required. The ID of the Google Cloud Platform project that the job belongs to. 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.JobReference{
  jobId: any(),
  projectId: 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.