Module GapiBigqueryV2Model.JobStatus

type t = {
errorResult : ErrorProto.t;

[Output-only] Final error result of the job. If present, indicates that the job has completed and was unsuccessful.

errors : ErrorProto.t list;

[Output-only] All errors encountered during the running of the job. Errors here do not necessarily mean that the job has completed or was unsuccessful.

state : string;

[Output-only] Running state of the job.

}
val errorResult : (tErrorProto.t) GapiLens.t
val errors : (tErrorProto.t list) GapiLens.t
val state : (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