@google-analytics/data 3.2.1 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4194 +1 @@
1
- {
2
- "nested": {
3
- "google": {
4
- "nested": {
5
- "protobuf": {
6
- "options": {
7
- "go_package": "google.golang.org/protobuf/types/descriptorpb",
8
- "java_package": "com.google.protobuf",
9
- "java_outer_classname": "DescriptorProtos",
10
- "csharp_namespace": "Google.Protobuf.Reflection",
11
- "objc_class_prefix": "GPB",
12
- "cc_enable_arenas": true,
13
- "optimize_for": "SPEED"
14
- },
15
- "nested": {
16
- "Duration": {
17
- "fields": {
18
- "seconds": {
19
- "type": "int64",
20
- "id": 1
21
- },
22
- "nanos": {
23
- "type": "int32",
24
- "id": 2
25
- }
26
- }
27
- },
28
- "FileDescriptorSet": {
29
- "fields": {
30
- "file": {
31
- "rule": "repeated",
32
- "type": "FileDescriptorProto",
33
- "id": 1
34
- }
35
- }
36
- },
37
- "FileDescriptorProto": {
38
- "fields": {
39
- "name": {
40
- "type": "string",
41
- "id": 1
42
- },
43
- "package": {
44
- "type": "string",
45
- "id": 2
46
- },
47
- "dependency": {
48
- "rule": "repeated",
49
- "type": "string",
50
- "id": 3
51
- },
52
- "publicDependency": {
53
- "rule": "repeated",
54
- "type": "int32",
55
- "id": 10,
56
- "options": {
57
- "packed": false
58
- }
59
- },
60
- "weakDependency": {
61
- "rule": "repeated",
62
- "type": "int32",
63
- "id": 11,
64
- "options": {
65
- "packed": false
66
- }
67
- },
68
- "messageType": {
69
- "rule": "repeated",
70
- "type": "DescriptorProto",
71
- "id": 4
72
- },
73
- "enumType": {
74
- "rule": "repeated",
75
- "type": "EnumDescriptorProto",
76
- "id": 5
77
- },
78
- "service": {
79
- "rule": "repeated",
80
- "type": "ServiceDescriptorProto",
81
- "id": 6
82
- },
83
- "extension": {
84
- "rule": "repeated",
85
- "type": "FieldDescriptorProto",
86
- "id": 7
87
- },
88
- "options": {
89
- "type": "FileOptions",
90
- "id": 8
91
- },
92
- "sourceCodeInfo": {
93
- "type": "SourceCodeInfo",
94
- "id": 9
95
- },
96
- "syntax": {
97
- "type": "string",
98
- "id": 12
99
- },
100
- "edition": {
101
- "type": "string",
102
- "id": 13
103
- }
104
- }
105
- },
106
- "DescriptorProto": {
107
- "fields": {
108
- "name": {
109
- "type": "string",
110
- "id": 1
111
- },
112
- "field": {
113
- "rule": "repeated",
114
- "type": "FieldDescriptorProto",
115
- "id": 2
116
- },
117
- "extension": {
118
- "rule": "repeated",
119
- "type": "FieldDescriptorProto",
120
- "id": 6
121
- },
122
- "nestedType": {
123
- "rule": "repeated",
124
- "type": "DescriptorProto",
125
- "id": 3
126
- },
127
- "enumType": {
128
- "rule": "repeated",
129
- "type": "EnumDescriptorProto",
130
- "id": 4
131
- },
132
- "extensionRange": {
133
- "rule": "repeated",
134
- "type": "ExtensionRange",
135
- "id": 5
136
- },
137
- "oneofDecl": {
138
- "rule": "repeated",
139
- "type": "OneofDescriptorProto",
140
- "id": 8
141
- },
142
- "options": {
143
- "type": "MessageOptions",
144
- "id": 7
145
- },
146
- "reservedRange": {
147
- "rule": "repeated",
148
- "type": "ReservedRange",
149
- "id": 9
150
- },
151
- "reservedName": {
152
- "rule": "repeated",
153
- "type": "string",
154
- "id": 10
155
- }
156
- },
157
- "nested": {
158
- "ExtensionRange": {
159
- "fields": {
160
- "start": {
161
- "type": "int32",
162
- "id": 1
163
- },
164
- "end": {
165
- "type": "int32",
166
- "id": 2
167
- },
168
- "options": {
169
- "type": "ExtensionRangeOptions",
170
- "id": 3
171
- }
172
- }
173
- },
174
- "ReservedRange": {
175
- "fields": {
176
- "start": {
177
- "type": "int32",
178
- "id": 1
179
- },
180
- "end": {
181
- "type": "int32",
182
- "id": 2
183
- }
184
- }
185
- }
186
- }
187
- },
188
- "ExtensionRangeOptions": {
189
- "fields": {
190
- "uninterpretedOption": {
191
- "rule": "repeated",
192
- "type": "UninterpretedOption",
193
- "id": 999
194
- }
195
- },
196
- "extensions": [
197
- [
198
- 1000,
199
- 536870911
200
- ]
201
- ]
202
- },
203
- "FieldDescriptorProto": {
204
- "fields": {
205
- "name": {
206
- "type": "string",
207
- "id": 1
208
- },
209
- "number": {
210
- "type": "int32",
211
- "id": 3
212
- },
213
- "label": {
214
- "type": "Label",
215
- "id": 4
216
- },
217
- "type": {
218
- "type": "Type",
219
- "id": 5
220
- },
221
- "typeName": {
222
- "type": "string",
223
- "id": 6
224
- },
225
- "extendee": {
226
- "type": "string",
227
- "id": 2
228
- },
229
- "defaultValue": {
230
- "type": "string",
231
- "id": 7
232
- },
233
- "oneofIndex": {
234
- "type": "int32",
235
- "id": 9
236
- },
237
- "jsonName": {
238
- "type": "string",
239
- "id": 10
240
- },
241
- "options": {
242
- "type": "FieldOptions",
243
- "id": 8
244
- },
245
- "proto3Optional": {
246
- "type": "bool",
247
- "id": 17
248
- }
249
- },
250
- "nested": {
251
- "Type": {
252
- "values": {
253
- "TYPE_DOUBLE": 1,
254
- "TYPE_FLOAT": 2,
255
- "TYPE_INT64": 3,
256
- "TYPE_UINT64": 4,
257
- "TYPE_INT32": 5,
258
- "TYPE_FIXED64": 6,
259
- "TYPE_FIXED32": 7,
260
- "TYPE_BOOL": 8,
261
- "TYPE_STRING": 9,
262
- "TYPE_GROUP": 10,
263
- "TYPE_MESSAGE": 11,
264
- "TYPE_BYTES": 12,
265
- "TYPE_UINT32": 13,
266
- "TYPE_ENUM": 14,
267
- "TYPE_SFIXED32": 15,
268
- "TYPE_SFIXED64": 16,
269
- "TYPE_SINT32": 17,
270
- "TYPE_SINT64": 18
271
- }
272
- },
273
- "Label": {
274
- "values": {
275
- "LABEL_OPTIONAL": 1,
276
- "LABEL_REQUIRED": 2,
277
- "LABEL_REPEATED": 3
278
- }
279
- }
280
- }
281
- },
282
- "OneofDescriptorProto": {
283
- "fields": {
284
- "name": {
285
- "type": "string",
286
- "id": 1
287
- },
288
- "options": {
289
- "type": "OneofOptions",
290
- "id": 2
291
- }
292
- }
293
- },
294
- "EnumDescriptorProto": {
295
- "fields": {
296
- "name": {
297
- "type": "string",
298
- "id": 1
299
- },
300
- "value": {
301
- "rule": "repeated",
302
- "type": "EnumValueDescriptorProto",
303
- "id": 2
304
- },
305
- "options": {
306
- "type": "EnumOptions",
307
- "id": 3
308
- },
309
- "reservedRange": {
310
- "rule": "repeated",
311
- "type": "EnumReservedRange",
312
- "id": 4
313
- },
314
- "reservedName": {
315
- "rule": "repeated",
316
- "type": "string",
317
- "id": 5
318
- }
319
- },
320
- "nested": {
321
- "EnumReservedRange": {
322
- "fields": {
323
- "start": {
324
- "type": "int32",
325
- "id": 1
326
- },
327
- "end": {
328
- "type": "int32",
329
- "id": 2
330
- }
331
- }
332
- }
333
- }
334
- },
335
- "EnumValueDescriptorProto": {
336
- "fields": {
337
- "name": {
338
- "type": "string",
339
- "id": 1
340
- },
341
- "number": {
342
- "type": "int32",
343
- "id": 2
344
- },
345
- "options": {
346
- "type": "EnumValueOptions",
347
- "id": 3
348
- }
349
- }
350
- },
351
- "ServiceDescriptorProto": {
352
- "fields": {
353
- "name": {
354
- "type": "string",
355
- "id": 1
356
- },
357
- "method": {
358
- "rule": "repeated",
359
- "type": "MethodDescriptorProto",
360
- "id": 2
361
- },
362
- "options": {
363
- "type": "ServiceOptions",
364
- "id": 3
365
- }
366
- }
367
- },
368
- "MethodDescriptorProto": {
369
- "fields": {
370
- "name": {
371
- "type": "string",
372
- "id": 1
373
- },
374
- "inputType": {
375
- "type": "string",
376
- "id": 2
377
- },
378
- "outputType": {
379
- "type": "string",
380
- "id": 3
381
- },
382
- "options": {
383
- "type": "MethodOptions",
384
- "id": 4
385
- },
386
- "clientStreaming": {
387
- "type": "bool",
388
- "id": 5,
389
- "options": {
390
- "default": false
391
- }
392
- },
393
- "serverStreaming": {
394
- "type": "bool",
395
- "id": 6,
396
- "options": {
397
- "default": false
398
- }
399
- }
400
- }
401
- },
402
- "FileOptions": {
403
- "fields": {
404
- "javaPackage": {
405
- "type": "string",
406
- "id": 1
407
- },
408
- "javaOuterClassname": {
409
- "type": "string",
410
- "id": 8
411
- },
412
- "javaMultipleFiles": {
413
- "type": "bool",
414
- "id": 10,
415
- "options": {
416
- "default": false
417
- }
418
- },
419
- "javaGenerateEqualsAndHash": {
420
- "type": "bool",
421
- "id": 20,
422
- "options": {
423
- "deprecated": true
424
- }
425
- },
426
- "javaStringCheckUtf8": {
427
- "type": "bool",
428
- "id": 27,
429
- "options": {
430
- "default": false
431
- }
432
- },
433
- "optimizeFor": {
434
- "type": "OptimizeMode",
435
- "id": 9,
436
- "options": {
437
- "default": "SPEED"
438
- }
439
- },
440
- "goPackage": {
441
- "type": "string",
442
- "id": 11
443
- },
444
- "ccGenericServices": {
445
- "type": "bool",
446
- "id": 16,
447
- "options": {
448
- "default": false
449
- }
450
- },
451
- "javaGenericServices": {
452
- "type": "bool",
453
- "id": 17,
454
- "options": {
455
- "default": false
456
- }
457
- },
458
- "pyGenericServices": {
459
- "type": "bool",
460
- "id": 18,
461
- "options": {
462
- "default": false
463
- }
464
- },
465
- "phpGenericServices": {
466
- "type": "bool",
467
- "id": 42,
468
- "options": {
469
- "default": false
470
- }
471
- },
472
- "deprecated": {
473
- "type": "bool",
474
- "id": 23,
475
- "options": {
476
- "default": false
477
- }
478
- },
479
- "ccEnableArenas": {
480
- "type": "bool",
481
- "id": 31,
482
- "options": {
483
- "default": true
484
- }
485
- },
486
- "objcClassPrefix": {
487
- "type": "string",
488
- "id": 36
489
- },
490
- "csharpNamespace": {
491
- "type": "string",
492
- "id": 37
493
- },
494
- "swiftPrefix": {
495
- "type": "string",
496
- "id": 39
497
- },
498
- "phpClassPrefix": {
499
- "type": "string",
500
- "id": 40
501
- },
502
- "phpNamespace": {
503
- "type": "string",
504
- "id": 41
505
- },
506
- "phpMetadataNamespace": {
507
- "type": "string",
508
- "id": 44
509
- },
510
- "rubyPackage": {
511
- "type": "string",
512
- "id": 45
513
- },
514
- "uninterpretedOption": {
515
- "rule": "repeated",
516
- "type": "UninterpretedOption",
517
- "id": 999
518
- }
519
- },
520
- "extensions": [
521
- [
522
- 1000,
523
- 536870911
524
- ]
525
- ],
526
- "reserved": [
527
- [
528
- 38,
529
- 38
530
- ]
531
- ],
532
- "nested": {
533
- "OptimizeMode": {
534
- "values": {
535
- "SPEED": 1,
536
- "CODE_SIZE": 2,
537
- "LITE_RUNTIME": 3
538
- }
539
- }
540
- }
541
- },
542
- "MessageOptions": {
543
- "fields": {
544
- "messageSetWireFormat": {
545
- "type": "bool",
546
- "id": 1,
547
- "options": {
548
- "default": false
549
- }
550
- },
551
- "noStandardDescriptorAccessor": {
552
- "type": "bool",
553
- "id": 2,
554
- "options": {
555
- "default": false
556
- }
557
- },
558
- "deprecated": {
559
- "type": "bool",
560
- "id": 3,
561
- "options": {
562
- "default": false
563
- }
564
- },
565
- "mapEntry": {
566
- "type": "bool",
567
- "id": 7
568
- },
569
- "deprecatedLegacyJsonFieldConflicts": {
570
- "type": "bool",
571
- "id": 11,
572
- "options": {
573
- "deprecated": true
574
- }
575
- },
576
- "uninterpretedOption": {
577
- "rule": "repeated",
578
- "type": "UninterpretedOption",
579
- "id": 999
580
- }
581
- },
582
- "extensions": [
583
- [
584
- 1000,
585
- 536870911
586
- ]
587
- ],
588
- "reserved": [
589
- [
590
- 4,
591
- 4
592
- ],
593
- [
594
- 5,
595
- 5
596
- ],
597
- [
598
- 6,
599
- 6
600
- ],
601
- [
602
- 8,
603
- 8
604
- ],
605
- [
606
- 9,
607
- 9
608
- ]
609
- ]
610
- },
611
- "FieldOptions": {
612
- "fields": {
613
- "ctype": {
614
- "type": "CType",
615
- "id": 1,
616
- "options": {
617
- "default": "STRING"
618
- }
619
- },
620
- "packed": {
621
- "type": "bool",
622
- "id": 2
623
- },
624
- "jstype": {
625
- "type": "JSType",
626
- "id": 6,
627
- "options": {
628
- "default": "JS_NORMAL"
629
- }
630
- },
631
- "lazy": {
632
- "type": "bool",
633
- "id": 5,
634
- "options": {
635
- "default": false
636
- }
637
- },
638
- "unverifiedLazy": {
639
- "type": "bool",
640
- "id": 15,
641
- "options": {
642
- "default": false
643
- }
644
- },
645
- "deprecated": {
646
- "type": "bool",
647
- "id": 3,
648
- "options": {
649
- "default": false
650
- }
651
- },
652
- "weak": {
653
- "type": "bool",
654
- "id": 10,
655
- "options": {
656
- "default": false
657
- }
658
- },
659
- "debugRedact": {
660
- "type": "bool",
661
- "id": 16,
662
- "options": {
663
- "default": false
664
- }
665
- },
666
- "retention": {
667
- "type": "OptionRetention",
668
- "id": 17
669
- },
670
- "target": {
671
- "type": "OptionTargetType",
672
- "id": 18
673
- },
674
- "uninterpretedOption": {
675
- "rule": "repeated",
676
- "type": "UninterpretedOption",
677
- "id": 999
678
- }
679
- },
680
- "extensions": [
681
- [
682
- 1000,
683
- 536870911
684
- ]
685
- ],
686
- "reserved": [
687
- [
688
- 4,
689
- 4
690
- ]
691
- ],
692
- "nested": {
693
- "CType": {
694
- "values": {
695
- "STRING": 0,
696
- "CORD": 1,
697
- "STRING_PIECE": 2
698
- }
699
- },
700
- "JSType": {
701
- "values": {
702
- "JS_NORMAL": 0,
703
- "JS_STRING": 1,
704
- "JS_NUMBER": 2
705
- }
706
- },
707
- "OptionRetention": {
708
- "values": {
709
- "RETENTION_UNKNOWN": 0,
710
- "RETENTION_RUNTIME": 1,
711
- "RETENTION_SOURCE": 2
712
- }
713
- },
714
- "OptionTargetType": {
715
- "values": {
716
- "TARGET_TYPE_UNKNOWN": 0,
717
- "TARGET_TYPE_FILE": 1,
718
- "TARGET_TYPE_EXTENSION_RANGE": 2,
719
- "TARGET_TYPE_MESSAGE": 3,
720
- "TARGET_TYPE_FIELD": 4,
721
- "TARGET_TYPE_ONEOF": 5,
722
- "TARGET_TYPE_ENUM": 6,
723
- "TARGET_TYPE_ENUM_ENTRY": 7,
724
- "TARGET_TYPE_SERVICE": 8,
725
- "TARGET_TYPE_METHOD": 9
726
- }
727
- }
728
- }
729
- },
730
- "OneofOptions": {
731
- "fields": {
732
- "uninterpretedOption": {
733
- "rule": "repeated",
734
- "type": "UninterpretedOption",
735
- "id": 999
736
- }
737
- },
738
- "extensions": [
739
- [
740
- 1000,
741
- 536870911
742
- ]
743
- ]
744
- },
745
- "EnumOptions": {
746
- "fields": {
747
- "allowAlias": {
748
- "type": "bool",
749
- "id": 2
750
- },
751
- "deprecated": {
752
- "type": "bool",
753
- "id": 3,
754
- "options": {
755
- "default": false
756
- }
757
- },
758
- "deprecatedLegacyJsonFieldConflicts": {
759
- "type": "bool",
760
- "id": 6,
761
- "options": {
762
- "deprecated": true
763
- }
764
- },
765
- "uninterpretedOption": {
766
- "rule": "repeated",
767
- "type": "UninterpretedOption",
768
- "id": 999
769
- }
770
- },
771
- "extensions": [
772
- [
773
- 1000,
774
- 536870911
775
- ]
776
- ],
777
- "reserved": [
778
- [
779
- 5,
780
- 5
781
- ]
782
- ]
783
- },
784
- "EnumValueOptions": {
785
- "fields": {
786
- "deprecated": {
787
- "type": "bool",
788
- "id": 1,
789
- "options": {
790
- "default": false
791
- }
792
- },
793
- "uninterpretedOption": {
794
- "rule": "repeated",
795
- "type": "UninterpretedOption",
796
- "id": 999
797
- }
798
- },
799
- "extensions": [
800
- [
801
- 1000,
802
- 536870911
803
- ]
804
- ]
805
- },
806
- "ServiceOptions": {
807
- "fields": {
808
- "deprecated": {
809
- "type": "bool",
810
- "id": 33,
811
- "options": {
812
- "default": false
813
- }
814
- },
815
- "uninterpretedOption": {
816
- "rule": "repeated",
817
- "type": "UninterpretedOption",
818
- "id": 999
819
- }
820
- },
821
- "extensions": [
822
- [
823
- 1000,
824
- 536870911
825
- ]
826
- ]
827
- },
828
- "MethodOptions": {
829
- "fields": {
830
- "deprecated": {
831
- "type": "bool",
832
- "id": 33,
833
- "options": {
834
- "default": false
835
- }
836
- },
837
- "idempotencyLevel": {
838
- "type": "IdempotencyLevel",
839
- "id": 34,
840
- "options": {
841
- "default": "IDEMPOTENCY_UNKNOWN"
842
- }
843
- },
844
- "uninterpretedOption": {
845
- "rule": "repeated",
846
- "type": "UninterpretedOption",
847
- "id": 999
848
- }
849
- },
850
- "extensions": [
851
- [
852
- 1000,
853
- 536870911
854
- ]
855
- ],
856
- "nested": {
857
- "IdempotencyLevel": {
858
- "values": {
859
- "IDEMPOTENCY_UNKNOWN": 0,
860
- "NO_SIDE_EFFECTS": 1,
861
- "IDEMPOTENT": 2
862
- }
863
- }
864
- }
865
- },
866
- "UninterpretedOption": {
867
- "fields": {
868
- "name": {
869
- "rule": "repeated",
870
- "type": "NamePart",
871
- "id": 2
872
- },
873
- "identifierValue": {
874
- "type": "string",
875
- "id": 3
876
- },
877
- "positiveIntValue": {
878
- "type": "uint64",
879
- "id": 4
880
- },
881
- "negativeIntValue": {
882
- "type": "int64",
883
- "id": 5
884
- },
885
- "doubleValue": {
886
- "type": "double",
887
- "id": 6
888
- },
889
- "stringValue": {
890
- "type": "bytes",
891
- "id": 7
892
- },
893
- "aggregateValue": {
894
- "type": "string",
895
- "id": 8
896
- }
897
- },
898
- "nested": {
899
- "NamePart": {
900
- "fields": {
901
- "namePart": {
902
- "rule": "required",
903
- "type": "string",
904
- "id": 1
905
- },
906
- "isExtension": {
907
- "rule": "required",
908
- "type": "bool",
909
- "id": 2
910
- }
911
- }
912
- }
913
- }
914
- },
915
- "SourceCodeInfo": {
916
- "fields": {
917
- "location": {
918
- "rule": "repeated",
919
- "type": "Location",
920
- "id": 1
921
- }
922
- },
923
- "nested": {
924
- "Location": {
925
- "fields": {
926
- "path": {
927
- "rule": "repeated",
928
- "type": "int32",
929
- "id": 1
930
- },
931
- "span": {
932
- "rule": "repeated",
933
- "type": "int32",
934
- "id": 2
935
- },
936
- "leadingComments": {
937
- "type": "string",
938
- "id": 3
939
- },
940
- "trailingComments": {
941
- "type": "string",
942
- "id": 4
943
- },
944
- "leadingDetachedComments": {
945
- "rule": "repeated",
946
- "type": "string",
947
- "id": 6
948
- }
949
- }
950
- }
951
- }
952
- },
953
- "GeneratedCodeInfo": {
954
- "fields": {
955
- "annotation": {
956
- "rule": "repeated",
957
- "type": "Annotation",
958
- "id": 1
959
- }
960
- },
961
- "nested": {
962
- "Annotation": {
963
- "fields": {
964
- "path": {
965
- "rule": "repeated",
966
- "type": "int32",
967
- "id": 1
968
- },
969
- "sourceFile": {
970
- "type": "string",
971
- "id": 2
972
- },
973
- "begin": {
974
- "type": "int32",
975
- "id": 3
976
- },
977
- "end": {
978
- "type": "int32",
979
- "id": 4
980
- },
981
- "semantic": {
982
- "type": "Semantic",
983
- "id": 5
984
- }
985
- },
986
- "nested": {
987
- "Semantic": {
988
- "values": {
989
- "NONE": 0,
990
- "SET": 1,
991
- "ALIAS": 2
992
- }
993
- }
994
- }
995
- }
996
- }
997
- }
998
- }
999
- },
1000
- "analytics": {
1001
- "nested": {
1002
- "data": {
1003
- "nested": {
1004
- "v1alpha": {
1005
- "options": {
1006
- "go_package": "google.golang.org/genproto/googleapis/analytics/data/v1alpha;data",
1007
- "java_multiple_files": true,
1008
- "java_outer_classname": "ReportingApiProto",
1009
- "java_package": "com.google.analytics.data.v1alpha"
1010
- },
1011
- "nested": {
1012
- "AlphaAnalyticsData": {
1013
- "options": {
1014
- "(google.api.default_host)": "analyticsdata.googleapis.com",
1015
- "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/analytics,https://www.googleapis.com/auth/analytics.readonly"
1016
- },
1017
- "methods": {
1018
- "RunFunnelReport": {
1019
- "requestType": "RunFunnelReportRequest",
1020
- "responseType": "RunFunnelReportResponse",
1021
- "options": {
1022
- "(google.api.http).post": "/v1alpha/{property=properties/*}:runFunnelReport",
1023
- "(google.api.http).body": "*"
1024
- },
1025
- "parsedOptions": [
1026
- {
1027
- "(google.api.http)": {
1028
- "post": "/v1alpha/{property=properties/*}:runFunnelReport",
1029
- "body": "*"
1030
- }
1031
- }
1032
- ]
1033
- }
1034
- }
1035
- },
1036
- "RunFunnelReportRequest": {
1037
- "fields": {
1038
- "property": {
1039
- "type": "string",
1040
- "id": 1
1041
- },
1042
- "dateRanges": {
1043
- "rule": "repeated",
1044
- "type": "DateRange",
1045
- "id": 2
1046
- },
1047
- "funnel": {
1048
- "type": "Funnel",
1049
- "id": 3
1050
- },
1051
- "funnelBreakdown": {
1052
- "type": "FunnelBreakdown",
1053
- "id": 4
1054
- },
1055
- "funnelNextAction": {
1056
- "type": "FunnelNextAction",
1057
- "id": 5
1058
- },
1059
- "funnelVisualizationType": {
1060
- "type": "FunnelVisualizationType",
1061
- "id": 6
1062
- },
1063
- "segments": {
1064
- "rule": "repeated",
1065
- "type": "Segment",
1066
- "id": 7
1067
- },
1068
- "limit": {
1069
- "type": "int64",
1070
- "id": 9
1071
- },
1072
- "dimensionFilter": {
1073
- "type": "FilterExpression",
1074
- "id": 10
1075
- },
1076
- "returnPropertyQuota": {
1077
- "type": "bool",
1078
- "id": 12
1079
- }
1080
- },
1081
- "nested": {
1082
- "FunnelVisualizationType": {
1083
- "values": {
1084
- "FUNNEL_VISUALIZATION_TYPE_UNSPECIFIED": 0,
1085
- "STANDARD_FUNNEL": 1,
1086
- "TRENDED_FUNNEL": 2
1087
- }
1088
- }
1089
- }
1090
- },
1091
- "RunFunnelReportResponse": {
1092
- "fields": {
1093
- "funnelTable": {
1094
- "type": "FunnelSubReport",
1095
- "id": 1
1096
- },
1097
- "funnelVisualization": {
1098
- "type": "FunnelSubReport",
1099
- "id": 2
1100
- },
1101
- "propertyQuota": {
1102
- "type": "PropertyQuota",
1103
- "id": 3
1104
- },
1105
- "kind": {
1106
- "type": "string",
1107
- "id": 4
1108
- }
1109
- }
1110
- },
1111
- "DateRange": {
1112
- "fields": {
1113
- "startDate": {
1114
- "type": "string",
1115
- "id": 1
1116
- },
1117
- "endDate": {
1118
- "type": "string",
1119
- "id": 2
1120
- },
1121
- "name": {
1122
- "type": "string",
1123
- "id": 3
1124
- }
1125
- }
1126
- },
1127
- "Dimension": {
1128
- "fields": {
1129
- "name": {
1130
- "type": "string",
1131
- "id": 1
1132
- },
1133
- "dimensionExpression": {
1134
- "type": "DimensionExpression",
1135
- "id": 2
1136
- }
1137
- }
1138
- },
1139
- "DimensionExpression": {
1140
- "oneofs": {
1141
- "oneExpression": {
1142
- "oneof": [
1143
- "lowerCase",
1144
- "upperCase",
1145
- "concatenate"
1146
- ]
1147
- }
1148
- },
1149
- "fields": {
1150
- "lowerCase": {
1151
- "type": "CaseExpression",
1152
- "id": 4
1153
- },
1154
- "upperCase": {
1155
- "type": "CaseExpression",
1156
- "id": 5
1157
- },
1158
- "concatenate": {
1159
- "type": "ConcatenateExpression",
1160
- "id": 6
1161
- }
1162
- },
1163
- "nested": {
1164
- "CaseExpression": {
1165
- "fields": {
1166
- "dimensionName": {
1167
- "type": "string",
1168
- "id": 1
1169
- }
1170
- }
1171
- },
1172
- "ConcatenateExpression": {
1173
- "fields": {
1174
- "dimensionNames": {
1175
- "rule": "repeated",
1176
- "type": "string",
1177
- "id": 1
1178
- },
1179
- "delimiter": {
1180
- "type": "string",
1181
- "id": 2
1182
- }
1183
- }
1184
- }
1185
- }
1186
- },
1187
- "FilterExpression": {
1188
- "oneofs": {
1189
- "expr": {
1190
- "oneof": [
1191
- "andGroup",
1192
- "orGroup",
1193
- "notExpression",
1194
- "filter"
1195
- ]
1196
- }
1197
- },
1198
- "fields": {
1199
- "andGroup": {
1200
- "type": "FilterExpressionList",
1201
- "id": 1
1202
- },
1203
- "orGroup": {
1204
- "type": "FilterExpressionList",
1205
- "id": 2
1206
- },
1207
- "notExpression": {
1208
- "type": "FilterExpression",
1209
- "id": 3
1210
- },
1211
- "filter": {
1212
- "type": "Filter",
1213
- "id": 4
1214
- }
1215
- }
1216
- },
1217
- "FilterExpressionList": {
1218
- "fields": {
1219
- "expressions": {
1220
- "rule": "repeated",
1221
- "type": "FilterExpression",
1222
- "id": 1
1223
- }
1224
- }
1225
- },
1226
- "Filter": {
1227
- "oneofs": {
1228
- "oneFilter": {
1229
- "oneof": [
1230
- "stringFilter",
1231
- "inListFilter",
1232
- "numericFilter",
1233
- "betweenFilter"
1234
- ]
1235
- }
1236
- },
1237
- "fields": {
1238
- "fieldName": {
1239
- "type": "string",
1240
- "id": 1
1241
- },
1242
- "stringFilter": {
1243
- "type": "StringFilter",
1244
- "id": 2
1245
- },
1246
- "inListFilter": {
1247
- "type": "InListFilter",
1248
- "id": 3
1249
- },
1250
- "numericFilter": {
1251
- "type": "NumericFilter",
1252
- "id": 4
1253
- },
1254
- "betweenFilter": {
1255
- "type": "BetweenFilter",
1256
- "id": 5
1257
- }
1258
- }
1259
- },
1260
- "StringFilter": {
1261
- "fields": {
1262
- "matchType": {
1263
- "type": "MatchType",
1264
- "id": 1
1265
- },
1266
- "value": {
1267
- "type": "string",
1268
- "id": 2
1269
- },
1270
- "caseSensitive": {
1271
- "type": "bool",
1272
- "id": 3
1273
- }
1274
- },
1275
- "nested": {
1276
- "MatchType": {
1277
- "values": {
1278
- "MATCH_TYPE_UNSPECIFIED": 0,
1279
- "EXACT": 1,
1280
- "BEGINS_WITH": 2,
1281
- "ENDS_WITH": 3,
1282
- "CONTAINS": 4,
1283
- "FULL_REGEXP": 5,
1284
- "PARTIAL_REGEXP": 6
1285
- }
1286
- }
1287
- }
1288
- },
1289
- "InListFilter": {
1290
- "fields": {
1291
- "values": {
1292
- "rule": "repeated",
1293
- "type": "string",
1294
- "id": 1
1295
- },
1296
- "caseSensitive": {
1297
- "type": "bool",
1298
- "id": 2
1299
- }
1300
- }
1301
- },
1302
- "NumericFilter": {
1303
- "fields": {
1304
- "operation": {
1305
- "type": "Operation",
1306
- "id": 1
1307
- },
1308
- "value": {
1309
- "type": "NumericValue",
1310
- "id": 2
1311
- }
1312
- },
1313
- "nested": {
1314
- "Operation": {
1315
- "values": {
1316
- "OPERATION_UNSPECIFIED": 0,
1317
- "EQUAL": 1,
1318
- "LESS_THAN": 2,
1319
- "LESS_THAN_OR_EQUAL": 3,
1320
- "GREATER_THAN": 4,
1321
- "GREATER_THAN_OR_EQUAL": 5
1322
- }
1323
- }
1324
- }
1325
- },
1326
- "BetweenFilter": {
1327
- "fields": {
1328
- "fromValue": {
1329
- "type": "NumericValue",
1330
- "id": 1
1331
- },
1332
- "toValue": {
1333
- "type": "NumericValue",
1334
- "id": 2
1335
- }
1336
- }
1337
- },
1338
- "NumericValue": {
1339
- "oneofs": {
1340
- "oneValue": {
1341
- "oneof": [
1342
- "int64Value",
1343
- "doubleValue"
1344
- ]
1345
- }
1346
- },
1347
- "fields": {
1348
- "int64Value": {
1349
- "type": "int64",
1350
- "id": 1
1351
- },
1352
- "doubleValue": {
1353
- "type": "double",
1354
- "id": 2
1355
- }
1356
- }
1357
- },
1358
- "DimensionHeader": {
1359
- "fields": {
1360
- "name": {
1361
- "type": "string",
1362
- "id": 1
1363
- }
1364
- }
1365
- },
1366
- "MetricHeader": {
1367
- "fields": {
1368
- "name": {
1369
- "type": "string",
1370
- "id": 1
1371
- },
1372
- "type": {
1373
- "type": "MetricType",
1374
- "id": 2
1375
- }
1376
- }
1377
- },
1378
- "Row": {
1379
- "fields": {
1380
- "dimensionValues": {
1381
- "rule": "repeated",
1382
- "type": "DimensionValue",
1383
- "id": 1
1384
- },
1385
- "metricValues": {
1386
- "rule": "repeated",
1387
- "type": "MetricValue",
1388
- "id": 2
1389
- }
1390
- }
1391
- },
1392
- "DimensionValue": {
1393
- "oneofs": {
1394
- "oneValue": {
1395
- "oneof": [
1396
- "value"
1397
- ]
1398
- }
1399
- },
1400
- "fields": {
1401
- "value": {
1402
- "type": "string",
1403
- "id": 1
1404
- }
1405
- }
1406
- },
1407
- "MetricValue": {
1408
- "oneofs": {
1409
- "oneValue": {
1410
- "oneof": [
1411
- "value"
1412
- ]
1413
- }
1414
- },
1415
- "fields": {
1416
- "value": {
1417
- "type": "string",
1418
- "id": 4
1419
- }
1420
- }
1421
- },
1422
- "PropertyQuota": {
1423
- "fields": {
1424
- "tokensPerDay": {
1425
- "type": "QuotaStatus",
1426
- "id": 1
1427
- },
1428
- "tokensPerHour": {
1429
- "type": "QuotaStatus",
1430
- "id": 2
1431
- },
1432
- "concurrentRequests": {
1433
- "type": "QuotaStatus",
1434
- "id": 3
1435
- },
1436
- "serverErrorsPerProjectPerHour": {
1437
- "type": "QuotaStatus",
1438
- "id": 4
1439
- },
1440
- "potentiallyThresholdedRequestsPerHour": {
1441
- "type": "QuotaStatus",
1442
- "id": 5
1443
- }
1444
- }
1445
- },
1446
- "QuotaStatus": {
1447
- "fields": {
1448
- "consumed": {
1449
- "type": "int32",
1450
- "id": 1
1451
- },
1452
- "remaining": {
1453
- "type": "int32",
1454
- "id": 2
1455
- }
1456
- }
1457
- },
1458
- "FunnelBreakdown": {
1459
- "oneofs": {
1460
- "_limit": {
1461
- "oneof": [
1462
- "limit"
1463
- ]
1464
- }
1465
- },
1466
- "fields": {
1467
- "breakdownDimension": {
1468
- "type": "Dimension",
1469
- "id": 1
1470
- },
1471
- "limit": {
1472
- "type": "int64",
1473
- "id": 2,
1474
- "options": {
1475
- "proto3_optional": true
1476
- }
1477
- }
1478
- }
1479
- },
1480
- "FunnelNextAction": {
1481
- "oneofs": {
1482
- "_limit": {
1483
- "oneof": [
1484
- "limit"
1485
- ]
1486
- }
1487
- },
1488
- "fields": {
1489
- "nextActionDimension": {
1490
- "type": "Dimension",
1491
- "id": 1
1492
- },
1493
- "limit": {
1494
- "type": "int64",
1495
- "id": 2,
1496
- "options": {
1497
- "proto3_optional": true
1498
- }
1499
- }
1500
- }
1501
- },
1502
- "Funnel": {
1503
- "fields": {
1504
- "isOpenFunnel": {
1505
- "type": "bool",
1506
- "id": 1
1507
- },
1508
- "steps": {
1509
- "rule": "repeated",
1510
- "type": "FunnelStep",
1511
- "id": 2
1512
- }
1513
- }
1514
- },
1515
- "FunnelStep": {
1516
- "oneofs": {
1517
- "_withinDurationFromPriorStep": {
1518
- "oneof": [
1519
- "withinDurationFromPriorStep"
1520
- ]
1521
- }
1522
- },
1523
- "fields": {
1524
- "name": {
1525
- "type": "string",
1526
- "id": 1
1527
- },
1528
- "isDirectlyFollowedBy": {
1529
- "type": "bool",
1530
- "id": 2
1531
- },
1532
- "withinDurationFromPriorStep": {
1533
- "type": "google.protobuf.Duration",
1534
- "id": 3,
1535
- "options": {
1536
- "proto3_optional": true
1537
- }
1538
- },
1539
- "filterExpression": {
1540
- "type": "FunnelFilterExpression",
1541
- "id": 4
1542
- }
1543
- }
1544
- },
1545
- "FunnelSubReport": {
1546
- "fields": {
1547
- "dimensionHeaders": {
1548
- "rule": "repeated",
1549
- "type": "DimensionHeader",
1550
- "id": 1
1551
- },
1552
- "metricHeaders": {
1553
- "rule": "repeated",
1554
- "type": "MetricHeader",
1555
- "id": 2
1556
- },
1557
- "rows": {
1558
- "rule": "repeated",
1559
- "type": "Row",
1560
- "id": 3
1561
- },
1562
- "metadata": {
1563
- "type": "FunnelResponseMetadata",
1564
- "id": 4
1565
- }
1566
- }
1567
- },
1568
- "UserSegment": {
1569
- "fields": {
1570
- "userInclusionCriteria": {
1571
- "type": "UserSegmentCriteria",
1572
- "id": 1
1573
- },
1574
- "exclusion": {
1575
- "type": "UserSegmentExclusion",
1576
- "id": 2
1577
- }
1578
- }
1579
- },
1580
- "UserSegmentCriteria": {
1581
- "fields": {
1582
- "andConditionGroups": {
1583
- "rule": "repeated",
1584
- "type": "UserSegmentConditionGroup",
1585
- "id": 1
1586
- },
1587
- "andSequenceGroups": {
1588
- "rule": "repeated",
1589
- "type": "UserSegmentSequenceGroup",
1590
- "id": 2
1591
- }
1592
- }
1593
- },
1594
- "UserCriteriaScoping": {
1595
- "values": {
1596
- "USER_CRITERIA_SCOPING_UNSPECIFIED": 0,
1597
- "USER_CRITERIA_WITHIN_SAME_EVENT": 1,
1598
- "USER_CRITERIA_WITHIN_SAME_SESSION": 2,
1599
- "USER_CRITERIA_ACROSS_ALL_SESSIONS": 3
1600
- }
1601
- },
1602
- "UserSegmentConditionGroup": {
1603
- "fields": {
1604
- "conditionScoping": {
1605
- "type": "UserCriteriaScoping",
1606
- "id": 1
1607
- },
1608
- "segmentFilterExpression": {
1609
- "type": "SegmentFilterExpression",
1610
- "id": 2
1611
- }
1612
- }
1613
- },
1614
- "UserSegmentSequenceGroup": {
1615
- "fields": {
1616
- "sequenceScoping": {
1617
- "type": "UserCriteriaScoping",
1618
- "id": 1
1619
- },
1620
- "sequenceMaximumDuration": {
1621
- "type": "google.protobuf.Duration",
1622
- "id": 2
1623
- },
1624
- "userSequenceSteps": {
1625
- "rule": "repeated",
1626
- "type": "UserSequenceStep",
1627
- "id": 3
1628
- }
1629
- }
1630
- },
1631
- "UserSequenceStep": {
1632
- "fields": {
1633
- "isDirectlyFollowedBy": {
1634
- "type": "bool",
1635
- "id": 1
1636
- },
1637
- "stepScoping": {
1638
- "type": "UserCriteriaScoping",
1639
- "id": 2
1640
- },
1641
- "segmentFilterExpression": {
1642
- "type": "SegmentFilterExpression",
1643
- "id": 3
1644
- }
1645
- }
1646
- },
1647
- "UserSegmentExclusion": {
1648
- "fields": {
1649
- "userExclusionDuration": {
1650
- "type": "UserExclusionDuration",
1651
- "id": 1
1652
- },
1653
- "userExclusionCriteria": {
1654
- "type": "UserSegmentCriteria",
1655
- "id": 2
1656
- }
1657
- }
1658
- },
1659
- "UserExclusionDuration": {
1660
- "values": {
1661
- "USER_EXCLUSION_DURATION_UNSPECIFIED": 0,
1662
- "USER_EXCLUSION_TEMPORARY": 1,
1663
- "USER_EXCLUSION_PERMANENT": 2
1664
- }
1665
- },
1666
- "SessionSegment": {
1667
- "fields": {
1668
- "sessionInclusionCriteria": {
1669
- "type": "SessionSegmentCriteria",
1670
- "id": 1
1671
- },
1672
- "exclusion": {
1673
- "type": "SessionSegmentExclusion",
1674
- "id": 2
1675
- }
1676
- }
1677
- },
1678
- "SessionSegmentCriteria": {
1679
- "fields": {
1680
- "andConditionGroups": {
1681
- "rule": "repeated",
1682
- "type": "SessionSegmentConditionGroup",
1683
- "id": 1
1684
- }
1685
- }
1686
- },
1687
- "SessionCriteriaScoping": {
1688
- "values": {
1689
- "SESSION_CRITERIA_SCOPING_UNSPECIFIED": 0,
1690
- "SESSION_CRITERIA_WITHIN_SAME_EVENT": 1,
1691
- "SESSION_CRITERIA_WITHIN_SAME_SESSION": 2
1692
- }
1693
- },
1694
- "SessionSegmentConditionGroup": {
1695
- "fields": {
1696
- "conditionScoping": {
1697
- "type": "SessionCriteriaScoping",
1698
- "id": 1
1699
- },
1700
- "segmentFilterExpression": {
1701
- "type": "SegmentFilterExpression",
1702
- "id": 2
1703
- }
1704
- }
1705
- },
1706
- "SessionSegmentExclusion": {
1707
- "fields": {
1708
- "sessionExclusionDuration": {
1709
- "type": "SessionExclusionDuration",
1710
- "id": 1
1711
- },
1712
- "sessionExclusionCriteria": {
1713
- "type": "SessionSegmentCriteria",
1714
- "id": 2
1715
- }
1716
- }
1717
- },
1718
- "SessionExclusionDuration": {
1719
- "values": {
1720
- "SESSION_EXCLUSION_DURATION_UNSPECIFIED": 0,
1721
- "SESSION_EXCLUSION_TEMPORARY": 1,
1722
- "SESSION_EXCLUSION_PERMANENT": 2
1723
- }
1724
- },
1725
- "EventSegment": {
1726
- "fields": {
1727
- "eventInclusionCriteria": {
1728
- "type": "EventSegmentCriteria",
1729
- "id": 1
1730
- },
1731
- "exclusion": {
1732
- "type": "EventSegmentExclusion",
1733
- "id": 2
1734
- }
1735
- }
1736
- },
1737
- "EventSegmentCriteria": {
1738
- "fields": {
1739
- "andConditionGroups": {
1740
- "rule": "repeated",
1741
- "type": "EventSegmentConditionGroup",
1742
- "id": 1
1743
- }
1744
- }
1745
- },
1746
- "EventCriteriaScoping": {
1747
- "values": {
1748
- "EVENT_CRITERIA_SCOPING_UNSPECIFIED": 0,
1749
- "EVENT_CRITERIA_WITHIN_SAME_EVENT": 1
1750
- }
1751
- },
1752
- "EventSegmentConditionGroup": {
1753
- "fields": {
1754
- "conditionScoping": {
1755
- "type": "EventCriteriaScoping",
1756
- "id": 1
1757
- },
1758
- "segmentFilterExpression": {
1759
- "type": "SegmentFilterExpression",
1760
- "id": 2
1761
- }
1762
- }
1763
- },
1764
- "EventSegmentExclusion": {
1765
- "fields": {
1766
- "eventExclusionDuration": {
1767
- "type": "EventExclusionDuration",
1768
- "id": 1
1769
- },
1770
- "eventExclusionCriteria": {
1771
- "type": "EventSegmentCriteria",
1772
- "id": 2
1773
- }
1774
- }
1775
- },
1776
- "EventExclusionDuration": {
1777
- "values": {
1778
- "EVENT_EXCLUSION_DURATION_UNSPECIFIED": 0,
1779
- "EVENT_EXCLUSION_PERMANENT": 1
1780
- }
1781
- },
1782
- "Segment": {
1783
- "oneofs": {
1784
- "oneSegmentScope": {
1785
- "oneof": [
1786
- "userSegment",
1787
- "sessionSegment",
1788
- "eventSegment"
1789
- ]
1790
- }
1791
- },
1792
- "fields": {
1793
- "name": {
1794
- "type": "string",
1795
- "id": 1
1796
- },
1797
- "userSegment": {
1798
- "type": "UserSegment",
1799
- "id": 2
1800
- },
1801
- "sessionSegment": {
1802
- "type": "SessionSegment",
1803
- "id": 3
1804
- },
1805
- "eventSegment": {
1806
- "type": "EventSegment",
1807
- "id": 4
1808
- }
1809
- }
1810
- },
1811
- "SegmentFilterExpression": {
1812
- "oneofs": {
1813
- "expr": {
1814
- "oneof": [
1815
- "andGroup",
1816
- "orGroup",
1817
- "notExpression",
1818
- "segmentFilter",
1819
- "segmentEventFilter"
1820
- ]
1821
- }
1822
- },
1823
- "fields": {
1824
- "andGroup": {
1825
- "type": "SegmentFilterExpressionList",
1826
- "id": 1
1827
- },
1828
- "orGroup": {
1829
- "type": "SegmentFilterExpressionList",
1830
- "id": 2
1831
- },
1832
- "notExpression": {
1833
- "type": "SegmentFilterExpression",
1834
- "id": 3
1835
- },
1836
- "segmentFilter": {
1837
- "type": "SegmentFilter",
1838
- "id": 4
1839
- },
1840
- "segmentEventFilter": {
1841
- "type": "SegmentEventFilter",
1842
- "id": 5
1843
- }
1844
- }
1845
- },
1846
- "SegmentFilterExpressionList": {
1847
- "fields": {
1848
- "expressions": {
1849
- "rule": "repeated",
1850
- "type": "SegmentFilterExpression",
1851
- "id": 1
1852
- }
1853
- }
1854
- },
1855
- "SegmentFilter": {
1856
- "oneofs": {
1857
- "oneFilter": {
1858
- "oneof": [
1859
- "stringFilter",
1860
- "inListFilter",
1861
- "numericFilter",
1862
- "betweenFilter"
1863
- ]
1864
- }
1865
- },
1866
- "fields": {
1867
- "fieldName": {
1868
- "type": "string",
1869
- "id": 1
1870
- },
1871
- "stringFilter": {
1872
- "type": "StringFilter",
1873
- "id": 4
1874
- },
1875
- "inListFilter": {
1876
- "type": "InListFilter",
1877
- "id": 5
1878
- },
1879
- "numericFilter": {
1880
- "type": "NumericFilter",
1881
- "id": 6
1882
- },
1883
- "betweenFilter": {
1884
- "type": "BetweenFilter",
1885
- "id": 7
1886
- },
1887
- "filterScoping": {
1888
- "type": "SegmentFilterScoping",
1889
- "id": 8
1890
- }
1891
- }
1892
- },
1893
- "SegmentFilterScoping": {
1894
- "oneofs": {
1895
- "_atAnyPointInTime": {
1896
- "oneof": [
1897
- "atAnyPointInTime"
1898
- ]
1899
- }
1900
- },
1901
- "fields": {
1902
- "atAnyPointInTime": {
1903
- "type": "bool",
1904
- "id": 1,
1905
- "options": {
1906
- "proto3_optional": true
1907
- }
1908
- }
1909
- }
1910
- },
1911
- "SegmentEventFilter": {
1912
- "oneofs": {
1913
- "_eventName": {
1914
- "oneof": [
1915
- "eventName"
1916
- ]
1917
- },
1918
- "_segmentParameterFilterExpression": {
1919
- "oneof": [
1920
- "segmentParameterFilterExpression"
1921
- ]
1922
- }
1923
- },
1924
- "fields": {
1925
- "eventName": {
1926
- "type": "string",
1927
- "id": 1,
1928
- "options": {
1929
- "proto3_optional": true
1930
- }
1931
- },
1932
- "segmentParameterFilterExpression": {
1933
- "type": "SegmentParameterFilterExpression",
1934
- "id": 2,
1935
- "options": {
1936
- "proto3_optional": true
1937
- }
1938
- }
1939
- }
1940
- },
1941
- "SegmentParameterFilterExpression": {
1942
- "oneofs": {
1943
- "expr": {
1944
- "oneof": [
1945
- "andGroup",
1946
- "orGroup",
1947
- "notExpression",
1948
- "segmentParameterFilter"
1949
- ]
1950
- }
1951
- },
1952
- "fields": {
1953
- "andGroup": {
1954
- "type": "SegmentParameterFilterExpressionList",
1955
- "id": 1
1956
- },
1957
- "orGroup": {
1958
- "type": "SegmentParameterFilterExpressionList",
1959
- "id": 2
1960
- },
1961
- "notExpression": {
1962
- "type": "SegmentParameterFilterExpression",
1963
- "id": 3
1964
- },
1965
- "segmentParameterFilter": {
1966
- "type": "SegmentParameterFilter",
1967
- "id": 4
1968
- }
1969
- }
1970
- },
1971
- "SegmentParameterFilterExpressionList": {
1972
- "fields": {
1973
- "expressions": {
1974
- "rule": "repeated",
1975
- "type": "SegmentParameterFilterExpression",
1976
- "id": 1
1977
- }
1978
- }
1979
- },
1980
- "SegmentParameterFilter": {
1981
- "oneofs": {
1982
- "oneParameter": {
1983
- "oneof": [
1984
- "eventParameterName",
1985
- "itemParameterName"
1986
- ]
1987
- },
1988
- "oneFilter": {
1989
- "oneof": [
1990
- "stringFilter",
1991
- "inListFilter",
1992
- "numericFilter",
1993
- "betweenFilter"
1994
- ]
1995
- }
1996
- },
1997
- "fields": {
1998
- "eventParameterName": {
1999
- "type": "string",
2000
- "id": 1
2001
- },
2002
- "itemParameterName": {
2003
- "type": "string",
2004
- "id": 2
2005
- },
2006
- "stringFilter": {
2007
- "type": "StringFilter",
2008
- "id": 4
2009
- },
2010
- "inListFilter": {
2011
- "type": "InListFilter",
2012
- "id": 5
2013
- },
2014
- "numericFilter": {
2015
- "type": "NumericFilter",
2016
- "id": 6
2017
- },
2018
- "betweenFilter": {
2019
- "type": "BetweenFilter",
2020
- "id": 7
2021
- },
2022
- "filterScoping": {
2023
- "type": "SegmentParameterFilterScoping",
2024
- "id": 8
2025
- }
2026
- }
2027
- },
2028
- "SegmentParameterFilterScoping": {
2029
- "oneofs": {
2030
- "_inAnyNDayPeriod": {
2031
- "oneof": [
2032
- "inAnyNDayPeriod"
2033
- ]
2034
- }
2035
- },
2036
- "fields": {
2037
- "inAnyNDayPeriod": {
2038
- "type": "int64",
2039
- "id": 1,
2040
- "options": {
2041
- "proto3_optional": true
2042
- }
2043
- }
2044
- }
2045
- },
2046
- "FunnelFilterExpression": {
2047
- "oneofs": {
2048
- "expr": {
2049
- "oneof": [
2050
- "andGroup",
2051
- "orGroup",
2052
- "notExpression",
2053
- "funnelFieldFilter",
2054
- "funnelEventFilter"
2055
- ]
2056
- }
2057
- },
2058
- "fields": {
2059
- "andGroup": {
2060
- "type": "FunnelFilterExpressionList",
2061
- "id": 1
2062
- },
2063
- "orGroup": {
2064
- "type": "FunnelFilterExpressionList",
2065
- "id": 2
2066
- },
2067
- "notExpression": {
2068
- "type": "FunnelFilterExpression",
2069
- "id": 3
2070
- },
2071
- "funnelFieldFilter": {
2072
- "type": "FunnelFieldFilter",
2073
- "id": 4
2074
- },
2075
- "funnelEventFilter": {
2076
- "type": "FunnelEventFilter",
2077
- "id": 5
2078
- }
2079
- }
2080
- },
2081
- "FunnelFilterExpressionList": {
2082
- "fields": {
2083
- "expressions": {
2084
- "rule": "repeated",
2085
- "type": "FunnelFilterExpression",
2086
- "id": 1
2087
- }
2088
- }
2089
- },
2090
- "FunnelFieldFilter": {
2091
- "oneofs": {
2092
- "oneFilter": {
2093
- "oneof": [
2094
- "stringFilter",
2095
- "inListFilter",
2096
- "numericFilter",
2097
- "betweenFilter"
2098
- ]
2099
- }
2100
- },
2101
- "fields": {
2102
- "fieldName": {
2103
- "type": "string",
2104
- "id": 1
2105
- },
2106
- "stringFilter": {
2107
- "type": "StringFilter",
2108
- "id": 4
2109
- },
2110
- "inListFilter": {
2111
- "type": "InListFilter",
2112
- "id": 5
2113
- },
2114
- "numericFilter": {
2115
- "type": "NumericFilter",
2116
- "id": 6
2117
- },
2118
- "betweenFilter": {
2119
- "type": "BetweenFilter",
2120
- "id": 7
2121
- }
2122
- }
2123
- },
2124
- "FunnelEventFilter": {
2125
- "oneofs": {
2126
- "_eventName": {
2127
- "oneof": [
2128
- "eventName"
2129
- ]
2130
- },
2131
- "_funnelParameterFilterExpression": {
2132
- "oneof": [
2133
- "funnelParameterFilterExpression"
2134
- ]
2135
- }
2136
- },
2137
- "fields": {
2138
- "eventName": {
2139
- "type": "string",
2140
- "id": 1,
2141
- "options": {
2142
- "proto3_optional": true
2143
- }
2144
- },
2145
- "funnelParameterFilterExpression": {
2146
- "type": "FunnelParameterFilterExpression",
2147
- "id": 2,
2148
- "options": {
2149
- "proto3_optional": true
2150
- }
2151
- }
2152
- }
2153
- },
2154
- "FunnelParameterFilterExpression": {
2155
- "oneofs": {
2156
- "expr": {
2157
- "oneof": [
2158
- "andGroup",
2159
- "orGroup",
2160
- "notExpression",
2161
- "funnelParameterFilter"
2162
- ]
2163
- }
2164
- },
2165
- "fields": {
2166
- "andGroup": {
2167
- "type": "FunnelParameterFilterExpressionList",
2168
- "id": 1
2169
- },
2170
- "orGroup": {
2171
- "type": "FunnelParameterFilterExpressionList",
2172
- "id": 2
2173
- },
2174
- "notExpression": {
2175
- "type": "FunnelParameterFilterExpression",
2176
- "id": 3
2177
- },
2178
- "funnelParameterFilter": {
2179
- "type": "FunnelParameterFilter",
2180
- "id": 4
2181
- }
2182
- }
2183
- },
2184
- "FunnelParameterFilterExpressionList": {
2185
- "fields": {
2186
- "expressions": {
2187
- "rule": "repeated",
2188
- "type": "FunnelParameterFilterExpression",
2189
- "id": 1
2190
- }
2191
- }
2192
- },
2193
- "FunnelParameterFilter": {
2194
- "oneofs": {
2195
- "oneParameter": {
2196
- "oneof": [
2197
- "eventParameterName",
2198
- "itemParameterName"
2199
- ]
2200
- },
2201
- "oneFilter": {
2202
- "oneof": [
2203
- "stringFilter",
2204
- "inListFilter",
2205
- "numericFilter",
2206
- "betweenFilter"
2207
- ]
2208
- }
2209
- },
2210
- "fields": {
2211
- "eventParameterName": {
2212
- "type": "string",
2213
- "id": 1
2214
- },
2215
- "itemParameterName": {
2216
- "type": "string",
2217
- "id": 2
2218
- },
2219
- "stringFilter": {
2220
- "type": "StringFilter",
2221
- "id": 4
2222
- },
2223
- "inListFilter": {
2224
- "type": "InListFilter",
2225
- "id": 5
2226
- },
2227
- "numericFilter": {
2228
- "type": "NumericFilter",
2229
- "id": 6
2230
- },
2231
- "betweenFilter": {
2232
- "type": "BetweenFilter",
2233
- "id": 7
2234
- }
2235
- }
2236
- },
2237
- "FunnelResponseMetadata": {
2238
- "fields": {
2239
- "samplingMetadatas": {
2240
- "rule": "repeated",
2241
- "type": "SamplingMetadata",
2242
- "id": 1
2243
- }
2244
- }
2245
- },
2246
- "SamplingMetadata": {
2247
- "fields": {
2248
- "samplesReadCount": {
2249
- "type": "int64",
2250
- "id": 1
2251
- },
2252
- "samplingSpaceSize": {
2253
- "type": "int64",
2254
- "id": 2
2255
- }
2256
- }
2257
- },
2258
- "MetricType": {
2259
- "values": {
2260
- "METRIC_TYPE_UNSPECIFIED": 0,
2261
- "TYPE_INTEGER": 1,
2262
- "TYPE_FLOAT": 2,
2263
- "TYPE_SECONDS": 4,
2264
- "TYPE_MILLISECONDS": 5,
2265
- "TYPE_MINUTES": 6,
2266
- "TYPE_HOURS": 7,
2267
- "TYPE_STANDARD": 8,
2268
- "TYPE_CURRENCY": 9,
2269
- "TYPE_FEET": 10,
2270
- "TYPE_MILES": 11,
2271
- "TYPE_METERS": 12,
2272
- "TYPE_KILOMETERS": 13
2273
- }
2274
- }
2275
- }
2276
- },
2277
- "v1beta": {
2278
- "options": {
2279
- "go_package": "google.golang.org/genproto/googleapis/analytics/data/v1beta;data",
2280
- "java_multiple_files": true,
2281
- "java_outer_classname": "ReportingApiProto",
2282
- "java_package": "com.google.analytics.data.v1beta"
2283
- },
2284
- "nested": {
2285
- "BetaAnalyticsData": {
2286
- "options": {
2287
- "(google.api.default_host)": "analyticsdata.googleapis.com",
2288
- "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/analytics,https://www.googleapis.com/auth/analytics.readonly"
2289
- },
2290
- "methods": {
2291
- "RunReport": {
2292
- "requestType": "RunReportRequest",
2293
- "responseType": "RunReportResponse",
2294
- "options": {
2295
- "(google.api.http).post": "/v1beta/{property=properties/*}:runReport",
2296
- "(google.api.http).body": "*"
2297
- },
2298
- "parsedOptions": [
2299
- {
2300
- "(google.api.http)": {
2301
- "post": "/v1beta/{property=properties/*}:runReport",
2302
- "body": "*"
2303
- }
2304
- }
2305
- ]
2306
- },
2307
- "RunPivotReport": {
2308
- "requestType": "RunPivotReportRequest",
2309
- "responseType": "RunPivotReportResponse",
2310
- "options": {
2311
- "(google.api.http).post": "/v1beta/{property=properties/*}:runPivotReport",
2312
- "(google.api.http).body": "*"
2313
- },
2314
- "parsedOptions": [
2315
- {
2316
- "(google.api.http)": {
2317
- "post": "/v1beta/{property=properties/*}:runPivotReport",
2318
- "body": "*"
2319
- }
2320
- }
2321
- ]
2322
- },
2323
- "BatchRunReports": {
2324
- "requestType": "BatchRunReportsRequest",
2325
- "responseType": "BatchRunReportsResponse",
2326
- "options": {
2327
- "(google.api.http).post": "/v1beta/{property=properties/*}:batchRunReports",
2328
- "(google.api.http).body": "*"
2329
- },
2330
- "parsedOptions": [
2331
- {
2332
- "(google.api.http)": {
2333
- "post": "/v1beta/{property=properties/*}:batchRunReports",
2334
- "body": "*"
2335
- }
2336
- }
2337
- ]
2338
- },
2339
- "BatchRunPivotReports": {
2340
- "requestType": "BatchRunPivotReportsRequest",
2341
- "responseType": "BatchRunPivotReportsResponse",
2342
- "options": {
2343
- "(google.api.http).post": "/v1beta/{property=properties/*}:batchRunPivotReports",
2344
- "(google.api.http).body": "*"
2345
- },
2346
- "parsedOptions": [
2347
- {
2348
- "(google.api.http)": {
2349
- "post": "/v1beta/{property=properties/*}:batchRunPivotReports",
2350
- "body": "*"
2351
- }
2352
- }
2353
- ]
2354
- },
2355
- "GetMetadata": {
2356
- "requestType": "GetMetadataRequest",
2357
- "responseType": "Metadata",
2358
- "options": {
2359
- "(google.api.http).get": "/v1beta/{name=properties/*/metadata}",
2360
- "(google.api.method_signature)": "name"
2361
- },
2362
- "parsedOptions": [
2363
- {
2364
- "(google.api.http)": {
2365
- "get": "/v1beta/{name=properties/*/metadata}"
2366
- }
2367
- },
2368
- {
2369
- "(google.api.method_signature)": "name"
2370
- }
2371
- ]
2372
- },
2373
- "RunRealtimeReport": {
2374
- "requestType": "RunRealtimeReportRequest",
2375
- "responseType": "RunRealtimeReportResponse",
2376
- "options": {
2377
- "(google.api.http).post": "/v1beta/{property=properties/*}:runRealtimeReport",
2378
- "(google.api.http).body": "*"
2379
- },
2380
- "parsedOptions": [
2381
- {
2382
- "(google.api.http)": {
2383
- "post": "/v1beta/{property=properties/*}:runRealtimeReport",
2384
- "body": "*"
2385
- }
2386
- }
2387
- ]
2388
- },
2389
- "CheckCompatibility": {
2390
- "requestType": "CheckCompatibilityRequest",
2391
- "responseType": "CheckCompatibilityResponse",
2392
- "options": {
2393
- "(google.api.http).post": "/v1beta/{property=properties/*}:checkCompatibility",
2394
- "(google.api.http).body": "*"
2395
- },
2396
- "parsedOptions": [
2397
- {
2398
- "(google.api.http)": {
2399
- "post": "/v1beta/{property=properties/*}:checkCompatibility",
2400
- "body": "*"
2401
- }
2402
- }
2403
- ]
2404
- }
2405
- }
2406
- },
2407
- "CheckCompatibilityRequest": {
2408
- "fields": {
2409
- "property": {
2410
- "type": "string",
2411
- "id": 1
2412
- },
2413
- "dimensions": {
2414
- "rule": "repeated",
2415
- "type": "Dimension",
2416
- "id": 2
2417
- },
2418
- "metrics": {
2419
- "rule": "repeated",
2420
- "type": "Metric",
2421
- "id": 3
2422
- },
2423
- "dimensionFilter": {
2424
- "type": "FilterExpression",
2425
- "id": 4
2426
- },
2427
- "metricFilter": {
2428
- "type": "FilterExpression",
2429
- "id": 5
2430
- },
2431
- "compatibilityFilter": {
2432
- "type": "Compatibility",
2433
- "id": 6
2434
- }
2435
- }
2436
- },
2437
- "CheckCompatibilityResponse": {
2438
- "fields": {
2439
- "dimensionCompatibilities": {
2440
- "rule": "repeated",
2441
- "type": "DimensionCompatibility",
2442
- "id": 1
2443
- },
2444
- "metricCompatibilities": {
2445
- "rule": "repeated",
2446
- "type": "MetricCompatibility",
2447
- "id": 2
2448
- }
2449
- }
2450
- },
2451
- "Metadata": {
2452
- "options": {
2453
- "(google.api.resource).type": "analyticsdata.googleapis.com/Metadata",
2454
- "(google.api.resource).pattern": "properties/{property}/metadata"
2455
- },
2456
- "fields": {
2457
- "name": {
2458
- "type": "string",
2459
- "id": 3
2460
- },
2461
- "dimensions": {
2462
- "rule": "repeated",
2463
- "type": "DimensionMetadata",
2464
- "id": 1
2465
- },
2466
- "metrics": {
2467
- "rule": "repeated",
2468
- "type": "MetricMetadata",
2469
- "id": 2
2470
- }
2471
- }
2472
- },
2473
- "RunReportRequest": {
2474
- "fields": {
2475
- "property": {
2476
- "type": "string",
2477
- "id": 1
2478
- },
2479
- "dimensions": {
2480
- "rule": "repeated",
2481
- "type": "Dimension",
2482
- "id": 2
2483
- },
2484
- "metrics": {
2485
- "rule": "repeated",
2486
- "type": "Metric",
2487
- "id": 3
2488
- },
2489
- "dateRanges": {
2490
- "rule": "repeated",
2491
- "type": "DateRange",
2492
- "id": 4
2493
- },
2494
- "dimensionFilter": {
2495
- "type": "FilterExpression",
2496
- "id": 5
2497
- },
2498
- "metricFilter": {
2499
- "type": "FilterExpression",
2500
- "id": 6
2501
- },
2502
- "offset": {
2503
- "type": "int64",
2504
- "id": 7
2505
- },
2506
- "limit": {
2507
- "type": "int64",
2508
- "id": 8
2509
- },
2510
- "metricAggregations": {
2511
- "rule": "repeated",
2512
- "type": "MetricAggregation",
2513
- "id": 9
2514
- },
2515
- "orderBys": {
2516
- "rule": "repeated",
2517
- "type": "OrderBy",
2518
- "id": 10
2519
- },
2520
- "currencyCode": {
2521
- "type": "string",
2522
- "id": 11
2523
- },
2524
- "cohortSpec": {
2525
- "type": "CohortSpec",
2526
- "id": 12
2527
- },
2528
- "keepEmptyRows": {
2529
- "type": "bool",
2530
- "id": 13
2531
- },
2532
- "returnPropertyQuota": {
2533
- "type": "bool",
2534
- "id": 14
2535
- }
2536
- }
2537
- },
2538
- "RunReportResponse": {
2539
- "fields": {
2540
- "dimensionHeaders": {
2541
- "rule": "repeated",
2542
- "type": "DimensionHeader",
2543
- "id": 1
2544
- },
2545
- "metricHeaders": {
2546
- "rule": "repeated",
2547
- "type": "MetricHeader",
2548
- "id": 2
2549
- },
2550
- "rows": {
2551
- "rule": "repeated",
2552
- "type": "Row",
2553
- "id": 3
2554
- },
2555
- "totals": {
2556
- "rule": "repeated",
2557
- "type": "Row",
2558
- "id": 4
2559
- },
2560
- "maximums": {
2561
- "rule": "repeated",
2562
- "type": "Row",
2563
- "id": 5
2564
- },
2565
- "minimums": {
2566
- "rule": "repeated",
2567
- "type": "Row",
2568
- "id": 6
2569
- },
2570
- "rowCount": {
2571
- "type": "int32",
2572
- "id": 7
2573
- },
2574
- "metadata": {
2575
- "type": "ResponseMetaData",
2576
- "id": 8
2577
- },
2578
- "propertyQuota": {
2579
- "type": "PropertyQuota",
2580
- "id": 9
2581
- },
2582
- "kind": {
2583
- "type": "string",
2584
- "id": 10
2585
- }
2586
- }
2587
- },
2588
- "RunPivotReportRequest": {
2589
- "fields": {
2590
- "property": {
2591
- "type": "string",
2592
- "id": 1
2593
- },
2594
- "dimensions": {
2595
- "rule": "repeated",
2596
- "type": "Dimension",
2597
- "id": 2
2598
- },
2599
- "metrics": {
2600
- "rule": "repeated",
2601
- "type": "Metric",
2602
- "id": 3
2603
- },
2604
- "dateRanges": {
2605
- "rule": "repeated",
2606
- "type": "DateRange",
2607
- "id": 4
2608
- },
2609
- "pivots": {
2610
- "rule": "repeated",
2611
- "type": "Pivot",
2612
- "id": 5
2613
- },
2614
- "dimensionFilter": {
2615
- "type": "FilterExpression",
2616
- "id": 6
2617
- },
2618
- "metricFilter": {
2619
- "type": "FilterExpression",
2620
- "id": 7
2621
- },
2622
- "currencyCode": {
2623
- "type": "string",
2624
- "id": 8
2625
- },
2626
- "cohortSpec": {
2627
- "type": "CohortSpec",
2628
- "id": 9
2629
- },
2630
- "keepEmptyRows": {
2631
- "type": "bool",
2632
- "id": 10
2633
- },
2634
- "returnPropertyQuota": {
2635
- "type": "bool",
2636
- "id": 11
2637
- }
2638
- }
2639
- },
2640
- "RunPivotReportResponse": {
2641
- "fields": {
2642
- "pivotHeaders": {
2643
- "rule": "repeated",
2644
- "type": "PivotHeader",
2645
- "id": 1
2646
- },
2647
- "dimensionHeaders": {
2648
- "rule": "repeated",
2649
- "type": "DimensionHeader",
2650
- "id": 2
2651
- },
2652
- "metricHeaders": {
2653
- "rule": "repeated",
2654
- "type": "MetricHeader",
2655
- "id": 3
2656
- },
2657
- "rows": {
2658
- "rule": "repeated",
2659
- "type": "Row",
2660
- "id": 4
2661
- },
2662
- "aggregates": {
2663
- "rule": "repeated",
2664
- "type": "Row",
2665
- "id": 5
2666
- },
2667
- "metadata": {
2668
- "type": "ResponseMetaData",
2669
- "id": 6
2670
- },
2671
- "propertyQuota": {
2672
- "type": "PropertyQuota",
2673
- "id": 7
2674
- },
2675
- "kind": {
2676
- "type": "string",
2677
- "id": 8
2678
- }
2679
- }
2680
- },
2681
- "BatchRunReportsRequest": {
2682
- "fields": {
2683
- "property": {
2684
- "type": "string",
2685
- "id": 1
2686
- },
2687
- "requests": {
2688
- "rule": "repeated",
2689
- "type": "RunReportRequest",
2690
- "id": 2
2691
- }
2692
- }
2693
- },
2694
- "BatchRunReportsResponse": {
2695
- "fields": {
2696
- "reports": {
2697
- "rule": "repeated",
2698
- "type": "RunReportResponse",
2699
- "id": 1
2700
- },
2701
- "kind": {
2702
- "type": "string",
2703
- "id": 2
2704
- }
2705
- }
2706
- },
2707
- "BatchRunPivotReportsRequest": {
2708
- "fields": {
2709
- "property": {
2710
- "type": "string",
2711
- "id": 1
2712
- },
2713
- "requests": {
2714
- "rule": "repeated",
2715
- "type": "RunPivotReportRequest",
2716
- "id": 2
2717
- }
2718
- }
2719
- },
2720
- "BatchRunPivotReportsResponse": {
2721
- "fields": {
2722
- "pivotReports": {
2723
- "rule": "repeated",
2724
- "type": "RunPivotReportResponse",
2725
- "id": 1
2726
- },
2727
- "kind": {
2728
- "type": "string",
2729
- "id": 2
2730
- }
2731
- }
2732
- },
2733
- "GetMetadataRequest": {
2734
- "fields": {
2735
- "name": {
2736
- "type": "string",
2737
- "id": 1,
2738
- "options": {
2739
- "(google.api.field_behavior)": "REQUIRED",
2740
- "(google.api.resource_reference).type": "analyticsdata.googleapis.com/Metadata"
2741
- }
2742
- }
2743
- }
2744
- },
2745
- "RunRealtimeReportRequest": {
2746
- "fields": {
2747
- "property": {
2748
- "type": "string",
2749
- "id": 1
2750
- },
2751
- "dimensions": {
2752
- "rule": "repeated",
2753
- "type": "Dimension",
2754
- "id": 2
2755
- },
2756
- "metrics": {
2757
- "rule": "repeated",
2758
- "type": "Metric",
2759
- "id": 3
2760
- },
2761
- "dimensionFilter": {
2762
- "type": "FilterExpression",
2763
- "id": 4
2764
- },
2765
- "metricFilter": {
2766
- "type": "FilterExpression",
2767
- "id": 5
2768
- },
2769
- "limit": {
2770
- "type": "int64",
2771
- "id": 6
2772
- },
2773
- "metricAggregations": {
2774
- "rule": "repeated",
2775
- "type": "MetricAggregation",
2776
- "id": 7
2777
- },
2778
- "orderBys": {
2779
- "rule": "repeated",
2780
- "type": "OrderBy",
2781
- "id": 8
2782
- },
2783
- "returnPropertyQuota": {
2784
- "type": "bool",
2785
- "id": 9
2786
- },
2787
- "minuteRanges": {
2788
- "rule": "repeated",
2789
- "type": "MinuteRange",
2790
- "id": 10
2791
- }
2792
- }
2793
- },
2794
- "RunRealtimeReportResponse": {
2795
- "fields": {
2796
- "dimensionHeaders": {
2797
- "rule": "repeated",
2798
- "type": "DimensionHeader",
2799
- "id": 1
2800
- },
2801
- "metricHeaders": {
2802
- "rule": "repeated",
2803
- "type": "MetricHeader",
2804
- "id": 2
2805
- },
2806
- "rows": {
2807
- "rule": "repeated",
2808
- "type": "Row",
2809
- "id": 3
2810
- },
2811
- "totals": {
2812
- "rule": "repeated",
2813
- "type": "Row",
2814
- "id": 4
2815
- },
2816
- "maximums": {
2817
- "rule": "repeated",
2818
- "type": "Row",
2819
- "id": 5
2820
- },
2821
- "minimums": {
2822
- "rule": "repeated",
2823
- "type": "Row",
2824
- "id": 6
2825
- },
2826
- "rowCount": {
2827
- "type": "int32",
2828
- "id": 7
2829
- },
2830
- "propertyQuota": {
2831
- "type": "PropertyQuota",
2832
- "id": 8
2833
- },
2834
- "kind": {
2835
- "type": "string",
2836
- "id": 9
2837
- }
2838
- }
2839
- },
2840
- "DateRange": {
2841
- "fields": {
2842
- "startDate": {
2843
- "type": "string",
2844
- "id": 1
2845
- },
2846
- "endDate": {
2847
- "type": "string",
2848
- "id": 2
2849
- },
2850
- "name": {
2851
- "type": "string",
2852
- "id": 3
2853
- }
2854
- }
2855
- },
2856
- "MinuteRange": {
2857
- "oneofs": {
2858
- "_startMinutesAgo": {
2859
- "oneof": [
2860
- "startMinutesAgo"
2861
- ]
2862
- },
2863
- "_endMinutesAgo": {
2864
- "oneof": [
2865
- "endMinutesAgo"
2866
- ]
2867
- }
2868
- },
2869
- "fields": {
2870
- "startMinutesAgo": {
2871
- "type": "int32",
2872
- "id": 1,
2873
- "options": {
2874
- "proto3_optional": true
2875
- }
2876
- },
2877
- "endMinutesAgo": {
2878
- "type": "int32",
2879
- "id": 2,
2880
- "options": {
2881
- "proto3_optional": true
2882
- }
2883
- },
2884
- "name": {
2885
- "type": "string",
2886
- "id": 3
2887
- }
2888
- }
2889
- },
2890
- "Dimension": {
2891
- "fields": {
2892
- "name": {
2893
- "type": "string",
2894
- "id": 1
2895
- },
2896
- "dimensionExpression": {
2897
- "type": "DimensionExpression",
2898
- "id": 2
2899
- }
2900
- }
2901
- },
2902
- "DimensionExpression": {
2903
- "oneofs": {
2904
- "oneExpression": {
2905
- "oneof": [
2906
- "lowerCase",
2907
- "upperCase",
2908
- "concatenate"
2909
- ]
2910
- }
2911
- },
2912
- "fields": {
2913
- "lowerCase": {
2914
- "type": "CaseExpression",
2915
- "id": 4
2916
- },
2917
- "upperCase": {
2918
- "type": "CaseExpression",
2919
- "id": 5
2920
- },
2921
- "concatenate": {
2922
- "type": "ConcatenateExpression",
2923
- "id": 6
2924
- }
2925
- },
2926
- "nested": {
2927
- "CaseExpression": {
2928
- "fields": {
2929
- "dimensionName": {
2930
- "type": "string",
2931
- "id": 1
2932
- }
2933
- }
2934
- },
2935
- "ConcatenateExpression": {
2936
- "fields": {
2937
- "dimensionNames": {
2938
- "rule": "repeated",
2939
- "type": "string",
2940
- "id": 1
2941
- },
2942
- "delimiter": {
2943
- "type": "string",
2944
- "id": 2
2945
- }
2946
- }
2947
- }
2948
- }
2949
- },
2950
- "Metric": {
2951
- "fields": {
2952
- "name": {
2953
- "type": "string",
2954
- "id": 1
2955
- },
2956
- "expression": {
2957
- "type": "string",
2958
- "id": 2
2959
- },
2960
- "invisible": {
2961
- "type": "bool",
2962
- "id": 3
2963
- }
2964
- }
2965
- },
2966
- "FilterExpression": {
2967
- "oneofs": {
2968
- "expr": {
2969
- "oneof": [
2970
- "andGroup",
2971
- "orGroup",
2972
- "notExpression",
2973
- "filter"
2974
- ]
2975
- }
2976
- },
2977
- "fields": {
2978
- "andGroup": {
2979
- "type": "FilterExpressionList",
2980
- "id": 1
2981
- },
2982
- "orGroup": {
2983
- "type": "FilterExpressionList",
2984
- "id": 2
2985
- },
2986
- "notExpression": {
2987
- "type": "FilterExpression",
2988
- "id": 3
2989
- },
2990
- "filter": {
2991
- "type": "Filter",
2992
- "id": 4
2993
- }
2994
- }
2995
- },
2996
- "FilterExpressionList": {
2997
- "fields": {
2998
- "expressions": {
2999
- "rule": "repeated",
3000
- "type": "FilterExpression",
3001
- "id": 1
3002
- }
3003
- }
3004
- },
3005
- "Filter": {
3006
- "oneofs": {
3007
- "oneFilter": {
3008
- "oneof": [
3009
- "stringFilter",
3010
- "inListFilter",
3011
- "numericFilter",
3012
- "betweenFilter"
3013
- ]
3014
- }
3015
- },
3016
- "fields": {
3017
- "fieldName": {
3018
- "type": "string",
3019
- "id": 1
3020
- },
3021
- "stringFilter": {
3022
- "type": "StringFilter",
3023
- "id": 3
3024
- },
3025
- "inListFilter": {
3026
- "type": "InListFilter",
3027
- "id": 4
3028
- },
3029
- "numericFilter": {
3030
- "type": "NumericFilter",
3031
- "id": 5
3032
- },
3033
- "betweenFilter": {
3034
- "type": "BetweenFilter",
3035
- "id": 6
3036
- }
3037
- },
3038
- "nested": {
3039
- "StringFilter": {
3040
- "fields": {
3041
- "matchType": {
3042
- "type": "MatchType",
3043
- "id": 1
3044
- },
3045
- "value": {
3046
- "type": "string",
3047
- "id": 2
3048
- },
3049
- "caseSensitive": {
3050
- "type": "bool",
3051
- "id": 3
3052
- }
3053
- },
3054
- "nested": {
3055
- "MatchType": {
3056
- "values": {
3057
- "MATCH_TYPE_UNSPECIFIED": 0,
3058
- "EXACT": 1,
3059
- "BEGINS_WITH": 2,
3060
- "ENDS_WITH": 3,
3061
- "CONTAINS": 4,
3062
- "FULL_REGEXP": 5,
3063
- "PARTIAL_REGEXP": 6
3064
- }
3065
- }
3066
- }
3067
- },
3068
- "InListFilter": {
3069
- "fields": {
3070
- "values": {
3071
- "rule": "repeated",
3072
- "type": "string",
3073
- "id": 1
3074
- },
3075
- "caseSensitive": {
3076
- "type": "bool",
3077
- "id": 2
3078
- }
3079
- }
3080
- },
3081
- "NumericFilter": {
3082
- "fields": {
3083
- "operation": {
3084
- "type": "Operation",
3085
- "id": 1
3086
- },
3087
- "value": {
3088
- "type": "NumericValue",
3089
- "id": 2
3090
- }
3091
- },
3092
- "nested": {
3093
- "Operation": {
3094
- "values": {
3095
- "OPERATION_UNSPECIFIED": 0,
3096
- "EQUAL": 1,
3097
- "LESS_THAN": 2,
3098
- "LESS_THAN_OR_EQUAL": 3,
3099
- "GREATER_THAN": 4,
3100
- "GREATER_THAN_OR_EQUAL": 5
3101
- }
3102
- }
3103
- }
3104
- },
3105
- "BetweenFilter": {
3106
- "fields": {
3107
- "fromValue": {
3108
- "type": "NumericValue",
3109
- "id": 1
3110
- },
3111
- "toValue": {
3112
- "type": "NumericValue",
3113
- "id": 2
3114
- }
3115
- }
3116
- }
3117
- }
3118
- },
3119
- "OrderBy": {
3120
- "oneofs": {
3121
- "oneOrderBy": {
3122
- "oneof": [
3123
- "metric",
3124
- "dimension",
3125
- "pivot"
3126
- ]
3127
- }
3128
- },
3129
- "fields": {
3130
- "metric": {
3131
- "type": "MetricOrderBy",
3132
- "id": 1
3133
- },
3134
- "dimension": {
3135
- "type": "DimensionOrderBy",
3136
- "id": 2
3137
- },
3138
- "pivot": {
3139
- "type": "PivotOrderBy",
3140
- "id": 3
3141
- },
3142
- "desc": {
3143
- "type": "bool",
3144
- "id": 4
3145
- }
3146
- },
3147
- "nested": {
3148
- "MetricOrderBy": {
3149
- "fields": {
3150
- "metricName": {
3151
- "type": "string",
3152
- "id": 1
3153
- }
3154
- }
3155
- },
3156
- "DimensionOrderBy": {
3157
- "fields": {
3158
- "dimensionName": {
3159
- "type": "string",
3160
- "id": 1
3161
- },
3162
- "orderType": {
3163
- "type": "OrderType",
3164
- "id": 2
3165
- }
3166
- },
3167
- "nested": {
3168
- "OrderType": {
3169
- "values": {
3170
- "ORDER_TYPE_UNSPECIFIED": 0,
3171
- "ALPHANUMERIC": 1,
3172
- "CASE_INSENSITIVE_ALPHANUMERIC": 2,
3173
- "NUMERIC": 3
3174
- }
3175
- }
3176
- }
3177
- },
3178
- "PivotOrderBy": {
3179
- "fields": {
3180
- "metricName": {
3181
- "type": "string",
3182
- "id": 1
3183
- },
3184
- "pivotSelections": {
3185
- "rule": "repeated",
3186
- "type": "PivotSelection",
3187
- "id": 2
3188
- }
3189
- },
3190
- "nested": {
3191
- "PivotSelection": {
3192
- "fields": {
3193
- "dimensionName": {
3194
- "type": "string",
3195
- "id": 1
3196
- },
3197
- "dimensionValue": {
3198
- "type": "string",
3199
- "id": 2
3200
- }
3201
- }
3202
- }
3203
- }
3204
- }
3205
- }
3206
- },
3207
- "Pivot": {
3208
- "fields": {
3209
- "fieldNames": {
3210
- "rule": "repeated",
3211
- "type": "string",
3212
- "id": 1
3213
- },
3214
- "orderBys": {
3215
- "rule": "repeated",
3216
- "type": "OrderBy",
3217
- "id": 2
3218
- },
3219
- "offset": {
3220
- "type": "int64",
3221
- "id": 3
3222
- },
3223
- "limit": {
3224
- "type": "int64",
3225
- "id": 4
3226
- },
3227
- "metricAggregations": {
3228
- "rule": "repeated",
3229
- "type": "MetricAggregation",
3230
- "id": 5
3231
- }
3232
- }
3233
- },
3234
- "CohortSpec": {
3235
- "fields": {
3236
- "cohorts": {
3237
- "rule": "repeated",
3238
- "type": "Cohort",
3239
- "id": 1
3240
- },
3241
- "cohortsRange": {
3242
- "type": "CohortsRange",
3243
- "id": 2
3244
- },
3245
- "cohortReportSettings": {
3246
- "type": "CohortReportSettings",
3247
- "id": 3
3248
- }
3249
- }
3250
- },
3251
- "Cohort": {
3252
- "fields": {
3253
- "name": {
3254
- "type": "string",
3255
- "id": 1
3256
- },
3257
- "dimension": {
3258
- "type": "string",
3259
- "id": 2
3260
- },
3261
- "dateRange": {
3262
- "type": "DateRange",
3263
- "id": 3
3264
- }
3265
- }
3266
- },
3267
- "CohortsRange": {
3268
- "fields": {
3269
- "granularity": {
3270
- "type": "Granularity",
3271
- "id": 1
3272
- },
3273
- "startOffset": {
3274
- "type": "int32",
3275
- "id": 2
3276
- },
3277
- "endOffset": {
3278
- "type": "int32",
3279
- "id": 3
3280
- }
3281
- },
3282
- "nested": {
3283
- "Granularity": {
3284
- "values": {
3285
- "GRANULARITY_UNSPECIFIED": 0,
3286
- "DAILY": 1,
3287
- "WEEKLY": 2,
3288
- "MONTHLY": 3
3289
- }
3290
- }
3291
- }
3292
- },
3293
- "CohortReportSettings": {
3294
- "fields": {
3295
- "accumulate": {
3296
- "type": "bool",
3297
- "id": 1
3298
- }
3299
- }
3300
- },
3301
- "ResponseMetaData": {
3302
- "oneofs": {
3303
- "_schemaRestrictionResponse": {
3304
- "oneof": [
3305
- "schemaRestrictionResponse"
3306
- ]
3307
- },
3308
- "_currencyCode": {
3309
- "oneof": [
3310
- "currencyCode"
3311
- ]
3312
- },
3313
- "_timeZone": {
3314
- "oneof": [
3315
- "timeZone"
3316
- ]
3317
- },
3318
- "_emptyReason": {
3319
- "oneof": [
3320
- "emptyReason"
3321
- ]
3322
- },
3323
- "_subjectToThresholding": {
3324
- "oneof": [
3325
- "subjectToThresholding"
3326
- ]
3327
- }
3328
- },
3329
- "fields": {
3330
- "dataLossFromOtherRow": {
3331
- "type": "bool",
3332
- "id": 3
3333
- },
3334
- "schemaRestrictionResponse": {
3335
- "type": "SchemaRestrictionResponse",
3336
- "id": 4,
3337
- "options": {
3338
- "proto3_optional": true
3339
- }
3340
- },
3341
- "currencyCode": {
3342
- "type": "string",
3343
- "id": 5,
3344
- "options": {
3345
- "proto3_optional": true
3346
- }
3347
- },
3348
- "timeZone": {
3349
- "type": "string",
3350
- "id": 6,
3351
- "options": {
3352
- "proto3_optional": true
3353
- }
3354
- },
3355
- "emptyReason": {
3356
- "type": "string",
3357
- "id": 7,
3358
- "options": {
3359
- "proto3_optional": true
3360
- }
3361
- },
3362
- "subjectToThresholding": {
3363
- "type": "bool",
3364
- "id": 8,
3365
- "options": {
3366
- "proto3_optional": true
3367
- }
3368
- }
3369
- },
3370
- "nested": {
3371
- "SchemaRestrictionResponse": {
3372
- "fields": {
3373
- "activeMetricRestrictions": {
3374
- "rule": "repeated",
3375
- "type": "ActiveMetricRestriction",
3376
- "id": 1
3377
- }
3378
- },
3379
- "nested": {
3380
- "ActiveMetricRestriction": {
3381
- "oneofs": {
3382
- "_metricName": {
3383
- "oneof": [
3384
- "metricName"
3385
- ]
3386
- }
3387
- },
3388
- "fields": {
3389
- "metricName": {
3390
- "type": "string",
3391
- "id": 1,
3392
- "options": {
3393
- "proto3_optional": true
3394
- }
3395
- },
3396
- "restrictedMetricTypes": {
3397
- "rule": "repeated",
3398
- "type": "RestrictedMetricType",
3399
- "id": 2
3400
- }
3401
- }
3402
- }
3403
- }
3404
- }
3405
- }
3406
- },
3407
- "DimensionHeader": {
3408
- "fields": {
3409
- "name": {
3410
- "type": "string",
3411
- "id": 1
3412
- }
3413
- }
3414
- },
3415
- "MetricHeader": {
3416
- "fields": {
3417
- "name": {
3418
- "type": "string",
3419
- "id": 1
3420
- },
3421
- "type": {
3422
- "type": "MetricType",
3423
- "id": 2
3424
- }
3425
- }
3426
- },
3427
- "PivotHeader": {
3428
- "fields": {
3429
- "pivotDimensionHeaders": {
3430
- "rule": "repeated",
3431
- "type": "PivotDimensionHeader",
3432
- "id": 1
3433
- },
3434
- "rowCount": {
3435
- "type": "int32",
3436
- "id": 2
3437
- }
3438
- }
3439
- },
3440
- "PivotDimensionHeader": {
3441
- "fields": {
3442
- "dimensionValues": {
3443
- "rule": "repeated",
3444
- "type": "DimensionValue",
3445
- "id": 1
3446
- }
3447
- }
3448
- },
3449
- "Row": {
3450
- "fields": {
3451
- "dimensionValues": {
3452
- "rule": "repeated",
3453
- "type": "DimensionValue",
3454
- "id": 1
3455
- },
3456
- "metricValues": {
3457
- "rule": "repeated",
3458
- "type": "MetricValue",
3459
- "id": 2
3460
- }
3461
- }
3462
- },
3463
- "DimensionValue": {
3464
- "oneofs": {
3465
- "oneValue": {
3466
- "oneof": [
3467
- "value"
3468
- ]
3469
- }
3470
- },
3471
- "fields": {
3472
- "value": {
3473
- "type": "string",
3474
- "id": 1
3475
- }
3476
- }
3477
- },
3478
- "MetricValue": {
3479
- "oneofs": {
3480
- "oneValue": {
3481
- "oneof": [
3482
- "value"
3483
- ]
3484
- }
3485
- },
3486
- "fields": {
3487
- "value": {
3488
- "type": "string",
3489
- "id": 4
3490
- }
3491
- }
3492
- },
3493
- "NumericValue": {
3494
- "oneofs": {
3495
- "oneValue": {
3496
- "oneof": [
3497
- "int64Value",
3498
- "doubleValue"
3499
- ]
3500
- }
3501
- },
3502
- "fields": {
3503
- "int64Value": {
3504
- "type": "int64",
3505
- "id": 1
3506
- },
3507
- "doubleValue": {
3508
- "type": "double",
3509
- "id": 2
3510
- }
3511
- }
3512
- },
3513
- "PropertyQuota": {
3514
- "fields": {
3515
- "tokensPerDay": {
3516
- "type": "QuotaStatus",
3517
- "id": 1
3518
- },
3519
- "tokensPerHour": {
3520
- "type": "QuotaStatus",
3521
- "id": 2
3522
- },
3523
- "concurrentRequests": {
3524
- "type": "QuotaStatus",
3525
- "id": 3
3526
- },
3527
- "serverErrorsPerProjectPerHour": {
3528
- "type": "QuotaStatus",
3529
- "id": 4
3530
- },
3531
- "potentiallyThresholdedRequestsPerHour": {
3532
- "type": "QuotaStatus",
3533
- "id": 5
3534
- },
3535
- "tokensPerProjectPerHour": {
3536
- "type": "QuotaStatus",
3537
- "id": 6
3538
- }
3539
- }
3540
- },
3541
- "QuotaStatus": {
3542
- "fields": {
3543
- "consumed": {
3544
- "type": "int32",
3545
- "id": 1
3546
- },
3547
- "remaining": {
3548
- "type": "int32",
3549
- "id": 2
3550
- }
3551
- }
3552
- },
3553
- "DimensionMetadata": {
3554
- "fields": {
3555
- "apiName": {
3556
- "type": "string",
3557
- "id": 1
3558
- },
3559
- "uiName": {
3560
- "type": "string",
3561
- "id": 2
3562
- },
3563
- "description": {
3564
- "type": "string",
3565
- "id": 3
3566
- },
3567
- "deprecatedApiNames": {
3568
- "rule": "repeated",
3569
- "type": "string",
3570
- "id": 4
3571
- },
3572
- "customDefinition": {
3573
- "type": "bool",
3574
- "id": 5
3575
- },
3576
- "category": {
3577
- "type": "string",
3578
- "id": 7
3579
- }
3580
- }
3581
- },
3582
- "MetricMetadata": {
3583
- "fields": {
3584
- "apiName": {
3585
- "type": "string",
3586
- "id": 1
3587
- },
3588
- "uiName": {
3589
- "type": "string",
3590
- "id": 2
3591
- },
3592
- "description": {
3593
- "type": "string",
3594
- "id": 3
3595
- },
3596
- "deprecatedApiNames": {
3597
- "rule": "repeated",
3598
- "type": "string",
3599
- "id": 4
3600
- },
3601
- "type": {
3602
- "type": "MetricType",
3603
- "id": 5
3604
- },
3605
- "expression": {
3606
- "type": "string",
3607
- "id": 6
3608
- },
3609
- "customDefinition": {
3610
- "type": "bool",
3611
- "id": 7
3612
- },
3613
- "blockedReasons": {
3614
- "rule": "repeated",
3615
- "type": "BlockedReason",
3616
- "id": 8
3617
- },
3618
- "category": {
3619
- "type": "string",
3620
- "id": 10
3621
- }
3622
- },
3623
- "nested": {
3624
- "BlockedReason": {
3625
- "values": {
3626
- "BLOCKED_REASON_UNSPECIFIED": 0,
3627
- "NO_REVENUE_METRICS": 1,
3628
- "NO_COST_METRICS": 2
3629
- }
3630
- }
3631
- }
3632
- },
3633
- "DimensionCompatibility": {
3634
- "oneofs": {
3635
- "_dimensionMetadata": {
3636
- "oneof": [
3637
- "dimensionMetadata"
3638
- ]
3639
- },
3640
- "_compatibility": {
3641
- "oneof": [
3642
- "compatibility"
3643
- ]
3644
- }
3645
- },
3646
- "fields": {
3647
- "dimensionMetadata": {
3648
- "type": "DimensionMetadata",
3649
- "id": 1,
3650
- "options": {
3651
- "proto3_optional": true
3652
- }
3653
- },
3654
- "compatibility": {
3655
- "type": "Compatibility",
3656
- "id": 2,
3657
- "options": {
3658
- "proto3_optional": true
3659
- }
3660
- }
3661
- }
3662
- },
3663
- "MetricCompatibility": {
3664
- "oneofs": {
3665
- "_metricMetadata": {
3666
- "oneof": [
3667
- "metricMetadata"
3668
- ]
3669
- },
3670
- "_compatibility": {
3671
- "oneof": [
3672
- "compatibility"
3673
- ]
3674
- }
3675
- },
3676
- "fields": {
3677
- "metricMetadata": {
3678
- "type": "MetricMetadata",
3679
- "id": 1,
3680
- "options": {
3681
- "proto3_optional": true
3682
- }
3683
- },
3684
- "compatibility": {
3685
- "type": "Compatibility",
3686
- "id": 2,
3687
- "options": {
3688
- "proto3_optional": true
3689
- }
3690
- }
3691
- }
3692
- },
3693
- "MetricAggregation": {
3694
- "values": {
3695
- "METRIC_AGGREGATION_UNSPECIFIED": 0,
3696
- "TOTAL": 1,
3697
- "MINIMUM": 5,
3698
- "MAXIMUM": 6,
3699
- "COUNT": 4
3700
- }
3701
- },
3702
- "MetricType": {
3703
- "values": {
3704
- "METRIC_TYPE_UNSPECIFIED": 0,
3705
- "TYPE_INTEGER": 1,
3706
- "TYPE_FLOAT": 2,
3707
- "TYPE_SECONDS": 4,
3708
- "TYPE_MILLISECONDS": 5,
3709
- "TYPE_MINUTES": 6,
3710
- "TYPE_HOURS": 7,
3711
- "TYPE_STANDARD": 8,
3712
- "TYPE_CURRENCY": 9,
3713
- "TYPE_FEET": 10,
3714
- "TYPE_MILES": 11,
3715
- "TYPE_METERS": 12,
3716
- "TYPE_KILOMETERS": 13
3717
- }
3718
- },
3719
- "RestrictedMetricType": {
3720
- "values": {
3721
- "RESTRICTED_METRIC_TYPE_UNSPECIFIED": 0,
3722
- "COST_DATA": 1,
3723
- "REVENUE_DATA": 2
3724
- }
3725
- },
3726
- "Compatibility": {
3727
- "values": {
3728
- "COMPATIBILITY_UNSPECIFIED": 0,
3729
- "COMPATIBLE": 1,
3730
- "INCOMPATIBLE": 2
3731
- }
3732
- }
3733
- }
3734
- }
3735
- }
3736
- }
3737
- }
3738
- },
3739
- "api": {
3740
- "options": {
3741
- "go_package": "google.golang.org/genproto/googleapis/api/annotations;annotations",
3742
- "java_multiple_files": true,
3743
- "java_outer_classname": "ResourceProto",
3744
- "java_package": "com.google.api",
3745
- "objc_class_prefix": "GAPI",
3746
- "cc_enable_arenas": true
3747
- },
3748
- "nested": {
3749
- "http": {
3750
- "type": "HttpRule",
3751
- "id": 72295728,
3752
- "extend": "google.protobuf.MethodOptions"
3753
- },
3754
- "Http": {
3755
- "fields": {
3756
- "rules": {
3757
- "rule": "repeated",
3758
- "type": "HttpRule",
3759
- "id": 1
3760
- },
3761
- "fullyDecodeReservedExpansion": {
3762
- "type": "bool",
3763
- "id": 2
3764
- }
3765
- }
3766
- },
3767
- "HttpRule": {
3768
- "oneofs": {
3769
- "pattern": {
3770
- "oneof": [
3771
- "get",
3772
- "put",
3773
- "post",
3774
- "delete",
3775
- "patch",
3776
- "custom"
3777
- ]
3778
- }
3779
- },
3780
- "fields": {
3781
- "selector": {
3782
- "type": "string",
3783
- "id": 1
3784
- },
3785
- "get": {
3786
- "type": "string",
3787
- "id": 2
3788
- },
3789
- "put": {
3790
- "type": "string",
3791
- "id": 3
3792
- },
3793
- "post": {
3794
- "type": "string",
3795
- "id": 4
3796
- },
3797
- "delete": {
3798
- "type": "string",
3799
- "id": 5
3800
- },
3801
- "patch": {
3802
- "type": "string",
3803
- "id": 6
3804
- },
3805
- "custom": {
3806
- "type": "CustomHttpPattern",
3807
- "id": 8
3808
- },
3809
- "body": {
3810
- "type": "string",
3811
- "id": 7
3812
- },
3813
- "responseBody": {
3814
- "type": "string",
3815
- "id": 12
3816
- },
3817
- "additionalBindings": {
3818
- "rule": "repeated",
3819
- "type": "HttpRule",
3820
- "id": 11
3821
- }
3822
- }
3823
- },
3824
- "CustomHttpPattern": {
3825
- "fields": {
3826
- "kind": {
3827
- "type": "string",
3828
- "id": 1
3829
- },
3830
- "path": {
3831
- "type": "string",
3832
- "id": 2
3833
- }
3834
- }
3835
- },
3836
- "methodSignature": {
3837
- "rule": "repeated",
3838
- "type": "string",
3839
- "id": 1051,
3840
- "extend": "google.protobuf.MethodOptions"
3841
- },
3842
- "defaultHost": {
3843
- "type": "string",
3844
- "id": 1049,
3845
- "extend": "google.protobuf.ServiceOptions"
3846
- },
3847
- "oauthScopes": {
3848
- "type": "string",
3849
- "id": 1050,
3850
- "extend": "google.protobuf.ServiceOptions"
3851
- },
3852
- "CommonLanguageSettings": {
3853
- "fields": {
3854
- "referenceDocsUri": {
3855
- "type": "string",
3856
- "id": 1,
3857
- "options": {
3858
- "deprecated": true
3859
- }
3860
- },
3861
- "destinations": {
3862
- "rule": "repeated",
3863
- "type": "ClientLibraryDestination",
3864
- "id": 2
3865
- }
3866
- }
3867
- },
3868
- "ClientLibrarySettings": {
3869
- "fields": {
3870
- "version": {
3871
- "type": "string",
3872
- "id": 1
3873
- },
3874
- "launchStage": {
3875
- "type": "LaunchStage",
3876
- "id": 2
3877
- },
3878
- "restNumericEnums": {
3879
- "type": "bool",
3880
- "id": 3
3881
- },
3882
- "javaSettings": {
3883
- "type": "JavaSettings",
3884
- "id": 21
3885
- },
3886
- "cppSettings": {
3887
- "type": "CppSettings",
3888
- "id": 22
3889
- },
3890
- "phpSettings": {
3891
- "type": "PhpSettings",
3892
- "id": 23
3893
- },
3894
- "pythonSettings": {
3895
- "type": "PythonSettings",
3896
- "id": 24
3897
- },
3898
- "nodeSettings": {
3899
- "type": "NodeSettings",
3900
- "id": 25
3901
- },
3902
- "dotnetSettings": {
3903
- "type": "DotnetSettings",
3904
- "id": 26
3905
- },
3906
- "rubySettings": {
3907
- "type": "RubySettings",
3908
- "id": 27
3909
- },
3910
- "goSettings": {
3911
- "type": "GoSettings",
3912
- "id": 28
3913
- }
3914
- }
3915
- },
3916
- "Publishing": {
3917
- "fields": {
3918
- "methodSettings": {
3919
- "rule": "repeated",
3920
- "type": "MethodSettings",
3921
- "id": 2
3922
- },
3923
- "newIssueUri": {
3924
- "type": "string",
3925
- "id": 101
3926
- },
3927
- "documentationUri": {
3928
- "type": "string",
3929
- "id": 102
3930
- },
3931
- "apiShortName": {
3932
- "type": "string",
3933
- "id": 103
3934
- },
3935
- "githubLabel": {
3936
- "type": "string",
3937
- "id": 104
3938
- },
3939
- "codeownerGithubTeams": {
3940
- "rule": "repeated",
3941
- "type": "string",
3942
- "id": 105
3943
- },
3944
- "docTagPrefix": {
3945
- "type": "string",
3946
- "id": 106
3947
- },
3948
- "organization": {
3949
- "type": "ClientLibraryOrganization",
3950
- "id": 107
3951
- },
3952
- "librarySettings": {
3953
- "rule": "repeated",
3954
- "type": "ClientLibrarySettings",
3955
- "id": 109
3956
- }
3957
- }
3958
- },
3959
- "JavaSettings": {
3960
- "fields": {
3961
- "libraryPackage": {
3962
- "type": "string",
3963
- "id": 1
3964
- },
3965
- "serviceClassNames": {
3966
- "keyType": "string",
3967
- "type": "string",
3968
- "id": 2
3969
- },
3970
- "common": {
3971
- "type": "CommonLanguageSettings",
3972
- "id": 3
3973
- }
3974
- }
3975
- },
3976
- "CppSettings": {
3977
- "fields": {
3978
- "common": {
3979
- "type": "CommonLanguageSettings",
3980
- "id": 1
3981
- }
3982
- }
3983
- },
3984
- "PhpSettings": {
3985
- "fields": {
3986
- "common": {
3987
- "type": "CommonLanguageSettings",
3988
- "id": 1
3989
- }
3990
- }
3991
- },
3992
- "PythonSettings": {
3993
- "fields": {
3994
- "common": {
3995
- "type": "CommonLanguageSettings",
3996
- "id": 1
3997
- }
3998
- }
3999
- },
4000
- "NodeSettings": {
4001
- "fields": {
4002
- "common": {
4003
- "type": "CommonLanguageSettings",
4004
- "id": 1
4005
- }
4006
- }
4007
- },
4008
- "DotnetSettings": {
4009
- "fields": {
4010
- "common": {
4011
- "type": "CommonLanguageSettings",
4012
- "id": 1
4013
- }
4014
- }
4015
- },
4016
- "RubySettings": {
4017
- "fields": {
4018
- "common": {
4019
- "type": "CommonLanguageSettings",
4020
- "id": 1
4021
- }
4022
- }
4023
- },
4024
- "GoSettings": {
4025
- "fields": {
4026
- "common": {
4027
- "type": "CommonLanguageSettings",
4028
- "id": 1
4029
- }
4030
- }
4031
- },
4032
- "MethodSettings": {
4033
- "fields": {
4034
- "selector": {
4035
- "type": "string",
4036
- "id": 1
4037
- },
4038
- "longRunning": {
4039
- "type": "LongRunning",
4040
- "id": 2
4041
- }
4042
- },
4043
- "nested": {
4044
- "LongRunning": {
4045
- "fields": {
4046
- "initialPollDelay": {
4047
- "type": "google.protobuf.Duration",
4048
- "id": 1
4049
- },
4050
- "pollDelayMultiplier": {
4051
- "type": "float",
4052
- "id": 2
4053
- },
4054
- "maxPollDelay": {
4055
- "type": "google.protobuf.Duration",
4056
- "id": 3
4057
- },
4058
- "totalPollTimeout": {
4059
- "type": "google.protobuf.Duration",
4060
- "id": 4
4061
- }
4062
- }
4063
- }
4064
- }
4065
- },
4066
- "ClientLibraryOrganization": {
4067
- "values": {
4068
- "CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED": 0,
4069
- "CLOUD": 1,
4070
- "ADS": 2,
4071
- "PHOTOS": 3,
4072
- "STREET_VIEW": 4
4073
- }
4074
- },
4075
- "ClientLibraryDestination": {
4076
- "values": {
4077
- "CLIENT_LIBRARY_DESTINATION_UNSPECIFIED": 0,
4078
- "GITHUB": 10,
4079
- "PACKAGE_MANAGER": 20
4080
- }
4081
- },
4082
- "LaunchStage": {
4083
- "values": {
4084
- "LAUNCH_STAGE_UNSPECIFIED": 0,
4085
- "UNIMPLEMENTED": 6,
4086
- "PRELAUNCH": 7,
4087
- "EARLY_ACCESS": 1,
4088
- "ALPHA": 2,
4089
- "BETA": 3,
4090
- "GA": 4,
4091
- "DEPRECATED": 5
4092
- }
4093
- },
4094
- "fieldBehavior": {
4095
- "rule": "repeated",
4096
- "type": "google.api.FieldBehavior",
4097
- "id": 1052,
4098
- "extend": "google.protobuf.FieldOptions"
4099
- },
4100
- "FieldBehavior": {
4101
- "values": {
4102
- "FIELD_BEHAVIOR_UNSPECIFIED": 0,
4103
- "OPTIONAL": 1,
4104
- "REQUIRED": 2,
4105
- "OUTPUT_ONLY": 3,
4106
- "INPUT_ONLY": 4,
4107
- "IMMUTABLE": 5,
4108
- "UNORDERED_LIST": 6,
4109
- "NON_EMPTY_DEFAULT": 7
4110
- }
4111
- },
4112
- "resourceReference": {
4113
- "type": "google.api.ResourceReference",
4114
- "id": 1055,
4115
- "extend": "google.protobuf.FieldOptions"
4116
- },
4117
- "resourceDefinition": {
4118
- "rule": "repeated",
4119
- "type": "google.api.ResourceDescriptor",
4120
- "id": 1053,
4121
- "extend": "google.protobuf.FileOptions"
4122
- },
4123
- "resource": {
4124
- "type": "google.api.ResourceDescriptor",
4125
- "id": 1053,
4126
- "extend": "google.protobuf.MessageOptions"
4127
- },
4128
- "ResourceDescriptor": {
4129
- "fields": {
4130
- "type": {
4131
- "type": "string",
4132
- "id": 1
4133
- },
4134
- "pattern": {
4135
- "rule": "repeated",
4136
- "type": "string",
4137
- "id": 2
4138
- },
4139
- "nameField": {
4140
- "type": "string",
4141
- "id": 3
4142
- },
4143
- "history": {
4144
- "type": "History",
4145
- "id": 4
4146
- },
4147
- "plural": {
4148
- "type": "string",
4149
- "id": 5
4150
- },
4151
- "singular": {
4152
- "type": "string",
4153
- "id": 6
4154
- },
4155
- "style": {
4156
- "rule": "repeated",
4157
- "type": "Style",
4158
- "id": 10
4159
- }
4160
- },
4161
- "nested": {
4162
- "History": {
4163
- "values": {
4164
- "HISTORY_UNSPECIFIED": 0,
4165
- "ORIGINALLY_SINGLE_PATTERN": 1,
4166
- "FUTURE_MULTI_PATTERN": 2
4167
- }
4168
- },
4169
- "Style": {
4170
- "values": {
4171
- "STYLE_UNSPECIFIED": 0,
4172
- "DECLARATIVE_FRIENDLY": 1
4173
- }
4174
- }
4175
- }
4176
- },
4177
- "ResourceReference": {
4178
- "fields": {
4179
- "type": {
4180
- "type": "string",
4181
- "id": 1
4182
- },
4183
- "childType": {
4184
- "type": "string",
4185
- "id": 2
4186
- }
4187
- }
4188
- }
4189
- }
4190
- }
4191
- }
4192
- }
4193
- }
4194
- }
1
+ {"nested":{"google":{"nested":{"protobuf":{"options":{"go_package":"google.golang.org/protobuf/types/descriptorpb","java_package":"com.google.protobuf","java_outer_classname":"DescriptorProtos","csharp_namespace":"Google.Protobuf.Reflection","objc_class_prefix":"GPB","cc_enable_arenas":true,"optimize_for":"SPEED"},"nested":{"Duration":{"fields":{"seconds":{"type":"int64","id":1},"nanos":{"type":"int32","id":2}}},"FileDescriptorSet":{"fields":{"file":{"rule":"repeated","type":"FileDescriptorProto","id":1}}},"FileDescriptorProto":{"fields":{"name":{"type":"string","id":1},"package":{"type":"string","id":2},"dependency":{"rule":"repeated","type":"string","id":3},"publicDependency":{"rule":"repeated","type":"int32","id":10,"options":{"packed":false}},"weakDependency":{"rule":"repeated","type":"int32","id":11,"options":{"packed":false}},"messageType":{"rule":"repeated","type":"DescriptorProto","id":4},"enumType":{"rule":"repeated","type":"EnumDescriptorProto","id":5},"service":{"rule":"repeated","type":"ServiceDescriptorProto","id":6},"extension":{"rule":"repeated","type":"FieldDescriptorProto","id":7},"options":{"type":"FileOptions","id":8},"sourceCodeInfo":{"type":"SourceCodeInfo","id":9},"syntax":{"type":"string","id":12},"edition":{"type":"string","id":13}}},"DescriptorProto":{"fields":{"name":{"type":"string","id":1},"field":{"rule":"repeated","type":"FieldDescriptorProto","id":2},"extension":{"rule":"repeated","type":"FieldDescriptorProto","id":6},"nestedType":{"rule":"repeated","type":"DescriptorProto","id":3},"enumType":{"rule":"repeated","type":"EnumDescriptorProto","id":4},"extensionRange":{"rule":"repeated","type":"ExtensionRange","id":5},"oneofDecl":{"rule":"repeated","type":"OneofDescriptorProto","id":8},"options":{"type":"MessageOptions","id":7},"reservedRange":{"rule":"repeated","type":"ReservedRange","id":9},"reservedName":{"rule":"repeated","type":"string","id":10}},"nested":{"ExtensionRange":{"fields":{"start":{"type":"int32","id":1},"end":{"type":"int32","id":2},"options":{"type":"ExtensionRangeOptions","id":3}}},"ReservedRange":{"fields":{"start":{"type":"int32","id":1},"end":{"type":"int32","id":2}}}}},"ExtensionRangeOptions":{"fields":{"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]]},"FieldDescriptorProto":{"fields":{"name":{"type":"string","id":1},"number":{"type":"int32","id":3},"label":{"type":"Label","id":4},"type":{"type":"Type","id":5},"typeName":{"type":"string","id":6},"extendee":{"type":"string","id":2},"defaultValue":{"type":"string","id":7},"oneofIndex":{"type":"int32","id":9},"jsonName":{"type":"string","id":10},"options":{"type":"FieldOptions","id":8},"proto3Optional":{"type":"bool","id":17}},"nested":{"Type":{"values":{"TYPE_DOUBLE":1,"TYPE_FLOAT":2,"TYPE_INT64":3,"TYPE_UINT64":4,"TYPE_INT32":5,"TYPE_FIXED64":6,"TYPE_FIXED32":7,"TYPE_BOOL":8,"TYPE_STRING":9,"TYPE_GROUP":10,"TYPE_MESSAGE":11,"TYPE_BYTES":12,"TYPE_UINT32":13,"TYPE_ENUM":14,"TYPE_SFIXED32":15,"TYPE_SFIXED64":16,"TYPE_SINT32":17,"TYPE_SINT64":18}},"Label":{"values":{"LABEL_OPTIONAL":1,"LABEL_REQUIRED":2,"LABEL_REPEATED":3}}}},"OneofDescriptorProto":{"fields":{"name":{"type":"string","id":1},"options":{"type":"OneofOptions","id":2}}},"EnumDescriptorProto":{"fields":{"name":{"type":"string","id":1},"value":{"rule":"repeated","type":"EnumValueDescriptorProto","id":2},"options":{"type":"EnumOptions","id":3},"reservedRange":{"rule":"repeated","type":"EnumReservedRange","id":4},"reservedName":{"rule":"repeated","type":"string","id":5}},"nested":{"EnumReservedRange":{"fields":{"start":{"type":"int32","id":1},"end":{"type":"int32","id":2}}}}},"EnumValueDescriptorProto":{"fields":{"name":{"type":"string","id":1},"number":{"type":"int32","id":2},"options":{"type":"EnumValueOptions","id":3}}},"ServiceDescriptorProto":{"fields":{"name":{"type":"string","id":1},"method":{"rule":"repeated","type":"MethodDescriptorProto","id":2},"options":{"type":"ServiceOptions","id":3}}},"MethodDescriptorProto":{"fields":{"name":{"type":"string","id":1},"inputType":{"type":"string","id":2},"outputType":{"type":"string","id":3},"options":{"type":"MethodOptions","id":4},"clientStreaming":{"type":"bool","id":5,"options":{"default":false}},"serverStreaming":{"type":"bool","id":6,"options":{"default":false}}}},"FileOptions":{"fields":{"javaPackage":{"type":"string","id":1},"javaOuterClassname":{"type":"string","id":8},"javaMultipleFiles":{"type":"bool","id":10,"options":{"default":false}},"javaGenerateEqualsAndHash":{"type":"bool","id":20,"options":{"deprecated":true}},"javaStringCheckUtf8":{"type":"bool","id":27,"options":{"default":false}},"optimizeFor":{"type":"OptimizeMode","id":9,"options":{"default":"SPEED"}},"goPackage":{"type":"string","id":11},"ccGenericServices":{"type":"bool","id":16,"options":{"default":false}},"javaGenericServices":{"type":"bool","id":17,"options":{"default":false}},"pyGenericServices":{"type":"bool","id":18,"options":{"default":false}},"phpGenericServices":{"type":"bool","id":42,"options":{"default":false}},"deprecated":{"type":"bool","id":23,"options":{"default":false}},"ccEnableArenas":{"type":"bool","id":31,"options":{"default":true}},"objcClassPrefix":{"type":"string","id":36},"csharpNamespace":{"type":"string","id":37},"swiftPrefix":{"type":"string","id":39},"phpClassPrefix":{"type":"string","id":40},"phpNamespace":{"type":"string","id":41},"phpMetadataNamespace":{"type":"string","id":44},"rubyPackage":{"type":"string","id":45},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"reserved":[[38,38]],"nested":{"OptimizeMode":{"values":{"SPEED":1,"CODE_SIZE":2,"LITE_RUNTIME":3}}}},"MessageOptions":{"fields":{"messageSetWireFormat":{"type":"bool","id":1,"options":{"default":false}},"noStandardDescriptorAccessor":{"type":"bool","id":2,"options":{"default":false}},"deprecated":{"type":"bool","id":3,"options":{"default":false}},"mapEntry":{"type":"bool","id":7},"deprecatedLegacyJsonFieldConflicts":{"type":"bool","id":11,"options":{"deprecated":true}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"reserved":[[4,4],[5,5],[6,6],[8,8],[9,9]]},"FieldOptions":{"fields":{"ctype":{"type":"CType","id":1,"options":{"default":"STRING"}},"packed":{"type":"bool","id":2},"jstype":{"type":"JSType","id":6,"options":{"default":"JS_NORMAL"}},"lazy":{"type":"bool","id":5,"options":{"default":false}},"unverifiedLazy":{"type":"bool","id":15,"options":{"default":false}},"deprecated":{"type":"bool","id":3,"options":{"default":false}},"weak":{"type":"bool","id":10,"options":{"default":false}},"debugRedact":{"type":"bool","id":16,"options":{"default":false}},"retention":{"type":"OptionRetention","id":17},"target":{"type":"OptionTargetType","id":18},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"reserved":[[4,4]],"nested":{"CType":{"values":{"STRING":0,"CORD":1,"STRING_PIECE":2}},"JSType":{"values":{"JS_NORMAL":0,"JS_STRING":1,"JS_NUMBER":2}},"OptionRetention":{"values":{"RETENTION_UNKNOWN":0,"RETENTION_RUNTIME":1,"RETENTION_SOURCE":2}},"OptionTargetType":{"values":{"TARGET_TYPE_UNKNOWN":0,"TARGET_TYPE_FILE":1,"TARGET_TYPE_EXTENSION_RANGE":2,"TARGET_TYPE_MESSAGE":3,"TARGET_TYPE_FIELD":4,"TARGET_TYPE_ONEOF":5,"TARGET_TYPE_ENUM":6,"TARGET_TYPE_ENUM_ENTRY":7,"TARGET_TYPE_SERVICE":8,"TARGET_TYPE_METHOD":9}}}},"OneofOptions":{"fields":{"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]]},"EnumOptions":{"fields":{"allowAlias":{"type":"bool","id":2},"deprecated":{"type":"bool","id":3,"options":{"default":false}},"deprecatedLegacyJsonFieldConflicts":{"type":"bool","id":6,"options":{"deprecated":true}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"reserved":[[5,5]]},"EnumValueOptions":{"fields":{"deprecated":{"type":"bool","id":1,"options":{"default":false}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]]},"ServiceOptions":{"fields":{"deprecated":{"type":"bool","id":33,"options":{"default":false}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]]},"MethodOptions":{"fields":{"deprecated":{"type":"bool","id":33,"options":{"default":false}},"idempotencyLevel":{"type":"IdempotencyLevel","id":34,"options":{"default":"IDEMPOTENCY_UNKNOWN"}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"nested":{"IdempotencyLevel":{"values":{"IDEMPOTENCY_UNKNOWN":0,"NO_SIDE_EFFECTS":1,"IDEMPOTENT":2}}}},"UninterpretedOption":{"fields":{"name":{"rule":"repeated","type":"NamePart","id":2},"identifierValue":{"type":"string","id":3},"positiveIntValue":{"type":"uint64","id":4},"negativeIntValue":{"type":"int64","id":5},"doubleValue":{"type":"double","id":6},"stringValue":{"type":"bytes","id":7},"aggregateValue":{"type":"string","id":8}},"nested":{"NamePart":{"fields":{"namePart":{"rule":"required","type":"string","id":1},"isExtension":{"rule":"required","type":"bool","id":2}}}}},"SourceCodeInfo":{"fields":{"location":{"rule":"repeated","type":"Location","id":1}},"nested":{"Location":{"fields":{"path":{"rule":"repeated","type":"int32","id":1},"span":{"rule":"repeated","type":"int32","id":2},"leadingComments":{"type":"string","id":3},"trailingComments":{"type":"string","id":4},"leadingDetachedComments":{"rule":"repeated","type":"string","id":6}}}}},"GeneratedCodeInfo":{"fields":{"annotation":{"rule":"repeated","type":"Annotation","id":1}},"nested":{"Annotation":{"fields":{"path":{"rule":"repeated","type":"int32","id":1},"sourceFile":{"type":"string","id":2},"begin":{"type":"int32","id":3},"end":{"type":"int32","id":4},"semantic":{"type":"Semantic","id":5}},"nested":{"Semantic":{"values":{"NONE":0,"SET":1,"ALIAS":2}}}}}}}},"analytics":{"nested":{"data":{"nested":{"v1alpha":{"options":{"go_package":"google.golang.org/genproto/googleapis/analytics/data/v1alpha;data","java_multiple_files":true,"java_outer_classname":"ReportingApiProto","java_package":"com.google.analytics.data.v1alpha"},"nested":{"AlphaAnalyticsData":{"options":{"(google.api.default_host)":"analyticsdata.googleapis.com","(google.api.oauth_scopes)":"https://www.googleapis.com/auth/analytics,https://www.googleapis.com/auth/analytics.readonly"},"methods":{"RunFunnelReport":{"requestType":"RunFunnelReportRequest","responseType":"RunFunnelReportResponse","options":{"(google.api.http).post":"/v1alpha/{property=properties/*}:runFunnelReport","(google.api.http).body":"*"},"parsedOptions":[{"(google.api.http)":{"post":"/v1alpha/{property=properties/*}:runFunnelReport","body":"*"}}]}}},"RunFunnelReportRequest":{"fields":{"property":{"type":"string","id":1},"dateRanges":{"rule":"repeated","type":"DateRange","id":2},"funnel":{"type":"Funnel","id":3},"funnelBreakdown":{"type":"FunnelBreakdown","id":4},"funnelNextAction":{"type":"FunnelNextAction","id":5},"funnelVisualizationType":{"type":"FunnelVisualizationType","id":6},"segments":{"rule":"repeated","type":"Segment","id":7},"limit":{"type":"int64","id":9},"dimensionFilter":{"type":"FilterExpression","id":10},"returnPropertyQuota":{"type":"bool","id":12}},"nested":{"FunnelVisualizationType":{"values":{"FUNNEL_VISUALIZATION_TYPE_UNSPECIFIED":0,"STANDARD_FUNNEL":1,"TRENDED_FUNNEL":2}}}},"RunFunnelReportResponse":{"fields":{"funnelTable":{"type":"FunnelSubReport","id":1},"funnelVisualization":{"type":"FunnelSubReport","id":2},"propertyQuota":{"type":"PropertyQuota","id":3},"kind":{"type":"string","id":4}}},"DateRange":{"fields":{"startDate":{"type":"string","id":1},"endDate":{"type":"string","id":2},"name":{"type":"string","id":3}}},"Dimension":{"fields":{"name":{"type":"string","id":1},"dimensionExpression":{"type":"DimensionExpression","id":2}}},"DimensionExpression":{"oneofs":{"oneExpression":{"oneof":["lowerCase","upperCase","concatenate"]}},"fields":{"lowerCase":{"type":"CaseExpression","id":4},"upperCase":{"type":"CaseExpression","id":5},"concatenate":{"type":"ConcatenateExpression","id":6}},"nested":{"CaseExpression":{"fields":{"dimensionName":{"type":"string","id":1}}},"ConcatenateExpression":{"fields":{"dimensionNames":{"rule":"repeated","type":"string","id":1},"delimiter":{"type":"string","id":2}}}}},"FilterExpression":{"oneofs":{"expr":{"oneof":["andGroup","orGroup","notExpression","filter"]}},"fields":{"andGroup":{"type":"FilterExpressionList","id":1},"orGroup":{"type":"FilterExpressionList","id":2},"notExpression":{"type":"FilterExpression","id":3},"filter":{"type":"Filter","id":4}}},"FilterExpressionList":{"fields":{"expressions":{"rule":"repeated","type":"FilterExpression","id":1}}},"Filter":{"oneofs":{"oneFilter":{"oneof":["stringFilter","inListFilter","numericFilter","betweenFilter"]}},"fields":{"fieldName":{"type":"string","id":1},"stringFilter":{"type":"StringFilter","id":2},"inListFilter":{"type":"InListFilter","id":3},"numericFilter":{"type":"NumericFilter","id":4},"betweenFilter":{"type":"BetweenFilter","id":5}}},"StringFilter":{"fields":{"matchType":{"type":"MatchType","id":1},"value":{"type":"string","id":2},"caseSensitive":{"type":"bool","id":3}},"nested":{"MatchType":{"values":{"MATCH_TYPE_UNSPECIFIED":0,"EXACT":1,"BEGINS_WITH":2,"ENDS_WITH":3,"CONTAINS":4,"FULL_REGEXP":5,"PARTIAL_REGEXP":6}}}},"InListFilter":{"fields":{"values":{"rule":"repeated","type":"string","id":1},"caseSensitive":{"type":"bool","id":2}}},"NumericFilter":{"fields":{"operation":{"type":"Operation","id":1},"value":{"type":"NumericValue","id":2}},"nested":{"Operation":{"values":{"OPERATION_UNSPECIFIED":0,"EQUAL":1,"LESS_THAN":2,"LESS_THAN_OR_EQUAL":3,"GREATER_THAN":4,"GREATER_THAN_OR_EQUAL":5}}}},"BetweenFilter":{"fields":{"fromValue":{"type":"NumericValue","id":1},"toValue":{"type":"NumericValue","id":2}}},"NumericValue":{"oneofs":{"oneValue":{"oneof":["int64Value","doubleValue"]}},"fields":{"int64Value":{"type":"int64","id":1},"doubleValue":{"type":"double","id":2}}},"DimensionHeader":{"fields":{"name":{"type":"string","id":1}}},"MetricHeader":{"fields":{"name":{"type":"string","id":1},"type":{"type":"MetricType","id":2}}},"Row":{"fields":{"dimensionValues":{"rule":"repeated","type":"DimensionValue","id":1},"metricValues":{"rule":"repeated","type":"MetricValue","id":2}}},"DimensionValue":{"oneofs":{"oneValue":{"oneof":["value"]}},"fields":{"value":{"type":"string","id":1}}},"MetricValue":{"oneofs":{"oneValue":{"oneof":["value"]}},"fields":{"value":{"type":"string","id":4}}},"PropertyQuota":{"fields":{"tokensPerDay":{"type":"QuotaStatus","id":1},"tokensPerHour":{"type":"QuotaStatus","id":2},"concurrentRequests":{"type":"QuotaStatus","id":3},"serverErrorsPerProjectPerHour":{"type":"QuotaStatus","id":4},"potentiallyThresholdedRequestsPerHour":{"type":"QuotaStatus","id":5}}},"QuotaStatus":{"fields":{"consumed":{"type":"int32","id":1},"remaining":{"type":"int32","id":2}}},"FunnelBreakdown":{"oneofs":{"_limit":{"oneof":["limit"]}},"fields":{"breakdownDimension":{"type":"Dimension","id":1},"limit":{"type":"int64","id":2,"options":{"proto3_optional":true}}}},"FunnelNextAction":{"oneofs":{"_limit":{"oneof":["limit"]}},"fields":{"nextActionDimension":{"type":"Dimension","id":1},"limit":{"type":"int64","id":2,"options":{"proto3_optional":true}}}},"Funnel":{"fields":{"isOpenFunnel":{"type":"bool","id":1},"steps":{"rule":"repeated","type":"FunnelStep","id":2}}},"FunnelStep":{"oneofs":{"_withinDurationFromPriorStep":{"oneof":["withinDurationFromPriorStep"]}},"fields":{"name":{"type":"string","id":1},"isDirectlyFollowedBy":{"type":"bool","id":2},"withinDurationFromPriorStep":{"type":"google.protobuf.Duration","id":3,"options":{"proto3_optional":true}},"filterExpression":{"type":"FunnelFilterExpression","id":4}}},"FunnelSubReport":{"fields":{"dimensionHeaders":{"rule":"repeated","type":"DimensionHeader","id":1},"metricHeaders":{"rule":"repeated","type":"MetricHeader","id":2},"rows":{"rule":"repeated","type":"Row","id":3},"metadata":{"type":"FunnelResponseMetadata","id":4}}},"UserSegment":{"fields":{"userInclusionCriteria":{"type":"UserSegmentCriteria","id":1},"exclusion":{"type":"UserSegmentExclusion","id":2}}},"UserSegmentCriteria":{"fields":{"andConditionGroups":{"rule":"repeated","type":"UserSegmentConditionGroup","id":1},"andSequenceGroups":{"rule":"repeated","type":"UserSegmentSequenceGroup","id":2}}},"UserCriteriaScoping":{"values":{"USER_CRITERIA_SCOPING_UNSPECIFIED":0,"USER_CRITERIA_WITHIN_SAME_EVENT":1,"USER_CRITERIA_WITHIN_SAME_SESSION":2,"USER_CRITERIA_ACROSS_ALL_SESSIONS":3}},"UserSegmentConditionGroup":{"fields":{"conditionScoping":{"type":"UserCriteriaScoping","id":1},"segmentFilterExpression":{"type":"SegmentFilterExpression","id":2}}},"UserSegmentSequenceGroup":{"fields":{"sequenceScoping":{"type":"UserCriteriaScoping","id":1},"sequenceMaximumDuration":{"type":"google.protobuf.Duration","id":2},"userSequenceSteps":{"rule":"repeated","type":"UserSequenceStep","id":3}}},"UserSequenceStep":{"fields":{"isDirectlyFollowedBy":{"type":"bool","id":1},"stepScoping":{"type":"UserCriteriaScoping","id":2},"segmentFilterExpression":{"type":"SegmentFilterExpression","id":3}}},"UserSegmentExclusion":{"fields":{"userExclusionDuration":{"type":"UserExclusionDuration","id":1},"userExclusionCriteria":{"type":"UserSegmentCriteria","id":2}}},"UserExclusionDuration":{"values":{"USER_EXCLUSION_DURATION_UNSPECIFIED":0,"USER_EXCLUSION_TEMPORARY":1,"USER_EXCLUSION_PERMANENT":2}},"SessionSegment":{"fields":{"sessionInclusionCriteria":{"type":"SessionSegmentCriteria","id":1},"exclusion":{"type":"SessionSegmentExclusion","id":2}}},"SessionSegmentCriteria":{"fields":{"andConditionGroups":{"rule":"repeated","type":"SessionSegmentConditionGroup","id":1}}},"SessionCriteriaScoping":{"values":{"SESSION_CRITERIA_SCOPING_UNSPECIFIED":0,"SESSION_CRITERIA_WITHIN_SAME_EVENT":1,"SESSION_CRITERIA_WITHIN_SAME_SESSION":2}},"SessionSegmentConditionGroup":{"fields":{"conditionScoping":{"type":"SessionCriteriaScoping","id":1},"segmentFilterExpression":{"type":"SegmentFilterExpression","id":2}}},"SessionSegmentExclusion":{"fields":{"sessionExclusionDuration":{"type":"SessionExclusionDuration","id":1},"sessionExclusionCriteria":{"type":"SessionSegmentCriteria","id":2}}},"SessionExclusionDuration":{"values":{"SESSION_EXCLUSION_DURATION_UNSPECIFIED":0,"SESSION_EXCLUSION_TEMPORARY":1,"SESSION_EXCLUSION_PERMANENT":2}},"EventSegment":{"fields":{"eventInclusionCriteria":{"type":"EventSegmentCriteria","id":1},"exclusion":{"type":"EventSegmentExclusion","id":2}}},"EventSegmentCriteria":{"fields":{"andConditionGroups":{"rule":"repeated","type":"EventSegmentConditionGroup","id":1}}},"EventCriteriaScoping":{"values":{"EVENT_CRITERIA_SCOPING_UNSPECIFIED":0,"EVENT_CRITERIA_WITHIN_SAME_EVENT":1}},"EventSegmentConditionGroup":{"fields":{"conditionScoping":{"type":"EventCriteriaScoping","id":1},"segmentFilterExpression":{"type":"SegmentFilterExpression","id":2}}},"EventSegmentExclusion":{"fields":{"eventExclusionDuration":{"type":"EventExclusionDuration","id":1},"eventExclusionCriteria":{"type":"EventSegmentCriteria","id":2}}},"EventExclusionDuration":{"values":{"EVENT_EXCLUSION_DURATION_UNSPECIFIED":0,"EVENT_EXCLUSION_PERMANENT":1}},"Segment":{"oneofs":{"oneSegmentScope":{"oneof":["userSegment","sessionSegment","eventSegment"]}},"fields":{"name":{"type":"string","id":1},"userSegment":{"type":"UserSegment","id":2},"sessionSegment":{"type":"SessionSegment","id":3},"eventSegment":{"type":"EventSegment","id":4}}},"SegmentFilterExpression":{"oneofs":{"expr":{"oneof":["andGroup","orGroup","notExpression","segmentFilter","segmentEventFilter"]}},"fields":{"andGroup":{"type":"SegmentFilterExpressionList","id":1},"orGroup":{"type":"SegmentFilterExpressionList","id":2},"notExpression":{"type":"SegmentFilterExpression","id":3},"segmentFilter":{"type":"SegmentFilter","id":4},"segmentEventFilter":{"type":"SegmentEventFilter","id":5}}},"SegmentFilterExpressionList":{"fields":{"expressions":{"rule":"repeated","type":"SegmentFilterExpression","id":1}}},"SegmentFilter":{"oneofs":{"oneFilter":{"oneof":["stringFilter","inListFilter","numericFilter","betweenFilter"]}},"fields":{"fieldName":{"type":"string","id":1},"stringFilter":{"type":"StringFilter","id":4},"inListFilter":{"type":"InListFilter","id":5},"numericFilter":{"type":"NumericFilter","id":6},"betweenFilter":{"type":"BetweenFilter","id":7},"filterScoping":{"type":"SegmentFilterScoping","id":8}}},"SegmentFilterScoping":{"oneofs":{"_atAnyPointInTime":{"oneof":["atAnyPointInTime"]}},"fields":{"atAnyPointInTime":{"type":"bool","id":1,"options":{"proto3_optional":true}}}},"SegmentEventFilter":{"oneofs":{"_eventName":{"oneof":["eventName"]},"_segmentParameterFilterExpression":{"oneof":["segmentParameterFilterExpression"]}},"fields":{"eventName":{"type":"string","id":1,"options":{"proto3_optional":true}},"segmentParameterFilterExpression":{"type":"SegmentParameterFilterExpression","id":2,"options":{"proto3_optional":true}}}},"SegmentParameterFilterExpression":{"oneofs":{"expr":{"oneof":["andGroup","orGroup","notExpression","segmentParameterFilter"]}},"fields":{"andGroup":{"type":"SegmentParameterFilterExpressionList","id":1},"orGroup":{"type":"SegmentParameterFilterExpressionList","id":2},"notExpression":{"type":"SegmentParameterFilterExpression","id":3},"segmentParameterFilter":{"type":"SegmentParameterFilter","id":4}}},"SegmentParameterFilterExpressionList":{"fields":{"expressions":{"rule":"repeated","type":"SegmentParameterFilterExpression","id":1}}},"SegmentParameterFilter":{"oneofs":{"oneParameter":{"oneof":["eventParameterName","itemParameterName"]},"oneFilter":{"oneof":["stringFilter","inListFilter","numericFilter","betweenFilter"]}},"fields":{"eventParameterName":{"type":"string","id":1},"itemParameterName":{"type":"string","id":2},"stringFilter":{"type":"StringFilter","id":4},"inListFilter":{"type":"InListFilter","id":5},"numericFilter":{"type":"NumericFilter","id":6},"betweenFilter":{"type":"BetweenFilter","id":7},"filterScoping":{"type":"SegmentParameterFilterScoping","id":8}}},"SegmentParameterFilterScoping":{"oneofs":{"_inAnyNDayPeriod":{"oneof":["inAnyNDayPeriod"]}},"fields":{"inAnyNDayPeriod":{"type":"int64","id":1,"options":{"proto3_optional":true}}}},"FunnelFilterExpression":{"oneofs":{"expr":{"oneof":["andGroup","orGroup","notExpression","funnelFieldFilter","funnelEventFilter"]}},"fields":{"andGroup":{"type":"FunnelFilterExpressionList","id":1},"orGroup":{"type":"FunnelFilterExpressionList","id":2},"notExpression":{"type":"FunnelFilterExpression","id":3},"funnelFieldFilter":{"type":"FunnelFieldFilter","id":4},"funnelEventFilter":{"type":"FunnelEventFilter","id":5}}},"FunnelFilterExpressionList":{"fields":{"expressions":{"rule":"repeated","type":"FunnelFilterExpression","id":1}}},"FunnelFieldFilter":{"oneofs":{"oneFilter":{"oneof":["stringFilter","inListFilter","numericFilter","betweenFilter"]}},"fields":{"fieldName":{"type":"string","id":1},"stringFilter":{"type":"StringFilter","id":4},"inListFilter":{"type":"InListFilter","id":5},"numericFilter":{"type":"NumericFilter","id":6},"betweenFilter":{"type":"BetweenFilter","id":7}}},"FunnelEventFilter":{"oneofs":{"_eventName":{"oneof":["eventName"]},"_funnelParameterFilterExpression":{"oneof":["funnelParameterFilterExpression"]}},"fields":{"eventName":{"type":"string","id":1,"options":{"proto3_optional":true}},"funnelParameterFilterExpression":{"type":"FunnelParameterFilterExpression","id":2,"options":{"proto3_optional":true}}}},"FunnelParameterFilterExpression":{"oneofs":{"expr":{"oneof":["andGroup","orGroup","notExpression","funnelParameterFilter"]}},"fields":{"andGroup":{"type":"FunnelParameterFilterExpressionList","id":1},"orGroup":{"type":"FunnelParameterFilterExpressionList","id":2},"notExpression":{"type":"FunnelParameterFilterExpression","id":3},"funnelParameterFilter":{"type":"FunnelParameterFilter","id":4}}},"FunnelParameterFilterExpressionList":{"fields":{"expressions":{"rule":"repeated","type":"FunnelParameterFilterExpression","id":1}}},"FunnelParameterFilter":{"oneofs":{"oneParameter":{"oneof":["eventParameterName","itemParameterName"]},"oneFilter":{"oneof":["stringFilter","inListFilter","numericFilter","betweenFilter"]}},"fields":{"eventParameterName":{"type":"string","id":1},"itemParameterName":{"type":"string","id":2},"stringFilter":{"type":"StringFilter","id":4},"inListFilter":{"type":"InListFilter","id":5},"numericFilter":{"type":"NumericFilter","id":6},"betweenFilter":{"type":"BetweenFilter","id":7}}},"FunnelResponseMetadata":{"fields":{"samplingMetadatas":{"rule":"repeated","type":"SamplingMetadata","id":1}}},"SamplingMetadata":{"fields":{"samplesReadCount":{"type":"int64","id":1},"samplingSpaceSize":{"type":"int64","id":2}}},"MetricType":{"values":{"METRIC_TYPE_UNSPECIFIED":0,"TYPE_INTEGER":1,"TYPE_FLOAT":2,"TYPE_SECONDS":4,"TYPE_MILLISECONDS":5,"TYPE_MINUTES":6,"TYPE_HOURS":7,"TYPE_STANDARD":8,"TYPE_CURRENCY":9,"TYPE_FEET":10,"TYPE_MILES":11,"TYPE_METERS":12,"TYPE_KILOMETERS":13}}}},"v1beta":{"options":{"go_package":"google.golang.org/genproto/googleapis/analytics/data/v1beta;data","java_multiple_files":true,"java_outer_classname":"ReportingApiProto","java_package":"com.google.analytics.data.v1beta"},"nested":{"BetaAnalyticsData":{"options":{"(google.api.default_host)":"analyticsdata.googleapis.com","(google.api.oauth_scopes)":"https://www.googleapis.com/auth/analytics,https://www.googleapis.com/auth/analytics.readonly"},"methods":{"RunReport":{"requestType":"RunReportRequest","responseType":"RunReportResponse","options":{"(google.api.http).post":"/v1beta/{property=properties/*}:runReport","(google.api.http).body":"*"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{property=properties/*}:runReport","body":"*"}}]},"RunPivotReport":{"requestType":"RunPivotReportRequest","responseType":"RunPivotReportResponse","options":{"(google.api.http).post":"/v1beta/{property=properties/*}:runPivotReport","(google.api.http).body":"*"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{property=properties/*}:runPivotReport","body":"*"}}]},"BatchRunReports":{"requestType":"BatchRunReportsRequest","responseType":"BatchRunReportsResponse","options":{"(google.api.http).post":"/v1beta/{property=properties/*}:batchRunReports","(google.api.http).body":"*"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{property=properties/*}:batchRunReports","body":"*"}}]},"BatchRunPivotReports":{"requestType":"BatchRunPivotReportsRequest","responseType":"BatchRunPivotReportsResponse","options":{"(google.api.http).post":"/v1beta/{property=properties/*}:batchRunPivotReports","(google.api.http).body":"*"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{property=properties/*}:batchRunPivotReports","body":"*"}}]},"GetMetadata":{"requestType":"GetMetadataRequest","responseType":"Metadata","options":{"(google.api.http).get":"/v1beta/{name=properties/*/metadata}","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"get":"/v1beta/{name=properties/*/metadata}"}},{"(google.api.method_signature)":"name"}]},"RunRealtimeReport":{"requestType":"RunRealtimeReportRequest","responseType":"RunRealtimeReportResponse","options":{"(google.api.http).post":"/v1beta/{property=properties/*}:runRealtimeReport","(google.api.http).body":"*"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{property=properties/*}:runRealtimeReport","body":"*"}}]},"CheckCompatibility":{"requestType":"CheckCompatibilityRequest","responseType":"CheckCompatibilityResponse","options":{"(google.api.http).post":"/v1beta/{property=properties/*}:checkCompatibility","(google.api.http).body":"*"},"parsedOptions":[{"(google.api.http)":{"post":"/v1beta/{property=properties/*}:checkCompatibility","body":"*"}}]}}},"CheckCompatibilityRequest":{"fields":{"property":{"type":"string","id":1},"dimensions":{"rule":"repeated","type":"Dimension","id":2},"metrics":{"rule":"repeated","type":"Metric","id":3},"dimensionFilter":{"type":"FilterExpression","id":4},"metricFilter":{"type":"FilterExpression","id":5},"compatibilityFilter":{"type":"Compatibility","id":6}}},"CheckCompatibilityResponse":{"fields":{"dimensionCompatibilities":{"rule":"repeated","type":"DimensionCompatibility","id":1},"metricCompatibilities":{"rule":"repeated","type":"MetricCompatibility","id":2}}},"Metadata":{"options":{"(google.api.resource).type":"analyticsdata.googleapis.com/Metadata","(google.api.resource).pattern":"properties/{property}/metadata"},"fields":{"name":{"type":"string","id":3},"dimensions":{"rule":"repeated","type":"DimensionMetadata","id":1},"metrics":{"rule":"repeated","type":"MetricMetadata","id":2}}},"RunReportRequest":{"fields":{"property":{"type":"string","id":1},"dimensions":{"rule":"repeated","type":"Dimension","id":2},"metrics":{"rule":"repeated","type":"Metric","id":3},"dateRanges":{"rule":"repeated","type":"DateRange","id":4},"dimensionFilter":{"type":"FilterExpression","id":5},"metricFilter":{"type":"FilterExpression","id":6},"offset":{"type":"int64","id":7},"limit":{"type":"int64","id":8},"metricAggregations":{"rule":"repeated","type":"MetricAggregation","id":9},"orderBys":{"rule":"repeated","type":"OrderBy","id":10},"currencyCode":{"type":"string","id":11},"cohortSpec":{"type":"CohortSpec","id":12},"keepEmptyRows":{"type":"bool","id":13},"returnPropertyQuota":{"type":"bool","id":14}}},"RunReportResponse":{"fields":{"dimensionHeaders":{"rule":"repeated","type":"DimensionHeader","id":1},"metricHeaders":{"rule":"repeated","type":"MetricHeader","id":2},"rows":{"rule":"repeated","type":"Row","id":3},"totals":{"rule":"repeated","type":"Row","id":4},"maximums":{"rule":"repeated","type":"Row","id":5},"minimums":{"rule":"repeated","type":"Row","id":6},"rowCount":{"type":"int32","id":7},"metadata":{"type":"ResponseMetaData","id":8},"propertyQuota":{"type":"PropertyQuota","id":9},"kind":{"type":"string","id":10}}},"RunPivotReportRequest":{"fields":{"property":{"type":"string","id":1},"dimensions":{"rule":"repeated","type":"Dimension","id":2},"metrics":{"rule":"repeated","type":"Metric","id":3},"dateRanges":{"rule":"repeated","type":"DateRange","id":4},"pivots":{"rule":"repeated","type":"Pivot","id":5},"dimensionFilter":{"type":"FilterExpression","id":6},"metricFilter":{"type":"FilterExpression","id":7},"currencyCode":{"type":"string","id":8},"cohortSpec":{"type":"CohortSpec","id":9},"keepEmptyRows":{"type":"bool","id":10},"returnPropertyQuota":{"type":"bool","id":11}}},"RunPivotReportResponse":{"fields":{"pivotHeaders":{"rule":"repeated","type":"PivotHeader","id":1},"dimensionHeaders":{"rule":"repeated","type":"DimensionHeader","id":2},"metricHeaders":{"rule":"repeated","type":"MetricHeader","id":3},"rows":{"rule":"repeated","type":"Row","id":4},"aggregates":{"rule":"repeated","type":"Row","id":5},"metadata":{"type":"ResponseMetaData","id":6},"propertyQuota":{"type":"PropertyQuota","id":7},"kind":{"type":"string","id":8}}},"BatchRunReportsRequest":{"fields":{"property":{"type":"string","id":1},"requests":{"rule":"repeated","type":"RunReportRequest","id":2}}},"BatchRunReportsResponse":{"fields":{"reports":{"rule":"repeated","type":"RunReportResponse","id":1},"kind":{"type":"string","id":2}}},"BatchRunPivotReportsRequest":{"fields":{"property":{"type":"string","id":1},"requests":{"rule":"repeated","type":"RunPivotReportRequest","id":2}}},"BatchRunPivotReportsResponse":{"fields":{"pivotReports":{"rule":"repeated","type":"RunPivotReportResponse","id":1},"kind":{"type":"string","id":2}}},"GetMetadataRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"analyticsdata.googleapis.com/Metadata"}}}},"RunRealtimeReportRequest":{"fields":{"property":{"type":"string","id":1},"dimensions":{"rule":"repeated","type":"Dimension","id":2},"metrics":{"rule":"repeated","type":"Metric","id":3},"dimensionFilter":{"type":"FilterExpression","id":4},"metricFilter":{"type":"FilterExpression","id":5},"limit":{"type":"int64","id":6},"metricAggregations":{"rule":"repeated","type":"MetricAggregation","id":7},"orderBys":{"rule":"repeated","type":"OrderBy","id":8},"returnPropertyQuota":{"type":"bool","id":9},"minuteRanges":{"rule":"repeated","type":"MinuteRange","id":10}}},"RunRealtimeReportResponse":{"fields":{"dimensionHeaders":{"rule":"repeated","type":"DimensionHeader","id":1},"metricHeaders":{"rule":"repeated","type":"MetricHeader","id":2},"rows":{"rule":"repeated","type":"Row","id":3},"totals":{"rule":"repeated","type":"Row","id":4},"maximums":{"rule":"repeated","type":"Row","id":5},"minimums":{"rule":"repeated","type":"Row","id":6},"rowCount":{"type":"int32","id":7},"propertyQuota":{"type":"PropertyQuota","id":8},"kind":{"type":"string","id":9}}},"DateRange":{"fields":{"startDate":{"type":"string","id":1},"endDate":{"type":"string","id":2},"name":{"type":"string","id":3}}},"MinuteRange":{"oneofs":{"_startMinutesAgo":{"oneof":["startMinutesAgo"]},"_endMinutesAgo":{"oneof":["endMinutesAgo"]}},"fields":{"startMinutesAgo":{"type":"int32","id":1,"options":{"proto3_optional":true}},"endMinutesAgo":{"type":"int32","id":2,"options":{"proto3_optional":true}},"name":{"type":"string","id":3}}},"Dimension":{"fields":{"name":{"type":"string","id":1},"dimensionExpression":{"type":"DimensionExpression","id":2}}},"DimensionExpression":{"oneofs":{"oneExpression":{"oneof":["lowerCase","upperCase","concatenate"]}},"fields":{"lowerCase":{"type":"CaseExpression","id":4},"upperCase":{"type":"CaseExpression","id":5},"concatenate":{"type":"ConcatenateExpression","id":6}},"nested":{"CaseExpression":{"fields":{"dimensionName":{"type":"string","id":1}}},"ConcatenateExpression":{"fields":{"dimensionNames":{"rule":"repeated","type":"string","id":1},"delimiter":{"type":"string","id":2}}}}},"Metric":{"fields":{"name":{"type":"string","id":1},"expression":{"type":"string","id":2},"invisible":{"type":"bool","id":3}}},"FilterExpression":{"oneofs":{"expr":{"oneof":["andGroup","orGroup","notExpression","filter"]}},"fields":{"andGroup":{"type":"FilterExpressionList","id":1},"orGroup":{"type":"FilterExpressionList","id":2},"notExpression":{"type":"FilterExpression","id":3},"filter":{"type":"Filter","id":4}}},"FilterExpressionList":{"fields":{"expressions":{"rule":"repeated","type":"FilterExpression","id":1}}},"Filter":{"oneofs":{"oneFilter":{"oneof":["stringFilter","inListFilter","numericFilter","betweenFilter"]}},"fields":{"fieldName":{"type":"string","id":1},"stringFilter":{"type":"StringFilter","id":3},"inListFilter":{"type":"InListFilter","id":4},"numericFilter":{"type":"NumericFilter","id":5},"betweenFilter":{"type":"BetweenFilter","id":6}},"nested":{"StringFilter":{"fields":{"matchType":{"type":"MatchType","id":1},"value":{"type":"string","id":2},"caseSensitive":{"type":"bool","id":3}},"nested":{"MatchType":{"values":{"MATCH_TYPE_UNSPECIFIED":0,"EXACT":1,"BEGINS_WITH":2,"ENDS_WITH":3,"CONTAINS":4,"FULL_REGEXP":5,"PARTIAL_REGEXP":6}}}},"InListFilter":{"fields":{"values":{"rule":"repeated","type":"string","id":1},"caseSensitive":{"type":"bool","id":2}}},"NumericFilter":{"fields":{"operation":{"type":"Operation","id":1},"value":{"type":"NumericValue","id":2}},"nested":{"Operation":{"values":{"OPERATION_UNSPECIFIED":0,"EQUAL":1,"LESS_THAN":2,"LESS_THAN_OR_EQUAL":3,"GREATER_THAN":4,"GREATER_THAN_OR_EQUAL":5}}}},"BetweenFilter":{"fields":{"fromValue":{"type":"NumericValue","id":1},"toValue":{"type":"NumericValue","id":2}}}}},"OrderBy":{"oneofs":{"oneOrderBy":{"oneof":["metric","dimension","pivot"]}},"fields":{"metric":{"type":"MetricOrderBy","id":1},"dimension":{"type":"DimensionOrderBy","id":2},"pivot":{"type":"PivotOrderBy","id":3},"desc":{"type":"bool","id":4}},"nested":{"MetricOrderBy":{"fields":{"metricName":{"type":"string","id":1}}},"DimensionOrderBy":{"fields":{"dimensionName":{"type":"string","id":1},"orderType":{"type":"OrderType","id":2}},"nested":{"OrderType":{"values":{"ORDER_TYPE_UNSPECIFIED":0,"ALPHANUMERIC":1,"CASE_INSENSITIVE_ALPHANUMERIC":2,"NUMERIC":3}}}},"PivotOrderBy":{"fields":{"metricName":{"type":"string","id":1},"pivotSelections":{"rule":"repeated","type":"PivotSelection","id":2}},"nested":{"PivotSelection":{"fields":{"dimensionName":{"type":"string","id":1},"dimensionValue":{"type":"string","id":2}}}}}}},"Pivot":{"fields":{"fieldNames":{"rule":"repeated","type":"string","id":1},"orderBys":{"rule":"repeated","type":"OrderBy","id":2},"offset":{"type":"int64","id":3},"limit":{"type":"int64","id":4},"metricAggregations":{"rule":"repeated","type":"MetricAggregation","id":5}}},"CohortSpec":{"fields":{"cohorts":{"rule":"repeated","type":"Cohort","id":1},"cohortsRange":{"type":"CohortsRange","id":2},"cohortReportSettings":{"type":"CohortReportSettings","id":3}}},"Cohort":{"fields":{"name":{"type":"string","id":1},"dimension":{"type":"string","id":2},"dateRange":{"type":"DateRange","id":3}}},"CohortsRange":{"fields":{"granularity":{"type":"Granularity","id":1},"startOffset":{"type":"int32","id":2},"endOffset":{"type":"int32","id":3}},"nested":{"Granularity":{"values":{"GRANULARITY_UNSPECIFIED":0,"DAILY":1,"WEEKLY":2,"MONTHLY":3}}}},"CohortReportSettings":{"fields":{"accumulate":{"type":"bool","id":1}}},"ResponseMetaData":{"oneofs":{"_schemaRestrictionResponse":{"oneof":["schemaRestrictionResponse"]},"_currencyCode":{"oneof":["currencyCode"]},"_timeZone":{"oneof":["timeZone"]},"_emptyReason":{"oneof":["emptyReason"]},"_subjectToThresholding":{"oneof":["subjectToThresholding"]}},"fields":{"dataLossFromOtherRow":{"type":"bool","id":3},"schemaRestrictionResponse":{"type":"SchemaRestrictionResponse","id":4,"options":{"proto3_optional":true}},"currencyCode":{"type":"string","id":5,"options":{"proto3_optional":true}},"timeZone":{"type":"string","id":6,"options":{"proto3_optional":true}},"emptyReason":{"type":"string","id":7,"options":{"proto3_optional":true}},"subjectToThresholding":{"type":"bool","id":8,"options":{"proto3_optional":true}}},"nested":{"SchemaRestrictionResponse":{"fields":{"activeMetricRestrictions":{"rule":"repeated","type":"ActiveMetricRestriction","id":1}},"nested":{"ActiveMetricRestriction":{"oneofs":{"_metricName":{"oneof":["metricName"]}},"fields":{"metricName":{"type":"string","id":1,"options":{"proto3_optional":true}},"restrictedMetricTypes":{"rule":"repeated","type":"RestrictedMetricType","id":2}}}}}}},"DimensionHeader":{"fields":{"name":{"type":"string","id":1}}},"MetricHeader":{"fields":{"name":{"type":"string","id":1},"type":{"type":"MetricType","id":2}}},"PivotHeader":{"fields":{"pivotDimensionHeaders":{"rule":"repeated","type":"PivotDimensionHeader","id":1},"rowCount":{"type":"int32","id":2}}},"PivotDimensionHeader":{"fields":{"dimensionValues":{"rule":"repeated","type":"DimensionValue","id":1}}},"Row":{"fields":{"dimensionValues":{"rule":"repeated","type":"DimensionValue","id":1},"metricValues":{"rule":"repeated","type":"MetricValue","id":2}}},"DimensionValue":{"oneofs":{"oneValue":{"oneof":["value"]}},"fields":{"value":{"type":"string","id":1}}},"MetricValue":{"oneofs":{"oneValue":{"oneof":["value"]}},"fields":{"value":{"type":"string","id":4}}},"NumericValue":{"oneofs":{"oneValue":{"oneof":["int64Value","doubleValue"]}},"fields":{"int64Value":{"type":"int64","id":1},"doubleValue":{"type":"double","id":2}}},"PropertyQuota":{"fields":{"tokensPerDay":{"type":"QuotaStatus","id":1},"tokensPerHour":{"type":"QuotaStatus","id":2},"concurrentRequests":{"type":"QuotaStatus","id":3},"serverErrorsPerProjectPerHour":{"type":"QuotaStatus","id":4},"potentiallyThresholdedRequestsPerHour":{"type":"QuotaStatus","id":5},"tokensPerProjectPerHour":{"type":"QuotaStatus","id":6}}},"QuotaStatus":{"fields":{"consumed":{"type":"int32","id":1},"remaining":{"type":"int32","id":2}}},"DimensionMetadata":{"fields":{"apiName":{"type":"string","id":1},"uiName":{"type":"string","id":2},"description":{"type":"string","id":3},"deprecatedApiNames":{"rule":"repeated","type":"string","id":4},"customDefinition":{"type":"bool","id":5},"category":{"type":"string","id":7}}},"MetricMetadata":{"fields":{"apiName":{"type":"string","id":1},"uiName":{"type":"string","id":2},"description":{"type":"string","id":3},"deprecatedApiNames":{"rule":"repeated","type":"string","id":4},"type":{"type":"MetricType","id":5},"expression":{"type":"string","id":6},"customDefinition":{"type":"bool","id":7},"blockedReasons":{"rule":"repeated","type":"BlockedReason","id":8},"category":{"type":"string","id":10}},"nested":{"BlockedReason":{"values":{"BLOCKED_REASON_UNSPECIFIED":0,"NO_REVENUE_METRICS":1,"NO_COST_METRICS":2}}}},"DimensionCompatibility":{"oneofs":{"_dimensionMetadata":{"oneof":["dimensionMetadata"]},"_compatibility":{"oneof":["compatibility"]}},"fields":{"dimensionMetadata":{"type":"DimensionMetadata","id":1,"options":{"proto3_optional":true}},"compatibility":{"type":"Compatibility","id":2,"options":{"proto3_optional":true}}}},"MetricCompatibility":{"oneofs":{"_metricMetadata":{"oneof":["metricMetadata"]},"_compatibility":{"oneof":["compatibility"]}},"fields":{"metricMetadata":{"type":"MetricMetadata","id":1,"options":{"proto3_optional":true}},"compatibility":{"type":"Compatibility","id":2,"options":{"proto3_optional":true}}}},"MetricAggregation":{"values":{"METRIC_AGGREGATION_UNSPECIFIED":0,"TOTAL":1,"MINIMUM":5,"MAXIMUM":6,"COUNT":4}},"MetricType":{"values":{"METRIC_TYPE_UNSPECIFIED":0,"TYPE_INTEGER":1,"TYPE_FLOAT":2,"TYPE_SECONDS":4,"TYPE_MILLISECONDS":5,"TYPE_MINUTES":6,"TYPE_HOURS":7,"TYPE_STANDARD":8,"TYPE_CURRENCY":9,"TYPE_FEET":10,"TYPE_MILES":11,"TYPE_METERS":12,"TYPE_KILOMETERS":13}},"RestrictedMetricType":{"values":{"RESTRICTED_METRIC_TYPE_UNSPECIFIED":0,"COST_DATA":1,"REVENUE_DATA":2}},"Compatibility":{"values":{"COMPATIBILITY_UNSPECIFIED":0,"COMPATIBLE":1,"INCOMPATIBLE":2}}}}}}}},"api":{"options":{"go_package":"google.golang.org/genproto/googleapis/api/annotations;annotations","java_multiple_files":true,"java_outer_classname":"ResourceProto","java_package":"com.google.api","objc_class_prefix":"GAPI","cc_enable_arenas":true},"nested":{"http":{"type":"HttpRule","id":72295728,"extend":"google.protobuf.MethodOptions"},"Http":{"fields":{"rules":{"rule":"repeated","type":"HttpRule","id":1},"fullyDecodeReservedExpansion":{"type":"bool","id":2}}},"HttpRule":{"oneofs":{"pattern":{"oneof":["get","put","post","delete","patch","custom"]}},"fields":{"selector":{"type":"string","id":1},"get":{"type":"string","id":2},"put":{"type":"string","id":3},"post":{"type":"string","id":4},"delete":{"type":"string","id":5},"patch":{"type":"string","id":6},"custom":{"type":"CustomHttpPattern","id":8},"body":{"type":"string","id":7},"responseBody":{"type":"string","id":12},"additionalBindings":{"rule":"repeated","type":"HttpRule","id":11}}},"CustomHttpPattern":{"fields":{"kind":{"type":"string","id":1},"path":{"type":"string","id":2}}},"methodSignature":{"rule":"repeated","type":"string","id":1051,"extend":"google.protobuf.MethodOptions"},"defaultHost":{"type":"string","id":1049,"extend":"google.protobuf.ServiceOptions"},"oauthScopes":{"type":"string","id":1050,"extend":"google.protobuf.ServiceOptions"},"CommonLanguageSettings":{"fields":{"referenceDocsUri":{"type":"string","id":1,"options":{"deprecated":true}},"destinations":{"rule":"repeated","type":"ClientLibraryDestination","id":2}}},"ClientLibrarySettings":{"fields":{"version":{"type":"string","id":1},"launchStage":{"type":"LaunchStage","id":2},"restNumericEnums":{"type":"bool","id":3},"javaSettings":{"type":"JavaSettings","id":21},"cppSettings":{"type":"CppSettings","id":22},"phpSettings":{"type":"PhpSettings","id":23},"pythonSettings":{"type":"PythonSettings","id":24},"nodeSettings":{"type":"NodeSettings","id":25},"dotnetSettings":{"type":"DotnetSettings","id":26},"rubySettings":{"type":"RubySettings","id":27},"goSettings":{"type":"GoSettings","id":28}}},"Publishing":{"fields":{"methodSettings":{"rule":"repeated","type":"MethodSettings","id":2},"newIssueUri":{"type":"string","id":101},"documentationUri":{"type":"string","id":102},"apiShortName":{"type":"string","id":103},"githubLabel":{"type":"string","id":104},"codeownerGithubTeams":{"rule":"repeated","type":"string","id":105},"docTagPrefix":{"type":"string","id":106},"organization":{"type":"ClientLibraryOrganization","id":107},"librarySettings":{"rule":"repeated","type":"ClientLibrarySettings","id":109}}},"JavaSettings":{"fields":{"libraryPackage":{"type":"string","id":1},"serviceClassNames":{"keyType":"string","type":"string","id":2},"common":{"type":"CommonLanguageSettings","id":3}}},"CppSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"PhpSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"PythonSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"NodeSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"DotnetSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"RubySettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"GoSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"MethodSettings":{"fields":{"selector":{"type":"string","id":1},"longRunning":{"type":"LongRunning","id":2}},"nested":{"LongRunning":{"fields":{"initialPollDelay":{"type":"google.protobuf.Duration","id":1},"pollDelayMultiplier":{"type":"float","id":2},"maxPollDelay":{"type":"google.protobuf.Duration","id":3},"totalPollTimeout":{"type":"google.protobuf.Duration","id":4}}}}},"ClientLibraryOrganization":{"values":{"CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED":0,"CLOUD":1,"ADS":2,"PHOTOS":3,"STREET_VIEW":4}},"ClientLibraryDestination":{"values":{"CLIENT_LIBRARY_DESTINATION_UNSPECIFIED":0,"GITHUB":10,"PACKAGE_MANAGER":20}},"LaunchStage":{"values":{"LAUNCH_STAGE_UNSPECIFIED":0,"UNIMPLEMENTED":6,"PRELAUNCH":7,"EARLY_ACCESS":1,"ALPHA":2,"BETA":3,"GA":4,"DEPRECATED":5}},"fieldBehavior":{"rule":"repeated","type":"google.api.FieldBehavior","id":1052,"extend":"google.protobuf.FieldOptions"},"FieldBehavior":{"values":{"FIELD_BEHAVIOR_UNSPECIFIED":0,"OPTIONAL":1,"REQUIRED":2,"OUTPUT_ONLY":3,"INPUT_ONLY":4,"IMMUTABLE":5,"UNORDERED_LIST":6,"NON_EMPTY_DEFAULT":7}},"resourceReference":{"type":"google.api.ResourceReference","id":1055,"extend":"google.protobuf.FieldOptions"},"resourceDefinition":{"rule":"repeated","type":"google.api.ResourceDescriptor","id":1053,"extend":"google.protobuf.FileOptions"},"resource":{"type":"google.api.ResourceDescriptor","id":1053,"extend":"google.protobuf.MessageOptions"},"ResourceDescriptor":{"fields":{"type":{"type":"string","id":1},"pattern":{"rule":"repeated","type":"string","id":2},"nameField":{"type":"string","id":3},"history":{"type":"History","id":4},"plural":{"type":"string","id":5},"singular":{"type":"string","id":6},"style":{"rule":"repeated","type":"Style","id":10}},"nested":{"History":{"values":{"HISTORY_UNSPECIFIED":0,"ORIGINALLY_SINGLE_PATTERN":1,"FUTURE_MULTI_PATTERN":2}},"Style":{"values":{"STYLE_UNSPECIFIED":0,"DECLARATIVE_FRIENDLY":1}}}},"ResourceReference":{"fields":{"type":{"type":"string","id":1},"childType":{"type":"string","id":2}}}}}}}}}