sig   type t = { jobId : string; projectId : string; }   val jobId : (GapiBigqueryV2Model.JobReference.t, string) GapiLens.t   val projectId : (GapiBigqueryV2Model.JobReference.t, string) GapiLens.t   val empty : GapiBigqueryV2Model.JobReference.t   val render :     GapiBigqueryV2Model.JobReference.t -> GapiJson.json_data_model list   val parse :     GapiBigqueryV2Model.JobReference.t ->     GapiJson.json_data_model -> GapiBigqueryV2Model.JobReference.t   val to_data_model :     GapiBigqueryV2Model.JobReference.t -> GapiJson.json_data_model   val of_data_model :     GapiJson.json_data_model -> GapiBigqueryV2Model.JobReference.t end