GoogleApi.BigQuery.V2.Model.Job (google_api_big_query v0.88.0)
View SourceAttributes
-
configuration(type:GoogleApi.BigQuery.V2.Model.JobConfiguration.t, default:nil) - Required. Describes the job configuration. -
etag(type:String.t, default:nil) - Output only. A hash of this resource. -
id(type:String.t, default:nil) - Output only. Opaque ID field of the job. -
jobCreationReason(type:GoogleApi.BigQuery.V2.Model.JobCreationReason.t, default:nil) - Output only. The reason why a Job was created. Preview -
jobReference(type:GoogleApi.BigQuery.V2.Model.JobReference.t, default:nil) - Optional. Reference describing the unique-per-user name of the job. -
kind(type:String.t, default:bigquery#job) - Output only. The type of the resource. -
principal_subject(type:String.t, default:nil) - Output only. [Full-projection-only] String representation of identity of requesting party. Populated for both first- and third-party identities. Only present for APIs that support third-party identities. -
selfLink(type:String.t, default:nil) - Output only. A URL that can be used to access the resource again. -
statistics(type:GoogleApi.BigQuery.V2.Model.JobStatistics.t, default:nil) - Output only. Information about the job, including starting time and ending time of the job. -
status(type:GoogleApi.BigQuery.V2.Model.JobStatus.t, default:nil) - Output only. The status of this job. Examine this value when polling an asynchronous job to see if the job is complete. -
user_email(type:String.t, default:nil) - Output only. Email address of the user who ran the job.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQuery.V2.Model.Job{ configuration: GoogleApi.BigQuery.V2.Model.JobConfiguration.t() | nil, etag: String.t() | nil, id: String.t() | nil, jobCreationReason: GoogleApi.BigQuery.V2.Model.JobCreationReason.t() | nil, jobReference: GoogleApi.BigQuery.V2.Model.JobReference.t() | nil, kind: String.t() | nil, principal_subject: String.t() | nil, selfLink: String.t() | nil, statistics: GoogleApi.BigQuery.V2.Model.JobStatistics.t() | nil, status: GoogleApi.BigQuery.V2.Model.JobStatus.t() | nil, user_email: String.t() | nil }