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

Attributes

  • configuration (GoogleApi.BigQuery.V2.Model.JobConfiguration.t): [Required] Describes the job configuration. Defaults to nil.
  • etag (String.t): [Output-only] A hash of this resource. Defaults to nil.
  • id (String.t): [Output-only] Opaque ID field of the job Defaults to nil.
  • jobReference (GoogleApi.BigQuery.V2.Model.JobReference.t): [Optional] Reference describing the unique-per-user name of the job. Defaults to nil.
  • kind (String.t): [Output-only] The type of the resource. Defaults to bigquery#job.
  • selfLink (String.t): [Output-only] A URL that can be used to access this resource again. 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): [Output-only] The status of this job. Examine this value when polling an asynchronous job to see if the job is complete. Defaults to nil.
  • user_email (String.t): [Output-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 type

t() View Source
t() :: %GoogleApi.BigQuery.V2.Model.Job{
  configuration: GoogleApi.BigQuery.V2.Model.JobConfiguration.t(),
  etag: String.t(),
  id: String.t(),
  jobReference: GoogleApi.BigQuery.V2.Model.JobReference.t(),
  kind: String.t(),
  selfLink: String.t(),
  statistics: GoogleApi.BigQuery.V2.Model.JobStatistics.t(),
  status: GoogleApi.BigQuery.V2.Model.JobStatus.t(),
  user_email: 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.