GoogleApi.BigQuery.V2.Model.JobListJobs (google_api_big_query v0.63.0) 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() | nil,
errorResult: GoogleApi.BigQuery.V2.Model.ErrorProto.t() | nil,
id: String.t() | nil,
jobReference: GoogleApi.BigQuery.V2.Model.JobReference.t() | nil,
kind: String.t() | nil,
state: 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.