google_api_big_query v0.12.0 GoogleApi.BigQuery.V2.Model.JobListJobs View Source

Attributes

  • configuration (GoogleApi.BigQuery.V2.Model.JobConfiguration.t): [Full-projection-only] Specifies the job configuration. Defaults to nil.
  • errorResult (GoogleApi.BigQuery.V2.Model.ErrorProto.t): A result object that will be present only if the job has failed. Defaults to nil.
  • id (String.t): Unique opaque ID of the job. Defaults to nil.
  • jobReference (GoogleApi.BigQuery.V2.Model.JobReference.t): Job reference uniquely identifying the job. Defaults to nil.
  • kind (String.t): The resource type. Defaults to bigquery#job.
  • state (String.t): Running state of the job. When the state is DONE, errorResult can be checked to determine whether the job succeeded or failed. Defaults to nil.
  • statistics (GoogleApi.BigQuery.V2.Model.JobStatistics.t): [Output-only] Information about the job, including starting time and ending time of the job. Defaults to nil.
  • status (GoogleApi.BigQuery.V2.Model.JobStatus.t): [Full-projection-only] Describes the state of the job. Defaults to nil.
  • user_email (String.t): [Full-projection-only] Email address of the user who ran the 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 section Functions

Link to this function

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

Unwrap a decoded JSON object into its complex fields.