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