GoogleApi.BigQuery.V2.Model.Job (google_api_big_query v0.63.0) View Source
Attributes
-
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 -
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. -
selfLink(type:String.t, default:nil) - [Output-only] A URL that can be used to access this 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BigQuery.V2.Model.Job{
configuration: GoogleApi.BigQuery.V2.Model.JobConfiguration.t() | nil,
etag: String.t() | nil,
id: String.t() | nil,
jobReference: GoogleApi.BigQuery.V2.Model.JobReference.t() | nil,
kind: 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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.