View Source GoogleApi.Dataproc.V1.Model.JobReference (google_api_dataproc v0.54.0)

Encapsulates the full scoping used to reference a job.

Attributes

  • jobId (type: String.t, default: nil) - 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.
  • projectId (type: String.t, default: nil) - Optional. The ID of the Google Cloud Platform project that the job belongs to. If specified, must match the request project ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.JobReference{
  jobId: String.t() | nil,
  projectId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.