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