package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file gapiBigqueryV2Service.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
(* Warning! This file is generated. Modify at your own risk. *)

open GapiUtils.Infix
open GapiBigqueryV2Model

module Scope =
struct
  let bigquery = "https://www.googleapis.com/auth/bigquery"
  
  let bigquery_insertdata = "https://www.googleapis.com/auth/bigquery.insertdata"
  
  let cloud_platform = "https://www.googleapis.com/auth/cloud-platform"
  
  let cloud_platform_read_only = "https://www.googleapis.com/auth/cloud-platform.read-only"
  
  let devstorage_full_control = "https://www.googleapis.com/auth/devstorage.full_control"
  
  let devstorage_read_only = "https://www.googleapis.com/auth/devstorage.read_only"
  
  let devstorage_read_write = "https://www.googleapis.com/auth/devstorage.read_write"
  
  
end

module DatasetsResource =
struct
  module DatasetsParameters =
  struct
    type t = {
      (* Standard query parameters *)
      alt : string;
      fields : string;
      prettyPrint : bool;
      quotaUser : string;
      userIp : string;
      key : string;
      (* datasets-specific query parameters *)
      all : bool;
      deleteContents : bool;
      maxResults : int;
      pageToken : string;
      
    }
    
    let default = {
      alt = "";
      fields = "";
      prettyPrint = true;
      quotaUser = "";
      userIp = "";
      key = "";
      all = false;
      deleteContents = false;
      maxResults = 0;
      pageToken = "";
      
    }
    
    let to_key_value_list qp =
      let param get_value to_string name =
        GapiService.build_param default qp get_value to_string name in [
      param (fun p -> p.alt) (fun x -> x) "alt";
      param (fun p -> p.fields) (fun x -> x) "fields";
      param (fun p -> p.prettyPrint) string_of_bool "prettyPrint";
      param (fun p -> p.quotaUser) (fun x -> x) "quotaUser";
      param (fun p -> p.userIp) (fun x -> x) "userIp";
      param (fun p -> p.key) (fun x -> x) "key";
      param (fun p -> p.all) string_of_bool "all";
      param (fun p -> p.deleteContents) string_of_bool "deleteContents";
      param (fun p -> p.maxResults) string_of_int "maxResults";
      param (fun p -> p.pageToken) (fun x -> x) "pageToken";
      
    ] |> List.concat
    
    let merge_parameters
        ?(standard_parameters = GapiService.StandardParameters.default)
        ?(all = default.all)
        ?(deleteContents = default.deleteContents)
        ?(maxResults = default.maxResults)
        ?(pageToken = default.pageToken)
        () =
      let parameters = {
        alt = standard_parameters.GapiService.StandardParameters.alt;
        fields = standard_parameters.GapiService.StandardParameters.fields;
        prettyPrint = standard_parameters.GapiService.StandardParameters.prettyPrint;
        quotaUser = standard_parameters.GapiService.StandardParameters.quotaUser;
        userIp = standard_parameters.GapiService.StandardParameters.userIp;
        key = standard_parameters.GapiService.StandardParameters.key;
        all;
        deleteContents;
        maxResults;
        pageToken;
        
      } in
      if parameters = default then None else Some parameters
    
  end
  
  let delete
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ?deleteContents
        ~projectId
        ~datasetId
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "datasets"; ((fun x -> x) datasetId)]
      base_url in
    let params = DatasetsParameters.merge_parameters
      ?standard_parameters:std_params ?deleteContents () in
    let query_parameters = GapiOption.map DatasetsParameters.to_key_value_list
      params in
    GapiService.delete ?query_parameters full_url
      GapiRequest.parse_empty_response session 
    
  let get
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?etag
        ?std_params
        ~projectId
        ~datasetId
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "datasets"; ((fun x -> x) datasetId)]
      base_url in
    let params = DatasetsParameters.merge_parameters
      ?standard_parameters:std_params () in
    let query_parameters = GapiOption.map DatasetsParameters.to_key_value_list
      params in
    GapiService.get ?query_parameters ?etag full_url
      (GapiJson.parse_json_response Dataset.of_data_model) session 
    
  let insert
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ~projectId
        dataset
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "datasets"] base_url in
    let etag = GapiUtils.etag_option dataset.Dataset.etag in
    let params = DatasetsParameters.merge_parameters
      ?standard_parameters:std_params () in
    let query_parameters = GapiOption.map DatasetsParameters.to_key_value_list
      params in
    GapiService.post ?query_parameters ?etag
      ~data_to_post:(GapiJson.render_json Dataset.to_data_model)
      ~data:dataset full_url
      (GapiJson.parse_json_response Dataset.of_data_model) session 
    
  let list
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ?all
        ?maxResults
        ?pageToken
        ~projectId
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "datasets"] base_url in
    let params = DatasetsParameters.merge_parameters
      ?standard_parameters:std_params ?all ?maxResults ?pageToken () in
    let query_parameters = GapiOption.map DatasetsParameters.to_key_value_list
      params in
    GapiService.get ?query_parameters full_url
      (GapiJson.parse_json_response DatasetList.of_data_model) session 
    
  let patch
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ~projectId
        ~datasetId
        dataset
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "datasets"; ((fun x -> x) datasetId)]
      base_url in
    let etag = GapiUtils.etag_option dataset.Dataset.etag in
    let params = DatasetsParameters.merge_parameters
      ?standard_parameters:std_params () in
    let query_parameters = GapiOption.map DatasetsParameters.to_key_value_list
      params in
    GapiService.patch ?query_parameters ?etag
      ~data_to_post:(GapiJson.render_json Dataset.to_data_model)
      ~data:dataset full_url
      (GapiJson.parse_json_response Dataset.of_data_model) session 
    
  let update
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ~projectId
        ~datasetId
        dataset
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "datasets"; ((fun x -> x) datasetId)]
      base_url in
    let etag = GapiUtils.etag_option dataset.Dataset.etag in
    let params = DatasetsParameters.merge_parameters
      ?standard_parameters:std_params () in
    let query_parameters = GapiOption.map DatasetsParameters.to_key_value_list
      params in
    GapiService.put ?query_parameters ?etag
      ~data_to_post:(GapiJson.render_json Dataset.to_data_model)
      ~data:dataset full_url
      (GapiJson.parse_json_response Dataset.of_data_model) session 
    
  
end

module JobsResource =
struct
  module Projection =
  struct
    type t =
      | Default
      | Full
      | Minimal
      
    let to_string = function
      | Default -> ""
      | Full -> "full"
      | Minimal -> "minimal"
      
    let of_string = function
      | "" -> Default
      | "full" -> Full
      | "minimal" -> Minimal
      | s -> failwith ("Unexpected value for Projection:" ^ s)
  
  end
  
  module StateFilter =
  struct
    type t =
      | Default
      | Done
      | Pending
      | Running
      
    let to_string = function
      | Default -> ""
      | Done -> "done"
      | Pending -> "pending"
      | Running -> "running"
      
    let of_string = function
      | "" -> Default
      | "done" -> Done
      | "pending" -> Pending
      | "running" -> Running
      | s -> failwith ("Unexpected value for StateFilter:" ^ s)
  
  end
  
  module JobsParameters =
  struct
    type t = {
      (* Standard query parameters *)
      alt : string;
      fields : string;
      prettyPrint : bool;
      quotaUser : string;
      userIp : string;
      key : string;
      (* jobs-specific query parameters *)
      allUsers : bool;
      maxResults : int;
      pageToken : string;
      projection : Projection.t;
      startIndex : string;
      stateFilter : StateFilter.t list;
      timeoutMs : int;
      
    }
    
    let default = {
      alt = "";
      fields = "";
      prettyPrint = true;
      quotaUser = "";
      userIp = "";
      key = "";
      allUsers = false;
      maxResults = 0;
      pageToken = "";
      projection = Projection.Default;
      startIndex = "";
      stateFilter = [];
      timeoutMs = 0;
      
    }
    
    let to_key_value_list qp =
      let param get_value to_string name =
        GapiService.build_param default qp get_value to_string name in [
      param (fun p -> p.alt) (fun x -> x) "alt";
      param (fun p -> p.fields) (fun x -> x) "fields";
      param (fun p -> p.prettyPrint) string_of_bool "prettyPrint";
      param (fun p -> p.quotaUser) (fun x -> x) "quotaUser";
      param (fun p -> p.userIp) (fun x -> x) "userIp";
      param (fun p -> p.key) (fun x -> x) "key";
      param (fun p -> p.allUsers) string_of_bool "allUsers";
      param (fun p -> p.maxResults) string_of_int "maxResults";
      param (fun p -> p.pageToken) (fun x -> x) "pageToken";
      param (fun p -> p.projection) Projection.to_string "projection";
      param (fun p -> p.startIndex) (fun x -> x) "startIndex";
      GapiService.build_params qp (fun p -> p.stateFilter) StateFilter.to_string "stateFilter";
      param (fun p -> p.timeoutMs) string_of_int "timeoutMs";
      
    ] |> List.concat
    
    let merge_parameters
        ?(standard_parameters = GapiService.StandardParameters.default)
        ?(allUsers = default.allUsers)
        ?(maxResults = default.maxResults)
        ?(pageToken = default.pageToken)
        ?(projection = default.projection)
        ?(startIndex = default.startIndex)
        ?(stateFilter = default.stateFilter)
        ?(timeoutMs = default.timeoutMs)
        () =
      let parameters = {
        alt = standard_parameters.GapiService.StandardParameters.alt;
        fields = standard_parameters.GapiService.StandardParameters.fields;
        prettyPrint = standard_parameters.GapiService.StandardParameters.prettyPrint;
        quotaUser = standard_parameters.GapiService.StandardParameters.quotaUser;
        userIp = standard_parameters.GapiService.StandardParameters.userIp;
        key = standard_parameters.GapiService.StandardParameters.key;
        allUsers;
        maxResults;
        pageToken;
        projection;
        startIndex;
        stateFilter;
        timeoutMs;
        
      } in
      if parameters = default then None else Some parameters
    
  end
  
  let cancel
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ~projectId
        ~jobId
        session =
    let full_url = GapiUtils.add_path_to_url ["project";
      ((fun x -> x) projectId); "jobs"; ((fun x -> x) jobId); "cancel"]
      base_url in
    let params = JobsParameters.merge_parameters
      ?standard_parameters:std_params () in
    let query_parameters = GapiOption.map JobsParameters.to_key_value_list params
      in
    GapiService.post ?query_parameters ~data:JobCancelResponse.empty full_url
      (GapiJson.parse_json_response JobCancelResponse.of_data_model) session 
    
  let get
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?etag
        ?std_params
        ~projectId
        ~jobId
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "jobs"; ((fun x -> x) jobId)] base_url in
    let params = JobsParameters.merge_parameters
      ?standard_parameters:std_params () in
    let query_parameters = GapiOption.map JobsParameters.to_key_value_list params
      in
    GapiService.get ?query_parameters ?etag full_url
      (GapiJson.parse_json_response Job.of_data_model) session 
    
  let getQueryResults
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ?maxResults
        ?pageToken
        ?startIndex
        ?timeoutMs
        ~projectId
        ~jobId
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "queries"; ((fun x -> x) jobId)] base_url in
    let params = JobsParameters.merge_parameters
      ?standard_parameters:std_params ?maxResults ?pageToken ?startIndex
      ?timeoutMs () in
    let query_parameters = GapiOption.map JobsParameters.to_key_value_list params
      in
    GapiService.get ?query_parameters full_url
      (GapiJson.parse_json_response GetQueryResultsResponse.of_data_model)
      session 
    
  let insert
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ?media_source
        ~projectId
        job
        session =
    let base_path = ["projects"; ((fun x -> x) projectId); "jobs"] in
    let media_path = [""; "resumable"; "upload"; "bigquery"; "v2";
      "projects"; ((fun x -> x) projectId); "jobs"] in
    let path_to_add = if GapiOption.is_some media_source then media_path
      else base_path in
    let full_url = GapiUtils.add_path_to_url path_to_add base_url in
    let etag = GapiUtils.etag_option job.Job.etag in
    let params = JobsParameters.merge_parameters
      ?standard_parameters:std_params () in
    let query_parameters = GapiOption.map JobsParameters.to_key_value_list params
      in
    GapiService.post ?query_parameters ?etag ?media_source
      ~data_to_post:(GapiJson.render_json Job.to_data_model) ~data:job
      full_url (GapiJson.parse_json_response Job.of_data_model) session 
    
  let list
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ?allUsers
        ?maxResults
        ?pageToken
        ?projection
        ?stateFilter
        ~projectId
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "jobs"] base_url in
    let params = JobsParameters.merge_parameters
      ?standard_parameters:std_params ?allUsers ?maxResults ?pageToken
      ?projection ?stateFilter () in
    let query_parameters = GapiOption.map JobsParameters.to_key_value_list params
      in
    GapiService.get ?query_parameters full_url
      (GapiJson.parse_json_response JobList.of_data_model) session 
    
  let query
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ~projectId
        queryRequest
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "queries"] base_url in
    let params = JobsParameters.merge_parameters
      ?standard_parameters:std_params () in
    let query_parameters = GapiOption.map JobsParameters.to_key_value_list params
      in
    GapiService.post ?query_parameters
      ~data_to_post:(GapiJson.render_json QueryRequest.to_data_model)
      ~data:queryRequest full_url
      (GapiJson.parse_json_response QueryResponse.of_data_model) session 
    
  
end

module ProjectsResource =
struct
  module ProjectsParameters =
  struct
    type t = {
      (* Standard query parameters *)
      alt : string;
      fields : string;
      prettyPrint : bool;
      quotaUser : string;
      userIp : string;
      key : string;
      (* projects-specific query parameters *)
      maxResults : int;
      pageToken : string;
      
    }
    
    let default = {
      alt = "";
      fields = "";
      prettyPrint = true;
      quotaUser = "";
      userIp = "";
      key = "";
      maxResults = 0;
      pageToken = "";
      
    }
    
    let to_key_value_list qp =
      let param get_value to_string name =
        GapiService.build_param default qp get_value to_string name in [
      param (fun p -> p.alt) (fun x -> x) "alt";
      param (fun p -> p.fields) (fun x -> x) "fields";
      param (fun p -> p.prettyPrint) string_of_bool "prettyPrint";
      param (fun p -> p.quotaUser) (fun x -> x) "quotaUser";
      param (fun p -> p.userIp) (fun x -> x) "userIp";
      param (fun p -> p.key) (fun x -> x) "key";
      param (fun p -> p.maxResults) string_of_int "maxResults";
      param (fun p -> p.pageToken) (fun x -> x) "pageToken";
      
    ] |> List.concat
    
    let merge_parameters
        ?(standard_parameters = GapiService.StandardParameters.default)
        ?(maxResults = default.maxResults)
        ?(pageToken = default.pageToken)
        () =
      let parameters = {
        alt = standard_parameters.GapiService.StandardParameters.alt;
        fields = standard_parameters.GapiService.StandardParameters.fields;
        prettyPrint = standard_parameters.GapiService.StandardParameters.prettyPrint;
        quotaUser = standard_parameters.GapiService.StandardParameters.quotaUser;
        userIp = standard_parameters.GapiService.StandardParameters.userIp;
        key = standard_parameters.GapiService.StandardParameters.key;
        maxResults;
        pageToken;
        
      } in
      if parameters = default then None else Some parameters
    
  end
  
  let list
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ?maxResults
        ?pageToken
        session =
    let full_url = GapiUtils.add_path_to_url ["projects"] base_url in
    let params = ProjectsParameters.merge_parameters
      ?standard_parameters:std_params ?maxResults ?pageToken () in
    let query_parameters = GapiOption.map ProjectsParameters.to_key_value_list
      params in
    GapiService.get ?query_parameters full_url
      (GapiJson.parse_json_response ProjectList.of_data_model) session 
    
  
end

module TabledataResource =
struct
  module TabledataParameters =
  struct
    type t = {
      (* Standard query parameters *)
      alt : string;
      fields : string;
      prettyPrint : bool;
      quotaUser : string;
      userIp : string;
      key : string;
      (* tabledata-specific query parameters *)
      maxResults : int;
      pageToken : string;
      startIndex : string;
      
    }
    
    let default = {
      alt = "";
      fields = "";
      prettyPrint = true;
      quotaUser = "";
      userIp = "";
      key = "";
      maxResults = 0;
      pageToken = "";
      startIndex = "";
      
    }
    
    let to_key_value_list qp =
      let param get_value to_string name =
        GapiService.build_param default qp get_value to_string name in [
      param (fun p -> p.alt) (fun x -> x) "alt";
      param (fun p -> p.fields) (fun x -> x) "fields";
      param (fun p -> p.prettyPrint) string_of_bool "prettyPrint";
      param (fun p -> p.quotaUser) (fun x -> x) "quotaUser";
      param (fun p -> p.userIp) (fun x -> x) "userIp";
      param (fun p -> p.key) (fun x -> x) "key";
      param (fun p -> p.maxResults) string_of_int "maxResults";
      param (fun p -> p.pageToken) (fun x -> x) "pageToken";
      param (fun p -> p.startIndex) (fun x -> x) "startIndex";
      
    ] |> List.concat
    
    let merge_parameters
        ?(standard_parameters = GapiService.StandardParameters.default)
        ?(maxResults = default.maxResults)
        ?(pageToken = default.pageToken)
        ?(startIndex = default.startIndex)
        () =
      let parameters = {
        alt = standard_parameters.GapiService.StandardParameters.alt;
        fields = standard_parameters.GapiService.StandardParameters.fields;
        prettyPrint = standard_parameters.GapiService.StandardParameters.prettyPrint;
        quotaUser = standard_parameters.GapiService.StandardParameters.quotaUser;
        userIp = standard_parameters.GapiService.StandardParameters.userIp;
        key = standard_parameters.GapiService.StandardParameters.key;
        maxResults;
        pageToken;
        startIndex;
        
      } in
      if parameters = default then None else Some parameters
    
  end
  
  let insertAll
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ~projectId
        ~datasetId
        ~tableId
        tableDataInsertAllRequest
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "datasets"; ((fun x -> x) datasetId);
      "tables"; ((fun x -> x) tableId); "insertAll"] base_url in
    let params = TabledataParameters.merge_parameters
      ?standard_parameters:std_params () in
    let query_parameters = GapiOption.map TabledataParameters.to_key_value_list
      params in
    GapiService.post ?query_parameters
      ~data_to_post:(GapiJson.render_json TableDataInsertAllRequest.to_data_model)
      ~data:tableDataInsertAllRequest full_url
      (GapiJson.parse_json_response TableDataInsertAllResponse.of_data_model)
      session 
    
  let list
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ?maxResults
        ?pageToken
        ?startIndex
        ~projectId
        ~datasetId
        ~tableId
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "datasets"; ((fun x -> x) datasetId);
      "tables"; ((fun x -> x) tableId); "data"] base_url in
    let params = TabledataParameters.merge_parameters
      ?standard_parameters:std_params ?maxResults ?pageToken ?startIndex ()
      in
    let query_parameters = GapiOption.map TabledataParameters.to_key_value_list
      params in
    GapiService.get ?query_parameters full_url
      (GapiJson.parse_json_response TableDataList.of_data_model) session 
    
  
end

module TablesResource =
struct
  module TablesParameters =
  struct
    type t = {
      (* Standard query parameters *)
      alt : string;
      fields : string;
      prettyPrint : bool;
      quotaUser : string;
      userIp : string;
      key : string;
      (* tables-specific query parameters *)
      maxResults : int;
      pageToken : string;
      
    }
    
    let default = {
      alt = "";
      fields = "";
      prettyPrint = true;
      quotaUser = "";
      userIp = "";
      key = "";
      maxResults = 0;
      pageToken = "";
      
    }
    
    let to_key_value_list qp =
      let param get_value to_string name =
        GapiService.build_param default qp get_value to_string name in [
      param (fun p -> p.alt) (fun x -> x) "alt";
      param (fun p -> p.fields) (fun x -> x) "fields";
      param (fun p -> p.prettyPrint) string_of_bool "prettyPrint";
      param (fun p -> p.quotaUser) (fun x -> x) "quotaUser";
      param (fun p -> p.userIp) (fun x -> x) "userIp";
      param (fun p -> p.key) (fun x -> x) "key";
      param (fun p -> p.maxResults) string_of_int "maxResults";
      param (fun p -> p.pageToken) (fun x -> x) "pageToken";
      
    ] |> List.concat
    
    let merge_parameters
        ?(standard_parameters = GapiService.StandardParameters.default)
        ?(maxResults = default.maxResults)
        ?(pageToken = default.pageToken)
        () =
      let parameters = {
        alt = standard_parameters.GapiService.StandardParameters.alt;
        fields = standard_parameters.GapiService.StandardParameters.fields;
        prettyPrint = standard_parameters.GapiService.StandardParameters.prettyPrint;
        quotaUser = standard_parameters.GapiService.StandardParameters.quotaUser;
        userIp = standard_parameters.GapiService.StandardParameters.userIp;
        key = standard_parameters.GapiService.StandardParameters.key;
        maxResults;
        pageToken;
        
      } in
      if parameters = default then None else Some parameters
    
  end
  
  let delete
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ~projectId
        ~datasetId
        ~tableId
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "datasets"; ((fun x -> x) datasetId);
      "tables"; ((fun x -> x) tableId)] base_url in
    let params = TablesParameters.merge_parameters
      ?standard_parameters:std_params () in
    let query_parameters = GapiOption.map TablesParameters.to_key_value_list
      params in
    GapiService.delete ?query_parameters full_url
      GapiRequest.parse_empty_response session 
    
  let get
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?etag
        ?std_params
        ~projectId
        ~datasetId
        ~tableId
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "datasets"; ((fun x -> x) datasetId);
      "tables"; ((fun x -> x) tableId)] base_url in
    let params = TablesParameters.merge_parameters
      ?standard_parameters:std_params () in
    let query_parameters = GapiOption.map TablesParameters.to_key_value_list
      params in
    GapiService.get ?query_parameters ?etag full_url
      (GapiJson.parse_json_response Table.of_data_model) session 
    
  let insert
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ~projectId
        ~datasetId
        table
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "datasets"; ((fun x -> x) datasetId);
      "tables"] base_url in
    let etag = GapiUtils.etag_option table.Table.etag in
    let params = TablesParameters.merge_parameters
      ?standard_parameters:std_params () in
    let query_parameters = GapiOption.map TablesParameters.to_key_value_list
      params in
    GapiService.post ?query_parameters ?etag
      ~data_to_post:(GapiJson.render_json Table.to_data_model) ~data:table
      full_url (GapiJson.parse_json_response Table.of_data_model) session 
    
  let list
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ?maxResults
        ?pageToken
        ~projectId
        ~datasetId
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "datasets"; ((fun x -> x) datasetId);
      "tables"] base_url in
    let params = TablesParameters.merge_parameters
      ?standard_parameters:std_params ?maxResults ?pageToken () in
    let query_parameters = GapiOption.map TablesParameters.to_key_value_list
      params in
    GapiService.get ?query_parameters full_url
      (GapiJson.parse_json_response TableList.of_data_model) session 
    
  let patch
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ~projectId
        ~datasetId
        ~tableId
        table
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "datasets"; ((fun x -> x) datasetId);
      "tables"; ((fun x -> x) tableId)] base_url in
    let etag = GapiUtils.etag_option table.Table.etag in
    let params = TablesParameters.merge_parameters
      ?standard_parameters:std_params () in
    let query_parameters = GapiOption.map TablesParameters.to_key_value_list
      params in
    GapiService.patch ?query_parameters ?etag
      ~data_to_post:(GapiJson.render_json Table.to_data_model) ~data:table
      full_url (GapiJson.parse_json_response Table.of_data_model) session 
    
  let update
        ?(base_url = "https://www.googleapis.com/bigquery/v2/")
        ?std_params
        ~projectId
        ~datasetId
        ~tableId
        table
        session =
    let full_url = GapiUtils.add_path_to_url ["projects";
      ((fun x -> x) projectId); "datasets"; ((fun x -> x) datasetId);
      "tables"; ((fun x -> x) tableId)] base_url in
    let etag = GapiUtils.etag_option table.Table.etag in
    let params = TablesParameters.merge_parameters
      ?standard_parameters:std_params () in
    let query_parameters = GapiOption.map TablesParameters.to_key_value_list
      params in
    GapiService.put ?query_parameters ?etag
      ~data_to_post:(GapiJson.render_json Table.to_data_model) ~data:table
      full_url (GapiJson.parse_json_response Table.of_data_model) session 
    
  
end

OCaml

Innovation. Community. Security.