google_api_big_query v0.45.0 GoogleApi.BigQuery.V2.Model.JobListJobs View Source
Attributes
-
configuration(type:GoogleApi.BigQuery.V2.Model.JobConfiguration.t, default:nil) - [Full-projection-only] Specifies the job configuration. -
errorResult(type:GoogleApi.BigQuery.V2.Model.ErrorProto.t, default:nil) - A result object that will be present only if the job has failed. -
id(type:String.t, default:nil) - Unique opaque ID of the job. -
jobReference(type:GoogleApi.BigQuery.V2.Model.JobReference.t, default:nil) - Job reference uniquely identifying the job. -
kind(type:String.t, default:bigquery#job) - The resource type. -
state(type:String.t, default:nil) - Running state of the job. When the state is DONE, errorResult can be checked to determine whether the job succeeded or failed. -
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) - [Full-projection-only] Describes the state of the job. -
user_email(type:String.t, default:nil) - [Full-projection-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.JobListJobs{
configuration: GoogleApi.BigQuery.V2.Model.JobConfiguration.t(),
errorResult: GoogleApi.BigQuery.V2.Model.ErrorProto.t(),
id: String.t(),
jobReference: GoogleApi.BigQuery.V2.Model.JobReference.t(),
kind: String.t(),
state: 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
Specs
Unwrap a decoded JSON object into its complex fields.