View Source GoogleApi.BigQuery.V2.Model.JobConfiguration (google_api_big_query v0.78.0)

Attributes

  • copy (type: GoogleApi.BigQuery.V2.Model.JobConfigurationTableCopy.t, default: nil) - [Pick one] Copies a table.
  • dryRun (type: boolean(), default: nil) - Optional. If set, don't actually run this job. A valid query will return a mostly empty response with some processing statistics, while an invalid query will return the same error it would if it wasn't a dry run. Behavior of non-query jobs is undefined.
  • extract (type: GoogleApi.BigQuery.V2.Model.JobConfigurationExtract.t, default: nil) - [Pick one] Configures an extract job.
  • jobTimeoutMs (type: String.t, default: nil) - Optional. Job timeout in milliseconds. If this time limit is exceeded, BigQuery might attempt to stop the job.
  • jobType (type: String.t, default: nil) - Output only. The type of the job. Can be QUERY, LOAD, EXTRACT, COPY or UNKNOWN.
  • labels (type: map(), default: nil) - The labels associated with this job. You can use these to organize and group your jobs. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key.
  • load (type: GoogleApi.BigQuery.V2.Model.JobConfigurationLoad.t, default: nil) - [Pick one] Configures a load job.
  • query (type: GoogleApi.BigQuery.V2.Model.JobConfigurationQuery.t, default: nil) - [Pick one] Configures a query job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.JobConfiguration{
  copy: GoogleApi.BigQuery.V2.Model.JobConfigurationTableCopy.t() | nil,
  dryRun: boolean() | nil,
  extract: GoogleApi.BigQuery.V2.Model.JobConfigurationExtract.t() | nil,
  jobTimeoutMs: String.t() | nil,
  jobType: String.t() | nil,
  labels: map() | nil,
  load: GoogleApi.BigQuery.V2.Model.JobConfigurationLoad.t() | nil,
  query: GoogleApi.BigQuery.V2.Model.JobConfigurationQuery.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.