GoogleApi.BigQuery.V2.Model.JobListJobs (google_api_big_query v0.88.0)
View SourceListFormatJob is a partial projection of job information returned as part of a jobs.list response.
Attributes
-
configuration(type:GoogleApi.BigQuery.V2.Model.JobConfiguration.t, default:nil) - Required. Describes 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) - Unique opaque ID of the job. -
kind(type:String.t, default:nil) - The resource type. -
principal_subject(type:String.t, default:nil) - [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. -
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 status of this job. -
user_email(type:String.t, default:nil) - [Full-projection-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.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, principal_subject: 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 }