google_api_big_query v0.2.0 GoogleApi.BigQuery.V2.Model.Job View Source
Attributes
- configuration (JobConfiguration): [Required] Describes the job configuration. Defaults to:
null
. - etag (String.t): [Output-only] A hash of this resource. Defaults to:
null
. - id (String.t): [Output-only] Opaque ID field of the job Defaults to:
null
. - jobReference (JobReference): [Optional] Reference describing the unique-per-user name of the job. Defaults to:
null
. - kind (String.t): [Output-only] The type of the resource. Defaults to:
null
. - selfLink (String.t): [Output-only] A URL that can be used to access this resource again. 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): [Output-only] The status of this job. Examine this value when polling an asynchronous job to see if the job is complete. Defaults to:
null
. - user_email (String.t): [Output-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.Job{ configuration: GoogleApi.BigQuery.V2.Model.JobConfiguration.t(), etag: any(), id: any(), jobReference: GoogleApi.BigQuery.V2.Model.JobReference.t(), kind: any(), selfLink: 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.