module Job:sig..end
type t = {
|
configuration : |
(* |
[Required] Describes the job configuration.
| *) |
|
etag : |
(* |
[Output-only] A hash of this resource.
| *) |
|
id : |
(* |
[Output-only] Opaque ID field of the job
| *) |
|
jobReference : |
(* |
[Optional] Reference describing the unique-per-user name of the job.
| *) |
|
kind : |
(* |
[Output-only] The type of the resource.
| *) |
|
selfLink : |
(* |
[Output-only] A URL that can be used to access this resource again.
| *) |
|
statistics : |
(* |
[Output-only] Information about the job, including starting time and ending time of the job.
| *) |
|
status : |
(* |
[Output-only] The status of this job. Examine this value when polling an asynchronous job to see if the job is complete.
| *) |
|
user_email : |
(* |
[Output-only] Email address of the user who ran the job.
| *) |
val configuration : (t, GapiBigqueryV2Model.JobConfiguration.t)
GapiLens.t
val etag : (t, string) GapiLens.t
val id : (t, string) GapiLens.t
val jobReference : (t, GapiBigqueryV2Model.JobReference.t) GapiLens.t
val kind : (t, string) GapiLens.t
val selfLink : (t, string) GapiLens.t
val statistics : (t, GapiBigqueryV2Model.JobStatistics.t) GapiLens.t
val status : (t, GapiBigqueryV2Model.JobStatus.t) GapiLens.t
val user_email : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t