@google-analytics/data 4.0.1 → 4.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/CHANGELOG.md +7 -0
- package/README.md +1 -0
- package/build/protos/google/analytics/data/v1alpha/analytics_data_api.proto +239 -80
- package/build/protos/google/analytics/data/v1alpha/data.proto +14 -5
- package/build/protos/protos.d.ts +816 -5
- package/build/protos/protos.js +2803 -203
- package/build/protos/protos.json +491 -24
- package/build/src/v1alpha/alpha_analytics_data_client.d.ts +198 -92
- package/build/src/v1alpha/alpha_analytics_data_client.js +65 -41
- package/build/src/v1alpha/alpha_analytics_data_client_config.json +5 -0
- package/package.json +5 -5
package/build/protos/protos.json
CHANGED
|
@@ -191,6 +191,25 @@
|
|
|
191
191
|
"rule": "repeated",
|
|
192
192
|
"type": "UninterpretedOption",
|
|
193
193
|
"id": 999
|
|
194
|
+
},
|
|
195
|
+
"declaration": {
|
|
196
|
+
"rule": "repeated",
|
|
197
|
+
"type": "Declaration",
|
|
198
|
+
"id": 2,
|
|
199
|
+
"options": {
|
|
200
|
+
"retention": "RETENTION_SOURCE"
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
"features": {
|
|
204
|
+
"type": "FeatureSet",
|
|
205
|
+
"id": 50
|
|
206
|
+
},
|
|
207
|
+
"verification": {
|
|
208
|
+
"type": "VerificationState",
|
|
209
|
+
"id": 3,
|
|
210
|
+
"options": {
|
|
211
|
+
"default": "UNVERIFIED"
|
|
212
|
+
}
|
|
194
213
|
}
|
|
195
214
|
},
|
|
196
215
|
"extensions": [
|
|
@@ -198,7 +217,45 @@
|
|
|
198
217
|
1000,
|
|
199
218
|
536870911
|
|
200
219
|
]
|
|
201
|
-
]
|
|
220
|
+
],
|
|
221
|
+
"nested": {
|
|
222
|
+
"Declaration": {
|
|
223
|
+
"fields": {
|
|
224
|
+
"number": {
|
|
225
|
+
"type": "int32",
|
|
226
|
+
"id": 1
|
|
227
|
+
},
|
|
228
|
+
"fullName": {
|
|
229
|
+
"type": "string",
|
|
230
|
+
"id": 2
|
|
231
|
+
},
|
|
232
|
+
"type": {
|
|
233
|
+
"type": "string",
|
|
234
|
+
"id": 3
|
|
235
|
+
},
|
|
236
|
+
"reserved": {
|
|
237
|
+
"type": "bool",
|
|
238
|
+
"id": 5
|
|
239
|
+
},
|
|
240
|
+
"repeated": {
|
|
241
|
+
"type": "bool",
|
|
242
|
+
"id": 6
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
"reserved": [
|
|
246
|
+
[
|
|
247
|
+
4,
|
|
248
|
+
4
|
|
249
|
+
]
|
|
250
|
+
]
|
|
251
|
+
},
|
|
252
|
+
"VerificationState": {
|
|
253
|
+
"values": {
|
|
254
|
+
"DECLARATION": 0,
|
|
255
|
+
"UNVERIFIED": 1
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
202
259
|
},
|
|
203
260
|
"FieldDescriptorProto": {
|
|
204
261
|
"fields": {
|
|
@@ -511,6 +568,10 @@
|
|
|
511
568
|
"type": "string",
|
|
512
569
|
"id": 45
|
|
513
570
|
},
|
|
571
|
+
"features": {
|
|
572
|
+
"type": "FeatureSet",
|
|
573
|
+
"id": 50
|
|
574
|
+
},
|
|
514
575
|
"uninterpretedOption": {
|
|
515
576
|
"rule": "repeated",
|
|
516
577
|
"type": "UninterpretedOption",
|
|
@@ -573,6 +634,10 @@
|
|
|
573
634
|
"deprecated": true
|
|
574
635
|
}
|
|
575
636
|
},
|
|
637
|
+
"features": {
|
|
638
|
+
"type": "FeatureSet",
|
|
639
|
+
"id": 12
|
|
640
|
+
},
|
|
576
641
|
"uninterpretedOption": {
|
|
577
642
|
"rule": "repeated",
|
|
578
643
|
"type": "UninterpretedOption",
|
|
@@ -667,9 +732,22 @@
|
|
|
667
732
|
"type": "OptionRetention",
|
|
668
733
|
"id": 17
|
|
669
734
|
},
|
|
670
|
-
"
|
|
735
|
+
"targets": {
|
|
736
|
+
"rule": "repeated",
|
|
671
737
|
"type": "OptionTargetType",
|
|
672
|
-
"id":
|
|
738
|
+
"id": 19,
|
|
739
|
+
"options": {
|
|
740
|
+
"packed": false
|
|
741
|
+
}
|
|
742
|
+
},
|
|
743
|
+
"editionDefaults": {
|
|
744
|
+
"rule": "repeated",
|
|
745
|
+
"type": "EditionDefault",
|
|
746
|
+
"id": 20
|
|
747
|
+
},
|
|
748
|
+
"features": {
|
|
749
|
+
"type": "FeatureSet",
|
|
750
|
+
"id": 21
|
|
673
751
|
},
|
|
674
752
|
"uninterpretedOption": {
|
|
675
753
|
"rule": "repeated",
|
|
@@ -687,6 +765,10 @@
|
|
|
687
765
|
[
|
|
688
766
|
4,
|
|
689
767
|
4
|
|
768
|
+
],
|
|
769
|
+
[
|
|
770
|
+
18,
|
|
771
|
+
18
|
|
690
772
|
]
|
|
691
773
|
],
|
|
692
774
|
"nested": {
|
|
@@ -724,11 +806,27 @@
|
|
|
724
806
|
"TARGET_TYPE_SERVICE": 8,
|
|
725
807
|
"TARGET_TYPE_METHOD": 9
|
|
726
808
|
}
|
|
809
|
+
},
|
|
810
|
+
"EditionDefault": {
|
|
811
|
+
"fields": {
|
|
812
|
+
"edition": {
|
|
813
|
+
"type": "string",
|
|
814
|
+
"id": 1
|
|
815
|
+
},
|
|
816
|
+
"value": {
|
|
817
|
+
"type": "string",
|
|
818
|
+
"id": 2
|
|
819
|
+
}
|
|
820
|
+
}
|
|
727
821
|
}
|
|
728
822
|
}
|
|
729
823
|
},
|
|
730
824
|
"OneofOptions": {
|
|
731
825
|
"fields": {
|
|
826
|
+
"features": {
|
|
827
|
+
"type": "FeatureSet",
|
|
828
|
+
"id": 1
|
|
829
|
+
},
|
|
732
830
|
"uninterpretedOption": {
|
|
733
831
|
"rule": "repeated",
|
|
734
832
|
"type": "UninterpretedOption",
|
|
@@ -762,6 +860,10 @@
|
|
|
762
860
|
"deprecated": true
|
|
763
861
|
}
|
|
764
862
|
},
|
|
863
|
+
"features": {
|
|
864
|
+
"type": "FeatureSet",
|
|
865
|
+
"id": 7
|
|
866
|
+
},
|
|
765
867
|
"uninterpretedOption": {
|
|
766
868
|
"rule": "repeated",
|
|
767
869
|
"type": "UninterpretedOption",
|
|
@@ -790,6 +892,17 @@
|
|
|
790
892
|
"default": false
|
|
791
893
|
}
|
|
792
894
|
},
|
|
895
|
+
"features": {
|
|
896
|
+
"type": "FeatureSet",
|
|
897
|
+
"id": 2
|
|
898
|
+
},
|
|
899
|
+
"debugRedact": {
|
|
900
|
+
"type": "bool",
|
|
901
|
+
"id": 3,
|
|
902
|
+
"options": {
|
|
903
|
+
"default": false
|
|
904
|
+
}
|
|
905
|
+
},
|
|
793
906
|
"uninterpretedOption": {
|
|
794
907
|
"rule": "repeated",
|
|
795
908
|
"type": "UninterpretedOption",
|
|
@@ -805,6 +918,10 @@
|
|
|
805
918
|
},
|
|
806
919
|
"ServiceOptions": {
|
|
807
920
|
"fields": {
|
|
921
|
+
"features": {
|
|
922
|
+
"type": "FeatureSet",
|
|
923
|
+
"id": 34
|
|
924
|
+
},
|
|
808
925
|
"deprecated": {
|
|
809
926
|
"type": "bool",
|
|
810
927
|
"id": 33,
|
|
@@ -841,6 +958,10 @@
|
|
|
841
958
|
"default": "IDEMPOTENCY_UNKNOWN"
|
|
842
959
|
}
|
|
843
960
|
},
|
|
961
|
+
"features": {
|
|
962
|
+
"type": "FeatureSet",
|
|
963
|
+
"id": 35
|
|
964
|
+
},
|
|
844
965
|
"uninterpretedOption": {
|
|
845
966
|
"rule": "repeated",
|
|
846
967
|
"type": "UninterpretedOption",
|
|
@@ -912,6 +1033,137 @@
|
|
|
912
1033
|
}
|
|
913
1034
|
}
|
|
914
1035
|
},
|
|
1036
|
+
"FeatureSet": {
|
|
1037
|
+
"fields": {
|
|
1038
|
+
"fieldPresence": {
|
|
1039
|
+
"type": "FieldPresence",
|
|
1040
|
+
"id": 1,
|
|
1041
|
+
"options": {
|
|
1042
|
+
"retention": "RETENTION_RUNTIME",
|
|
1043
|
+
"targets": "TARGET_TYPE_FILE",
|
|
1044
|
+
"edition_defaults.edition": "2023",
|
|
1045
|
+
"edition_defaults.value": "EXPLICIT"
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
"enumType": {
|
|
1049
|
+
"type": "EnumType",
|
|
1050
|
+
"id": 2,
|
|
1051
|
+
"options": {
|
|
1052
|
+
"retention": "RETENTION_RUNTIME",
|
|
1053
|
+
"targets": "TARGET_TYPE_FILE",
|
|
1054
|
+
"edition_defaults.edition": "2023",
|
|
1055
|
+
"edition_defaults.value": "OPEN"
|
|
1056
|
+
}
|
|
1057
|
+
},
|
|
1058
|
+
"repeatedFieldEncoding": {
|
|
1059
|
+
"type": "RepeatedFieldEncoding",
|
|
1060
|
+
"id": 3,
|
|
1061
|
+
"options": {
|
|
1062
|
+
"retention": "RETENTION_RUNTIME",
|
|
1063
|
+
"targets": "TARGET_TYPE_FILE",
|
|
1064
|
+
"edition_defaults.edition": "2023",
|
|
1065
|
+
"edition_defaults.value": "PACKED"
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
"stringFieldValidation": {
|
|
1069
|
+
"type": "StringFieldValidation",
|
|
1070
|
+
"id": 4,
|
|
1071
|
+
"options": {
|
|
1072
|
+
"retention": "RETENTION_RUNTIME",
|
|
1073
|
+
"targets": "TARGET_TYPE_FILE",
|
|
1074
|
+
"edition_defaults.edition": "2023",
|
|
1075
|
+
"edition_defaults.value": "MANDATORY"
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
"messageEncoding": {
|
|
1079
|
+
"type": "MessageEncoding",
|
|
1080
|
+
"id": 5,
|
|
1081
|
+
"options": {
|
|
1082
|
+
"retention": "RETENTION_RUNTIME",
|
|
1083
|
+
"targets": "TARGET_TYPE_FILE",
|
|
1084
|
+
"edition_defaults.edition": "2023",
|
|
1085
|
+
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
"jsonFormat": {
|
|
1089
|
+
"type": "JsonFormat",
|
|
1090
|
+
"id": 6,
|
|
1091
|
+
"options": {
|
|
1092
|
+
"retention": "RETENTION_RUNTIME",
|
|
1093
|
+
"targets": "TARGET_TYPE_FILE",
|
|
1094
|
+
"edition_defaults.edition": "2023",
|
|
1095
|
+
"edition_defaults.value": "ALLOW"
|
|
1096
|
+
}
|
|
1097
|
+
},
|
|
1098
|
+
"rawFeatures": {
|
|
1099
|
+
"type": "FeatureSet",
|
|
1100
|
+
"id": 999,
|
|
1101
|
+
"options": {
|
|
1102
|
+
"targets": "TARGET_TYPE_UNKNOWN"
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
1106
|
+
"extensions": [
|
|
1107
|
+
[
|
|
1108
|
+
1000,
|
|
1109
|
+
1000
|
|
1110
|
+
],
|
|
1111
|
+
[
|
|
1112
|
+
1001,
|
|
1113
|
+
1001
|
|
1114
|
+
],
|
|
1115
|
+
[
|
|
1116
|
+
9995,
|
|
1117
|
+
9999
|
|
1118
|
+
]
|
|
1119
|
+
],
|
|
1120
|
+
"nested": {
|
|
1121
|
+
"FieldPresence": {
|
|
1122
|
+
"values": {
|
|
1123
|
+
"FIELD_PRESENCE_UNKNOWN": 0,
|
|
1124
|
+
"EXPLICIT": 1,
|
|
1125
|
+
"IMPLICIT": 2,
|
|
1126
|
+
"LEGACY_REQUIRED": 3
|
|
1127
|
+
}
|
|
1128
|
+
},
|
|
1129
|
+
"EnumType": {
|
|
1130
|
+
"values": {
|
|
1131
|
+
"ENUM_TYPE_UNKNOWN": 0,
|
|
1132
|
+
"OPEN": 1,
|
|
1133
|
+
"CLOSED": 2
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
"RepeatedFieldEncoding": {
|
|
1137
|
+
"values": {
|
|
1138
|
+
"REPEATED_FIELD_ENCODING_UNKNOWN": 0,
|
|
1139
|
+
"PACKED": 1,
|
|
1140
|
+
"EXPANDED": 2
|
|
1141
|
+
}
|
|
1142
|
+
},
|
|
1143
|
+
"StringFieldValidation": {
|
|
1144
|
+
"values": {
|
|
1145
|
+
"STRING_FIELD_VALIDATION_UNKNOWN": 0,
|
|
1146
|
+
"MANDATORY": 1,
|
|
1147
|
+
"HINT": 2,
|
|
1148
|
+
"NONE": 3
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
"MessageEncoding": {
|
|
1152
|
+
"values": {
|
|
1153
|
+
"MESSAGE_ENCODING_UNKNOWN": 0,
|
|
1154
|
+
"LENGTH_PREFIXED": 1,
|
|
1155
|
+
"DELIMITED": 2
|
|
1156
|
+
}
|
|
1157
|
+
},
|
|
1158
|
+
"JsonFormat": {
|
|
1159
|
+
"values": {
|
|
1160
|
+
"JSON_FORMAT_UNKNOWN": 0,
|
|
1161
|
+
"ALLOW": 1,
|
|
1162
|
+
"LEGACY_BEST_EFFORT": 2
|
|
1163
|
+
}
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
915
1167
|
"SourceCodeInfo": {
|
|
916
1168
|
"fields": {
|
|
917
1169
|
"location": {
|
|
@@ -1035,13 +1287,13 @@
|
|
|
1035
1287
|
"java_outer_classname": "ReportingApiProto",
|
|
1036
1288
|
"java_package": "com.google.analytics.data.v1alpha",
|
|
1037
1289
|
"(google.api.resource_definition).type": "analyticsadmin.googleapis.com/Property",
|
|
1038
|
-
"(google.api.resource_definition).pattern": "properties/{
|
|
1290
|
+
"(google.api.resource_definition).pattern": "properties/{property}"
|
|
1039
1291
|
},
|
|
1040
1292
|
"nested": {
|
|
1041
1293
|
"AlphaAnalyticsData": {
|
|
1042
1294
|
"options": {
|
|
1043
1295
|
"(google.api.default_host)": "analyticsdata.googleapis.com",
|
|
1044
|
-
"(google.api.oauth_scopes)": "https://www.googleapis.com/auth/analytics,https://www.googleapis.com/auth/analytics.readonly"
|
|
1296
|
+
"(google.api.oauth_scopes)": "https://www.googleapis.com/auth/analytics,https://www.googleapis.com/auth/analytics.readonly,https://www.googleapis.com/auth/drive,https://www.googleapis.com/auth/drive.file,https://www.googleapis.com/auth/spreadsheets"
|
|
1045
1297
|
},
|
|
1046
1298
|
"methods": {
|
|
1047
1299
|
"RunFunnelReport": {
|
|
@@ -1108,6 +1360,26 @@
|
|
|
1108
1360
|
}
|
|
1109
1361
|
]
|
|
1110
1362
|
},
|
|
1363
|
+
"SheetExportAudienceList": {
|
|
1364
|
+
"requestType": "SheetExportAudienceListRequest",
|
|
1365
|
+
"responseType": "SheetExportAudienceListResponse",
|
|
1366
|
+
"options": {
|
|
1367
|
+
"(google.api.http).post": "/v1alpha/{name=properties/*/audienceLists/*}:exportSheet",
|
|
1368
|
+
"(google.api.http).body": "*",
|
|
1369
|
+
"(google.api.method_signature)": "name"
|
|
1370
|
+
},
|
|
1371
|
+
"parsedOptions": [
|
|
1372
|
+
{
|
|
1373
|
+
"(google.api.http)": {
|
|
1374
|
+
"post": "/v1alpha/{name=properties/*/audienceLists/*}:exportSheet",
|
|
1375
|
+
"body": "*"
|
|
1376
|
+
}
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"(google.api.method_signature)": "name"
|
|
1380
|
+
}
|
|
1381
|
+
]
|
|
1382
|
+
},
|
|
1111
1383
|
"GetAudienceList": {
|
|
1112
1384
|
"requestType": "GetAudienceListRequest",
|
|
1113
1385
|
"responseType": "AudienceList",
|
|
@@ -1170,11 +1442,17 @@
|
|
|
1170
1442
|
},
|
|
1171
1443
|
"pageSize": {
|
|
1172
1444
|
"type": "int32",
|
|
1173
|
-
"id": 2
|
|
1445
|
+
"id": 2,
|
|
1446
|
+
"options": {
|
|
1447
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1448
|
+
}
|
|
1174
1449
|
},
|
|
1175
1450
|
"pageToken": {
|
|
1176
1451
|
"type": "string",
|
|
1177
|
-
"id": 3
|
|
1452
|
+
"id": 3,
|
|
1453
|
+
"options": {
|
|
1454
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1455
|
+
}
|
|
1178
1456
|
}
|
|
1179
1457
|
}
|
|
1180
1458
|
},
|
|
@@ -1223,7 +1501,9 @@
|
|
|
1223
1501
|
"AudienceList": {
|
|
1224
1502
|
"options": {
|
|
1225
1503
|
"(google.api.resource).type": "analyticsdata.googleapis.com/AudienceList",
|
|
1226
|
-
"(google.api.resource).pattern": "properties/{
|
|
1504
|
+
"(google.api.resource).pattern": "properties/{property}/audienceLists/{audience_list}",
|
|
1505
|
+
"(google.api.resource).plural": "audienceLists",
|
|
1506
|
+
"(google.api.resource).singular": "audienceList"
|
|
1227
1507
|
},
|
|
1228
1508
|
"oneofs": {
|
|
1229
1509
|
"_state": {
|
|
@@ -1235,6 +1515,16 @@
|
|
|
1235
1515
|
"oneof": [
|
|
1236
1516
|
"beginCreatingTime"
|
|
1237
1517
|
]
|
|
1518
|
+
},
|
|
1519
|
+
"_rowCount": {
|
|
1520
|
+
"oneof": [
|
|
1521
|
+
"rowCount"
|
|
1522
|
+
]
|
|
1523
|
+
},
|
|
1524
|
+
"_errorMessage": {
|
|
1525
|
+
"oneof": [
|
|
1526
|
+
"errorMessage"
|
|
1527
|
+
]
|
|
1238
1528
|
}
|
|
1239
1529
|
},
|
|
1240
1530
|
"fields": {
|
|
@@ -1282,6 +1572,29 @@
|
|
|
1282
1572
|
"(google.api.field_behavior)": "OUTPUT_ONLY",
|
|
1283
1573
|
"proto3_optional": true
|
|
1284
1574
|
}
|
|
1575
|
+
},
|
|
1576
|
+
"creationQuotaTokensCharged": {
|
|
1577
|
+
"type": "int32",
|
|
1578
|
+
"id": 7,
|
|
1579
|
+
"options": {
|
|
1580
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1581
|
+
}
|
|
1582
|
+
},
|
|
1583
|
+
"rowCount": {
|
|
1584
|
+
"type": "int32",
|
|
1585
|
+
"id": 8,
|
|
1586
|
+
"options": {
|
|
1587
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY",
|
|
1588
|
+
"proto3_optional": true
|
|
1589
|
+
}
|
|
1590
|
+
},
|
|
1591
|
+
"errorMessage": {
|
|
1592
|
+
"type": "string",
|
|
1593
|
+
"id": 9,
|
|
1594
|
+
"options": {
|
|
1595
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY",
|
|
1596
|
+
"proto3_optional": true
|
|
1597
|
+
}
|
|
1285
1598
|
}
|
|
1286
1599
|
},
|
|
1287
1600
|
"nested": {
|
|
@@ -1302,15 +1615,24 @@
|
|
|
1302
1615
|
"fields": {
|
|
1303
1616
|
"name": {
|
|
1304
1617
|
"type": "string",
|
|
1305
|
-
"id": 1
|
|
1618
|
+
"id": 1,
|
|
1619
|
+
"options": {
|
|
1620
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1621
|
+
}
|
|
1306
1622
|
},
|
|
1307
1623
|
"offset": {
|
|
1308
1624
|
"type": "int64",
|
|
1309
|
-
"id": 2
|
|
1625
|
+
"id": 2,
|
|
1626
|
+
"options": {
|
|
1627
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1628
|
+
}
|
|
1310
1629
|
},
|
|
1311
1630
|
"limit": {
|
|
1312
1631
|
"type": "int64",
|
|
1313
|
-
"id": 3
|
|
1632
|
+
"id": 3,
|
|
1633
|
+
"options": {
|
|
1634
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1635
|
+
}
|
|
1314
1636
|
}
|
|
1315
1637
|
}
|
|
1316
1638
|
},
|
|
@@ -1349,6 +1671,86 @@
|
|
|
1349
1671
|
}
|
|
1350
1672
|
}
|
|
1351
1673
|
},
|
|
1674
|
+
"SheetExportAudienceListRequest": {
|
|
1675
|
+
"fields": {
|
|
1676
|
+
"name": {
|
|
1677
|
+
"type": "string",
|
|
1678
|
+
"id": 1,
|
|
1679
|
+
"options": {
|
|
1680
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1681
|
+
"(google.api.resource_reference).type": "analyticsdata.googleapis.com/AudienceList"
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
"offset": {
|
|
1685
|
+
"type": "int64",
|
|
1686
|
+
"id": 2,
|
|
1687
|
+
"options": {
|
|
1688
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
"limit": {
|
|
1692
|
+
"type": "int64",
|
|
1693
|
+
"id": 3,
|
|
1694
|
+
"options": {
|
|
1695
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1696
|
+
}
|
|
1697
|
+
}
|
|
1698
|
+
}
|
|
1699
|
+
},
|
|
1700
|
+
"SheetExportAudienceListResponse": {
|
|
1701
|
+
"oneofs": {
|
|
1702
|
+
"_spreadsheetUri": {
|
|
1703
|
+
"oneof": [
|
|
1704
|
+
"spreadsheetUri"
|
|
1705
|
+
]
|
|
1706
|
+
},
|
|
1707
|
+
"_spreadsheetId": {
|
|
1708
|
+
"oneof": [
|
|
1709
|
+
"spreadsheetId"
|
|
1710
|
+
]
|
|
1711
|
+
},
|
|
1712
|
+
"_rowCount": {
|
|
1713
|
+
"oneof": [
|
|
1714
|
+
"rowCount"
|
|
1715
|
+
]
|
|
1716
|
+
},
|
|
1717
|
+
"_audienceList": {
|
|
1718
|
+
"oneof": [
|
|
1719
|
+
"audienceList"
|
|
1720
|
+
]
|
|
1721
|
+
}
|
|
1722
|
+
},
|
|
1723
|
+
"fields": {
|
|
1724
|
+
"spreadsheetUri": {
|
|
1725
|
+
"type": "string",
|
|
1726
|
+
"id": 1,
|
|
1727
|
+
"options": {
|
|
1728
|
+
"proto3_optional": true
|
|
1729
|
+
}
|
|
1730
|
+
},
|
|
1731
|
+
"spreadsheetId": {
|
|
1732
|
+
"type": "string",
|
|
1733
|
+
"id": 2,
|
|
1734
|
+
"options": {
|
|
1735
|
+
"proto3_optional": true
|
|
1736
|
+
}
|
|
1737
|
+
},
|
|
1738
|
+
"rowCount": {
|
|
1739
|
+
"type": "int32",
|
|
1740
|
+
"id": 3,
|
|
1741
|
+
"options": {
|
|
1742
|
+
"proto3_optional": true
|
|
1743
|
+
}
|
|
1744
|
+
},
|
|
1745
|
+
"audienceList": {
|
|
1746
|
+
"type": "AudienceList",
|
|
1747
|
+
"id": 4,
|
|
1748
|
+
"options": {
|
|
1749
|
+
"proto3_optional": true
|
|
1750
|
+
}
|
|
1751
|
+
}
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1352
1754
|
"AudienceRow": {
|
|
1353
1755
|
"fields": {
|
|
1354
1756
|
"dimensionValues": {
|
|
@@ -1362,7 +1764,10 @@
|
|
|
1362
1764
|
"fields": {
|
|
1363
1765
|
"dimensionName": {
|
|
1364
1766
|
"type": "string",
|
|
1365
|
-
"id": 1
|
|
1767
|
+
"id": 1,
|
|
1768
|
+
"options": {
|
|
1769
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1770
|
+
}
|
|
1366
1771
|
}
|
|
1367
1772
|
}
|
|
1368
1773
|
},
|
|
@@ -1385,45 +1790,75 @@
|
|
|
1385
1790
|
"fields": {
|
|
1386
1791
|
"property": {
|
|
1387
1792
|
"type": "string",
|
|
1388
|
-
"id": 1
|
|
1793
|
+
"id": 1,
|
|
1794
|
+
"options": {
|
|
1795
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1796
|
+
}
|
|
1389
1797
|
},
|
|
1390
1798
|
"dateRanges": {
|
|
1391
1799
|
"rule": "repeated",
|
|
1392
1800
|
"type": "DateRange",
|
|
1393
|
-
"id": 2
|
|
1801
|
+
"id": 2,
|
|
1802
|
+
"options": {
|
|
1803
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1804
|
+
}
|
|
1394
1805
|
},
|
|
1395
1806
|
"funnel": {
|
|
1396
1807
|
"type": "Funnel",
|
|
1397
|
-
"id": 3
|
|
1808
|
+
"id": 3,
|
|
1809
|
+
"options": {
|
|
1810
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1811
|
+
}
|
|
1398
1812
|
},
|
|
1399
1813
|
"funnelBreakdown": {
|
|
1400
1814
|
"type": "FunnelBreakdown",
|
|
1401
|
-
"id": 4
|
|
1815
|
+
"id": 4,
|
|
1816
|
+
"options": {
|
|
1817
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1818
|
+
}
|
|
1402
1819
|
},
|
|
1403
1820
|
"funnelNextAction": {
|
|
1404
1821
|
"type": "FunnelNextAction",
|
|
1405
|
-
"id": 5
|
|
1822
|
+
"id": 5,
|
|
1823
|
+
"options": {
|
|
1824
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1825
|
+
}
|
|
1406
1826
|
},
|
|
1407
1827
|
"funnelVisualizationType": {
|
|
1408
1828
|
"type": "FunnelVisualizationType",
|
|
1409
|
-
"id": 6
|
|
1829
|
+
"id": 6,
|
|
1830
|
+
"options": {
|
|
1831
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1832
|
+
}
|
|
1410
1833
|
},
|
|
1411
1834
|
"segments": {
|
|
1412
1835
|
"rule": "repeated",
|
|
1413
1836
|
"type": "Segment",
|
|
1414
|
-
"id": 7
|
|
1837
|
+
"id": 7,
|
|
1838
|
+
"options": {
|
|
1839
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1840
|
+
}
|
|
1415
1841
|
},
|
|
1416
1842
|
"limit": {
|
|
1417
1843
|
"type": "int64",
|
|
1418
|
-
"id": 9
|
|
1844
|
+
"id": 9,
|
|
1845
|
+
"options": {
|
|
1846
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1847
|
+
}
|
|
1419
1848
|
},
|
|
1420
1849
|
"dimensionFilter": {
|
|
1421
1850
|
"type": "FilterExpression",
|
|
1422
|
-
"id": 10
|
|
1851
|
+
"id": 10,
|
|
1852
|
+
"options": {
|
|
1853
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1854
|
+
}
|
|
1423
1855
|
},
|
|
1424
1856
|
"returnPropertyQuota": {
|
|
1425
1857
|
"type": "bool",
|
|
1426
|
-
"id": 12
|
|
1858
|
+
"id": 12,
|
|
1859
|
+
"options": {
|
|
1860
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1861
|
+
}
|
|
1427
1862
|
}
|
|
1428
1863
|
},
|
|
1429
1864
|
"nested": {
|
|
@@ -4305,6 +4740,10 @@
|
|
|
4305
4740
|
"rule": "repeated",
|
|
4306
4741
|
"type": "ClientLibrarySettings",
|
|
4307
4742
|
"id": 109
|
|
4743
|
+
},
|
|
4744
|
+
"protoReferenceDocumentationUri": {
|
|
4745
|
+
"type": "string",
|
|
4746
|
+
"id": 110
|
|
4308
4747
|
}
|
|
4309
4748
|
}
|
|
4310
4749
|
},
|
|
@@ -4362,6 +4801,31 @@
|
|
|
4362
4801
|
"common": {
|
|
4363
4802
|
"type": "CommonLanguageSettings",
|
|
4364
4803
|
"id": 1
|
|
4804
|
+
},
|
|
4805
|
+
"renamedServices": {
|
|
4806
|
+
"keyType": "string",
|
|
4807
|
+
"type": "string",
|
|
4808
|
+
"id": 2
|
|
4809
|
+
},
|
|
4810
|
+
"renamedResources": {
|
|
4811
|
+
"keyType": "string",
|
|
4812
|
+
"type": "string",
|
|
4813
|
+
"id": 3
|
|
4814
|
+
},
|
|
4815
|
+
"ignoredResources": {
|
|
4816
|
+
"rule": "repeated",
|
|
4817
|
+
"type": "string",
|
|
4818
|
+
"id": 4
|
|
4819
|
+
},
|
|
4820
|
+
"forcedNamespaceAliases": {
|
|
4821
|
+
"rule": "repeated",
|
|
4822
|
+
"type": "string",
|
|
4823
|
+
"id": 5
|
|
4824
|
+
},
|
|
4825
|
+
"handwrittenSignatures": {
|
|
4826
|
+
"rule": "repeated",
|
|
4827
|
+
"type": "string",
|
|
4828
|
+
"id": 6
|
|
4365
4829
|
}
|
|
4366
4830
|
}
|
|
4367
4831
|
},
|
|
@@ -4421,7 +4885,10 @@
|
|
|
4421
4885
|
"CLOUD": 1,
|
|
4422
4886
|
"ADS": 2,
|
|
4423
4887
|
"PHOTOS": 3,
|
|
4424
|
-
"STREET_VIEW": 4
|
|
4888
|
+
"STREET_VIEW": 4,
|
|
4889
|
+
"SHOPPING": 5,
|
|
4890
|
+
"GEO": 6,
|
|
4891
|
+
"GENERATIVE_AI": 7
|
|
4425
4892
|
}
|
|
4426
4893
|
},
|
|
4427
4894
|
"ClientLibraryDestination": {
|
|
@@ -4544,7 +5011,7 @@
|
|
|
4544
5011
|
"options": {
|
|
4545
5012
|
"cc_enable_arenas": true,
|
|
4546
5013
|
"csharp_namespace": "Google.LongRunning",
|
|
4547
|
-
"go_package": "google.
|
|
5014
|
+
"go_package": "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb",
|
|
4548
5015
|
"java_multiple_files": true,
|
|
4549
5016
|
"java_outer_classname": "OperationsProto",
|
|
4550
5017
|
"java_package": "com.google.longrunning",
|