@google-analytics/data 4.4.0 → 4.6.0
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.
- package/CHANGELOG.md +14 -0
- package/README.md +4 -0
- package/build/protos/google/analytics/data/v1alpha/analytics_data_api.proto +351 -1
- package/build/protos/google/analytics/data/v1alpha/data.proto +324 -1
- package/build/protos/google/analytics/data/v1beta/analytics_data_api.proto +1 -1
- package/build/protos/google/analytics/data/v1beta/data.proto +1 -1
- package/build/protos/protos.d.ts +4148 -891
- package/build/protos/protos.js +15328 -6240
- package/build/protos/protos.json +1156 -115
- package/build/src/v1alpha/alpha_analytics_data_client.d.ts +230 -0
- package/build/src/v1alpha/alpha_analytics_data_client.js +234 -7
- package/build/src/v1alpha/alpha_analytics_data_client_config.json +20 -0
- package/build/src/v1beta/beta_analytics_data_client.js +10 -7
- package/package.json +3 -3
package/build/protos/protos.json
CHANGED
|
@@ -34,6 +34,21 @@
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
|
+
"Edition": {
|
|
38
|
+
"values": {
|
|
39
|
+
"EDITION_UNKNOWN": 0,
|
|
40
|
+
"EDITION_PROTO2": 998,
|
|
41
|
+
"EDITION_PROTO3": 999,
|
|
42
|
+
"EDITION_2023": 1000,
|
|
43
|
+
"EDITION_2024": 1001,
|
|
44
|
+
"EDITION_1_TEST_ONLY": 1,
|
|
45
|
+
"EDITION_2_TEST_ONLY": 2,
|
|
46
|
+
"EDITION_99997_TEST_ONLY": 99997,
|
|
47
|
+
"EDITION_99998_TEST_ONLY": 99998,
|
|
48
|
+
"EDITION_99999_TEST_ONLY": 99999,
|
|
49
|
+
"EDITION_MAX": 2147483647
|
|
50
|
+
}
|
|
51
|
+
},
|
|
37
52
|
"FileDescriptorProto": {
|
|
38
53
|
"fields": {
|
|
39
54
|
"name": {
|
|
@@ -98,8 +113,8 @@
|
|
|
98
113
|
"id": 12
|
|
99
114
|
},
|
|
100
115
|
"edition": {
|
|
101
|
-
"type": "
|
|
102
|
-
"id":
|
|
116
|
+
"type": "Edition",
|
|
117
|
+
"id": 14
|
|
103
118
|
}
|
|
104
119
|
}
|
|
105
120
|
},
|
|
@@ -191,6 +206,26 @@
|
|
|
191
206
|
"rule": "repeated",
|
|
192
207
|
"type": "UninterpretedOption",
|
|
193
208
|
"id": 999
|
|
209
|
+
},
|
|
210
|
+
"declaration": {
|
|
211
|
+
"rule": "repeated",
|
|
212
|
+
"type": "Declaration",
|
|
213
|
+
"id": 2,
|
|
214
|
+
"options": {
|
|
215
|
+
"retention": "RETENTION_SOURCE"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"features": {
|
|
219
|
+
"type": "FeatureSet",
|
|
220
|
+
"id": 50
|
|
221
|
+
},
|
|
222
|
+
"verification": {
|
|
223
|
+
"type": "VerificationState",
|
|
224
|
+
"id": 3,
|
|
225
|
+
"options": {
|
|
226
|
+
"default": "UNVERIFIED",
|
|
227
|
+
"retention": "RETENTION_SOURCE"
|
|
228
|
+
}
|
|
194
229
|
}
|
|
195
230
|
},
|
|
196
231
|
"extensions": [
|
|
@@ -198,7 +233,45 @@
|
|
|
198
233
|
1000,
|
|
199
234
|
536870911
|
|
200
235
|
]
|
|
201
|
-
]
|
|
236
|
+
],
|
|
237
|
+
"nested": {
|
|
238
|
+
"Declaration": {
|
|
239
|
+
"fields": {
|
|
240
|
+
"number": {
|
|
241
|
+
"type": "int32",
|
|
242
|
+
"id": 1
|
|
243
|
+
},
|
|
244
|
+
"fullName": {
|
|
245
|
+
"type": "string",
|
|
246
|
+
"id": 2
|
|
247
|
+
},
|
|
248
|
+
"type": {
|
|
249
|
+
"type": "string",
|
|
250
|
+
"id": 3
|
|
251
|
+
},
|
|
252
|
+
"reserved": {
|
|
253
|
+
"type": "bool",
|
|
254
|
+
"id": 5
|
|
255
|
+
},
|
|
256
|
+
"repeated": {
|
|
257
|
+
"type": "bool",
|
|
258
|
+
"id": 6
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
"reserved": [
|
|
262
|
+
[
|
|
263
|
+
4,
|
|
264
|
+
4
|
|
265
|
+
]
|
|
266
|
+
]
|
|
267
|
+
},
|
|
268
|
+
"VerificationState": {
|
|
269
|
+
"values": {
|
|
270
|
+
"DECLARATION": 0,
|
|
271
|
+
"UNVERIFIED": 1
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
}
|
|
202
275
|
},
|
|
203
276
|
"FieldDescriptorProto": {
|
|
204
277
|
"fields": {
|
|
@@ -273,8 +346,8 @@
|
|
|
273
346
|
"Label": {
|
|
274
347
|
"values": {
|
|
275
348
|
"LABEL_OPTIONAL": 1,
|
|
276
|
-
"
|
|
277
|
-
"
|
|
349
|
+
"LABEL_REPEATED": 3,
|
|
350
|
+
"LABEL_REQUIRED": 2
|
|
278
351
|
}
|
|
279
352
|
}
|
|
280
353
|
}
|
|
@@ -462,13 +535,6 @@
|
|
|
462
535
|
"default": false
|
|
463
536
|
}
|
|
464
537
|
},
|
|
465
|
-
"phpGenericServices": {
|
|
466
|
-
"type": "bool",
|
|
467
|
-
"id": 42,
|
|
468
|
-
"options": {
|
|
469
|
-
"default": false
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
538
|
"deprecated": {
|
|
473
539
|
"type": "bool",
|
|
474
540
|
"id": 23,
|
|
@@ -511,6 +577,10 @@
|
|
|
511
577
|
"type": "string",
|
|
512
578
|
"id": 45
|
|
513
579
|
},
|
|
580
|
+
"features": {
|
|
581
|
+
"type": "FeatureSet",
|
|
582
|
+
"id": 50
|
|
583
|
+
},
|
|
514
584
|
"uninterpretedOption": {
|
|
515
585
|
"rule": "repeated",
|
|
516
586
|
"type": "UninterpretedOption",
|
|
@@ -524,6 +594,10 @@
|
|
|
524
594
|
]
|
|
525
595
|
],
|
|
526
596
|
"reserved": [
|
|
597
|
+
[
|
|
598
|
+
42,
|
|
599
|
+
42
|
|
600
|
+
],
|
|
527
601
|
[
|
|
528
602
|
38,
|
|
529
603
|
38
|
|
@@ -573,6 +647,10 @@
|
|
|
573
647
|
"deprecated": true
|
|
574
648
|
}
|
|
575
649
|
},
|
|
650
|
+
"features": {
|
|
651
|
+
"type": "FeatureSet",
|
|
652
|
+
"id": 12
|
|
653
|
+
},
|
|
576
654
|
"uninterpretedOption": {
|
|
577
655
|
"rule": "repeated",
|
|
578
656
|
"type": "UninterpretedOption",
|
|
@@ -667,9 +745,22 @@
|
|
|
667
745
|
"type": "OptionRetention",
|
|
668
746
|
"id": 17
|
|
669
747
|
},
|
|
670
|
-
"
|
|
748
|
+
"targets": {
|
|
749
|
+
"rule": "repeated",
|
|
671
750
|
"type": "OptionTargetType",
|
|
672
|
-
"id":
|
|
751
|
+
"id": 19,
|
|
752
|
+
"options": {
|
|
753
|
+
"packed": false
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
"editionDefaults": {
|
|
757
|
+
"rule": "repeated",
|
|
758
|
+
"type": "EditionDefault",
|
|
759
|
+
"id": 20
|
|
760
|
+
},
|
|
761
|
+
"features": {
|
|
762
|
+
"type": "FeatureSet",
|
|
763
|
+
"id": 21
|
|
673
764
|
},
|
|
674
765
|
"uninterpretedOption": {
|
|
675
766
|
"rule": "repeated",
|
|
@@ -687,6 +778,10 @@
|
|
|
687
778
|
[
|
|
688
779
|
4,
|
|
689
780
|
4
|
|
781
|
+
],
|
|
782
|
+
[
|
|
783
|
+
18,
|
|
784
|
+
18
|
|
690
785
|
]
|
|
691
786
|
],
|
|
692
787
|
"nested": {
|
|
@@ -724,11 +819,27 @@
|
|
|
724
819
|
"TARGET_TYPE_SERVICE": 8,
|
|
725
820
|
"TARGET_TYPE_METHOD": 9
|
|
726
821
|
}
|
|
822
|
+
},
|
|
823
|
+
"EditionDefault": {
|
|
824
|
+
"fields": {
|
|
825
|
+
"edition": {
|
|
826
|
+
"type": "Edition",
|
|
827
|
+
"id": 3
|
|
828
|
+
},
|
|
829
|
+
"value": {
|
|
830
|
+
"type": "string",
|
|
831
|
+
"id": 2
|
|
832
|
+
}
|
|
833
|
+
}
|
|
727
834
|
}
|
|
728
835
|
}
|
|
729
836
|
},
|
|
730
837
|
"OneofOptions": {
|
|
731
838
|
"fields": {
|
|
839
|
+
"features": {
|
|
840
|
+
"type": "FeatureSet",
|
|
841
|
+
"id": 1
|
|
842
|
+
},
|
|
732
843
|
"uninterpretedOption": {
|
|
733
844
|
"rule": "repeated",
|
|
734
845
|
"type": "UninterpretedOption",
|
|
@@ -762,6 +873,10 @@
|
|
|
762
873
|
"deprecated": true
|
|
763
874
|
}
|
|
764
875
|
},
|
|
876
|
+
"features": {
|
|
877
|
+
"type": "FeatureSet",
|
|
878
|
+
"id": 7
|
|
879
|
+
},
|
|
765
880
|
"uninterpretedOption": {
|
|
766
881
|
"rule": "repeated",
|
|
767
882
|
"type": "UninterpretedOption",
|
|
@@ -790,6 +905,17 @@
|
|
|
790
905
|
"default": false
|
|
791
906
|
}
|
|
792
907
|
},
|
|
908
|
+
"features": {
|
|
909
|
+
"type": "FeatureSet",
|
|
910
|
+
"id": 2
|
|
911
|
+
},
|
|
912
|
+
"debugRedact": {
|
|
913
|
+
"type": "bool",
|
|
914
|
+
"id": 3,
|
|
915
|
+
"options": {
|
|
916
|
+
"default": false
|
|
917
|
+
}
|
|
918
|
+
},
|
|
793
919
|
"uninterpretedOption": {
|
|
794
920
|
"rule": "repeated",
|
|
795
921
|
"type": "UninterpretedOption",
|
|
@@ -805,6 +931,10 @@
|
|
|
805
931
|
},
|
|
806
932
|
"ServiceOptions": {
|
|
807
933
|
"fields": {
|
|
934
|
+
"features": {
|
|
935
|
+
"type": "FeatureSet",
|
|
936
|
+
"id": 34
|
|
937
|
+
},
|
|
808
938
|
"deprecated": {
|
|
809
939
|
"type": "bool",
|
|
810
940
|
"id": 33,
|
|
@@ -841,6 +971,10 @@
|
|
|
841
971
|
"default": "IDEMPOTENCY_UNKNOWN"
|
|
842
972
|
}
|
|
843
973
|
},
|
|
974
|
+
"features": {
|
|
975
|
+
"type": "FeatureSet",
|
|
976
|
+
"id": 35
|
|
977
|
+
},
|
|
844
978
|
"uninterpretedOption": {
|
|
845
979
|
"rule": "repeated",
|
|
846
980
|
"type": "UninterpretedOption",
|
|
@@ -912,6 +1046,166 @@
|
|
|
912
1046
|
}
|
|
913
1047
|
}
|
|
914
1048
|
},
|
|
1049
|
+
"FeatureSet": {
|
|
1050
|
+
"fields": {
|
|
1051
|
+
"fieldPresence": {
|
|
1052
|
+
"type": "FieldPresence",
|
|
1053
|
+
"id": 1,
|
|
1054
|
+
"options": {
|
|
1055
|
+
"retention": "RETENTION_RUNTIME",
|
|
1056
|
+
"targets": "TARGET_TYPE_FILE",
|
|
1057
|
+
"edition_defaults.edition": "EDITION_2023",
|
|
1058
|
+
"edition_defaults.value": "EXPLICIT"
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
"enumType": {
|
|
1062
|
+
"type": "EnumType",
|
|
1063
|
+
"id": 2,
|
|
1064
|
+
"options": {
|
|
1065
|
+
"retention": "RETENTION_RUNTIME",
|
|
1066
|
+
"targets": "TARGET_TYPE_FILE",
|
|
1067
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
1068
|
+
"edition_defaults.value": "OPEN"
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
"repeatedFieldEncoding": {
|
|
1072
|
+
"type": "RepeatedFieldEncoding",
|
|
1073
|
+
"id": 3,
|
|
1074
|
+
"options": {
|
|
1075
|
+
"retention": "RETENTION_RUNTIME",
|
|
1076
|
+
"targets": "TARGET_TYPE_FILE",
|
|
1077
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
1078
|
+
"edition_defaults.value": "PACKED"
|
|
1079
|
+
}
|
|
1080
|
+
},
|
|
1081
|
+
"utf8Validation": {
|
|
1082
|
+
"type": "Utf8Validation",
|
|
1083
|
+
"id": 4,
|
|
1084
|
+
"options": {
|
|
1085
|
+
"retention": "RETENTION_RUNTIME",
|
|
1086
|
+
"targets": "TARGET_TYPE_FILE",
|
|
1087
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
1088
|
+
"edition_defaults.value": "VERIFY"
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
"messageEncoding": {
|
|
1092
|
+
"type": "MessageEncoding",
|
|
1093
|
+
"id": 5,
|
|
1094
|
+
"options": {
|
|
1095
|
+
"retention": "RETENTION_RUNTIME",
|
|
1096
|
+
"targets": "TARGET_TYPE_FILE",
|
|
1097
|
+
"edition_defaults.edition": "EDITION_PROTO2",
|
|
1098
|
+
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
1099
|
+
}
|
|
1100
|
+
},
|
|
1101
|
+
"jsonFormat": {
|
|
1102
|
+
"type": "JsonFormat",
|
|
1103
|
+
"id": 6,
|
|
1104
|
+
"options": {
|
|
1105
|
+
"retention": "RETENTION_RUNTIME",
|
|
1106
|
+
"targets": "TARGET_TYPE_FILE",
|
|
1107
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
1108
|
+
"edition_defaults.value": "ALLOW"
|
|
1109
|
+
}
|
|
1110
|
+
}
|
|
1111
|
+
},
|
|
1112
|
+
"extensions": [
|
|
1113
|
+
[
|
|
1114
|
+
1000,
|
|
1115
|
+
1000
|
|
1116
|
+
],
|
|
1117
|
+
[
|
|
1118
|
+
1001,
|
|
1119
|
+
1001
|
|
1120
|
+
],
|
|
1121
|
+
[
|
|
1122
|
+
9995,
|
|
1123
|
+
9999
|
|
1124
|
+
]
|
|
1125
|
+
],
|
|
1126
|
+
"reserved": [
|
|
1127
|
+
[
|
|
1128
|
+
999,
|
|
1129
|
+
999
|
|
1130
|
+
]
|
|
1131
|
+
],
|
|
1132
|
+
"nested": {
|
|
1133
|
+
"FieldPresence": {
|
|
1134
|
+
"values": {
|
|
1135
|
+
"FIELD_PRESENCE_UNKNOWN": 0,
|
|
1136
|
+
"EXPLICIT": 1,
|
|
1137
|
+
"IMPLICIT": 2,
|
|
1138
|
+
"LEGACY_REQUIRED": 3
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
"EnumType": {
|
|
1142
|
+
"values": {
|
|
1143
|
+
"ENUM_TYPE_UNKNOWN": 0,
|
|
1144
|
+
"OPEN": 1,
|
|
1145
|
+
"CLOSED": 2
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
1148
|
+
"RepeatedFieldEncoding": {
|
|
1149
|
+
"values": {
|
|
1150
|
+
"REPEATED_FIELD_ENCODING_UNKNOWN": 0,
|
|
1151
|
+
"PACKED": 1,
|
|
1152
|
+
"EXPANDED": 2
|
|
1153
|
+
}
|
|
1154
|
+
},
|
|
1155
|
+
"Utf8Validation": {
|
|
1156
|
+
"values": {
|
|
1157
|
+
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
1158
|
+
"VERIFY": 2,
|
|
1159
|
+
"NONE": 3
|
|
1160
|
+
}
|
|
1161
|
+
},
|
|
1162
|
+
"MessageEncoding": {
|
|
1163
|
+
"values": {
|
|
1164
|
+
"MESSAGE_ENCODING_UNKNOWN": 0,
|
|
1165
|
+
"LENGTH_PREFIXED": 1,
|
|
1166
|
+
"DELIMITED": 2
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
"JsonFormat": {
|
|
1170
|
+
"values": {
|
|
1171
|
+
"JSON_FORMAT_UNKNOWN": 0,
|
|
1172
|
+
"ALLOW": 1,
|
|
1173
|
+
"LEGACY_BEST_EFFORT": 2
|
|
1174
|
+
}
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
"FeatureSetDefaults": {
|
|
1179
|
+
"fields": {
|
|
1180
|
+
"defaults": {
|
|
1181
|
+
"rule": "repeated",
|
|
1182
|
+
"type": "FeatureSetEditionDefault",
|
|
1183
|
+
"id": 1
|
|
1184
|
+
},
|
|
1185
|
+
"minimumEdition": {
|
|
1186
|
+
"type": "Edition",
|
|
1187
|
+
"id": 4
|
|
1188
|
+
},
|
|
1189
|
+
"maximumEdition": {
|
|
1190
|
+
"type": "Edition",
|
|
1191
|
+
"id": 5
|
|
1192
|
+
}
|
|
1193
|
+
},
|
|
1194
|
+
"nested": {
|
|
1195
|
+
"FeatureSetEditionDefault": {
|
|
1196
|
+
"fields": {
|
|
1197
|
+
"edition": {
|
|
1198
|
+
"type": "Edition",
|
|
1199
|
+
"id": 3
|
|
1200
|
+
},
|
|
1201
|
+
"features": {
|
|
1202
|
+
"type": "FeatureSet",
|
|
1203
|
+
"id": 2
|
|
1204
|
+
}
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
},
|
|
915
1209
|
"SourceCodeInfo": {
|
|
916
1210
|
"fields": {
|
|
917
1211
|
"location": {
|
|
@@ -1219,6 +1513,90 @@
|
|
|
1219
1513
|
"(google.api.method_signature)": "parent"
|
|
1220
1514
|
}
|
|
1221
1515
|
]
|
|
1516
|
+
},
|
|
1517
|
+
"CreateReportTask": {
|
|
1518
|
+
"requestType": "CreateReportTaskRequest",
|
|
1519
|
+
"responseType": "google.longrunning.Operation",
|
|
1520
|
+
"options": {
|
|
1521
|
+
"(google.api.http).post": "/v1alpha/{parent=properties/*}/reportTasks",
|
|
1522
|
+
"(google.api.http).body": "report_task",
|
|
1523
|
+
"(google.api.method_signature)": "parent,report_task",
|
|
1524
|
+
"(google.longrunning.operation_info).response_type": "ReportTask",
|
|
1525
|
+
"(google.longrunning.operation_info).metadata_type": "ReportTaskMetadata"
|
|
1526
|
+
},
|
|
1527
|
+
"parsedOptions": [
|
|
1528
|
+
{
|
|
1529
|
+
"(google.api.http)": {
|
|
1530
|
+
"post": "/v1alpha/{parent=properties/*}/reportTasks",
|
|
1531
|
+
"body": "report_task"
|
|
1532
|
+
}
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"(google.api.method_signature)": "parent,report_task"
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"(google.longrunning.operation_info)": {
|
|
1539
|
+
"response_type": "ReportTask",
|
|
1540
|
+
"metadata_type": "ReportTaskMetadata"
|
|
1541
|
+
}
|
|
1542
|
+
}
|
|
1543
|
+
]
|
|
1544
|
+
},
|
|
1545
|
+
"QueryReportTask": {
|
|
1546
|
+
"requestType": "QueryReportTaskRequest",
|
|
1547
|
+
"responseType": "QueryReportTaskResponse",
|
|
1548
|
+
"options": {
|
|
1549
|
+
"(google.api.http).post": "/v1alpha/{name=properties/*/reportTasks/*}:query",
|
|
1550
|
+
"(google.api.http).body": "*",
|
|
1551
|
+
"(google.api.method_signature)": "name"
|
|
1552
|
+
},
|
|
1553
|
+
"parsedOptions": [
|
|
1554
|
+
{
|
|
1555
|
+
"(google.api.http)": {
|
|
1556
|
+
"post": "/v1alpha/{name=properties/*/reportTasks/*}:query",
|
|
1557
|
+
"body": "*"
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"(google.api.method_signature)": "name"
|
|
1562
|
+
}
|
|
1563
|
+
]
|
|
1564
|
+
},
|
|
1565
|
+
"GetReportTask": {
|
|
1566
|
+
"requestType": "GetReportTaskRequest",
|
|
1567
|
+
"responseType": "ReportTask",
|
|
1568
|
+
"options": {
|
|
1569
|
+
"(google.api.http).get": "/v1alpha/{name=properties/*/reportTasks/*}",
|
|
1570
|
+
"(google.api.method_signature)": "name"
|
|
1571
|
+
},
|
|
1572
|
+
"parsedOptions": [
|
|
1573
|
+
{
|
|
1574
|
+
"(google.api.http)": {
|
|
1575
|
+
"get": "/v1alpha/{name=properties/*/reportTasks/*}"
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"(google.api.method_signature)": "name"
|
|
1580
|
+
}
|
|
1581
|
+
]
|
|
1582
|
+
},
|
|
1583
|
+
"ListReportTasks": {
|
|
1584
|
+
"requestType": "ListReportTasksRequest",
|
|
1585
|
+
"responseType": "ListReportTasksResponse",
|
|
1586
|
+
"options": {
|
|
1587
|
+
"(google.api.http).get": "/v1alpha/{parent=properties/*}/reportTasks",
|
|
1588
|
+
"(google.api.method_signature)": "parent"
|
|
1589
|
+
},
|
|
1590
|
+
"parsedOptions": [
|
|
1591
|
+
{
|
|
1592
|
+
"(google.api.http)": {
|
|
1593
|
+
"get": "/v1alpha/{parent=properties/*}/reportTasks"
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"(google.api.method_signature)": "parent"
|
|
1598
|
+
}
|
|
1599
|
+
]
|
|
1222
1600
|
}
|
|
1223
1601
|
}
|
|
1224
1602
|
},
|
|
@@ -1921,33 +2299,397 @@
|
|
|
1921
2299
|
}
|
|
1922
2300
|
}
|
|
1923
2301
|
},
|
|
1924
|
-
"
|
|
1925
|
-
"
|
|
1926
|
-
"
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
"type": "string",
|
|
1932
|
-
"id": 2
|
|
1933
|
-
},
|
|
1934
|
-
"name": {
|
|
1935
|
-
"type": "string",
|
|
1936
|
-
"id": 3
|
|
1937
|
-
}
|
|
1938
|
-
}
|
|
1939
|
-
},
|
|
1940
|
-
"Dimension": {
|
|
2302
|
+
"ReportTask": {
|
|
2303
|
+
"options": {
|
|
2304
|
+
"(google.api.resource).type": "analyticsdata.googleapis.com/ReportTask",
|
|
2305
|
+
"(google.api.resource).pattern": "properties/{property}/reportTasks/{report_task}",
|
|
2306
|
+
"(google.api.resource).plural": "reportTasks",
|
|
2307
|
+
"(google.api.resource).singular": "reportTask"
|
|
2308
|
+
},
|
|
1941
2309
|
"fields": {
|
|
1942
2310
|
"name": {
|
|
1943
2311
|
"type": "string",
|
|
1944
|
-
"id": 1
|
|
2312
|
+
"id": 1,
|
|
2313
|
+
"options": {
|
|
2314
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
2315
|
+
}
|
|
1945
2316
|
},
|
|
1946
|
-
"
|
|
1947
|
-
"type": "
|
|
1948
|
-
"id": 2
|
|
2317
|
+
"reportDefinition": {
|
|
2318
|
+
"type": "ReportDefinition",
|
|
2319
|
+
"id": 2,
|
|
2320
|
+
"options": {
|
|
2321
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2322
|
+
}
|
|
2323
|
+
},
|
|
2324
|
+
"reportMetadata": {
|
|
2325
|
+
"type": "ReportMetadata",
|
|
2326
|
+
"id": 3,
|
|
2327
|
+
"options": {
|
|
2328
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
2329
|
+
}
|
|
1949
2330
|
}
|
|
1950
|
-
}
|
|
2331
|
+
},
|
|
2332
|
+
"nested": {
|
|
2333
|
+
"ReportDefinition": {
|
|
2334
|
+
"fields": {
|
|
2335
|
+
"dimensions": {
|
|
2336
|
+
"rule": "repeated",
|
|
2337
|
+
"type": "Dimension",
|
|
2338
|
+
"id": 2,
|
|
2339
|
+
"options": {
|
|
2340
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2343
|
+
"metrics": {
|
|
2344
|
+
"rule": "repeated",
|
|
2345
|
+
"type": "Metric",
|
|
2346
|
+
"id": 3,
|
|
2347
|
+
"options": {
|
|
2348
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2349
|
+
}
|
|
2350
|
+
},
|
|
2351
|
+
"dateRanges": {
|
|
2352
|
+
"rule": "repeated",
|
|
2353
|
+
"type": "DateRange",
|
|
2354
|
+
"id": 4,
|
|
2355
|
+
"options": {
|
|
2356
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2357
|
+
}
|
|
2358
|
+
},
|
|
2359
|
+
"dimensionFilter": {
|
|
2360
|
+
"type": "FilterExpression",
|
|
2361
|
+
"id": 5,
|
|
2362
|
+
"options": {
|
|
2363
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2364
|
+
}
|
|
2365
|
+
},
|
|
2366
|
+
"metricFilter": {
|
|
2367
|
+
"type": "FilterExpression",
|
|
2368
|
+
"id": 6,
|
|
2369
|
+
"options": {
|
|
2370
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2371
|
+
}
|
|
2372
|
+
},
|
|
2373
|
+
"offset": {
|
|
2374
|
+
"type": "int64",
|
|
2375
|
+
"id": 7,
|
|
2376
|
+
"options": {
|
|
2377
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2378
|
+
}
|
|
2379
|
+
},
|
|
2380
|
+
"limit": {
|
|
2381
|
+
"type": "int64",
|
|
2382
|
+
"id": 8,
|
|
2383
|
+
"options": {
|
|
2384
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2385
|
+
}
|
|
2386
|
+
},
|
|
2387
|
+
"metricAggregations": {
|
|
2388
|
+
"rule": "repeated",
|
|
2389
|
+
"type": "MetricAggregation",
|
|
2390
|
+
"id": 9,
|
|
2391
|
+
"options": {
|
|
2392
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2393
|
+
}
|
|
2394
|
+
},
|
|
2395
|
+
"orderBys": {
|
|
2396
|
+
"rule": "repeated",
|
|
2397
|
+
"type": "OrderBy",
|
|
2398
|
+
"id": 10,
|
|
2399
|
+
"options": {
|
|
2400
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2401
|
+
}
|
|
2402
|
+
},
|
|
2403
|
+
"currencyCode": {
|
|
2404
|
+
"type": "string",
|
|
2405
|
+
"id": 11,
|
|
2406
|
+
"options": {
|
|
2407
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2408
|
+
}
|
|
2409
|
+
},
|
|
2410
|
+
"cohortSpec": {
|
|
2411
|
+
"type": "CohortSpec",
|
|
2412
|
+
"id": 12,
|
|
2413
|
+
"options": {
|
|
2414
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2415
|
+
}
|
|
2416
|
+
},
|
|
2417
|
+
"keepEmptyRows": {
|
|
2418
|
+
"type": "bool",
|
|
2419
|
+
"id": 13,
|
|
2420
|
+
"options": {
|
|
2421
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2422
|
+
}
|
|
2423
|
+
}
|
|
2424
|
+
}
|
|
2425
|
+
},
|
|
2426
|
+
"ReportMetadata": {
|
|
2427
|
+
"oneofs": {
|
|
2428
|
+
"_state": {
|
|
2429
|
+
"oneof": [
|
|
2430
|
+
"state"
|
|
2431
|
+
]
|
|
2432
|
+
},
|
|
2433
|
+
"_beginCreatingTime": {
|
|
2434
|
+
"oneof": [
|
|
2435
|
+
"beginCreatingTime"
|
|
2436
|
+
]
|
|
2437
|
+
},
|
|
2438
|
+
"_taskRowCount": {
|
|
2439
|
+
"oneof": [
|
|
2440
|
+
"taskRowCount"
|
|
2441
|
+
]
|
|
2442
|
+
},
|
|
2443
|
+
"_errorMessage": {
|
|
2444
|
+
"oneof": [
|
|
2445
|
+
"errorMessage"
|
|
2446
|
+
]
|
|
2447
|
+
},
|
|
2448
|
+
"_totalRowCount": {
|
|
2449
|
+
"oneof": [
|
|
2450
|
+
"totalRowCount"
|
|
2451
|
+
]
|
|
2452
|
+
}
|
|
2453
|
+
},
|
|
2454
|
+
"fields": {
|
|
2455
|
+
"state": {
|
|
2456
|
+
"type": "State",
|
|
2457
|
+
"id": 1,
|
|
2458
|
+
"options": {
|
|
2459
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY",
|
|
2460
|
+
"proto3_optional": true
|
|
2461
|
+
}
|
|
2462
|
+
},
|
|
2463
|
+
"beginCreatingTime": {
|
|
2464
|
+
"type": "google.protobuf.Timestamp",
|
|
2465
|
+
"id": 2,
|
|
2466
|
+
"options": {
|
|
2467
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY",
|
|
2468
|
+
"proto3_optional": true
|
|
2469
|
+
}
|
|
2470
|
+
},
|
|
2471
|
+
"creationQuotaTokensCharged": {
|
|
2472
|
+
"type": "int32",
|
|
2473
|
+
"id": 3,
|
|
2474
|
+
"options": {
|
|
2475
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
"taskRowCount": {
|
|
2479
|
+
"type": "int32",
|
|
2480
|
+
"id": 4,
|
|
2481
|
+
"options": {
|
|
2482
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY",
|
|
2483
|
+
"proto3_optional": true
|
|
2484
|
+
}
|
|
2485
|
+
},
|
|
2486
|
+
"errorMessage": {
|
|
2487
|
+
"type": "string",
|
|
2488
|
+
"id": 5,
|
|
2489
|
+
"options": {
|
|
2490
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY",
|
|
2491
|
+
"proto3_optional": true
|
|
2492
|
+
}
|
|
2493
|
+
},
|
|
2494
|
+
"totalRowCount": {
|
|
2495
|
+
"type": "int32",
|
|
2496
|
+
"id": 6,
|
|
2497
|
+
"options": {
|
|
2498
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY",
|
|
2499
|
+
"proto3_optional": true
|
|
2500
|
+
}
|
|
2501
|
+
}
|
|
2502
|
+
},
|
|
2503
|
+
"nested": {
|
|
2504
|
+
"State": {
|
|
2505
|
+
"values": {
|
|
2506
|
+
"STATE_UNSPECIFIED": 0,
|
|
2507
|
+
"CREATING": 1,
|
|
2508
|
+
"ACTIVE": 2,
|
|
2509
|
+
"FAILED": 3
|
|
2510
|
+
}
|
|
2511
|
+
}
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2516
|
+
"CreateReportTaskRequest": {
|
|
2517
|
+
"fields": {
|
|
2518
|
+
"parent": {
|
|
2519
|
+
"type": "string",
|
|
2520
|
+
"id": 1,
|
|
2521
|
+
"options": {
|
|
2522
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
2523
|
+
"(google.api.resource_reference).child_type": "analyticsdata.googleapis.com/ReportTask"
|
|
2524
|
+
}
|
|
2525
|
+
},
|
|
2526
|
+
"reportTask": {
|
|
2527
|
+
"type": "ReportTask",
|
|
2528
|
+
"id": 2,
|
|
2529
|
+
"options": {
|
|
2530
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
2531
|
+
}
|
|
2532
|
+
}
|
|
2533
|
+
}
|
|
2534
|
+
},
|
|
2535
|
+
"ReportTaskMetadata": {
|
|
2536
|
+
"fields": {}
|
|
2537
|
+
},
|
|
2538
|
+
"QueryReportTaskRequest": {
|
|
2539
|
+
"fields": {
|
|
2540
|
+
"name": {
|
|
2541
|
+
"type": "string",
|
|
2542
|
+
"id": 1,
|
|
2543
|
+
"options": {
|
|
2544
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
2545
|
+
}
|
|
2546
|
+
},
|
|
2547
|
+
"offset": {
|
|
2548
|
+
"type": "int64",
|
|
2549
|
+
"id": 2,
|
|
2550
|
+
"options": {
|
|
2551
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2552
|
+
}
|
|
2553
|
+
},
|
|
2554
|
+
"limit": {
|
|
2555
|
+
"type": "int64",
|
|
2556
|
+
"id": 3,
|
|
2557
|
+
"options": {
|
|
2558
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2559
|
+
}
|
|
2560
|
+
}
|
|
2561
|
+
}
|
|
2562
|
+
},
|
|
2563
|
+
"QueryReportTaskResponse": {
|
|
2564
|
+
"fields": {
|
|
2565
|
+
"dimensionHeaders": {
|
|
2566
|
+
"rule": "repeated",
|
|
2567
|
+
"type": "DimensionHeader",
|
|
2568
|
+
"id": 1
|
|
2569
|
+
},
|
|
2570
|
+
"metricHeaders": {
|
|
2571
|
+
"rule": "repeated",
|
|
2572
|
+
"type": "MetricHeader",
|
|
2573
|
+
"id": 2
|
|
2574
|
+
},
|
|
2575
|
+
"rows": {
|
|
2576
|
+
"rule": "repeated",
|
|
2577
|
+
"type": "Row",
|
|
2578
|
+
"id": 3
|
|
2579
|
+
},
|
|
2580
|
+
"totals": {
|
|
2581
|
+
"rule": "repeated",
|
|
2582
|
+
"type": "Row",
|
|
2583
|
+
"id": 4
|
|
2584
|
+
},
|
|
2585
|
+
"maximums": {
|
|
2586
|
+
"rule": "repeated",
|
|
2587
|
+
"type": "Row",
|
|
2588
|
+
"id": 5
|
|
2589
|
+
},
|
|
2590
|
+
"minimums": {
|
|
2591
|
+
"rule": "repeated",
|
|
2592
|
+
"type": "Row",
|
|
2593
|
+
"id": 6
|
|
2594
|
+
},
|
|
2595
|
+
"rowCount": {
|
|
2596
|
+
"type": "int32",
|
|
2597
|
+
"id": 7
|
|
2598
|
+
},
|
|
2599
|
+
"metadata": {
|
|
2600
|
+
"type": "ResponseMetaData",
|
|
2601
|
+
"id": 8
|
|
2602
|
+
}
|
|
2603
|
+
}
|
|
2604
|
+
},
|
|
2605
|
+
"GetReportTaskRequest": {
|
|
2606
|
+
"fields": {
|
|
2607
|
+
"name": {
|
|
2608
|
+
"type": "string",
|
|
2609
|
+
"id": 1,
|
|
2610
|
+
"options": {
|
|
2611
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
2612
|
+
"(google.api.resource_reference).type": "analyticsdata.googleapis.com/ReportTask"
|
|
2613
|
+
}
|
|
2614
|
+
}
|
|
2615
|
+
}
|
|
2616
|
+
},
|
|
2617
|
+
"ListReportTasksRequest": {
|
|
2618
|
+
"fields": {
|
|
2619
|
+
"parent": {
|
|
2620
|
+
"type": "string",
|
|
2621
|
+
"id": 1,
|
|
2622
|
+
"options": {
|
|
2623
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
2624
|
+
"(google.api.resource_reference).child_type": "analyticsdata.googleapis.com/ReportTask"
|
|
2625
|
+
}
|
|
2626
|
+
},
|
|
2627
|
+
"pageSize": {
|
|
2628
|
+
"type": "int32",
|
|
2629
|
+
"id": 2,
|
|
2630
|
+
"options": {
|
|
2631
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2632
|
+
}
|
|
2633
|
+
},
|
|
2634
|
+
"pageToken": {
|
|
2635
|
+
"type": "string",
|
|
2636
|
+
"id": 3,
|
|
2637
|
+
"options": {
|
|
2638
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2639
|
+
}
|
|
2640
|
+
}
|
|
2641
|
+
}
|
|
2642
|
+
},
|
|
2643
|
+
"ListReportTasksResponse": {
|
|
2644
|
+
"oneofs": {
|
|
2645
|
+
"_nextPageToken": {
|
|
2646
|
+
"oneof": [
|
|
2647
|
+
"nextPageToken"
|
|
2648
|
+
]
|
|
2649
|
+
}
|
|
2650
|
+
},
|
|
2651
|
+
"fields": {
|
|
2652
|
+
"reportTasks": {
|
|
2653
|
+
"rule": "repeated",
|
|
2654
|
+
"type": "ReportTask",
|
|
2655
|
+
"id": 1
|
|
2656
|
+
},
|
|
2657
|
+
"nextPageToken": {
|
|
2658
|
+
"type": "string",
|
|
2659
|
+
"id": 2,
|
|
2660
|
+
"options": {
|
|
2661
|
+
"proto3_optional": true
|
|
2662
|
+
}
|
|
2663
|
+
}
|
|
2664
|
+
}
|
|
2665
|
+
},
|
|
2666
|
+
"DateRange": {
|
|
2667
|
+
"fields": {
|
|
2668
|
+
"startDate": {
|
|
2669
|
+
"type": "string",
|
|
2670
|
+
"id": 1
|
|
2671
|
+
},
|
|
2672
|
+
"endDate": {
|
|
2673
|
+
"type": "string",
|
|
2674
|
+
"id": 2
|
|
2675
|
+
},
|
|
2676
|
+
"name": {
|
|
2677
|
+
"type": "string",
|
|
2678
|
+
"id": 3
|
|
2679
|
+
}
|
|
2680
|
+
}
|
|
2681
|
+
},
|
|
2682
|
+
"Dimension": {
|
|
2683
|
+
"fields": {
|
|
2684
|
+
"name": {
|
|
2685
|
+
"type": "string",
|
|
2686
|
+
"id": 1
|
|
2687
|
+
},
|
|
2688
|
+
"dimensionExpression": {
|
|
2689
|
+
"type": "DimensionExpression",
|
|
2690
|
+
"id": 2
|
|
2691
|
+
}
|
|
2692
|
+
}
|
|
1951
2693
|
},
|
|
1952
2694
|
"DimensionExpression": {
|
|
1953
2695
|
"oneofs": {
|
|
@@ -1997,6 +2739,22 @@
|
|
|
1997
2739
|
}
|
|
1998
2740
|
}
|
|
1999
2741
|
},
|
|
2742
|
+
"Metric": {
|
|
2743
|
+
"fields": {
|
|
2744
|
+
"name": {
|
|
2745
|
+
"type": "string",
|
|
2746
|
+
"id": 1
|
|
2747
|
+
},
|
|
2748
|
+
"expression": {
|
|
2749
|
+
"type": "string",
|
|
2750
|
+
"id": 2
|
|
2751
|
+
},
|
|
2752
|
+
"invisible": {
|
|
2753
|
+
"type": "bool",
|
|
2754
|
+
"id": 3
|
|
2755
|
+
}
|
|
2756
|
+
}
|
|
2757
|
+
},
|
|
2000
2758
|
"FilterExpression": {
|
|
2001
2759
|
"oneofs": {
|
|
2002
2760
|
"expr": {
|
|
@@ -2036,135 +2794,364 @@
|
|
|
2036
2794
|
}
|
|
2037
2795
|
}
|
|
2038
2796
|
},
|
|
2039
|
-
"Filter": {
|
|
2797
|
+
"Filter": {
|
|
2798
|
+
"oneofs": {
|
|
2799
|
+
"oneFilter": {
|
|
2800
|
+
"oneof": [
|
|
2801
|
+
"stringFilter",
|
|
2802
|
+
"inListFilter",
|
|
2803
|
+
"numericFilter",
|
|
2804
|
+
"betweenFilter"
|
|
2805
|
+
]
|
|
2806
|
+
}
|
|
2807
|
+
},
|
|
2808
|
+
"fields": {
|
|
2809
|
+
"fieldName": {
|
|
2810
|
+
"type": "string",
|
|
2811
|
+
"id": 1
|
|
2812
|
+
},
|
|
2813
|
+
"stringFilter": {
|
|
2814
|
+
"type": "StringFilter",
|
|
2815
|
+
"id": 2
|
|
2816
|
+
},
|
|
2817
|
+
"inListFilter": {
|
|
2818
|
+
"type": "InListFilter",
|
|
2819
|
+
"id": 3
|
|
2820
|
+
},
|
|
2821
|
+
"numericFilter": {
|
|
2822
|
+
"type": "NumericFilter",
|
|
2823
|
+
"id": 4
|
|
2824
|
+
},
|
|
2825
|
+
"betweenFilter": {
|
|
2826
|
+
"type": "BetweenFilter",
|
|
2827
|
+
"id": 5
|
|
2828
|
+
}
|
|
2829
|
+
}
|
|
2830
|
+
},
|
|
2831
|
+
"StringFilter": {
|
|
2832
|
+
"fields": {
|
|
2833
|
+
"matchType": {
|
|
2834
|
+
"type": "MatchType",
|
|
2835
|
+
"id": 1
|
|
2836
|
+
},
|
|
2837
|
+
"value": {
|
|
2838
|
+
"type": "string",
|
|
2839
|
+
"id": 2
|
|
2840
|
+
},
|
|
2841
|
+
"caseSensitive": {
|
|
2842
|
+
"type": "bool",
|
|
2843
|
+
"id": 3
|
|
2844
|
+
}
|
|
2845
|
+
},
|
|
2846
|
+
"nested": {
|
|
2847
|
+
"MatchType": {
|
|
2848
|
+
"values": {
|
|
2849
|
+
"MATCH_TYPE_UNSPECIFIED": 0,
|
|
2850
|
+
"EXACT": 1,
|
|
2851
|
+
"BEGINS_WITH": 2,
|
|
2852
|
+
"ENDS_WITH": 3,
|
|
2853
|
+
"CONTAINS": 4,
|
|
2854
|
+
"FULL_REGEXP": 5,
|
|
2855
|
+
"PARTIAL_REGEXP": 6
|
|
2856
|
+
}
|
|
2857
|
+
}
|
|
2858
|
+
}
|
|
2859
|
+
},
|
|
2860
|
+
"InListFilter": {
|
|
2861
|
+
"fields": {
|
|
2862
|
+
"values": {
|
|
2863
|
+
"rule": "repeated",
|
|
2864
|
+
"type": "string",
|
|
2865
|
+
"id": 1
|
|
2866
|
+
},
|
|
2867
|
+
"caseSensitive": {
|
|
2868
|
+
"type": "bool",
|
|
2869
|
+
"id": 2
|
|
2870
|
+
}
|
|
2871
|
+
}
|
|
2872
|
+
},
|
|
2873
|
+
"NumericFilter": {
|
|
2874
|
+
"fields": {
|
|
2875
|
+
"operation": {
|
|
2876
|
+
"type": "Operation",
|
|
2877
|
+
"id": 1
|
|
2878
|
+
},
|
|
2879
|
+
"value": {
|
|
2880
|
+
"type": "NumericValue",
|
|
2881
|
+
"id": 2
|
|
2882
|
+
}
|
|
2883
|
+
},
|
|
2884
|
+
"nested": {
|
|
2885
|
+
"Operation": {
|
|
2886
|
+
"values": {
|
|
2887
|
+
"OPERATION_UNSPECIFIED": 0,
|
|
2888
|
+
"EQUAL": 1,
|
|
2889
|
+
"LESS_THAN": 2,
|
|
2890
|
+
"LESS_THAN_OR_EQUAL": 3,
|
|
2891
|
+
"GREATER_THAN": 4,
|
|
2892
|
+
"GREATER_THAN_OR_EQUAL": 5
|
|
2893
|
+
}
|
|
2894
|
+
}
|
|
2895
|
+
}
|
|
2896
|
+
},
|
|
2897
|
+
"OrderBy": {
|
|
2898
|
+
"oneofs": {
|
|
2899
|
+
"oneOrderBy": {
|
|
2900
|
+
"oneof": [
|
|
2901
|
+
"metric",
|
|
2902
|
+
"dimension"
|
|
2903
|
+
]
|
|
2904
|
+
}
|
|
2905
|
+
},
|
|
2906
|
+
"fields": {
|
|
2907
|
+
"metric": {
|
|
2908
|
+
"type": "MetricOrderBy",
|
|
2909
|
+
"id": 1
|
|
2910
|
+
},
|
|
2911
|
+
"dimension": {
|
|
2912
|
+
"type": "DimensionOrderBy",
|
|
2913
|
+
"id": 2
|
|
2914
|
+
},
|
|
2915
|
+
"desc": {
|
|
2916
|
+
"type": "bool",
|
|
2917
|
+
"id": 4
|
|
2918
|
+
}
|
|
2919
|
+
},
|
|
2920
|
+
"nested": {
|
|
2921
|
+
"MetricOrderBy": {
|
|
2922
|
+
"fields": {
|
|
2923
|
+
"metricName": {
|
|
2924
|
+
"type": "string",
|
|
2925
|
+
"id": 1
|
|
2926
|
+
}
|
|
2927
|
+
}
|
|
2928
|
+
},
|
|
2929
|
+
"DimensionOrderBy": {
|
|
2930
|
+
"fields": {
|
|
2931
|
+
"dimensionName": {
|
|
2932
|
+
"type": "string",
|
|
2933
|
+
"id": 1
|
|
2934
|
+
},
|
|
2935
|
+
"orderType": {
|
|
2936
|
+
"type": "OrderType",
|
|
2937
|
+
"id": 2
|
|
2938
|
+
}
|
|
2939
|
+
},
|
|
2940
|
+
"nested": {
|
|
2941
|
+
"OrderType": {
|
|
2942
|
+
"values": {
|
|
2943
|
+
"ORDER_TYPE_UNSPECIFIED": 0,
|
|
2944
|
+
"ALPHANUMERIC": 1,
|
|
2945
|
+
"CASE_INSENSITIVE_ALPHANUMERIC": 2,
|
|
2946
|
+
"NUMERIC": 3
|
|
2947
|
+
}
|
|
2948
|
+
}
|
|
2949
|
+
}
|
|
2950
|
+
}
|
|
2951
|
+
}
|
|
2952
|
+
},
|
|
2953
|
+
"BetweenFilter": {
|
|
2954
|
+
"fields": {
|
|
2955
|
+
"fromValue": {
|
|
2956
|
+
"type": "NumericValue",
|
|
2957
|
+
"id": 1
|
|
2958
|
+
},
|
|
2959
|
+
"toValue": {
|
|
2960
|
+
"type": "NumericValue",
|
|
2961
|
+
"id": 2
|
|
2962
|
+
}
|
|
2963
|
+
}
|
|
2964
|
+
},
|
|
2965
|
+
"NumericValue": {
|
|
2040
2966
|
"oneofs": {
|
|
2041
|
-
"
|
|
2967
|
+
"oneValue": {
|
|
2042
2968
|
"oneof": [
|
|
2043
|
-
"
|
|
2044
|
-
"
|
|
2045
|
-
"numericFilter",
|
|
2046
|
-
"betweenFilter"
|
|
2969
|
+
"int64Value",
|
|
2970
|
+
"doubleValue"
|
|
2047
2971
|
]
|
|
2048
2972
|
}
|
|
2049
2973
|
},
|
|
2050
2974
|
"fields": {
|
|
2051
|
-
"
|
|
2052
|
-
"type": "
|
|
2975
|
+
"int64Value": {
|
|
2976
|
+
"type": "int64",
|
|
2053
2977
|
"id": 1
|
|
2054
2978
|
},
|
|
2055
|
-
"
|
|
2056
|
-
"type": "
|
|
2979
|
+
"doubleValue": {
|
|
2980
|
+
"type": "double",
|
|
2057
2981
|
"id": 2
|
|
2058
|
-
},
|
|
2059
|
-
"inListFilter": {
|
|
2060
|
-
"type": "InListFilter",
|
|
2061
|
-
"id": 3
|
|
2062
|
-
},
|
|
2063
|
-
"numericFilter": {
|
|
2064
|
-
"type": "NumericFilter",
|
|
2065
|
-
"id": 4
|
|
2066
|
-
},
|
|
2067
|
-
"betweenFilter": {
|
|
2068
|
-
"type": "BetweenFilter",
|
|
2069
|
-
"id": 5
|
|
2070
2982
|
}
|
|
2071
2983
|
}
|
|
2072
2984
|
},
|
|
2073
|
-
"
|
|
2985
|
+
"CohortSpec": {
|
|
2074
2986
|
"fields": {
|
|
2075
|
-
"
|
|
2076
|
-
"
|
|
2987
|
+
"cohorts": {
|
|
2988
|
+
"rule": "repeated",
|
|
2989
|
+
"type": "Cohort",
|
|
2077
2990
|
"id": 1
|
|
2078
2991
|
},
|
|
2079
|
-
"
|
|
2080
|
-
"type": "
|
|
2992
|
+
"cohortsRange": {
|
|
2993
|
+
"type": "CohortsRange",
|
|
2081
2994
|
"id": 2
|
|
2082
2995
|
},
|
|
2083
|
-
"
|
|
2084
|
-
"type": "
|
|
2996
|
+
"cohortReportSettings": {
|
|
2997
|
+
"type": "CohortReportSettings",
|
|
2085
2998
|
"id": 3
|
|
2086
2999
|
}
|
|
2087
|
-
},
|
|
2088
|
-
"nested": {
|
|
2089
|
-
"MatchType": {
|
|
2090
|
-
"values": {
|
|
2091
|
-
"MATCH_TYPE_UNSPECIFIED": 0,
|
|
2092
|
-
"EXACT": 1,
|
|
2093
|
-
"BEGINS_WITH": 2,
|
|
2094
|
-
"ENDS_WITH": 3,
|
|
2095
|
-
"CONTAINS": 4,
|
|
2096
|
-
"FULL_REGEXP": 5,
|
|
2097
|
-
"PARTIAL_REGEXP": 6
|
|
2098
|
-
}
|
|
2099
|
-
}
|
|
2100
3000
|
}
|
|
2101
3001
|
},
|
|
2102
|
-
"
|
|
3002
|
+
"Cohort": {
|
|
2103
3003
|
"fields": {
|
|
2104
|
-
"
|
|
2105
|
-
"rule": "repeated",
|
|
3004
|
+
"name": {
|
|
2106
3005
|
"type": "string",
|
|
2107
3006
|
"id": 1
|
|
2108
3007
|
},
|
|
2109
|
-
"
|
|
2110
|
-
"type": "
|
|
3008
|
+
"dimension": {
|
|
3009
|
+
"type": "string",
|
|
2111
3010
|
"id": 2
|
|
3011
|
+
},
|
|
3012
|
+
"dateRange": {
|
|
3013
|
+
"type": "DateRange",
|
|
3014
|
+
"id": 3
|
|
2112
3015
|
}
|
|
2113
3016
|
}
|
|
2114
3017
|
},
|
|
2115
|
-
"
|
|
3018
|
+
"CohortsRange": {
|
|
2116
3019
|
"fields": {
|
|
2117
|
-
"
|
|
2118
|
-
"type": "
|
|
3020
|
+
"granularity": {
|
|
3021
|
+
"type": "Granularity",
|
|
2119
3022
|
"id": 1
|
|
2120
3023
|
},
|
|
2121
|
-
"
|
|
2122
|
-
"type": "
|
|
3024
|
+
"startOffset": {
|
|
3025
|
+
"type": "int32",
|
|
2123
3026
|
"id": 2
|
|
3027
|
+
},
|
|
3028
|
+
"endOffset": {
|
|
3029
|
+
"type": "int32",
|
|
3030
|
+
"id": 3
|
|
2124
3031
|
}
|
|
2125
3032
|
},
|
|
2126
3033
|
"nested": {
|
|
2127
|
-
"
|
|
3034
|
+
"Granularity": {
|
|
2128
3035
|
"values": {
|
|
2129
|
-
"
|
|
2130
|
-
"
|
|
2131
|
-
"
|
|
2132
|
-
"
|
|
2133
|
-
"GREATER_THAN": 4,
|
|
2134
|
-
"GREATER_THAN_OR_EQUAL": 5
|
|
3036
|
+
"GRANULARITY_UNSPECIFIED": 0,
|
|
3037
|
+
"DAILY": 1,
|
|
3038
|
+
"WEEKLY": 2,
|
|
3039
|
+
"MONTHLY": 3
|
|
2135
3040
|
}
|
|
2136
3041
|
}
|
|
2137
3042
|
}
|
|
2138
3043
|
},
|
|
2139
|
-
"
|
|
3044
|
+
"CohortReportSettings": {
|
|
2140
3045
|
"fields": {
|
|
2141
|
-
"
|
|
2142
|
-
"type": "
|
|
3046
|
+
"accumulate": {
|
|
3047
|
+
"type": "bool",
|
|
2143
3048
|
"id": 1
|
|
2144
|
-
},
|
|
2145
|
-
"toValue": {
|
|
2146
|
-
"type": "NumericValue",
|
|
2147
|
-
"id": 2
|
|
2148
3049
|
}
|
|
2149
3050
|
}
|
|
2150
3051
|
},
|
|
2151
|
-
"
|
|
3052
|
+
"ResponseMetaData": {
|
|
2152
3053
|
"oneofs": {
|
|
2153
|
-
"
|
|
3054
|
+
"_schemaRestrictionResponse": {
|
|
2154
3055
|
"oneof": [
|
|
2155
|
-
"
|
|
2156
|
-
|
|
3056
|
+
"schemaRestrictionResponse"
|
|
3057
|
+
]
|
|
3058
|
+
},
|
|
3059
|
+
"_currencyCode": {
|
|
3060
|
+
"oneof": [
|
|
3061
|
+
"currencyCode"
|
|
3062
|
+
]
|
|
3063
|
+
},
|
|
3064
|
+
"_timeZone": {
|
|
3065
|
+
"oneof": [
|
|
3066
|
+
"timeZone"
|
|
3067
|
+
]
|
|
3068
|
+
},
|
|
3069
|
+
"_emptyReason": {
|
|
3070
|
+
"oneof": [
|
|
3071
|
+
"emptyReason"
|
|
3072
|
+
]
|
|
3073
|
+
},
|
|
3074
|
+
"_subjectToThresholding": {
|
|
3075
|
+
"oneof": [
|
|
3076
|
+
"subjectToThresholding"
|
|
2157
3077
|
]
|
|
2158
3078
|
}
|
|
2159
3079
|
},
|
|
2160
3080
|
"fields": {
|
|
2161
|
-
"
|
|
2162
|
-
"type": "
|
|
2163
|
-
"id":
|
|
3081
|
+
"dataLossFromOtherRow": {
|
|
3082
|
+
"type": "bool",
|
|
3083
|
+
"id": 3
|
|
2164
3084
|
},
|
|
2165
|
-
"
|
|
2166
|
-
"type": "
|
|
2167
|
-
"id":
|
|
3085
|
+
"schemaRestrictionResponse": {
|
|
3086
|
+
"type": "SchemaRestrictionResponse",
|
|
3087
|
+
"id": 4,
|
|
3088
|
+
"options": {
|
|
3089
|
+
"proto3_optional": true
|
|
3090
|
+
}
|
|
3091
|
+
},
|
|
3092
|
+
"currencyCode": {
|
|
3093
|
+
"type": "string",
|
|
3094
|
+
"id": 5,
|
|
3095
|
+
"options": {
|
|
3096
|
+
"proto3_optional": true
|
|
3097
|
+
}
|
|
3098
|
+
},
|
|
3099
|
+
"timeZone": {
|
|
3100
|
+
"type": "string",
|
|
3101
|
+
"id": 6,
|
|
3102
|
+
"options": {
|
|
3103
|
+
"proto3_optional": true
|
|
3104
|
+
}
|
|
3105
|
+
},
|
|
3106
|
+
"emptyReason": {
|
|
3107
|
+
"type": "string",
|
|
3108
|
+
"id": 7,
|
|
3109
|
+
"options": {
|
|
3110
|
+
"proto3_optional": true
|
|
3111
|
+
}
|
|
3112
|
+
},
|
|
3113
|
+
"subjectToThresholding": {
|
|
3114
|
+
"type": "bool",
|
|
3115
|
+
"id": 8,
|
|
3116
|
+
"options": {
|
|
3117
|
+
"proto3_optional": true
|
|
3118
|
+
}
|
|
3119
|
+
}
|
|
3120
|
+
},
|
|
3121
|
+
"nested": {
|
|
3122
|
+
"SchemaRestrictionResponse": {
|
|
3123
|
+
"fields": {
|
|
3124
|
+
"activeMetricRestrictions": {
|
|
3125
|
+
"rule": "repeated",
|
|
3126
|
+
"type": "ActiveMetricRestriction",
|
|
3127
|
+
"id": 1
|
|
3128
|
+
}
|
|
3129
|
+
},
|
|
3130
|
+
"nested": {
|
|
3131
|
+
"ActiveMetricRestriction": {
|
|
3132
|
+
"oneofs": {
|
|
3133
|
+
"_metricName": {
|
|
3134
|
+
"oneof": [
|
|
3135
|
+
"metricName"
|
|
3136
|
+
]
|
|
3137
|
+
}
|
|
3138
|
+
},
|
|
3139
|
+
"fields": {
|
|
3140
|
+
"metricName": {
|
|
3141
|
+
"type": "string",
|
|
3142
|
+
"id": 1,
|
|
3143
|
+
"options": {
|
|
3144
|
+
"proto3_optional": true
|
|
3145
|
+
}
|
|
3146
|
+
},
|
|
3147
|
+
"restrictedMetricTypes": {
|
|
3148
|
+
"rule": "repeated",
|
|
3149
|
+
"type": "RestrictedMetricType",
|
|
3150
|
+
"id": 2
|
|
3151
|
+
}
|
|
3152
|
+
}
|
|
3153
|
+
}
|
|
3154
|
+
}
|
|
2168
3155
|
}
|
|
2169
3156
|
}
|
|
2170
3157
|
},
|
|
@@ -3072,6 +4059,15 @@
|
|
|
3072
4059
|
}
|
|
3073
4060
|
}
|
|
3074
4061
|
},
|
|
4062
|
+
"MetricAggregation": {
|
|
4063
|
+
"values": {
|
|
4064
|
+
"METRIC_AGGREGATION_UNSPECIFIED": 0,
|
|
4065
|
+
"TOTAL": 1,
|
|
4066
|
+
"MINIMUM": 5,
|
|
4067
|
+
"MAXIMUM": 6,
|
|
4068
|
+
"COUNT": 4
|
|
4069
|
+
}
|
|
4070
|
+
},
|
|
3075
4071
|
"MetricType": {
|
|
3076
4072
|
"values": {
|
|
3077
4073
|
"METRIC_TYPE_UNSPECIFIED": 0,
|
|
@@ -3088,6 +4084,13 @@
|
|
|
3088
4084
|
"TYPE_METERS": 12,
|
|
3089
4085
|
"TYPE_KILOMETERS": 13
|
|
3090
4086
|
}
|
|
4087
|
+
},
|
|
4088
|
+
"RestrictedMetricType": {
|
|
4089
|
+
"values": {
|
|
4090
|
+
"RESTRICTED_METRIC_TYPE_UNSPECIFIED": 0,
|
|
4091
|
+
"COST_DATA": 1,
|
|
4092
|
+
"REVENUE_DATA": 2
|
|
4093
|
+
}
|
|
3091
4094
|
}
|
|
3092
4095
|
}
|
|
3093
4096
|
},
|
|
@@ -5192,6 +6195,10 @@
|
|
|
5192
6195
|
"rule": "repeated",
|
|
5193
6196
|
"type": "ClientLibrarySettings",
|
|
5194
6197
|
"id": 109
|
|
6198
|
+
},
|
|
6199
|
+
"protoReferenceDocumentationUri": {
|
|
6200
|
+
"type": "string",
|
|
6201
|
+
"id": 110
|
|
5195
6202
|
}
|
|
5196
6203
|
}
|
|
5197
6204
|
},
|
|
@@ -5249,6 +6256,31 @@
|
|
|
5249
6256
|
"common": {
|
|
5250
6257
|
"type": "CommonLanguageSettings",
|
|
5251
6258
|
"id": 1
|
|
6259
|
+
},
|
|
6260
|
+
"renamedServices": {
|
|
6261
|
+
"keyType": "string",
|
|
6262
|
+
"type": "string",
|
|
6263
|
+
"id": 2
|
|
6264
|
+
},
|
|
6265
|
+
"renamedResources": {
|
|
6266
|
+
"keyType": "string",
|
|
6267
|
+
"type": "string",
|
|
6268
|
+
"id": 3
|
|
6269
|
+
},
|
|
6270
|
+
"ignoredResources": {
|
|
6271
|
+
"rule": "repeated",
|
|
6272
|
+
"type": "string",
|
|
6273
|
+
"id": 4
|
|
6274
|
+
},
|
|
6275
|
+
"forcedNamespaceAliases": {
|
|
6276
|
+
"rule": "repeated",
|
|
6277
|
+
"type": "string",
|
|
6278
|
+
"id": 5
|
|
6279
|
+
},
|
|
6280
|
+
"handwrittenSignatures": {
|
|
6281
|
+
"rule": "repeated",
|
|
6282
|
+
"type": "string",
|
|
6283
|
+
"id": 6
|
|
5252
6284
|
}
|
|
5253
6285
|
}
|
|
5254
6286
|
},
|
|
@@ -5277,6 +6309,11 @@
|
|
|
5277
6309
|
"longRunning": {
|
|
5278
6310
|
"type": "LongRunning",
|
|
5279
6311
|
"id": 2
|
|
6312
|
+
},
|
|
6313
|
+
"autoPopulatedFields": {
|
|
6314
|
+
"rule": "repeated",
|
|
6315
|
+
"type": "string",
|
|
6316
|
+
"id": 3
|
|
5280
6317
|
}
|
|
5281
6318
|
},
|
|
5282
6319
|
"nested": {
|
|
@@ -5308,7 +6345,10 @@
|
|
|
5308
6345
|
"CLOUD": 1,
|
|
5309
6346
|
"ADS": 2,
|
|
5310
6347
|
"PHOTOS": 3,
|
|
5311
|
-
"STREET_VIEW": 4
|
|
6348
|
+
"STREET_VIEW": 4,
|
|
6349
|
+
"SHOPPING": 5,
|
|
6350
|
+
"GEO": 6,
|
|
6351
|
+
"GENERATIVE_AI": 7
|
|
5312
6352
|
}
|
|
5313
6353
|
},
|
|
5314
6354
|
"ClientLibraryDestination": {
|
|
@@ -5345,7 +6385,8 @@
|
|
|
5345
6385
|
"INPUT_ONLY": 4,
|
|
5346
6386
|
"IMMUTABLE": 5,
|
|
5347
6387
|
"UNORDERED_LIST": 6,
|
|
5348
|
-
"NON_EMPTY_DEFAULT": 7
|
|
6388
|
+
"NON_EMPTY_DEFAULT": 7,
|
|
6389
|
+
"IDENTIFIER": 8
|
|
5349
6390
|
}
|
|
5350
6391
|
},
|
|
5351
6392
|
"resourceReference": {
|
|
@@ -5431,7 +6472,7 @@
|
|
|
5431
6472
|
"options": {
|
|
5432
6473
|
"cc_enable_arenas": true,
|
|
5433
6474
|
"csharp_namespace": "Google.LongRunning",
|
|
5434
|
-
"go_package": "google.
|
|
6475
|
+
"go_package": "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb",
|
|
5435
6476
|
"java_multiple_files": true,
|
|
5436
6477
|
"java_outer_classname": "OperationsProto",
|
|
5437
6478
|
"java_package": "com.google.longrunning",
|