sig
  type t = { insertId : string; json : GapiBigqueryV2Model.JsonObject.t; }
  val insertId :
    (GapiBigqueryV2Model.TableDataInsertAllRequest.Rows.t, string) GapiLens.t
  val json :
    (GapiBigqueryV2Model.TableDataInsertAllRequest.Rows.t,
     GapiBigqueryV2Model.JsonObject.t)
    GapiLens.t
  val empty : GapiBigqueryV2Model.TableDataInsertAllRequest.Rows.t
  val render :
    GapiBigqueryV2Model.TableDataInsertAllRequest.Rows.t ->
    GapiJson.json_data_model list
  val parse :
    GapiBigqueryV2Model.TableDataInsertAllRequest.Rows.t ->
    GapiJson.json_data_model ->
    GapiBigqueryV2Model.TableDataInsertAllRequest.Rows.t
end