google_api_big_query v0.15.0 GoogleApi.BigQuery.V2.Model.Job 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 jobjobReference(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
Link to this type
t()
View Source
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()
}
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
Unwrap a decoded JSON object into its complex fields.