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