@google-analytics/data 4.3.0 → 4.5.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.
@@ -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": "string",
102
- "id": 13
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
- "LABEL_REQUIRED": 2,
277
- "LABEL_REPEATED": 3
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
- "target": {
748
+ "targets": {
749
+ "rule": "repeated",
671
750
  "type": "OptionTargetType",
672
- "id": 18
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": {
@@ -1253,6 +1547,11 @@
1253
1547
  "oneof": [
1254
1548
  "activeDaysRemaining"
1255
1549
  ]
1550
+ },
1551
+ "_webhookNotification": {
1552
+ "oneof": [
1553
+ "webhookNotification"
1554
+ ]
1256
1555
  }
1257
1556
  },
1258
1557
  "fields": {
@@ -1300,6 +1599,46 @@
1300
1599
  "options": {
1301
1600
  "(google.api.field_behavior)": "OUTPUT_ONLY"
1302
1601
  }
1602
+ },
1603
+ "webhookNotification": {
1604
+ "type": "WebhookNotification",
1605
+ "id": 8,
1606
+ "options": {
1607
+ "(google.api.field_behavior)": "OPTIONAL",
1608
+ "proto3_optional": true
1609
+ }
1610
+ }
1611
+ }
1612
+ },
1613
+ "WebhookNotification": {
1614
+ "oneofs": {
1615
+ "_uri": {
1616
+ "oneof": [
1617
+ "uri"
1618
+ ]
1619
+ },
1620
+ "_channelToken": {
1621
+ "oneof": [
1622
+ "channelToken"
1623
+ ]
1624
+ }
1625
+ },
1626
+ "fields": {
1627
+ "uri": {
1628
+ "type": "string",
1629
+ "id": 1,
1630
+ "options": {
1631
+ "(google.api.field_behavior)": "OPTIONAL",
1632
+ "proto3_optional": true
1633
+ }
1634
+ },
1635
+ "channelToken": {
1636
+ "type": "string",
1637
+ "id": 2,
1638
+ "options": {
1639
+ "(google.api.field_behavior)": "OPTIONAL",
1640
+ "proto3_optional": true
1641
+ }
1303
1642
  }
1304
1643
  }
1305
1644
  },
@@ -1481,6 +1820,11 @@
1481
1820
  "oneof": [
1482
1821
  "recurringAudienceList"
1483
1822
  ]
1823
+ },
1824
+ "_webhookNotification": {
1825
+ "oneof": [
1826
+ "webhookNotification"
1827
+ ]
1484
1828
  }
1485
1829
  },
1486
1830
  "fields": {
@@ -1567,6 +1911,14 @@
1567
1911
  "(google.api.field_behavior)": "OUTPUT_ONLY",
1568
1912
  "proto3_optional": true
1569
1913
  }
1914
+ },
1915
+ "webhookNotification": {
1916
+ "type": "WebhookNotification",
1917
+ "id": 13,
1918
+ "options": {
1919
+ "(google.api.field_behavior)": "OPTIONAL",
1920
+ "proto3_optional": true
1921
+ }
1570
1922
  }
1571
1923
  },
1572
1924
  "nested": {
@@ -5134,6 +5486,10 @@
5134
5486
  "rule": "repeated",
5135
5487
  "type": "ClientLibrarySettings",
5136
5488
  "id": 109
5489
+ },
5490
+ "protoReferenceDocumentationUri": {
5491
+ "type": "string",
5492
+ "id": 110
5137
5493
  }
5138
5494
  }
5139
5495
  },
@@ -5191,6 +5547,31 @@
5191
5547
  "common": {
5192
5548
  "type": "CommonLanguageSettings",
5193
5549
  "id": 1
5550
+ },
5551
+ "renamedServices": {
5552
+ "keyType": "string",
5553
+ "type": "string",
5554
+ "id": 2
5555
+ },
5556
+ "renamedResources": {
5557
+ "keyType": "string",
5558
+ "type": "string",
5559
+ "id": 3
5560
+ },
5561
+ "ignoredResources": {
5562
+ "rule": "repeated",
5563
+ "type": "string",
5564
+ "id": 4
5565
+ },
5566
+ "forcedNamespaceAliases": {
5567
+ "rule": "repeated",
5568
+ "type": "string",
5569
+ "id": 5
5570
+ },
5571
+ "handwrittenSignatures": {
5572
+ "rule": "repeated",
5573
+ "type": "string",
5574
+ "id": 6
5194
5575
  }
5195
5576
  }
5196
5577
  },
@@ -5219,6 +5600,11 @@
5219
5600
  "longRunning": {
5220
5601
  "type": "LongRunning",
5221
5602
  "id": 2
5603
+ },
5604
+ "autoPopulatedFields": {
5605
+ "rule": "repeated",
5606
+ "type": "string",
5607
+ "id": 3
5222
5608
  }
5223
5609
  },
5224
5610
  "nested": {
@@ -5250,7 +5636,10 @@
5250
5636
  "CLOUD": 1,
5251
5637
  "ADS": 2,
5252
5638
  "PHOTOS": 3,
5253
- "STREET_VIEW": 4
5639
+ "STREET_VIEW": 4,
5640
+ "SHOPPING": 5,
5641
+ "GEO": 6,
5642
+ "GENERATIVE_AI": 7
5254
5643
  }
5255
5644
  },
5256
5645
  "ClientLibraryDestination": {
@@ -5287,7 +5676,8 @@
5287
5676
  "INPUT_ONLY": 4,
5288
5677
  "IMMUTABLE": 5,
5289
5678
  "UNORDERED_LIST": 6,
5290
- "NON_EMPTY_DEFAULT": 7
5679
+ "NON_EMPTY_DEFAULT": 7,
5680
+ "IDENTIFIER": 8
5291
5681
  }
5292
5682
  },
5293
5683
  "resourceReference": {
@@ -5373,7 +5763,7 @@
5373
5763
  "options": {
5374
5764
  "cc_enable_arenas": true,
5375
5765
  "csharp_namespace": "Google.LongRunning",
5376
- "go_package": "google.golang.org/genproto/googleapis/longrunning;longrunning",
5766
+ "go_package": "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb",
5377
5767
  "java_multiple_files": true,
5378
5768
  "java_outer_classname": "OperationsProto",
5379
5769
  "java_package": "com.google.longrunning",
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2023 Google LLC
2
+ // Copyright 2024 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.