Module GapiBigqueryV2Model.Job

module Job: sig .. end

type t = {
   configuration : GapiBigqueryV2Model.JobConfiguration.t; (*
[Required] Describes the job configuration.
*)
   etag : string; (*
[Output-only] A hash of this resource.
*)
   id : string; (*
[Output-only] Opaque ID field of the job
*)
   jobReference : GapiBigqueryV2Model.JobReference.t; (*
[Optional] Reference describing the unique-per-user name of the job.
*)
   kind : string; (*
[Output-only] The type of the resource.
*)
   selfLink : string; (*
[Output-only] A URL that can be used to access this resource again.
*)
   statistics : GapiBigqueryV2Model.JobStatistics.t; (*
[Output-only] Information about the job, including starting time and ending time of the job.
*)
   status : GapiBigqueryV2Model.JobStatus.t; (*
[Output-only] The status of this job. Examine this value when polling an asynchronous job to see if the job is complete.
*)
   user_email : string; (*
[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