@google-analytics/data 6.1.0 → 7.1.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/README.md +2 -4
- package/build/protos/protos.d.ts +1041 -28
- package/build/protos/protos.js +1 -75986
- package/build/protos/protos.json +368 -27
- package/build/src/index.d.ts +3 -3
- package/build/src/index.js +5 -5
- package/build/src/v1alpha/alpha_analytics_data_client.d.ts +143 -143
- package/build/src/v1alpha/alpha_analytics_data_client.js +290 -154
- package/build/src/v1beta/beta_analytics_data_client.d.ts +76 -76
- package/build/src/v1beta/beta_analytics_data_client.js +216 -118
- package/package.json +9 -12
- package/LICENSE +0 -202
package/build/protos/protos.json
CHANGED
|
@@ -33,16 +33,25 @@
|
|
|
33
33
|
"type": "FileDescriptorProto",
|
|
34
34
|
"id": 1
|
|
35
35
|
}
|
|
36
|
-
}
|
|
36
|
+
},
|
|
37
|
+
"extensions": [
|
|
38
|
+
[
|
|
39
|
+
536000000,
|
|
40
|
+
536000000
|
|
41
|
+
]
|
|
42
|
+
]
|
|
37
43
|
},
|
|
38
44
|
"Edition": {
|
|
39
45
|
"edition": "proto2",
|
|
40
46
|
"values": {
|
|
41
47
|
"EDITION_UNKNOWN": 0,
|
|
48
|
+
"EDITION_LEGACY": 900,
|
|
42
49
|
"EDITION_PROTO2": 998,
|
|
43
50
|
"EDITION_PROTO3": 999,
|
|
44
51
|
"EDITION_2023": 1000,
|
|
45
52
|
"EDITION_2024": 1001,
|
|
53
|
+
"EDITION_2026": 1002,
|
|
54
|
+
"EDITION_UNSTABLE": 9999,
|
|
46
55
|
"EDITION_1_TEST_ONLY": 1,
|
|
47
56
|
"EDITION_2_TEST_ONLY": 2,
|
|
48
57
|
"EDITION_99997_TEST_ONLY": 99997,
|
|
@@ -77,6 +86,11 @@
|
|
|
77
86
|
"type": "int32",
|
|
78
87
|
"id": 11
|
|
79
88
|
},
|
|
89
|
+
"optionDependency": {
|
|
90
|
+
"rule": "repeated",
|
|
91
|
+
"type": "string",
|
|
92
|
+
"id": 15
|
|
93
|
+
},
|
|
80
94
|
"messageType": {
|
|
81
95
|
"rule": "repeated",
|
|
82
96
|
"type": "DescriptorProto",
|
|
@@ -165,6 +179,10 @@
|
|
|
165
179
|
"rule": "repeated",
|
|
166
180
|
"type": "string",
|
|
167
181
|
"id": 10
|
|
182
|
+
},
|
|
183
|
+
"visibility": {
|
|
184
|
+
"type": "SymbolVisibility",
|
|
185
|
+
"id": 11
|
|
168
186
|
}
|
|
169
187
|
},
|
|
170
188
|
"nested": {
|
|
@@ -228,6 +246,10 @@
|
|
|
228
246
|
}
|
|
229
247
|
},
|
|
230
248
|
"extensions": [
|
|
249
|
+
[
|
|
250
|
+
990,
|
|
251
|
+
998
|
|
252
|
+
],
|
|
231
253
|
[
|
|
232
254
|
1000,
|
|
233
255
|
536870911
|
|
@@ -390,6 +412,10 @@
|
|
|
390
412
|
"rule": "repeated",
|
|
391
413
|
"type": "string",
|
|
392
414
|
"id": 5
|
|
415
|
+
},
|
|
416
|
+
"visibility": {
|
|
417
|
+
"type": "SymbolVisibility",
|
|
418
|
+
"id": 6
|
|
393
419
|
}
|
|
394
420
|
},
|
|
395
421
|
"nested": {
|
|
@@ -440,7 +466,14 @@
|
|
|
440
466
|
"type": "ServiceOptions",
|
|
441
467
|
"id": 3
|
|
442
468
|
}
|
|
443
|
-
}
|
|
469
|
+
},
|
|
470
|
+
"reserved": [
|
|
471
|
+
[
|
|
472
|
+
4,
|
|
473
|
+
4
|
|
474
|
+
],
|
|
475
|
+
"stream"
|
|
476
|
+
]
|
|
444
477
|
},
|
|
445
478
|
"MethodDescriptorProto": {
|
|
446
479
|
"edition": "proto2",
|
|
@@ -492,7 +525,10 @@
|
|
|
492
525
|
"type": "bool",
|
|
493
526
|
"id": 10,
|
|
494
527
|
"options": {
|
|
495
|
-
"default": false
|
|
528
|
+
"default": false,
|
|
529
|
+
"feature_support.edition_introduced": "EDITION_PROTO2",
|
|
530
|
+
"feature_support.edition_removed": "EDITION_2024",
|
|
531
|
+
"feature_support.removal_error": "This behavior is enabled by default in editions 2024 and above. To disable it, you can set `features.(pb.java).nest_in_file_class = YES` on individual messages, enums, or services."
|
|
496
532
|
}
|
|
497
533
|
},
|
|
498
534
|
"javaGenerateEqualsAndHash": {
|
|
@@ -552,7 +588,9 @@
|
|
|
552
588
|
"type": "bool",
|
|
553
589
|
"id": 31,
|
|
554
590
|
"options": {
|
|
555
|
-
"default": true
|
|
591
|
+
"default": true,
|
|
592
|
+
"feature_support.edition_removed": "EDITION_2026",
|
|
593
|
+
"feature_support.removal_error": "cc_enable_arenas is enabled by default in every edition and overrides are ignored.This option is removed in editions 2026 and above."
|
|
556
594
|
}
|
|
557
595
|
},
|
|
558
596
|
"objcClassPrefix": {
|
|
@@ -594,6 +632,10 @@
|
|
|
594
632
|
}
|
|
595
633
|
},
|
|
596
634
|
"extensions": [
|
|
635
|
+
[
|
|
636
|
+
990,
|
|
637
|
+
998
|
|
638
|
+
],
|
|
597
639
|
[
|
|
598
640
|
1000,
|
|
599
641
|
536870911
|
|
@@ -604,6 +646,7 @@
|
|
|
604
646
|
42,
|
|
605
647
|
42
|
|
606
648
|
],
|
|
649
|
+
"php_generic_services",
|
|
607
650
|
[
|
|
608
651
|
38,
|
|
609
652
|
38
|
|
@@ -665,6 +708,10 @@
|
|
|
665
708
|
}
|
|
666
709
|
},
|
|
667
710
|
"extensions": [
|
|
711
|
+
[
|
|
712
|
+
990,
|
|
713
|
+
998
|
|
714
|
+
],
|
|
668
715
|
[
|
|
669
716
|
1000,
|
|
670
717
|
536870911
|
|
@@ -739,7 +786,8 @@
|
|
|
739
786
|
"type": "bool",
|
|
740
787
|
"id": 10,
|
|
741
788
|
"options": {
|
|
742
|
-
"default": false
|
|
789
|
+
"default": false,
|
|
790
|
+
"deprecated": true
|
|
743
791
|
}
|
|
744
792
|
},
|
|
745
793
|
"debugRedact": {
|
|
@@ -767,6 +815,10 @@
|
|
|
767
815
|
"type": "FeatureSet",
|
|
768
816
|
"id": 21
|
|
769
817
|
},
|
|
818
|
+
"featureSupport": {
|
|
819
|
+
"type": "FeatureSupport",
|
|
820
|
+
"id": 22
|
|
821
|
+
},
|
|
770
822
|
"uninterpretedOption": {
|
|
771
823
|
"rule": "repeated",
|
|
772
824
|
"type": "UninterpretedOption",
|
|
@@ -774,6 +826,10 @@
|
|
|
774
826
|
}
|
|
775
827
|
},
|
|
776
828
|
"extensions": [
|
|
829
|
+
[
|
|
830
|
+
990,
|
|
831
|
+
998
|
|
832
|
+
],
|
|
777
833
|
[
|
|
778
834
|
1000,
|
|
779
835
|
536870911
|
|
@@ -836,6 +892,30 @@
|
|
|
836
892
|
"id": 2
|
|
837
893
|
}
|
|
838
894
|
}
|
|
895
|
+
},
|
|
896
|
+
"FeatureSupport": {
|
|
897
|
+
"fields": {
|
|
898
|
+
"editionIntroduced": {
|
|
899
|
+
"type": "Edition",
|
|
900
|
+
"id": 1
|
|
901
|
+
},
|
|
902
|
+
"editionDeprecated": {
|
|
903
|
+
"type": "Edition",
|
|
904
|
+
"id": 2
|
|
905
|
+
},
|
|
906
|
+
"deprecationWarning": {
|
|
907
|
+
"type": "string",
|
|
908
|
+
"id": 3
|
|
909
|
+
},
|
|
910
|
+
"editionRemoved": {
|
|
911
|
+
"type": "Edition",
|
|
912
|
+
"id": 4
|
|
913
|
+
},
|
|
914
|
+
"removalError": {
|
|
915
|
+
"type": "string",
|
|
916
|
+
"id": 5
|
|
917
|
+
}
|
|
918
|
+
}
|
|
839
919
|
}
|
|
840
920
|
}
|
|
841
921
|
},
|
|
@@ -853,6 +933,10 @@
|
|
|
853
933
|
}
|
|
854
934
|
},
|
|
855
935
|
"extensions": [
|
|
936
|
+
[
|
|
937
|
+
990,
|
|
938
|
+
998
|
|
939
|
+
],
|
|
856
940
|
[
|
|
857
941
|
1000,
|
|
858
942
|
536870911
|
|
@@ -891,6 +975,10 @@
|
|
|
891
975
|
}
|
|
892
976
|
},
|
|
893
977
|
"extensions": [
|
|
978
|
+
[
|
|
979
|
+
990,
|
|
980
|
+
998
|
|
981
|
+
],
|
|
894
982
|
[
|
|
895
983
|
1000,
|
|
896
984
|
536870911
|
|
@@ -924,6 +1012,10 @@
|
|
|
924
1012
|
"default": false
|
|
925
1013
|
}
|
|
926
1014
|
},
|
|
1015
|
+
"featureSupport": {
|
|
1016
|
+
"type": "FieldOptions.FeatureSupport",
|
|
1017
|
+
"id": 4
|
|
1018
|
+
},
|
|
927
1019
|
"uninterpretedOption": {
|
|
928
1020
|
"rule": "repeated",
|
|
929
1021
|
"type": "UninterpretedOption",
|
|
@@ -931,6 +1023,10 @@
|
|
|
931
1023
|
}
|
|
932
1024
|
},
|
|
933
1025
|
"extensions": [
|
|
1026
|
+
[
|
|
1027
|
+
990,
|
|
1028
|
+
998
|
|
1029
|
+
],
|
|
934
1030
|
[
|
|
935
1031
|
1000,
|
|
936
1032
|
536870911
|
|
@@ -958,6 +1054,10 @@
|
|
|
958
1054
|
}
|
|
959
1055
|
},
|
|
960
1056
|
"extensions": [
|
|
1057
|
+
[
|
|
1058
|
+
990,
|
|
1059
|
+
998
|
|
1060
|
+
],
|
|
961
1061
|
[
|
|
962
1062
|
1000,
|
|
963
1063
|
536870911
|
|
@@ -992,6 +1092,10 @@
|
|
|
992
1092
|
}
|
|
993
1093
|
},
|
|
994
1094
|
"extensions": [
|
|
1095
|
+
[
|
|
1096
|
+
990,
|
|
1097
|
+
998
|
|
1098
|
+
],
|
|
995
1099
|
[
|
|
996
1100
|
1000,
|
|
997
1101
|
536870911
|
|
@@ -1066,6 +1170,7 @@
|
|
|
1066
1170
|
"options": {
|
|
1067
1171
|
"retention": "RETENTION_RUNTIME",
|
|
1068
1172
|
"targets": "TARGET_TYPE_FILE",
|
|
1173
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
1069
1174
|
"edition_defaults.edition": "EDITION_2023",
|
|
1070
1175
|
"edition_defaults.value": "EXPLICIT"
|
|
1071
1176
|
}
|
|
@@ -1076,6 +1181,7 @@
|
|
|
1076
1181
|
"options": {
|
|
1077
1182
|
"retention": "RETENTION_RUNTIME",
|
|
1078
1183
|
"targets": "TARGET_TYPE_FILE",
|
|
1184
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
1079
1185
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
1080
1186
|
"edition_defaults.value": "OPEN"
|
|
1081
1187
|
}
|
|
@@ -1086,6 +1192,7 @@
|
|
|
1086
1192
|
"options": {
|
|
1087
1193
|
"retention": "RETENTION_RUNTIME",
|
|
1088
1194
|
"targets": "TARGET_TYPE_FILE",
|
|
1195
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
1089
1196
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
1090
1197
|
"edition_defaults.value": "PACKED"
|
|
1091
1198
|
}
|
|
@@ -1096,6 +1203,7 @@
|
|
|
1096
1203
|
"options": {
|
|
1097
1204
|
"retention": "RETENTION_RUNTIME",
|
|
1098
1205
|
"targets": "TARGET_TYPE_FILE",
|
|
1206
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
1099
1207
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
1100
1208
|
"edition_defaults.value": "VERIFY"
|
|
1101
1209
|
}
|
|
@@ -1106,7 +1214,8 @@
|
|
|
1106
1214
|
"options": {
|
|
1107
1215
|
"retention": "RETENTION_RUNTIME",
|
|
1108
1216
|
"targets": "TARGET_TYPE_FILE",
|
|
1109
|
-
"
|
|
1217
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
1218
|
+
"edition_defaults.edition": "EDITION_LEGACY",
|
|
1110
1219
|
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
1111
1220
|
}
|
|
1112
1221
|
},
|
|
@@ -1116,27 +1225,49 @@
|
|
|
1116
1225
|
"options": {
|
|
1117
1226
|
"retention": "RETENTION_RUNTIME",
|
|
1118
1227
|
"targets": "TARGET_TYPE_FILE",
|
|
1228
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
1119
1229
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
1120
1230
|
"edition_defaults.value": "ALLOW"
|
|
1121
1231
|
}
|
|
1232
|
+
},
|
|
1233
|
+
"enforceNamingStyle": {
|
|
1234
|
+
"type": "EnforceNamingStyle",
|
|
1235
|
+
"id": 7,
|
|
1236
|
+
"options": {
|
|
1237
|
+
"retention": "RETENTION_SOURCE",
|
|
1238
|
+
"targets": "TARGET_TYPE_METHOD",
|
|
1239
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
1240
|
+
"edition_defaults.edition": "EDITION_2026",
|
|
1241
|
+
"edition_defaults.value": "STYLE2026"
|
|
1242
|
+
}
|
|
1243
|
+
},
|
|
1244
|
+
"defaultSymbolVisibility": {
|
|
1245
|
+
"type": "VisibilityFeature.DefaultSymbolVisibility",
|
|
1246
|
+
"id": 8,
|
|
1247
|
+
"options": {
|
|
1248
|
+
"retention": "RETENTION_SOURCE",
|
|
1249
|
+
"targets": "TARGET_TYPE_FILE",
|
|
1250
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
1251
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
1252
|
+
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
"enforceProtoLimits": {
|
|
1256
|
+
"type": "ProtoLimitsFeature.EnforceProtoLimits",
|
|
1257
|
+
"id": 9,
|
|
1258
|
+
"options": {
|
|
1259
|
+
"retention": "RETENTION_SOURCE",
|
|
1260
|
+
"targets": "TARGET_TYPE_ONEOF",
|
|
1261
|
+
"feature_support.edition_introduced": "EDITION_2026",
|
|
1262
|
+
"edition_defaults.edition": "EDITION_2026",
|
|
1263
|
+
"edition_defaults.value": "PROTO_LIMITS2026"
|
|
1264
|
+
}
|
|
1122
1265
|
}
|
|
1123
1266
|
},
|
|
1124
1267
|
"extensions": [
|
|
1125
1268
|
[
|
|
1126
1269
|
1000,
|
|
1127
|
-
|
|
1128
|
-
],
|
|
1129
|
-
[
|
|
1130
|
-
1001,
|
|
1131
|
-
1001
|
|
1132
|
-
],
|
|
1133
|
-
[
|
|
1134
|
-
1002,
|
|
1135
|
-
1002
|
|
1136
|
-
],
|
|
1137
|
-
[
|
|
1138
|
-
9990,
|
|
1139
|
-
9990
|
|
1270
|
+
9994
|
|
1140
1271
|
],
|
|
1141
1272
|
[
|
|
1142
1273
|
9995,
|
|
@@ -1181,7 +1312,13 @@
|
|
|
1181
1312
|
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
1182
1313
|
"VERIFY": 2,
|
|
1183
1314
|
"NONE": 3
|
|
1184
|
-
}
|
|
1315
|
+
},
|
|
1316
|
+
"reserved": [
|
|
1317
|
+
[
|
|
1318
|
+
1,
|
|
1319
|
+
1
|
|
1320
|
+
]
|
|
1321
|
+
]
|
|
1185
1322
|
},
|
|
1186
1323
|
"MessageEncoding": {
|
|
1187
1324
|
"values": {
|
|
@@ -1196,6 +1333,46 @@
|
|
|
1196
1333
|
"ALLOW": 1,
|
|
1197
1334
|
"LEGACY_BEST_EFFORT": 2
|
|
1198
1335
|
}
|
|
1336
|
+
},
|
|
1337
|
+
"EnforceNamingStyle": {
|
|
1338
|
+
"values": {
|
|
1339
|
+
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
1340
|
+
"STYLE2024": 1,
|
|
1341
|
+
"STYLE_LEGACY": 2,
|
|
1342
|
+
"STYLE2026": 3
|
|
1343
|
+
}
|
|
1344
|
+
},
|
|
1345
|
+
"VisibilityFeature": {
|
|
1346
|
+
"fields": {},
|
|
1347
|
+
"reserved": [
|
|
1348
|
+
[
|
|
1349
|
+
1,
|
|
1350
|
+
536870911
|
|
1351
|
+
]
|
|
1352
|
+
],
|
|
1353
|
+
"nested": {
|
|
1354
|
+
"DefaultSymbolVisibility": {
|
|
1355
|
+
"values": {
|
|
1356
|
+
"DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
|
|
1357
|
+
"EXPORT_ALL": 1,
|
|
1358
|
+
"EXPORT_TOP_LEVEL": 2,
|
|
1359
|
+
"LOCAL_ALL": 3,
|
|
1360
|
+
"STRICT": 4
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
"ProtoLimitsFeature": {
|
|
1366
|
+
"fields": {},
|
|
1367
|
+
"nested": {
|
|
1368
|
+
"EnforceProtoLimits": {
|
|
1369
|
+
"values": {
|
|
1370
|
+
"PROTO_LIMITS_UNKNOWN": 0,
|
|
1371
|
+
"LEGACY_NO_EXPLICIT_LIMITS": 1,
|
|
1372
|
+
"PROTO_LIMITS2026": 2
|
|
1373
|
+
}
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1199
1376
|
}
|
|
1200
1377
|
}
|
|
1201
1378
|
},
|
|
@@ -1223,11 +1400,26 @@
|
|
|
1223
1400
|
"type": "Edition",
|
|
1224
1401
|
"id": 3
|
|
1225
1402
|
},
|
|
1226
|
-
"
|
|
1403
|
+
"overridableFeatures": {
|
|
1227
1404
|
"type": "FeatureSet",
|
|
1228
|
-
"id":
|
|
1405
|
+
"id": 4
|
|
1406
|
+
},
|
|
1407
|
+
"fixedFeatures": {
|
|
1408
|
+
"type": "FeatureSet",
|
|
1409
|
+
"id": 5
|
|
1229
1410
|
}
|
|
1230
|
-
}
|
|
1411
|
+
},
|
|
1412
|
+
"reserved": [
|
|
1413
|
+
[
|
|
1414
|
+
1,
|
|
1415
|
+
1
|
|
1416
|
+
],
|
|
1417
|
+
[
|
|
1418
|
+
2,
|
|
1419
|
+
2
|
|
1420
|
+
],
|
|
1421
|
+
"features"
|
|
1422
|
+
]
|
|
1231
1423
|
}
|
|
1232
1424
|
}
|
|
1233
1425
|
},
|
|
@@ -1240,6 +1432,12 @@
|
|
|
1240
1432
|
"id": 1
|
|
1241
1433
|
}
|
|
1242
1434
|
},
|
|
1435
|
+
"extensions": [
|
|
1436
|
+
[
|
|
1437
|
+
536000000,
|
|
1438
|
+
536000000
|
|
1439
|
+
]
|
|
1440
|
+
],
|
|
1243
1441
|
"nested": {
|
|
1244
1442
|
"Location": {
|
|
1245
1443
|
"fields": {
|
|
@@ -1325,6 +1523,14 @@
|
|
|
1325
1523
|
}
|
|
1326
1524
|
}
|
|
1327
1525
|
},
|
|
1526
|
+
"SymbolVisibility": {
|
|
1527
|
+
"edition": "proto2",
|
|
1528
|
+
"values": {
|
|
1529
|
+
"VISIBILITY_UNSET": 0,
|
|
1530
|
+
"VISIBILITY_LOCAL": 1,
|
|
1531
|
+
"VISIBILITY_EXPORT": 2
|
|
1532
|
+
}
|
|
1533
|
+
},
|
|
1328
1534
|
"Any": {
|
|
1329
1535
|
"fields": {
|
|
1330
1536
|
"type_url": {
|
|
@@ -6539,8 +6745,7 @@
|
|
|
6539
6745
|
"java_multiple_files": true,
|
|
6540
6746
|
"java_outer_classname": "ResourceProto",
|
|
6541
6747
|
"java_package": "com.google.api",
|
|
6542
|
-
"objc_class_prefix": "GAPI"
|
|
6543
|
-
"cc_enable_arenas": true
|
|
6748
|
+
"objc_class_prefix": "GAPI"
|
|
6544
6749
|
},
|
|
6545
6750
|
"nested": {
|
|
6546
6751
|
"http": {
|
|
@@ -6664,6 +6869,10 @@
|
|
|
6664
6869
|
"rule": "repeated",
|
|
6665
6870
|
"type": "ClientLibraryDestination",
|
|
6666
6871
|
"id": 2
|
|
6872
|
+
},
|
|
6873
|
+
"selectiveGapicGeneration": {
|
|
6874
|
+
"type": "SelectiveGapicGeneration",
|
|
6875
|
+
"id": 3
|
|
6667
6876
|
}
|
|
6668
6877
|
}
|
|
6669
6878
|
},
|
|
@@ -6796,6 +7005,10 @@
|
|
|
6796
7005
|
"common": {
|
|
6797
7006
|
"type": "CommonLanguageSettings",
|
|
6798
7007
|
"id": 1
|
|
7008
|
+
},
|
|
7009
|
+
"libraryPackage": {
|
|
7010
|
+
"type": "string",
|
|
7011
|
+
"id": 2
|
|
6799
7012
|
}
|
|
6800
7013
|
}
|
|
6801
7014
|
},
|
|
@@ -6804,6 +7017,28 @@
|
|
|
6804
7017
|
"common": {
|
|
6805
7018
|
"type": "CommonLanguageSettings",
|
|
6806
7019
|
"id": 1
|
|
7020
|
+
},
|
|
7021
|
+
"experimentalFeatures": {
|
|
7022
|
+
"type": "ExperimentalFeatures",
|
|
7023
|
+
"id": 2
|
|
7024
|
+
}
|
|
7025
|
+
},
|
|
7026
|
+
"nested": {
|
|
7027
|
+
"ExperimentalFeatures": {
|
|
7028
|
+
"fields": {
|
|
7029
|
+
"restAsyncIoEnabled": {
|
|
7030
|
+
"type": "bool",
|
|
7031
|
+
"id": 1
|
|
7032
|
+
},
|
|
7033
|
+
"protobufPythonicTypesEnabled": {
|
|
7034
|
+
"type": "bool",
|
|
7035
|
+
"id": 2
|
|
7036
|
+
},
|
|
7037
|
+
"unversionedPackageDisabled": {
|
|
7038
|
+
"type": "bool",
|
|
7039
|
+
"id": 3
|
|
7040
|
+
}
|
|
7041
|
+
}
|
|
6807
7042
|
}
|
|
6808
7043
|
}
|
|
6809
7044
|
},
|
|
@@ -6861,6 +7096,11 @@
|
|
|
6861
7096
|
"common": {
|
|
6862
7097
|
"type": "CommonLanguageSettings",
|
|
6863
7098
|
"id": 1
|
|
7099
|
+
},
|
|
7100
|
+
"renamedServices": {
|
|
7101
|
+
"keyType": "string",
|
|
7102
|
+
"type": "string",
|
|
7103
|
+
"id": 2
|
|
6864
7104
|
}
|
|
6865
7105
|
}
|
|
6866
7106
|
},
|
|
@@ -6878,6 +7118,10 @@
|
|
|
6878
7118
|
"rule": "repeated",
|
|
6879
7119
|
"type": "string",
|
|
6880
7120
|
"id": 3
|
|
7121
|
+
},
|
|
7122
|
+
"batching": {
|
|
7123
|
+
"type": "BatchingConfigProto",
|
|
7124
|
+
"id": 4
|
|
6881
7125
|
}
|
|
6882
7126
|
},
|
|
6883
7127
|
"nested": {
|
|
@@ -6922,6 +7166,92 @@
|
|
|
6922
7166
|
"PACKAGE_MANAGER": 20
|
|
6923
7167
|
}
|
|
6924
7168
|
},
|
|
7169
|
+
"SelectiveGapicGeneration": {
|
|
7170
|
+
"fields": {
|
|
7171
|
+
"methods": {
|
|
7172
|
+
"rule": "repeated",
|
|
7173
|
+
"type": "string",
|
|
7174
|
+
"id": 1
|
|
7175
|
+
},
|
|
7176
|
+
"generateOmittedAsInternal": {
|
|
7177
|
+
"type": "bool",
|
|
7178
|
+
"id": 2
|
|
7179
|
+
}
|
|
7180
|
+
}
|
|
7181
|
+
},
|
|
7182
|
+
"BatchingConfigProto": {
|
|
7183
|
+
"fields": {
|
|
7184
|
+
"thresholds": {
|
|
7185
|
+
"type": "BatchingSettingsProto",
|
|
7186
|
+
"id": 1
|
|
7187
|
+
},
|
|
7188
|
+
"batchDescriptor": {
|
|
7189
|
+
"type": "BatchingDescriptorProto",
|
|
7190
|
+
"id": 2
|
|
7191
|
+
}
|
|
7192
|
+
}
|
|
7193
|
+
},
|
|
7194
|
+
"BatchingSettingsProto": {
|
|
7195
|
+
"fields": {
|
|
7196
|
+
"elementCountThreshold": {
|
|
7197
|
+
"type": "int32",
|
|
7198
|
+
"id": 1
|
|
7199
|
+
},
|
|
7200
|
+
"requestByteThreshold": {
|
|
7201
|
+
"type": "int64",
|
|
7202
|
+
"id": 2
|
|
7203
|
+
},
|
|
7204
|
+
"delayThreshold": {
|
|
7205
|
+
"type": "google.protobuf.Duration",
|
|
7206
|
+
"id": 3
|
|
7207
|
+
},
|
|
7208
|
+
"elementCountLimit": {
|
|
7209
|
+
"type": "int32",
|
|
7210
|
+
"id": 4
|
|
7211
|
+
},
|
|
7212
|
+
"requestByteLimit": {
|
|
7213
|
+
"type": "int32",
|
|
7214
|
+
"id": 5
|
|
7215
|
+
},
|
|
7216
|
+
"flowControlElementLimit": {
|
|
7217
|
+
"type": "int32",
|
|
7218
|
+
"id": 6
|
|
7219
|
+
},
|
|
7220
|
+
"flowControlByteLimit": {
|
|
7221
|
+
"type": "int32",
|
|
7222
|
+
"id": 7
|
|
7223
|
+
},
|
|
7224
|
+
"flowControlLimitExceededBehavior": {
|
|
7225
|
+
"type": "FlowControlLimitExceededBehaviorProto",
|
|
7226
|
+
"id": 8
|
|
7227
|
+
}
|
|
7228
|
+
}
|
|
7229
|
+
},
|
|
7230
|
+
"FlowControlLimitExceededBehaviorProto": {
|
|
7231
|
+
"values": {
|
|
7232
|
+
"UNSET_BEHAVIOR": 0,
|
|
7233
|
+
"THROW_EXCEPTION": 1,
|
|
7234
|
+
"BLOCK": 2,
|
|
7235
|
+
"IGNORE": 3
|
|
7236
|
+
}
|
|
7237
|
+
},
|
|
7238
|
+
"BatchingDescriptorProto": {
|
|
7239
|
+
"fields": {
|
|
7240
|
+
"batchedField": {
|
|
7241
|
+
"type": "string",
|
|
7242
|
+
"id": 1
|
|
7243
|
+
},
|
|
7244
|
+
"discriminatorFields": {
|
|
7245
|
+
"rule": "repeated",
|
|
7246
|
+
"type": "string",
|
|
7247
|
+
"id": 2
|
|
7248
|
+
},
|
|
7249
|
+
"subresponseField": {
|
|
7250
|
+
"type": "string",
|
|
7251
|
+
"id": 3
|
|
7252
|
+
}
|
|
7253
|
+
}
|
|
7254
|
+
},
|
|
6925
7255
|
"LaunchStage": {
|
|
6926
7256
|
"values": {
|
|
6927
7257
|
"LAUNCH_STAGE_UNSPECIFIED": 0,
|
|
@@ -7037,12 +7367,12 @@
|
|
|
7037
7367
|
},
|
|
7038
7368
|
"longrunning": {
|
|
7039
7369
|
"options": {
|
|
7040
|
-
"cc_enable_arenas": true,
|
|
7041
7370
|
"csharp_namespace": "Google.LongRunning",
|
|
7042
7371
|
"go_package": "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb",
|
|
7043
7372
|
"java_multiple_files": true,
|
|
7044
7373
|
"java_outer_classname": "OperationsProto",
|
|
7045
7374
|
"java_package": "com.google.longrunning",
|
|
7375
|
+
"objc_class_prefix": "GLRUN",
|
|
7046
7376
|
"php_namespace": "Google\\LongRunning"
|
|
7047
7377
|
},
|
|
7048
7378
|
"nested": {
|
|
@@ -7193,6 +7523,10 @@
|
|
|
7193
7523
|
"pageToken": {
|
|
7194
7524
|
"type": "string",
|
|
7195
7525
|
"id": 3
|
|
7526
|
+
},
|
|
7527
|
+
"returnPartialSuccess": {
|
|
7528
|
+
"type": "bool",
|
|
7529
|
+
"id": 5
|
|
7196
7530
|
}
|
|
7197
7531
|
}
|
|
7198
7532
|
},
|
|
@@ -7206,6 +7540,14 @@
|
|
|
7206
7540
|
"nextPageToken": {
|
|
7207
7541
|
"type": "string",
|
|
7208
7542
|
"id": 2
|
|
7543
|
+
},
|
|
7544
|
+
"unreachable": {
|
|
7545
|
+
"rule": "repeated",
|
|
7546
|
+
"type": "string",
|
|
7547
|
+
"id": 3,
|
|
7548
|
+
"options": {
|
|
7549
|
+
"(google.api.field_behavior)": "UNORDERED_LIST"
|
|
7550
|
+
}
|
|
7209
7551
|
}
|
|
7210
7552
|
}
|
|
7211
7553
|
},
|
|
@@ -7253,7 +7595,6 @@
|
|
|
7253
7595
|
},
|
|
7254
7596
|
"rpc": {
|
|
7255
7597
|
"options": {
|
|
7256
|
-
"cc_enable_arenas": true,
|
|
7257
7598
|
"go_package": "google.golang.org/genproto/googleapis/rpc/status;status",
|
|
7258
7599
|
"java_multiple_files": true,
|
|
7259
7600
|
"java_outer_classname": "StatusProto",
|