module Jobs:sig..end
type t = {
|
configuration : |
(* |
[Full-projection-only] Specifies the job configuration.
| *) |
|
errorResult : |
(* |
A result object that will be present only if the job has failed.
| *) |
|
id : |
(* |
Unique opaque ID of the job.
| *) |
|
jobReference : |
(* |
Job reference uniquely identifying the job.
| *) |
|
kind : |
(* |
The resource type.
| *) |
|
state : |
(* |
Running state of the job. When the state is DONE, errorResult can be checked to determine whether the job succeeded or failed.
| *) |
|
statistics : |
(* |
[Output-only] Information about the job, including starting time and ending time of the job.
| *) |
|
status : |
(* |
[Full-projection-only] Describes the state of the job.
| *) |
|
user_email : |
(* |
[Full-projection-only] Email address of the user who ran the job.
| *) |
val configuration : (t, GapiBigqueryV2Model.JobConfiguration.t)
GapiLens.t
val errorResult : (t, GapiBigqueryV2Model.ErrorProto.t)
GapiLens.t
val id : (t, string) GapiLens.t
val jobReference : (t, GapiBigqueryV2Model.JobReference.t)
GapiLens.t
val kind : (t, string) GapiLens.t
val state : (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