sig
  type t = { errors : GapiBigqueryV2Model.ErrorProto.t list; index : int; }
  val errors :
    (GapiBigqueryV2Model.TableDataInsertAllResponse.InsertErrors.t,
     GapiBigqueryV2Model.ErrorProto.t list)
    GapiLens.t
  val index :
    (GapiBigqueryV2Model.TableDataInsertAllResponse.InsertErrors.t, int)
    GapiLens.t
  val empty : GapiBigqueryV2Model.TableDataInsertAllResponse.InsertErrors.t
  val render :
    GapiBigqueryV2Model.TableDataInsertAllResponse.InsertErrors.t ->
    GapiJson.json_data_model list
  val parse :
    GapiBigqueryV2Model.TableDataInsertAllResponse.InsertErrors.t ->
    GapiJson.json_data_model ->
    GapiBigqueryV2Model.TableDataInsertAllResponse.InsertErrors.t
end