google_api_big_query v0.13.0 GoogleApi.BigQuery.V2.Model.JobReference View Source

Attributes

  • jobId (String.t): [Required] The ID of the job. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). The maximum length is 1,024 characters. Defaults to nil.
  • location (String.t): The geographic location of the job. See details at https://cloud.google.com/bigquery/docs/locations#specifying_your_location. Defaults to nil.
  • projectId (String.t): [Required] The ID of the project containing this job. Defaults to nil.

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.BigQuery.V2.Model.JobReference{
  jobId: String.t(),
  location: String.t(),
  projectId: String.t()
}

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.