google_api_big_query v0.2.0 GoogleApi.BigQuery.V2.Model.JobListJobs View Source
Attributes
- configuration (JobConfiguration): [Full-projection-only] Specifies the job configuration. Defaults to:
null
. - errorResult (ErrorProto): A result object that will be present only if the job has failed. Defaults to:
null
. - id (String.t): Unique opaque ID of the job. Defaults to:
null
. - jobReference (JobReference): Job reference uniquely identifying the job. Defaults to:
null
. - kind (String.t): The resource type. Defaults to:
null
. - state (String.t): Running state of the job. When the state is DONE, errorResult can be checked to determine whether the job succeeded or failed. Defaults to:
null
. - statistics (JobStatistics): [Output-only] Information about the job, including starting time and ending time of the job. Defaults to:
null
. - status (JobStatus): [Full-projection-only] Describes the state of the job. Defaults to:
null
. - user_email (String.t): [Full-projection-only] Email address of the user who ran the job. Defaults to:
null
.
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() :: %GoogleApi.BigQuery.V2.Model.JobListJobs{ configuration: GoogleApi.BigQuery.V2.Model.JobConfiguration.t(), errorResult: GoogleApi.BigQuery.V2.Model.ErrorProto.t(), id: any(), jobReference: GoogleApi.BigQuery.V2.Model.JobReference.t(), kind: any(), state: any(), statistics: GoogleApi.BigQuery.V2.Model.JobStatistics.t(), status: GoogleApi.BigQuery.V2.Model.JobStatus.t(), user_email: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.