@google-shopping/reports 0.9.0 → 0.11.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 +1 -0
- package/build/protos/google/shopping/merchant/reports/v1alpha/reports.proto +1412 -0
- package/build/protos/protos.d.ts +4292 -22
- package/build/protos/protos.js +15562 -932
- package/build/protos/protos.json +2719 -22
- package/build/src/index.d.ts +3 -1
- package/build/src/index.js +4 -2
- package/build/src/index.js.map +1 -1
- package/build/src/v1alpha/gapic_metadata.json +37 -0
- package/build/src/v1alpha/index.d.ts +1 -0
- package/build/src/v1alpha/index.js +23 -0
- package/build/src/v1alpha/index.js.map +1 -0
- package/build/src/v1alpha/report_service_client.d.ts +235 -0
- package/build/src/v1alpha/report_service_client.js +420 -0
- package/build/src/v1alpha/report_service_client.js.map +1 -0
- package/build/src/v1alpha/report_service_client_config.json +43 -0
- package/build/src/v1alpha/report_service_proto_list.json +4 -0
- package/build/src/v1beta/report_service_client.d.ts +35 -35
- package/build/src/v1beta/report_service_client.js +31 -46
- package/build/src/v1beta/report_service_client.js.map +1 -1
- package/package.json +4 -4
- package/CHANGELOG.md +0 -81
package/build/protos/protos.json
CHANGED
|
@@ -8,6 +8,2532 @@
|
|
|
8
8
|
"nested": {
|
|
9
9
|
"reports": {
|
|
10
10
|
"nested": {
|
|
11
|
+
"v1alpha": {
|
|
12
|
+
"options": {
|
|
13
|
+
"csharp_namespace": "Google.Shopping.Merchant.Reports.V1Alpha",
|
|
14
|
+
"go_package": "cloud.google.com/go/shopping/merchant/reports/apiv1alpha/reportspb;reportspb",
|
|
15
|
+
"java_multiple_files": true,
|
|
16
|
+
"java_outer_classname": "ReportsProto",
|
|
17
|
+
"java_package": "com.google.shopping.merchant.reports.v1alpha",
|
|
18
|
+
"php_namespace": "Google\\Shopping\\Merchant\\Reports\\V1alpha",
|
|
19
|
+
"ruby_package": "Google::Shopping::Merchant::Reports::V1alpha"
|
|
20
|
+
},
|
|
21
|
+
"nested": {
|
|
22
|
+
"ReportService": {
|
|
23
|
+
"options": {
|
|
24
|
+
"(google.api.default_host)": "merchantapi.googleapis.com",
|
|
25
|
+
"(google.api.oauth_scopes)": "https://www.googleapis.com/auth/content"
|
|
26
|
+
},
|
|
27
|
+
"methods": {
|
|
28
|
+
"Search": {
|
|
29
|
+
"requestType": "SearchRequest",
|
|
30
|
+
"responseType": "SearchResponse",
|
|
31
|
+
"options": {
|
|
32
|
+
"(google.api.http).post": "/reports/v1alpha/{parent=accounts/*}/reports:search",
|
|
33
|
+
"(google.api.http).body": "*",
|
|
34
|
+
"(google.api.method_signature)": "parent"
|
|
35
|
+
},
|
|
36
|
+
"parsedOptions": [
|
|
37
|
+
{
|
|
38
|
+
"(google.api.http)": {
|
|
39
|
+
"post": "/reports/v1alpha/{parent=accounts/*}/reports:search",
|
|
40
|
+
"body": "*"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"(google.api.method_signature)": "parent"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"SearchRequest": {
|
|
51
|
+
"fields": {
|
|
52
|
+
"parent": {
|
|
53
|
+
"type": "string",
|
|
54
|
+
"id": 1,
|
|
55
|
+
"options": {
|
|
56
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"query": {
|
|
60
|
+
"type": "string",
|
|
61
|
+
"id": 2,
|
|
62
|
+
"options": {
|
|
63
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"pageSize": {
|
|
67
|
+
"type": "int32",
|
|
68
|
+
"id": 3,
|
|
69
|
+
"options": {
|
|
70
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"pageToken": {
|
|
74
|
+
"type": "string",
|
|
75
|
+
"id": 4,
|
|
76
|
+
"options": {
|
|
77
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"SearchResponse": {
|
|
83
|
+
"fields": {
|
|
84
|
+
"results": {
|
|
85
|
+
"rule": "repeated",
|
|
86
|
+
"type": "ReportRow",
|
|
87
|
+
"id": 1
|
|
88
|
+
},
|
|
89
|
+
"nextPageToken": {
|
|
90
|
+
"type": "string",
|
|
91
|
+
"id": 2
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"ReportRow": {
|
|
96
|
+
"fields": {
|
|
97
|
+
"productPerformanceView": {
|
|
98
|
+
"type": "ProductPerformanceView",
|
|
99
|
+
"id": 1
|
|
100
|
+
},
|
|
101
|
+
"nonProductPerformanceView": {
|
|
102
|
+
"type": "NonProductPerformanceView",
|
|
103
|
+
"id": 7
|
|
104
|
+
},
|
|
105
|
+
"productView": {
|
|
106
|
+
"type": "ProductView",
|
|
107
|
+
"id": 2
|
|
108
|
+
},
|
|
109
|
+
"priceCompetitivenessProductView": {
|
|
110
|
+
"type": "PriceCompetitivenessProductView",
|
|
111
|
+
"id": 3
|
|
112
|
+
},
|
|
113
|
+
"priceInsightsProductView": {
|
|
114
|
+
"type": "PriceInsightsProductView",
|
|
115
|
+
"id": 4
|
|
116
|
+
},
|
|
117
|
+
"bestSellersProductClusterView": {
|
|
118
|
+
"type": "BestSellersProductClusterView",
|
|
119
|
+
"id": 5
|
|
120
|
+
},
|
|
121
|
+
"bestSellersBrandView": {
|
|
122
|
+
"type": "BestSellersBrandView",
|
|
123
|
+
"id": 6
|
|
124
|
+
},
|
|
125
|
+
"competitiveVisibilityCompetitorView": {
|
|
126
|
+
"type": "CompetitiveVisibilityCompetitorView",
|
|
127
|
+
"id": 8
|
|
128
|
+
},
|
|
129
|
+
"competitiveVisibilityTopMerchantView": {
|
|
130
|
+
"type": "CompetitiveVisibilityTopMerchantView",
|
|
131
|
+
"id": 9
|
|
132
|
+
},
|
|
133
|
+
"competitiveVisibilityBenchmarkView": {
|
|
134
|
+
"type": "CompetitiveVisibilityBenchmarkView",
|
|
135
|
+
"id": 10
|
|
136
|
+
},
|
|
137
|
+
"youtubeCreatorPerformanceView": {
|
|
138
|
+
"type": "YoutubeCreatorPerformanceView",
|
|
139
|
+
"id": 13
|
|
140
|
+
},
|
|
141
|
+
"youtubeContentPerformanceView": {
|
|
142
|
+
"type": "YoutubeContentPerformanceView",
|
|
143
|
+
"id": 14
|
|
144
|
+
},
|
|
145
|
+
"youtubeProductPerformanceView": {
|
|
146
|
+
"type": "YoutubeProductPerformanceView",
|
|
147
|
+
"id": 15
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"ProductPerformanceView": {
|
|
152
|
+
"oneofs": {
|
|
153
|
+
"_marketingMethod": {
|
|
154
|
+
"oneof": [
|
|
155
|
+
"marketingMethod"
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
"_customerCountryCode": {
|
|
159
|
+
"oneof": [
|
|
160
|
+
"customerCountryCode"
|
|
161
|
+
]
|
|
162
|
+
},
|
|
163
|
+
"_offerId": {
|
|
164
|
+
"oneof": [
|
|
165
|
+
"offerId"
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
"_title": {
|
|
169
|
+
"oneof": [
|
|
170
|
+
"title"
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
"_brand": {
|
|
174
|
+
"oneof": [
|
|
175
|
+
"brand"
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
"_categoryL1": {
|
|
179
|
+
"oneof": [
|
|
180
|
+
"categoryL1"
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
"_categoryL2": {
|
|
184
|
+
"oneof": [
|
|
185
|
+
"categoryL2"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
"_categoryL3": {
|
|
189
|
+
"oneof": [
|
|
190
|
+
"categoryL3"
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
"_categoryL4": {
|
|
194
|
+
"oneof": [
|
|
195
|
+
"categoryL4"
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
"_categoryL5": {
|
|
199
|
+
"oneof": [
|
|
200
|
+
"categoryL5"
|
|
201
|
+
]
|
|
202
|
+
},
|
|
203
|
+
"_productTypeL1": {
|
|
204
|
+
"oneof": [
|
|
205
|
+
"productTypeL1"
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
"_productTypeL2": {
|
|
209
|
+
"oneof": [
|
|
210
|
+
"productTypeL2"
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
"_productTypeL3": {
|
|
214
|
+
"oneof": [
|
|
215
|
+
"productTypeL3"
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
"_productTypeL4": {
|
|
219
|
+
"oneof": [
|
|
220
|
+
"productTypeL4"
|
|
221
|
+
]
|
|
222
|
+
},
|
|
223
|
+
"_productTypeL5": {
|
|
224
|
+
"oneof": [
|
|
225
|
+
"productTypeL5"
|
|
226
|
+
]
|
|
227
|
+
},
|
|
228
|
+
"_customLabel0": {
|
|
229
|
+
"oneof": [
|
|
230
|
+
"customLabel0"
|
|
231
|
+
]
|
|
232
|
+
},
|
|
233
|
+
"_customLabel1": {
|
|
234
|
+
"oneof": [
|
|
235
|
+
"customLabel1"
|
|
236
|
+
]
|
|
237
|
+
},
|
|
238
|
+
"_customLabel2": {
|
|
239
|
+
"oneof": [
|
|
240
|
+
"customLabel2"
|
|
241
|
+
]
|
|
242
|
+
},
|
|
243
|
+
"_customLabel3": {
|
|
244
|
+
"oneof": [
|
|
245
|
+
"customLabel3"
|
|
246
|
+
]
|
|
247
|
+
},
|
|
248
|
+
"_customLabel4": {
|
|
249
|
+
"oneof": [
|
|
250
|
+
"customLabel4"
|
|
251
|
+
]
|
|
252
|
+
},
|
|
253
|
+
"_clicks": {
|
|
254
|
+
"oneof": [
|
|
255
|
+
"clicks"
|
|
256
|
+
]
|
|
257
|
+
},
|
|
258
|
+
"_impressions": {
|
|
259
|
+
"oneof": [
|
|
260
|
+
"impressions"
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
"_clickThroughRate": {
|
|
264
|
+
"oneof": [
|
|
265
|
+
"clickThroughRate"
|
|
266
|
+
]
|
|
267
|
+
},
|
|
268
|
+
"_conversions": {
|
|
269
|
+
"oneof": [
|
|
270
|
+
"conversions"
|
|
271
|
+
]
|
|
272
|
+
},
|
|
273
|
+
"_conversionRate": {
|
|
274
|
+
"oneof": [
|
|
275
|
+
"conversionRate"
|
|
276
|
+
]
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
"fields": {
|
|
280
|
+
"marketingMethod": {
|
|
281
|
+
"type": "MarketingMethod.MarketingMethodEnum",
|
|
282
|
+
"id": 1,
|
|
283
|
+
"options": {
|
|
284
|
+
"proto3_optional": true
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
"date": {
|
|
288
|
+
"type": "google.type.Date",
|
|
289
|
+
"id": 2
|
|
290
|
+
},
|
|
291
|
+
"week": {
|
|
292
|
+
"type": "google.type.Date",
|
|
293
|
+
"id": 3
|
|
294
|
+
},
|
|
295
|
+
"customerCountryCode": {
|
|
296
|
+
"type": "string",
|
|
297
|
+
"id": 4,
|
|
298
|
+
"options": {
|
|
299
|
+
"proto3_optional": true
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"offerId": {
|
|
303
|
+
"type": "string",
|
|
304
|
+
"id": 5,
|
|
305
|
+
"options": {
|
|
306
|
+
"proto3_optional": true
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"title": {
|
|
310
|
+
"type": "string",
|
|
311
|
+
"id": 6,
|
|
312
|
+
"options": {
|
|
313
|
+
"proto3_optional": true
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
"brand": {
|
|
317
|
+
"type": "string",
|
|
318
|
+
"id": 7,
|
|
319
|
+
"options": {
|
|
320
|
+
"proto3_optional": true
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"categoryL1": {
|
|
324
|
+
"type": "string",
|
|
325
|
+
"id": 8,
|
|
326
|
+
"options": {
|
|
327
|
+
"proto3_optional": true
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"categoryL2": {
|
|
331
|
+
"type": "string",
|
|
332
|
+
"id": 9,
|
|
333
|
+
"options": {
|
|
334
|
+
"proto3_optional": true
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"categoryL3": {
|
|
338
|
+
"type": "string",
|
|
339
|
+
"id": 10,
|
|
340
|
+
"options": {
|
|
341
|
+
"proto3_optional": true
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
"categoryL4": {
|
|
345
|
+
"type": "string",
|
|
346
|
+
"id": 11,
|
|
347
|
+
"options": {
|
|
348
|
+
"proto3_optional": true
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"categoryL5": {
|
|
352
|
+
"type": "string",
|
|
353
|
+
"id": 12,
|
|
354
|
+
"options": {
|
|
355
|
+
"proto3_optional": true
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
"productTypeL1": {
|
|
359
|
+
"type": "string",
|
|
360
|
+
"id": 13,
|
|
361
|
+
"options": {
|
|
362
|
+
"proto3_optional": true
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
"productTypeL2": {
|
|
366
|
+
"type": "string",
|
|
367
|
+
"id": 14,
|
|
368
|
+
"options": {
|
|
369
|
+
"proto3_optional": true
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"productTypeL3": {
|
|
373
|
+
"type": "string",
|
|
374
|
+
"id": 15,
|
|
375
|
+
"options": {
|
|
376
|
+
"proto3_optional": true
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
"productTypeL4": {
|
|
380
|
+
"type": "string",
|
|
381
|
+
"id": 16,
|
|
382
|
+
"options": {
|
|
383
|
+
"proto3_optional": true
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"productTypeL5": {
|
|
387
|
+
"type": "string",
|
|
388
|
+
"id": 17,
|
|
389
|
+
"options": {
|
|
390
|
+
"proto3_optional": true
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"customLabel0": {
|
|
394
|
+
"type": "string",
|
|
395
|
+
"id": 18,
|
|
396
|
+
"options": {
|
|
397
|
+
"proto3_optional": true
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
"customLabel1": {
|
|
401
|
+
"type": "string",
|
|
402
|
+
"id": 19,
|
|
403
|
+
"options": {
|
|
404
|
+
"proto3_optional": true
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
"customLabel2": {
|
|
408
|
+
"type": "string",
|
|
409
|
+
"id": 20,
|
|
410
|
+
"options": {
|
|
411
|
+
"proto3_optional": true
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
"customLabel3": {
|
|
415
|
+
"type": "string",
|
|
416
|
+
"id": 21,
|
|
417
|
+
"options": {
|
|
418
|
+
"proto3_optional": true
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
"customLabel4": {
|
|
422
|
+
"type": "string",
|
|
423
|
+
"id": 22,
|
|
424
|
+
"options": {
|
|
425
|
+
"proto3_optional": true
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
"clicks": {
|
|
429
|
+
"type": "int64",
|
|
430
|
+
"id": 23,
|
|
431
|
+
"options": {
|
|
432
|
+
"proto3_optional": true
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"impressions": {
|
|
436
|
+
"type": "int64",
|
|
437
|
+
"id": 24,
|
|
438
|
+
"options": {
|
|
439
|
+
"proto3_optional": true
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
"clickThroughRate": {
|
|
443
|
+
"type": "double",
|
|
444
|
+
"id": 25,
|
|
445
|
+
"options": {
|
|
446
|
+
"proto3_optional": true
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
"conversions": {
|
|
450
|
+
"type": "double",
|
|
451
|
+
"id": 26,
|
|
452
|
+
"options": {
|
|
453
|
+
"proto3_optional": true
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
"conversionValue": {
|
|
457
|
+
"type": "google.shopping.type.Price",
|
|
458
|
+
"id": 27
|
|
459
|
+
},
|
|
460
|
+
"conversionRate": {
|
|
461
|
+
"type": "double",
|
|
462
|
+
"id": 28,
|
|
463
|
+
"options": {
|
|
464
|
+
"proto3_optional": true
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"ProductView": {
|
|
470
|
+
"oneofs": {
|
|
471
|
+
"_id": {
|
|
472
|
+
"oneof": [
|
|
473
|
+
"id"
|
|
474
|
+
]
|
|
475
|
+
},
|
|
476
|
+
"_channel": {
|
|
477
|
+
"oneof": [
|
|
478
|
+
"channel"
|
|
479
|
+
]
|
|
480
|
+
},
|
|
481
|
+
"_languageCode": {
|
|
482
|
+
"oneof": [
|
|
483
|
+
"languageCode"
|
|
484
|
+
]
|
|
485
|
+
},
|
|
486
|
+
"_feedLabel": {
|
|
487
|
+
"oneof": [
|
|
488
|
+
"feedLabel"
|
|
489
|
+
]
|
|
490
|
+
},
|
|
491
|
+
"_offerId": {
|
|
492
|
+
"oneof": [
|
|
493
|
+
"offerId"
|
|
494
|
+
]
|
|
495
|
+
},
|
|
496
|
+
"_title": {
|
|
497
|
+
"oneof": [
|
|
498
|
+
"title"
|
|
499
|
+
]
|
|
500
|
+
},
|
|
501
|
+
"_brand": {
|
|
502
|
+
"oneof": [
|
|
503
|
+
"brand"
|
|
504
|
+
]
|
|
505
|
+
},
|
|
506
|
+
"_categoryL1": {
|
|
507
|
+
"oneof": [
|
|
508
|
+
"categoryL1"
|
|
509
|
+
]
|
|
510
|
+
},
|
|
511
|
+
"_categoryL2": {
|
|
512
|
+
"oneof": [
|
|
513
|
+
"categoryL2"
|
|
514
|
+
]
|
|
515
|
+
},
|
|
516
|
+
"_categoryL3": {
|
|
517
|
+
"oneof": [
|
|
518
|
+
"categoryL3"
|
|
519
|
+
]
|
|
520
|
+
},
|
|
521
|
+
"_categoryL4": {
|
|
522
|
+
"oneof": [
|
|
523
|
+
"categoryL4"
|
|
524
|
+
]
|
|
525
|
+
},
|
|
526
|
+
"_categoryL5": {
|
|
527
|
+
"oneof": [
|
|
528
|
+
"categoryL5"
|
|
529
|
+
]
|
|
530
|
+
},
|
|
531
|
+
"_productTypeL1": {
|
|
532
|
+
"oneof": [
|
|
533
|
+
"productTypeL1"
|
|
534
|
+
]
|
|
535
|
+
},
|
|
536
|
+
"_productTypeL2": {
|
|
537
|
+
"oneof": [
|
|
538
|
+
"productTypeL2"
|
|
539
|
+
]
|
|
540
|
+
},
|
|
541
|
+
"_productTypeL3": {
|
|
542
|
+
"oneof": [
|
|
543
|
+
"productTypeL3"
|
|
544
|
+
]
|
|
545
|
+
},
|
|
546
|
+
"_productTypeL4": {
|
|
547
|
+
"oneof": [
|
|
548
|
+
"productTypeL4"
|
|
549
|
+
]
|
|
550
|
+
},
|
|
551
|
+
"_productTypeL5": {
|
|
552
|
+
"oneof": [
|
|
553
|
+
"productTypeL5"
|
|
554
|
+
]
|
|
555
|
+
},
|
|
556
|
+
"_condition": {
|
|
557
|
+
"oneof": [
|
|
558
|
+
"condition"
|
|
559
|
+
]
|
|
560
|
+
},
|
|
561
|
+
"_availability": {
|
|
562
|
+
"oneof": [
|
|
563
|
+
"availability"
|
|
564
|
+
]
|
|
565
|
+
},
|
|
566
|
+
"_shippingLabel": {
|
|
567
|
+
"oneof": [
|
|
568
|
+
"shippingLabel"
|
|
569
|
+
]
|
|
570
|
+
},
|
|
571
|
+
"_itemGroupId": {
|
|
572
|
+
"oneof": [
|
|
573
|
+
"itemGroupId"
|
|
574
|
+
]
|
|
575
|
+
},
|
|
576
|
+
"_thumbnailLink": {
|
|
577
|
+
"oneof": [
|
|
578
|
+
"thumbnailLink"
|
|
579
|
+
]
|
|
580
|
+
},
|
|
581
|
+
"_aggregatedReportingContextStatus": {
|
|
582
|
+
"oneof": [
|
|
583
|
+
"aggregatedReportingContextStatus"
|
|
584
|
+
]
|
|
585
|
+
},
|
|
586
|
+
"_clickPotentialRank": {
|
|
587
|
+
"oneof": [
|
|
588
|
+
"clickPotentialRank"
|
|
589
|
+
]
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
"fields": {
|
|
593
|
+
"id": {
|
|
594
|
+
"type": "string",
|
|
595
|
+
"id": 1,
|
|
596
|
+
"options": {
|
|
597
|
+
"proto3_optional": true
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
"channel": {
|
|
601
|
+
"type": "google.shopping.type.Channel.ChannelEnum",
|
|
602
|
+
"id": 28,
|
|
603
|
+
"options": {
|
|
604
|
+
"proto3_optional": true
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
"languageCode": {
|
|
608
|
+
"type": "string",
|
|
609
|
+
"id": 2,
|
|
610
|
+
"options": {
|
|
611
|
+
"proto3_optional": true
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
"feedLabel": {
|
|
615
|
+
"type": "string",
|
|
616
|
+
"id": 3,
|
|
617
|
+
"options": {
|
|
618
|
+
"proto3_optional": true
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
"offerId": {
|
|
622
|
+
"type": "string",
|
|
623
|
+
"id": 4,
|
|
624
|
+
"options": {
|
|
625
|
+
"proto3_optional": true
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
"title": {
|
|
629
|
+
"type": "string",
|
|
630
|
+
"id": 5,
|
|
631
|
+
"options": {
|
|
632
|
+
"proto3_optional": true
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
"brand": {
|
|
636
|
+
"type": "string",
|
|
637
|
+
"id": 6,
|
|
638
|
+
"options": {
|
|
639
|
+
"proto3_optional": true
|
|
640
|
+
}
|
|
641
|
+
},
|
|
642
|
+
"categoryL1": {
|
|
643
|
+
"type": "string",
|
|
644
|
+
"id": 7,
|
|
645
|
+
"options": {
|
|
646
|
+
"proto3_optional": true
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
"categoryL2": {
|
|
650
|
+
"type": "string",
|
|
651
|
+
"id": 8,
|
|
652
|
+
"options": {
|
|
653
|
+
"proto3_optional": true
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
"categoryL3": {
|
|
657
|
+
"type": "string",
|
|
658
|
+
"id": 9,
|
|
659
|
+
"options": {
|
|
660
|
+
"proto3_optional": true
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
"categoryL4": {
|
|
664
|
+
"type": "string",
|
|
665
|
+
"id": 10,
|
|
666
|
+
"options": {
|
|
667
|
+
"proto3_optional": true
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
"categoryL5": {
|
|
671
|
+
"type": "string",
|
|
672
|
+
"id": 11,
|
|
673
|
+
"options": {
|
|
674
|
+
"proto3_optional": true
|
|
675
|
+
}
|
|
676
|
+
},
|
|
677
|
+
"productTypeL1": {
|
|
678
|
+
"type": "string",
|
|
679
|
+
"id": 12,
|
|
680
|
+
"options": {
|
|
681
|
+
"proto3_optional": true
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
"productTypeL2": {
|
|
685
|
+
"type": "string",
|
|
686
|
+
"id": 13,
|
|
687
|
+
"options": {
|
|
688
|
+
"proto3_optional": true
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
"productTypeL3": {
|
|
692
|
+
"type": "string",
|
|
693
|
+
"id": 14,
|
|
694
|
+
"options": {
|
|
695
|
+
"proto3_optional": true
|
|
696
|
+
}
|
|
697
|
+
},
|
|
698
|
+
"productTypeL4": {
|
|
699
|
+
"type": "string",
|
|
700
|
+
"id": 15,
|
|
701
|
+
"options": {
|
|
702
|
+
"proto3_optional": true
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
"productTypeL5": {
|
|
706
|
+
"type": "string",
|
|
707
|
+
"id": 16,
|
|
708
|
+
"options": {
|
|
709
|
+
"proto3_optional": true
|
|
710
|
+
}
|
|
711
|
+
},
|
|
712
|
+
"price": {
|
|
713
|
+
"type": "google.shopping.type.Price",
|
|
714
|
+
"id": 17
|
|
715
|
+
},
|
|
716
|
+
"condition": {
|
|
717
|
+
"type": "string",
|
|
718
|
+
"id": 18,
|
|
719
|
+
"options": {
|
|
720
|
+
"proto3_optional": true
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
"availability": {
|
|
724
|
+
"type": "string",
|
|
725
|
+
"id": 19,
|
|
726
|
+
"options": {
|
|
727
|
+
"proto3_optional": true
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
"shippingLabel": {
|
|
731
|
+
"type": "string",
|
|
732
|
+
"id": 20,
|
|
733
|
+
"options": {
|
|
734
|
+
"proto3_optional": true
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
"gtin": {
|
|
738
|
+
"rule": "repeated",
|
|
739
|
+
"type": "string",
|
|
740
|
+
"id": 21
|
|
741
|
+
},
|
|
742
|
+
"itemGroupId": {
|
|
743
|
+
"type": "string",
|
|
744
|
+
"id": 22,
|
|
745
|
+
"options": {
|
|
746
|
+
"proto3_optional": true
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
"thumbnailLink": {
|
|
750
|
+
"type": "string",
|
|
751
|
+
"id": 23,
|
|
752
|
+
"options": {
|
|
753
|
+
"proto3_optional": true
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
"creationTime": {
|
|
757
|
+
"type": "google.protobuf.Timestamp",
|
|
758
|
+
"id": 24
|
|
759
|
+
},
|
|
760
|
+
"expirationDate": {
|
|
761
|
+
"type": "google.type.Date",
|
|
762
|
+
"id": 25
|
|
763
|
+
},
|
|
764
|
+
"aggregatedReportingContextStatus": {
|
|
765
|
+
"type": "AggregatedReportingContextStatus",
|
|
766
|
+
"id": 26,
|
|
767
|
+
"options": {
|
|
768
|
+
"proto3_optional": true
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
"itemIssues": {
|
|
772
|
+
"rule": "repeated",
|
|
773
|
+
"type": "ItemIssue",
|
|
774
|
+
"id": 27
|
|
775
|
+
},
|
|
776
|
+
"clickPotential": {
|
|
777
|
+
"type": "ClickPotential",
|
|
778
|
+
"id": 29
|
|
779
|
+
},
|
|
780
|
+
"clickPotentialRank": {
|
|
781
|
+
"type": "int64",
|
|
782
|
+
"id": 30,
|
|
783
|
+
"options": {
|
|
784
|
+
"proto3_optional": true
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
"nested": {
|
|
789
|
+
"ItemIssue": {
|
|
790
|
+
"oneofs": {
|
|
791
|
+
"_resolution": {
|
|
792
|
+
"oneof": [
|
|
793
|
+
"resolution"
|
|
794
|
+
]
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
"fields": {
|
|
798
|
+
"type": {
|
|
799
|
+
"type": "ItemIssueType",
|
|
800
|
+
"id": 1
|
|
801
|
+
},
|
|
802
|
+
"severity": {
|
|
803
|
+
"type": "ItemIssueSeverity",
|
|
804
|
+
"id": 2
|
|
805
|
+
},
|
|
806
|
+
"resolution": {
|
|
807
|
+
"type": "ItemIssueResolution",
|
|
808
|
+
"id": 3,
|
|
809
|
+
"options": {
|
|
810
|
+
"proto3_optional": true
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
"nested": {
|
|
815
|
+
"ItemIssueType": {
|
|
816
|
+
"oneofs": {
|
|
817
|
+
"_code": {
|
|
818
|
+
"oneof": [
|
|
819
|
+
"code"
|
|
820
|
+
]
|
|
821
|
+
},
|
|
822
|
+
"_canonicalAttribute": {
|
|
823
|
+
"oneof": [
|
|
824
|
+
"canonicalAttribute"
|
|
825
|
+
]
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
"fields": {
|
|
829
|
+
"code": {
|
|
830
|
+
"type": "string",
|
|
831
|
+
"id": 1,
|
|
832
|
+
"options": {
|
|
833
|
+
"proto3_optional": true
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"canonicalAttribute": {
|
|
837
|
+
"type": "string",
|
|
838
|
+
"id": 2,
|
|
839
|
+
"options": {
|
|
840
|
+
"proto3_optional": true
|
|
841
|
+
}
|
|
842
|
+
}
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
"ItemIssueSeverity": {
|
|
846
|
+
"oneofs": {
|
|
847
|
+
"_aggregatedSeverity": {
|
|
848
|
+
"oneof": [
|
|
849
|
+
"aggregatedSeverity"
|
|
850
|
+
]
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"fields": {
|
|
854
|
+
"severityPerReportingContext": {
|
|
855
|
+
"rule": "repeated",
|
|
856
|
+
"type": "IssueSeverityPerReportingContext",
|
|
857
|
+
"id": 1
|
|
858
|
+
},
|
|
859
|
+
"aggregatedSeverity": {
|
|
860
|
+
"type": "AggregatedIssueSeverity",
|
|
861
|
+
"id": 2,
|
|
862
|
+
"options": {
|
|
863
|
+
"proto3_optional": true
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
"nested": {
|
|
868
|
+
"IssueSeverityPerReportingContext": {
|
|
869
|
+
"oneofs": {
|
|
870
|
+
"_reportingContext": {
|
|
871
|
+
"oneof": [
|
|
872
|
+
"reportingContext"
|
|
873
|
+
]
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
"fields": {
|
|
877
|
+
"reportingContext": {
|
|
878
|
+
"type": "google.shopping.type.ReportingContext.ReportingContextEnum",
|
|
879
|
+
"id": 1,
|
|
880
|
+
"options": {
|
|
881
|
+
"proto3_optional": true
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
"disapprovedCountries": {
|
|
885
|
+
"rule": "repeated",
|
|
886
|
+
"type": "string",
|
|
887
|
+
"id": 2
|
|
888
|
+
},
|
|
889
|
+
"demotedCountries": {
|
|
890
|
+
"rule": "repeated",
|
|
891
|
+
"type": "string",
|
|
892
|
+
"id": 3
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
},
|
|
896
|
+
"AggregatedIssueSeverity": {
|
|
897
|
+
"values": {
|
|
898
|
+
"AGGREGATED_ISSUE_SEVERITY_UNSPECIFIED": 0,
|
|
899
|
+
"DISAPPROVED": 1,
|
|
900
|
+
"DEMOTED": 2,
|
|
901
|
+
"PENDING": 3
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
"ItemIssueResolution": {
|
|
907
|
+
"values": {
|
|
908
|
+
"ITEM_ISSUE_RESOLUTION_UNSPECIFIED": 0,
|
|
909
|
+
"MERCHANT_ACTION": 1,
|
|
910
|
+
"PENDING_PROCESSING": 2
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
"AggregatedReportingContextStatus": {
|
|
916
|
+
"values": {
|
|
917
|
+
"AGGREGATED_REPORTING_CONTEXT_STATUS_UNSPECIFIED": 0,
|
|
918
|
+
"NOT_ELIGIBLE_OR_DISAPPROVED": 1,
|
|
919
|
+
"PENDING": 2,
|
|
920
|
+
"ELIGIBLE_LIMITED": 3,
|
|
921
|
+
"ELIGIBLE": 4
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
"ClickPotential": {
|
|
925
|
+
"values": {
|
|
926
|
+
"CLICK_POTENTIAL_UNSPECIFIED": 0,
|
|
927
|
+
"LOW": 1,
|
|
928
|
+
"MEDIUM": 2,
|
|
929
|
+
"HIGH": 3
|
|
930
|
+
}
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
"PriceCompetitivenessProductView": {
|
|
935
|
+
"oneofs": {
|
|
936
|
+
"_reportCountryCode": {
|
|
937
|
+
"oneof": [
|
|
938
|
+
"reportCountryCode"
|
|
939
|
+
]
|
|
940
|
+
},
|
|
941
|
+
"_id": {
|
|
942
|
+
"oneof": [
|
|
943
|
+
"id"
|
|
944
|
+
]
|
|
945
|
+
},
|
|
946
|
+
"_offerId": {
|
|
947
|
+
"oneof": [
|
|
948
|
+
"offerId"
|
|
949
|
+
]
|
|
950
|
+
},
|
|
951
|
+
"_title": {
|
|
952
|
+
"oneof": [
|
|
953
|
+
"title"
|
|
954
|
+
]
|
|
955
|
+
},
|
|
956
|
+
"_brand": {
|
|
957
|
+
"oneof": [
|
|
958
|
+
"brand"
|
|
959
|
+
]
|
|
960
|
+
},
|
|
961
|
+
"_categoryL1": {
|
|
962
|
+
"oneof": [
|
|
963
|
+
"categoryL1"
|
|
964
|
+
]
|
|
965
|
+
},
|
|
966
|
+
"_categoryL2": {
|
|
967
|
+
"oneof": [
|
|
968
|
+
"categoryL2"
|
|
969
|
+
]
|
|
970
|
+
},
|
|
971
|
+
"_categoryL3": {
|
|
972
|
+
"oneof": [
|
|
973
|
+
"categoryL3"
|
|
974
|
+
]
|
|
975
|
+
},
|
|
976
|
+
"_categoryL4": {
|
|
977
|
+
"oneof": [
|
|
978
|
+
"categoryL4"
|
|
979
|
+
]
|
|
980
|
+
},
|
|
981
|
+
"_categoryL5": {
|
|
982
|
+
"oneof": [
|
|
983
|
+
"categoryL5"
|
|
984
|
+
]
|
|
985
|
+
},
|
|
986
|
+
"_productTypeL1": {
|
|
987
|
+
"oneof": [
|
|
988
|
+
"productTypeL1"
|
|
989
|
+
]
|
|
990
|
+
},
|
|
991
|
+
"_productTypeL2": {
|
|
992
|
+
"oneof": [
|
|
993
|
+
"productTypeL2"
|
|
994
|
+
]
|
|
995
|
+
},
|
|
996
|
+
"_productTypeL3": {
|
|
997
|
+
"oneof": [
|
|
998
|
+
"productTypeL3"
|
|
999
|
+
]
|
|
1000
|
+
},
|
|
1001
|
+
"_productTypeL4": {
|
|
1002
|
+
"oneof": [
|
|
1003
|
+
"productTypeL4"
|
|
1004
|
+
]
|
|
1005
|
+
},
|
|
1006
|
+
"_productTypeL5": {
|
|
1007
|
+
"oneof": [
|
|
1008
|
+
"productTypeL5"
|
|
1009
|
+
]
|
|
1010
|
+
}
|
|
1011
|
+
},
|
|
1012
|
+
"fields": {
|
|
1013
|
+
"reportCountryCode": {
|
|
1014
|
+
"type": "string",
|
|
1015
|
+
"id": 1,
|
|
1016
|
+
"options": {
|
|
1017
|
+
"proto3_optional": true
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
"id": {
|
|
1021
|
+
"type": "string",
|
|
1022
|
+
"id": 2,
|
|
1023
|
+
"options": {
|
|
1024
|
+
"proto3_optional": true
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
"offerId": {
|
|
1028
|
+
"type": "string",
|
|
1029
|
+
"id": 3,
|
|
1030
|
+
"options": {
|
|
1031
|
+
"proto3_optional": true
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"title": {
|
|
1035
|
+
"type": "string",
|
|
1036
|
+
"id": 4,
|
|
1037
|
+
"options": {
|
|
1038
|
+
"proto3_optional": true
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1041
|
+
"brand": {
|
|
1042
|
+
"type": "string",
|
|
1043
|
+
"id": 5,
|
|
1044
|
+
"options": {
|
|
1045
|
+
"proto3_optional": true
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
"categoryL1": {
|
|
1049
|
+
"type": "string",
|
|
1050
|
+
"id": 6,
|
|
1051
|
+
"options": {
|
|
1052
|
+
"proto3_optional": true
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
"categoryL2": {
|
|
1056
|
+
"type": "string",
|
|
1057
|
+
"id": 7,
|
|
1058
|
+
"options": {
|
|
1059
|
+
"proto3_optional": true
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
"categoryL3": {
|
|
1063
|
+
"type": "string",
|
|
1064
|
+
"id": 8,
|
|
1065
|
+
"options": {
|
|
1066
|
+
"proto3_optional": true
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
"categoryL4": {
|
|
1070
|
+
"type": "string",
|
|
1071
|
+
"id": 9,
|
|
1072
|
+
"options": {
|
|
1073
|
+
"proto3_optional": true
|
|
1074
|
+
}
|
|
1075
|
+
},
|
|
1076
|
+
"categoryL5": {
|
|
1077
|
+
"type": "string",
|
|
1078
|
+
"id": 10,
|
|
1079
|
+
"options": {
|
|
1080
|
+
"proto3_optional": true
|
|
1081
|
+
}
|
|
1082
|
+
},
|
|
1083
|
+
"productTypeL1": {
|
|
1084
|
+
"type": "string",
|
|
1085
|
+
"id": 11,
|
|
1086
|
+
"options": {
|
|
1087
|
+
"proto3_optional": true
|
|
1088
|
+
}
|
|
1089
|
+
},
|
|
1090
|
+
"productTypeL2": {
|
|
1091
|
+
"type": "string",
|
|
1092
|
+
"id": 12,
|
|
1093
|
+
"options": {
|
|
1094
|
+
"proto3_optional": true
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
"productTypeL3": {
|
|
1098
|
+
"type": "string",
|
|
1099
|
+
"id": 13,
|
|
1100
|
+
"options": {
|
|
1101
|
+
"proto3_optional": true
|
|
1102
|
+
}
|
|
1103
|
+
},
|
|
1104
|
+
"productTypeL4": {
|
|
1105
|
+
"type": "string",
|
|
1106
|
+
"id": 14,
|
|
1107
|
+
"options": {
|
|
1108
|
+
"proto3_optional": true
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
"productTypeL5": {
|
|
1112
|
+
"type": "string",
|
|
1113
|
+
"id": 15,
|
|
1114
|
+
"options": {
|
|
1115
|
+
"proto3_optional": true
|
|
1116
|
+
}
|
|
1117
|
+
},
|
|
1118
|
+
"price": {
|
|
1119
|
+
"type": "google.shopping.type.Price",
|
|
1120
|
+
"id": 16
|
|
1121
|
+
},
|
|
1122
|
+
"benchmarkPrice": {
|
|
1123
|
+
"type": "google.shopping.type.Price",
|
|
1124
|
+
"id": 17
|
|
1125
|
+
}
|
|
1126
|
+
}
|
|
1127
|
+
},
|
|
1128
|
+
"PriceInsightsProductView": {
|
|
1129
|
+
"oneofs": {
|
|
1130
|
+
"_id": {
|
|
1131
|
+
"oneof": [
|
|
1132
|
+
"id"
|
|
1133
|
+
]
|
|
1134
|
+
},
|
|
1135
|
+
"_offerId": {
|
|
1136
|
+
"oneof": [
|
|
1137
|
+
"offerId"
|
|
1138
|
+
]
|
|
1139
|
+
},
|
|
1140
|
+
"_title": {
|
|
1141
|
+
"oneof": [
|
|
1142
|
+
"title"
|
|
1143
|
+
]
|
|
1144
|
+
},
|
|
1145
|
+
"_brand": {
|
|
1146
|
+
"oneof": [
|
|
1147
|
+
"brand"
|
|
1148
|
+
]
|
|
1149
|
+
},
|
|
1150
|
+
"_categoryL1": {
|
|
1151
|
+
"oneof": [
|
|
1152
|
+
"categoryL1"
|
|
1153
|
+
]
|
|
1154
|
+
},
|
|
1155
|
+
"_categoryL2": {
|
|
1156
|
+
"oneof": [
|
|
1157
|
+
"categoryL2"
|
|
1158
|
+
]
|
|
1159
|
+
},
|
|
1160
|
+
"_categoryL3": {
|
|
1161
|
+
"oneof": [
|
|
1162
|
+
"categoryL3"
|
|
1163
|
+
]
|
|
1164
|
+
},
|
|
1165
|
+
"_categoryL4": {
|
|
1166
|
+
"oneof": [
|
|
1167
|
+
"categoryL4"
|
|
1168
|
+
]
|
|
1169
|
+
},
|
|
1170
|
+
"_categoryL5": {
|
|
1171
|
+
"oneof": [
|
|
1172
|
+
"categoryL5"
|
|
1173
|
+
]
|
|
1174
|
+
},
|
|
1175
|
+
"_productTypeL1": {
|
|
1176
|
+
"oneof": [
|
|
1177
|
+
"productTypeL1"
|
|
1178
|
+
]
|
|
1179
|
+
},
|
|
1180
|
+
"_productTypeL2": {
|
|
1181
|
+
"oneof": [
|
|
1182
|
+
"productTypeL2"
|
|
1183
|
+
]
|
|
1184
|
+
},
|
|
1185
|
+
"_productTypeL3": {
|
|
1186
|
+
"oneof": [
|
|
1187
|
+
"productTypeL3"
|
|
1188
|
+
]
|
|
1189
|
+
},
|
|
1190
|
+
"_productTypeL4": {
|
|
1191
|
+
"oneof": [
|
|
1192
|
+
"productTypeL4"
|
|
1193
|
+
]
|
|
1194
|
+
},
|
|
1195
|
+
"_productTypeL5": {
|
|
1196
|
+
"oneof": [
|
|
1197
|
+
"productTypeL5"
|
|
1198
|
+
]
|
|
1199
|
+
},
|
|
1200
|
+
"_predictedImpressionsChangeFraction": {
|
|
1201
|
+
"oneof": [
|
|
1202
|
+
"predictedImpressionsChangeFraction"
|
|
1203
|
+
]
|
|
1204
|
+
},
|
|
1205
|
+
"_predictedClicksChangeFraction": {
|
|
1206
|
+
"oneof": [
|
|
1207
|
+
"predictedClicksChangeFraction"
|
|
1208
|
+
]
|
|
1209
|
+
},
|
|
1210
|
+
"_predictedConversionsChangeFraction": {
|
|
1211
|
+
"oneof": [
|
|
1212
|
+
"predictedConversionsChangeFraction"
|
|
1213
|
+
]
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
"fields": {
|
|
1217
|
+
"id": {
|
|
1218
|
+
"type": "string",
|
|
1219
|
+
"id": 1,
|
|
1220
|
+
"options": {
|
|
1221
|
+
"proto3_optional": true
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1224
|
+
"offerId": {
|
|
1225
|
+
"type": "string",
|
|
1226
|
+
"id": 2,
|
|
1227
|
+
"options": {
|
|
1228
|
+
"proto3_optional": true
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
"title": {
|
|
1232
|
+
"type": "string",
|
|
1233
|
+
"id": 3,
|
|
1234
|
+
"options": {
|
|
1235
|
+
"proto3_optional": true
|
|
1236
|
+
}
|
|
1237
|
+
},
|
|
1238
|
+
"brand": {
|
|
1239
|
+
"type": "string",
|
|
1240
|
+
"id": 4,
|
|
1241
|
+
"options": {
|
|
1242
|
+
"proto3_optional": true
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
"categoryL1": {
|
|
1246
|
+
"type": "string",
|
|
1247
|
+
"id": 5,
|
|
1248
|
+
"options": {
|
|
1249
|
+
"proto3_optional": true
|
|
1250
|
+
}
|
|
1251
|
+
},
|
|
1252
|
+
"categoryL2": {
|
|
1253
|
+
"type": "string",
|
|
1254
|
+
"id": 6,
|
|
1255
|
+
"options": {
|
|
1256
|
+
"proto3_optional": true
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
"categoryL3": {
|
|
1260
|
+
"type": "string",
|
|
1261
|
+
"id": 7,
|
|
1262
|
+
"options": {
|
|
1263
|
+
"proto3_optional": true
|
|
1264
|
+
}
|
|
1265
|
+
},
|
|
1266
|
+
"categoryL4": {
|
|
1267
|
+
"type": "string",
|
|
1268
|
+
"id": 8,
|
|
1269
|
+
"options": {
|
|
1270
|
+
"proto3_optional": true
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
"categoryL5": {
|
|
1274
|
+
"type": "string",
|
|
1275
|
+
"id": 9,
|
|
1276
|
+
"options": {
|
|
1277
|
+
"proto3_optional": true
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
"productTypeL1": {
|
|
1281
|
+
"type": "string",
|
|
1282
|
+
"id": 10,
|
|
1283
|
+
"options": {
|
|
1284
|
+
"proto3_optional": true
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
"productTypeL2": {
|
|
1288
|
+
"type": "string",
|
|
1289
|
+
"id": 11,
|
|
1290
|
+
"options": {
|
|
1291
|
+
"proto3_optional": true
|
|
1292
|
+
}
|
|
1293
|
+
},
|
|
1294
|
+
"productTypeL3": {
|
|
1295
|
+
"type": "string",
|
|
1296
|
+
"id": 12,
|
|
1297
|
+
"options": {
|
|
1298
|
+
"proto3_optional": true
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
"productTypeL4": {
|
|
1302
|
+
"type": "string",
|
|
1303
|
+
"id": 13,
|
|
1304
|
+
"options": {
|
|
1305
|
+
"proto3_optional": true
|
|
1306
|
+
}
|
|
1307
|
+
},
|
|
1308
|
+
"productTypeL5": {
|
|
1309
|
+
"type": "string",
|
|
1310
|
+
"id": 14,
|
|
1311
|
+
"options": {
|
|
1312
|
+
"proto3_optional": true
|
|
1313
|
+
}
|
|
1314
|
+
},
|
|
1315
|
+
"price": {
|
|
1316
|
+
"type": "google.shopping.type.Price",
|
|
1317
|
+
"id": 15
|
|
1318
|
+
},
|
|
1319
|
+
"suggestedPrice": {
|
|
1320
|
+
"type": "google.shopping.type.Price",
|
|
1321
|
+
"id": 16
|
|
1322
|
+
},
|
|
1323
|
+
"predictedImpressionsChangeFraction": {
|
|
1324
|
+
"type": "double",
|
|
1325
|
+
"id": 17,
|
|
1326
|
+
"options": {
|
|
1327
|
+
"proto3_optional": true
|
|
1328
|
+
}
|
|
1329
|
+
},
|
|
1330
|
+
"predictedClicksChangeFraction": {
|
|
1331
|
+
"type": "double",
|
|
1332
|
+
"id": 18,
|
|
1333
|
+
"options": {
|
|
1334
|
+
"proto3_optional": true
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1337
|
+
"predictedConversionsChangeFraction": {
|
|
1338
|
+
"type": "double",
|
|
1339
|
+
"id": 19,
|
|
1340
|
+
"options": {
|
|
1341
|
+
"proto3_optional": true
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
"effectiveness": {
|
|
1345
|
+
"type": "Effectiveness",
|
|
1346
|
+
"id": 22
|
|
1347
|
+
}
|
|
1348
|
+
},
|
|
1349
|
+
"nested": {
|
|
1350
|
+
"Effectiveness": {
|
|
1351
|
+
"values": {
|
|
1352
|
+
"EFFECTIVENESS_UNSPECIFIED": 0,
|
|
1353
|
+
"LOW": 1,
|
|
1354
|
+
"MEDIUM": 2,
|
|
1355
|
+
"HIGH": 3
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
"BestSellersProductClusterView": {
|
|
1361
|
+
"oneofs": {
|
|
1362
|
+
"_reportGranularity": {
|
|
1363
|
+
"oneof": [
|
|
1364
|
+
"reportGranularity"
|
|
1365
|
+
]
|
|
1366
|
+
},
|
|
1367
|
+
"_reportCountryCode": {
|
|
1368
|
+
"oneof": [
|
|
1369
|
+
"reportCountryCode"
|
|
1370
|
+
]
|
|
1371
|
+
},
|
|
1372
|
+
"_reportCategoryId": {
|
|
1373
|
+
"oneof": [
|
|
1374
|
+
"reportCategoryId"
|
|
1375
|
+
]
|
|
1376
|
+
},
|
|
1377
|
+
"_title": {
|
|
1378
|
+
"oneof": [
|
|
1379
|
+
"title"
|
|
1380
|
+
]
|
|
1381
|
+
},
|
|
1382
|
+
"_brand": {
|
|
1383
|
+
"oneof": [
|
|
1384
|
+
"brand"
|
|
1385
|
+
]
|
|
1386
|
+
},
|
|
1387
|
+
"_categoryL1": {
|
|
1388
|
+
"oneof": [
|
|
1389
|
+
"categoryL1"
|
|
1390
|
+
]
|
|
1391
|
+
},
|
|
1392
|
+
"_categoryL2": {
|
|
1393
|
+
"oneof": [
|
|
1394
|
+
"categoryL2"
|
|
1395
|
+
]
|
|
1396
|
+
},
|
|
1397
|
+
"_categoryL3": {
|
|
1398
|
+
"oneof": [
|
|
1399
|
+
"categoryL3"
|
|
1400
|
+
]
|
|
1401
|
+
},
|
|
1402
|
+
"_categoryL4": {
|
|
1403
|
+
"oneof": [
|
|
1404
|
+
"categoryL4"
|
|
1405
|
+
]
|
|
1406
|
+
},
|
|
1407
|
+
"_categoryL5": {
|
|
1408
|
+
"oneof": [
|
|
1409
|
+
"categoryL5"
|
|
1410
|
+
]
|
|
1411
|
+
},
|
|
1412
|
+
"_inventoryStatus": {
|
|
1413
|
+
"oneof": [
|
|
1414
|
+
"inventoryStatus"
|
|
1415
|
+
]
|
|
1416
|
+
},
|
|
1417
|
+
"_brandInventoryStatus": {
|
|
1418
|
+
"oneof": [
|
|
1419
|
+
"brandInventoryStatus"
|
|
1420
|
+
]
|
|
1421
|
+
},
|
|
1422
|
+
"_rank": {
|
|
1423
|
+
"oneof": [
|
|
1424
|
+
"rank"
|
|
1425
|
+
]
|
|
1426
|
+
},
|
|
1427
|
+
"_previousRank": {
|
|
1428
|
+
"oneof": [
|
|
1429
|
+
"previousRank"
|
|
1430
|
+
]
|
|
1431
|
+
},
|
|
1432
|
+
"_relativeDemand": {
|
|
1433
|
+
"oneof": [
|
|
1434
|
+
"relativeDemand"
|
|
1435
|
+
]
|
|
1436
|
+
},
|
|
1437
|
+
"_previousRelativeDemand": {
|
|
1438
|
+
"oneof": [
|
|
1439
|
+
"previousRelativeDemand"
|
|
1440
|
+
]
|
|
1441
|
+
},
|
|
1442
|
+
"_relativeDemandChange": {
|
|
1443
|
+
"oneof": [
|
|
1444
|
+
"relativeDemandChange"
|
|
1445
|
+
]
|
|
1446
|
+
}
|
|
1447
|
+
},
|
|
1448
|
+
"fields": {
|
|
1449
|
+
"reportDate": {
|
|
1450
|
+
"type": "google.type.Date",
|
|
1451
|
+
"id": 1
|
|
1452
|
+
},
|
|
1453
|
+
"reportGranularity": {
|
|
1454
|
+
"type": "ReportGranularity.ReportGranularityEnum",
|
|
1455
|
+
"id": 2,
|
|
1456
|
+
"options": {
|
|
1457
|
+
"proto3_optional": true
|
|
1458
|
+
}
|
|
1459
|
+
},
|
|
1460
|
+
"reportCountryCode": {
|
|
1461
|
+
"type": "string",
|
|
1462
|
+
"id": 3,
|
|
1463
|
+
"options": {
|
|
1464
|
+
"proto3_optional": true
|
|
1465
|
+
}
|
|
1466
|
+
},
|
|
1467
|
+
"reportCategoryId": {
|
|
1468
|
+
"type": "int64",
|
|
1469
|
+
"id": 4,
|
|
1470
|
+
"options": {
|
|
1471
|
+
"proto3_optional": true
|
|
1472
|
+
}
|
|
1473
|
+
},
|
|
1474
|
+
"title": {
|
|
1475
|
+
"type": "string",
|
|
1476
|
+
"id": 6,
|
|
1477
|
+
"options": {
|
|
1478
|
+
"proto3_optional": true
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
"brand": {
|
|
1482
|
+
"type": "string",
|
|
1483
|
+
"id": 7,
|
|
1484
|
+
"options": {
|
|
1485
|
+
"proto3_optional": true
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
"categoryL1": {
|
|
1489
|
+
"type": "string",
|
|
1490
|
+
"id": 8,
|
|
1491
|
+
"options": {
|
|
1492
|
+
"proto3_optional": true
|
|
1493
|
+
}
|
|
1494
|
+
},
|
|
1495
|
+
"categoryL2": {
|
|
1496
|
+
"type": "string",
|
|
1497
|
+
"id": 9,
|
|
1498
|
+
"options": {
|
|
1499
|
+
"proto3_optional": true
|
|
1500
|
+
}
|
|
1501
|
+
},
|
|
1502
|
+
"categoryL3": {
|
|
1503
|
+
"type": "string",
|
|
1504
|
+
"id": 10,
|
|
1505
|
+
"options": {
|
|
1506
|
+
"proto3_optional": true
|
|
1507
|
+
}
|
|
1508
|
+
},
|
|
1509
|
+
"categoryL4": {
|
|
1510
|
+
"type": "string",
|
|
1511
|
+
"id": 11,
|
|
1512
|
+
"options": {
|
|
1513
|
+
"proto3_optional": true
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
"categoryL5": {
|
|
1517
|
+
"type": "string",
|
|
1518
|
+
"id": 12,
|
|
1519
|
+
"options": {
|
|
1520
|
+
"proto3_optional": true
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1523
|
+
"variantGtins": {
|
|
1524
|
+
"rule": "repeated",
|
|
1525
|
+
"type": "string",
|
|
1526
|
+
"id": 13
|
|
1527
|
+
},
|
|
1528
|
+
"inventoryStatus": {
|
|
1529
|
+
"type": "InventoryStatus",
|
|
1530
|
+
"id": 14,
|
|
1531
|
+
"options": {
|
|
1532
|
+
"proto3_optional": true
|
|
1533
|
+
}
|
|
1534
|
+
},
|
|
1535
|
+
"brandInventoryStatus": {
|
|
1536
|
+
"type": "InventoryStatus",
|
|
1537
|
+
"id": 15,
|
|
1538
|
+
"options": {
|
|
1539
|
+
"proto3_optional": true
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
"rank": {
|
|
1543
|
+
"type": "int64",
|
|
1544
|
+
"id": 16,
|
|
1545
|
+
"options": {
|
|
1546
|
+
"proto3_optional": true
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1549
|
+
"previousRank": {
|
|
1550
|
+
"type": "int64",
|
|
1551
|
+
"id": 17,
|
|
1552
|
+
"options": {
|
|
1553
|
+
"proto3_optional": true
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1556
|
+
"relativeDemand": {
|
|
1557
|
+
"type": "RelativeDemand.RelativeDemandEnum",
|
|
1558
|
+
"id": 18,
|
|
1559
|
+
"options": {
|
|
1560
|
+
"proto3_optional": true
|
|
1561
|
+
}
|
|
1562
|
+
},
|
|
1563
|
+
"previousRelativeDemand": {
|
|
1564
|
+
"type": "RelativeDemand.RelativeDemandEnum",
|
|
1565
|
+
"id": 19,
|
|
1566
|
+
"options": {
|
|
1567
|
+
"proto3_optional": true
|
|
1568
|
+
}
|
|
1569
|
+
},
|
|
1570
|
+
"relativeDemandChange": {
|
|
1571
|
+
"type": "RelativeDemandChangeType.RelativeDemandChangeTypeEnum",
|
|
1572
|
+
"id": 20,
|
|
1573
|
+
"options": {
|
|
1574
|
+
"proto3_optional": true
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
"nested": {
|
|
1579
|
+
"InventoryStatus": {
|
|
1580
|
+
"values": {
|
|
1581
|
+
"INVENTORY_STATUS_UNSPECIFIED": 0,
|
|
1582
|
+
"IN_STOCK": 1,
|
|
1583
|
+
"OUT_OF_STOCK": 2,
|
|
1584
|
+
"NOT_IN_INVENTORY": 3
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
},
|
|
1589
|
+
"BestSellersBrandView": {
|
|
1590
|
+
"oneofs": {
|
|
1591
|
+
"_reportGranularity": {
|
|
1592
|
+
"oneof": [
|
|
1593
|
+
"reportGranularity"
|
|
1594
|
+
]
|
|
1595
|
+
},
|
|
1596
|
+
"_reportCountryCode": {
|
|
1597
|
+
"oneof": [
|
|
1598
|
+
"reportCountryCode"
|
|
1599
|
+
]
|
|
1600
|
+
},
|
|
1601
|
+
"_reportCategoryId": {
|
|
1602
|
+
"oneof": [
|
|
1603
|
+
"reportCategoryId"
|
|
1604
|
+
]
|
|
1605
|
+
},
|
|
1606
|
+
"_brand": {
|
|
1607
|
+
"oneof": [
|
|
1608
|
+
"brand"
|
|
1609
|
+
]
|
|
1610
|
+
},
|
|
1611
|
+
"_rank": {
|
|
1612
|
+
"oneof": [
|
|
1613
|
+
"rank"
|
|
1614
|
+
]
|
|
1615
|
+
},
|
|
1616
|
+
"_previousRank": {
|
|
1617
|
+
"oneof": [
|
|
1618
|
+
"previousRank"
|
|
1619
|
+
]
|
|
1620
|
+
},
|
|
1621
|
+
"_relativeDemand": {
|
|
1622
|
+
"oneof": [
|
|
1623
|
+
"relativeDemand"
|
|
1624
|
+
]
|
|
1625
|
+
},
|
|
1626
|
+
"_previousRelativeDemand": {
|
|
1627
|
+
"oneof": [
|
|
1628
|
+
"previousRelativeDemand"
|
|
1629
|
+
]
|
|
1630
|
+
},
|
|
1631
|
+
"_relativeDemandChange": {
|
|
1632
|
+
"oneof": [
|
|
1633
|
+
"relativeDemandChange"
|
|
1634
|
+
]
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
"fields": {
|
|
1638
|
+
"reportDate": {
|
|
1639
|
+
"type": "google.type.Date",
|
|
1640
|
+
"id": 1
|
|
1641
|
+
},
|
|
1642
|
+
"reportGranularity": {
|
|
1643
|
+
"type": "ReportGranularity.ReportGranularityEnum",
|
|
1644
|
+
"id": 2,
|
|
1645
|
+
"options": {
|
|
1646
|
+
"proto3_optional": true
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
"reportCountryCode": {
|
|
1650
|
+
"type": "string",
|
|
1651
|
+
"id": 3,
|
|
1652
|
+
"options": {
|
|
1653
|
+
"proto3_optional": true
|
|
1654
|
+
}
|
|
1655
|
+
},
|
|
1656
|
+
"reportCategoryId": {
|
|
1657
|
+
"type": "int64",
|
|
1658
|
+
"id": 4,
|
|
1659
|
+
"options": {
|
|
1660
|
+
"proto3_optional": true
|
|
1661
|
+
}
|
|
1662
|
+
},
|
|
1663
|
+
"brand": {
|
|
1664
|
+
"type": "string",
|
|
1665
|
+
"id": 6,
|
|
1666
|
+
"options": {
|
|
1667
|
+
"proto3_optional": true
|
|
1668
|
+
}
|
|
1669
|
+
},
|
|
1670
|
+
"rank": {
|
|
1671
|
+
"type": "int64",
|
|
1672
|
+
"id": 7,
|
|
1673
|
+
"options": {
|
|
1674
|
+
"proto3_optional": true
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
"previousRank": {
|
|
1678
|
+
"type": "int64",
|
|
1679
|
+
"id": 8,
|
|
1680
|
+
"options": {
|
|
1681
|
+
"proto3_optional": true
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
"relativeDemand": {
|
|
1685
|
+
"type": "RelativeDemand.RelativeDemandEnum",
|
|
1686
|
+
"id": 9,
|
|
1687
|
+
"options": {
|
|
1688
|
+
"proto3_optional": true
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
"previousRelativeDemand": {
|
|
1692
|
+
"type": "RelativeDemand.RelativeDemandEnum",
|
|
1693
|
+
"id": 10,
|
|
1694
|
+
"options": {
|
|
1695
|
+
"proto3_optional": true
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
"relativeDemandChange": {
|
|
1699
|
+
"type": "RelativeDemandChangeType.RelativeDemandChangeTypeEnum",
|
|
1700
|
+
"id": 11,
|
|
1701
|
+
"options": {
|
|
1702
|
+
"proto3_optional": true
|
|
1703
|
+
}
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
},
|
|
1707
|
+
"NonProductPerformanceView": {
|
|
1708
|
+
"oneofs": {
|
|
1709
|
+
"_clicks": {
|
|
1710
|
+
"oneof": [
|
|
1711
|
+
"clicks"
|
|
1712
|
+
]
|
|
1713
|
+
},
|
|
1714
|
+
"_impressions": {
|
|
1715
|
+
"oneof": [
|
|
1716
|
+
"impressions"
|
|
1717
|
+
]
|
|
1718
|
+
},
|
|
1719
|
+
"_clickThroughRate": {
|
|
1720
|
+
"oneof": [
|
|
1721
|
+
"clickThroughRate"
|
|
1722
|
+
]
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1725
|
+
"fields": {
|
|
1726
|
+
"date": {
|
|
1727
|
+
"type": "google.type.Date",
|
|
1728
|
+
"id": 1
|
|
1729
|
+
},
|
|
1730
|
+
"week": {
|
|
1731
|
+
"type": "google.type.Date",
|
|
1732
|
+
"id": 2
|
|
1733
|
+
},
|
|
1734
|
+
"clicks": {
|
|
1735
|
+
"type": "int64",
|
|
1736
|
+
"id": 3,
|
|
1737
|
+
"options": {
|
|
1738
|
+
"proto3_optional": true
|
|
1739
|
+
}
|
|
1740
|
+
},
|
|
1741
|
+
"impressions": {
|
|
1742
|
+
"type": "int64",
|
|
1743
|
+
"id": 4,
|
|
1744
|
+
"options": {
|
|
1745
|
+
"proto3_optional": true
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
"clickThroughRate": {
|
|
1749
|
+
"type": "double",
|
|
1750
|
+
"id": 5,
|
|
1751
|
+
"options": {
|
|
1752
|
+
"proto3_optional": true
|
|
1753
|
+
}
|
|
1754
|
+
}
|
|
1755
|
+
}
|
|
1756
|
+
},
|
|
1757
|
+
"CompetitiveVisibilityCompetitorView": {
|
|
1758
|
+
"oneofs": {
|
|
1759
|
+
"_domain": {
|
|
1760
|
+
"oneof": [
|
|
1761
|
+
"domain"
|
|
1762
|
+
]
|
|
1763
|
+
},
|
|
1764
|
+
"_isYourDomain": {
|
|
1765
|
+
"oneof": [
|
|
1766
|
+
"isYourDomain"
|
|
1767
|
+
]
|
|
1768
|
+
},
|
|
1769
|
+
"_reportCountryCode": {
|
|
1770
|
+
"oneof": [
|
|
1771
|
+
"reportCountryCode"
|
|
1772
|
+
]
|
|
1773
|
+
},
|
|
1774
|
+
"_reportCategoryId": {
|
|
1775
|
+
"oneof": [
|
|
1776
|
+
"reportCategoryId"
|
|
1777
|
+
]
|
|
1778
|
+
},
|
|
1779
|
+
"_trafficSource": {
|
|
1780
|
+
"oneof": [
|
|
1781
|
+
"trafficSource"
|
|
1782
|
+
]
|
|
1783
|
+
},
|
|
1784
|
+
"_rank": {
|
|
1785
|
+
"oneof": [
|
|
1786
|
+
"rank"
|
|
1787
|
+
]
|
|
1788
|
+
},
|
|
1789
|
+
"_adsOrganicRatio": {
|
|
1790
|
+
"oneof": [
|
|
1791
|
+
"adsOrganicRatio"
|
|
1792
|
+
]
|
|
1793
|
+
},
|
|
1794
|
+
"_pageOverlapRate": {
|
|
1795
|
+
"oneof": [
|
|
1796
|
+
"pageOverlapRate"
|
|
1797
|
+
]
|
|
1798
|
+
},
|
|
1799
|
+
"_higherPositionRate": {
|
|
1800
|
+
"oneof": [
|
|
1801
|
+
"higherPositionRate"
|
|
1802
|
+
]
|
|
1803
|
+
},
|
|
1804
|
+
"_relativeVisibility": {
|
|
1805
|
+
"oneof": [
|
|
1806
|
+
"relativeVisibility"
|
|
1807
|
+
]
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
"fields": {
|
|
1811
|
+
"date": {
|
|
1812
|
+
"type": "google.type.Date",
|
|
1813
|
+
"id": 1
|
|
1814
|
+
},
|
|
1815
|
+
"domain": {
|
|
1816
|
+
"type": "string",
|
|
1817
|
+
"id": 2,
|
|
1818
|
+
"options": {
|
|
1819
|
+
"proto3_optional": true
|
|
1820
|
+
}
|
|
1821
|
+
},
|
|
1822
|
+
"isYourDomain": {
|
|
1823
|
+
"type": "bool",
|
|
1824
|
+
"id": 3,
|
|
1825
|
+
"options": {
|
|
1826
|
+
"proto3_optional": true
|
|
1827
|
+
}
|
|
1828
|
+
},
|
|
1829
|
+
"reportCountryCode": {
|
|
1830
|
+
"type": "string",
|
|
1831
|
+
"id": 4,
|
|
1832
|
+
"options": {
|
|
1833
|
+
"proto3_optional": true
|
|
1834
|
+
}
|
|
1835
|
+
},
|
|
1836
|
+
"reportCategoryId": {
|
|
1837
|
+
"type": "int64",
|
|
1838
|
+
"id": 5,
|
|
1839
|
+
"options": {
|
|
1840
|
+
"proto3_optional": true
|
|
1841
|
+
}
|
|
1842
|
+
},
|
|
1843
|
+
"trafficSource": {
|
|
1844
|
+
"type": "TrafficSource.TrafficSourceEnum",
|
|
1845
|
+
"id": 6,
|
|
1846
|
+
"options": {
|
|
1847
|
+
"proto3_optional": true
|
|
1848
|
+
}
|
|
1849
|
+
},
|
|
1850
|
+
"rank": {
|
|
1851
|
+
"type": "int64",
|
|
1852
|
+
"id": 7,
|
|
1853
|
+
"options": {
|
|
1854
|
+
"proto3_optional": true
|
|
1855
|
+
}
|
|
1856
|
+
},
|
|
1857
|
+
"adsOrganicRatio": {
|
|
1858
|
+
"type": "double",
|
|
1859
|
+
"id": 8,
|
|
1860
|
+
"options": {
|
|
1861
|
+
"proto3_optional": true
|
|
1862
|
+
}
|
|
1863
|
+
},
|
|
1864
|
+
"pageOverlapRate": {
|
|
1865
|
+
"type": "double",
|
|
1866
|
+
"id": 9,
|
|
1867
|
+
"options": {
|
|
1868
|
+
"proto3_optional": true
|
|
1869
|
+
}
|
|
1870
|
+
},
|
|
1871
|
+
"higherPositionRate": {
|
|
1872
|
+
"type": "double",
|
|
1873
|
+
"id": 10,
|
|
1874
|
+
"options": {
|
|
1875
|
+
"proto3_optional": true
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1878
|
+
"relativeVisibility": {
|
|
1879
|
+
"type": "double",
|
|
1880
|
+
"id": 11,
|
|
1881
|
+
"options": {
|
|
1882
|
+
"proto3_optional": true
|
|
1883
|
+
}
|
|
1884
|
+
}
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
"CompetitiveVisibilityTopMerchantView": {
|
|
1888
|
+
"oneofs": {
|
|
1889
|
+
"_domain": {
|
|
1890
|
+
"oneof": [
|
|
1891
|
+
"domain"
|
|
1892
|
+
]
|
|
1893
|
+
},
|
|
1894
|
+
"_isYourDomain": {
|
|
1895
|
+
"oneof": [
|
|
1896
|
+
"isYourDomain"
|
|
1897
|
+
]
|
|
1898
|
+
},
|
|
1899
|
+
"_reportCountryCode": {
|
|
1900
|
+
"oneof": [
|
|
1901
|
+
"reportCountryCode"
|
|
1902
|
+
]
|
|
1903
|
+
},
|
|
1904
|
+
"_reportCategoryId": {
|
|
1905
|
+
"oneof": [
|
|
1906
|
+
"reportCategoryId"
|
|
1907
|
+
]
|
|
1908
|
+
},
|
|
1909
|
+
"_trafficSource": {
|
|
1910
|
+
"oneof": [
|
|
1911
|
+
"trafficSource"
|
|
1912
|
+
]
|
|
1913
|
+
},
|
|
1914
|
+
"_rank": {
|
|
1915
|
+
"oneof": [
|
|
1916
|
+
"rank"
|
|
1917
|
+
]
|
|
1918
|
+
},
|
|
1919
|
+
"_adsOrganicRatio": {
|
|
1920
|
+
"oneof": [
|
|
1921
|
+
"adsOrganicRatio"
|
|
1922
|
+
]
|
|
1923
|
+
},
|
|
1924
|
+
"_pageOverlapRate": {
|
|
1925
|
+
"oneof": [
|
|
1926
|
+
"pageOverlapRate"
|
|
1927
|
+
]
|
|
1928
|
+
},
|
|
1929
|
+
"_higherPositionRate": {
|
|
1930
|
+
"oneof": [
|
|
1931
|
+
"higherPositionRate"
|
|
1932
|
+
]
|
|
1933
|
+
}
|
|
1934
|
+
},
|
|
1935
|
+
"fields": {
|
|
1936
|
+
"date": {
|
|
1937
|
+
"type": "google.type.Date",
|
|
1938
|
+
"id": 1
|
|
1939
|
+
},
|
|
1940
|
+
"domain": {
|
|
1941
|
+
"type": "string",
|
|
1942
|
+
"id": 2,
|
|
1943
|
+
"options": {
|
|
1944
|
+
"proto3_optional": true
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
"isYourDomain": {
|
|
1948
|
+
"type": "bool",
|
|
1949
|
+
"id": 3,
|
|
1950
|
+
"options": {
|
|
1951
|
+
"proto3_optional": true
|
|
1952
|
+
}
|
|
1953
|
+
},
|
|
1954
|
+
"reportCountryCode": {
|
|
1955
|
+
"type": "string",
|
|
1956
|
+
"id": 4,
|
|
1957
|
+
"options": {
|
|
1958
|
+
"proto3_optional": true
|
|
1959
|
+
}
|
|
1960
|
+
},
|
|
1961
|
+
"reportCategoryId": {
|
|
1962
|
+
"type": "int64",
|
|
1963
|
+
"id": 5,
|
|
1964
|
+
"options": {
|
|
1965
|
+
"proto3_optional": true
|
|
1966
|
+
}
|
|
1967
|
+
},
|
|
1968
|
+
"trafficSource": {
|
|
1969
|
+
"type": "TrafficSource.TrafficSourceEnum",
|
|
1970
|
+
"id": 6,
|
|
1971
|
+
"options": {
|
|
1972
|
+
"proto3_optional": true
|
|
1973
|
+
}
|
|
1974
|
+
},
|
|
1975
|
+
"rank": {
|
|
1976
|
+
"type": "int64",
|
|
1977
|
+
"id": 7,
|
|
1978
|
+
"options": {
|
|
1979
|
+
"proto3_optional": true
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
"adsOrganicRatio": {
|
|
1983
|
+
"type": "double",
|
|
1984
|
+
"id": 8,
|
|
1985
|
+
"options": {
|
|
1986
|
+
"proto3_optional": true
|
|
1987
|
+
}
|
|
1988
|
+
},
|
|
1989
|
+
"pageOverlapRate": {
|
|
1990
|
+
"type": "double",
|
|
1991
|
+
"id": 9,
|
|
1992
|
+
"options": {
|
|
1993
|
+
"proto3_optional": true
|
|
1994
|
+
}
|
|
1995
|
+
},
|
|
1996
|
+
"higherPositionRate": {
|
|
1997
|
+
"type": "double",
|
|
1998
|
+
"id": 10,
|
|
1999
|
+
"options": {
|
|
2000
|
+
"proto3_optional": true
|
|
2001
|
+
}
|
|
2002
|
+
}
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
2005
|
+
"CompetitiveVisibilityBenchmarkView": {
|
|
2006
|
+
"oneofs": {
|
|
2007
|
+
"_reportCountryCode": {
|
|
2008
|
+
"oneof": [
|
|
2009
|
+
"reportCountryCode"
|
|
2010
|
+
]
|
|
2011
|
+
},
|
|
2012
|
+
"_reportCategoryId": {
|
|
2013
|
+
"oneof": [
|
|
2014
|
+
"reportCategoryId"
|
|
2015
|
+
]
|
|
2016
|
+
},
|
|
2017
|
+
"_trafficSource": {
|
|
2018
|
+
"oneof": [
|
|
2019
|
+
"trafficSource"
|
|
2020
|
+
]
|
|
2021
|
+
},
|
|
2022
|
+
"_yourDomainVisibilityTrend": {
|
|
2023
|
+
"oneof": [
|
|
2024
|
+
"yourDomainVisibilityTrend"
|
|
2025
|
+
]
|
|
2026
|
+
},
|
|
2027
|
+
"_categoryBenchmarkVisibilityTrend": {
|
|
2028
|
+
"oneof": [
|
|
2029
|
+
"categoryBenchmarkVisibilityTrend"
|
|
2030
|
+
]
|
|
2031
|
+
}
|
|
2032
|
+
},
|
|
2033
|
+
"fields": {
|
|
2034
|
+
"date": {
|
|
2035
|
+
"type": "google.type.Date",
|
|
2036
|
+
"id": 1
|
|
2037
|
+
},
|
|
2038
|
+
"reportCountryCode": {
|
|
2039
|
+
"type": "string",
|
|
2040
|
+
"id": 2,
|
|
2041
|
+
"options": {
|
|
2042
|
+
"proto3_optional": true
|
|
2043
|
+
}
|
|
2044
|
+
},
|
|
2045
|
+
"reportCategoryId": {
|
|
2046
|
+
"type": "int64",
|
|
2047
|
+
"id": 3,
|
|
2048
|
+
"options": {
|
|
2049
|
+
"proto3_optional": true
|
|
2050
|
+
}
|
|
2051
|
+
},
|
|
2052
|
+
"trafficSource": {
|
|
2053
|
+
"type": "TrafficSource.TrafficSourceEnum",
|
|
2054
|
+
"id": 4,
|
|
2055
|
+
"options": {
|
|
2056
|
+
"proto3_optional": true
|
|
2057
|
+
}
|
|
2058
|
+
},
|
|
2059
|
+
"yourDomainVisibilityTrend": {
|
|
2060
|
+
"type": "double",
|
|
2061
|
+
"id": 5,
|
|
2062
|
+
"options": {
|
|
2063
|
+
"proto3_optional": true
|
|
2064
|
+
}
|
|
2065
|
+
},
|
|
2066
|
+
"categoryBenchmarkVisibilityTrend": {
|
|
2067
|
+
"type": "double",
|
|
2068
|
+
"id": 6,
|
|
2069
|
+
"options": {
|
|
2070
|
+
"proto3_optional": true
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
}
|
|
2074
|
+
},
|
|
2075
|
+
"MarketingMethod": {
|
|
2076
|
+
"fields": {},
|
|
2077
|
+
"nested": {
|
|
2078
|
+
"MarketingMethodEnum": {
|
|
2079
|
+
"values": {
|
|
2080
|
+
"MARKETING_METHOD_ENUM_UNSPECIFIED": 0,
|
|
2081
|
+
"ORGANIC": 1,
|
|
2082
|
+
"ADS": 2
|
|
2083
|
+
}
|
|
2084
|
+
}
|
|
2085
|
+
}
|
|
2086
|
+
},
|
|
2087
|
+
"ReportGranularity": {
|
|
2088
|
+
"fields": {},
|
|
2089
|
+
"nested": {
|
|
2090
|
+
"ReportGranularityEnum": {
|
|
2091
|
+
"values": {
|
|
2092
|
+
"REPORT_GRANULARITY_ENUM_UNSPECIFIED": 0,
|
|
2093
|
+
"WEEKLY": 1,
|
|
2094
|
+
"MONTHLY": 2
|
|
2095
|
+
}
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
},
|
|
2099
|
+
"RelativeDemand": {
|
|
2100
|
+
"fields": {},
|
|
2101
|
+
"nested": {
|
|
2102
|
+
"RelativeDemandEnum": {
|
|
2103
|
+
"values": {
|
|
2104
|
+
"RELATIVE_DEMAND_ENUM_UNSPECIFIED": 0,
|
|
2105
|
+
"VERY_LOW": 10,
|
|
2106
|
+
"LOW": 20,
|
|
2107
|
+
"MEDIUM": 30,
|
|
2108
|
+
"HIGH": 40,
|
|
2109
|
+
"VERY_HIGH": 50
|
|
2110
|
+
}
|
|
2111
|
+
}
|
|
2112
|
+
}
|
|
2113
|
+
},
|
|
2114
|
+
"RelativeDemandChangeType": {
|
|
2115
|
+
"fields": {},
|
|
2116
|
+
"nested": {
|
|
2117
|
+
"RelativeDemandChangeTypeEnum": {
|
|
2118
|
+
"values": {
|
|
2119
|
+
"RELATIVE_DEMAND_CHANGE_TYPE_ENUM_UNSPECIFIED": 0,
|
|
2120
|
+
"SINKER": 1,
|
|
2121
|
+
"FLAT": 2,
|
|
2122
|
+
"RISER": 3
|
|
2123
|
+
}
|
|
2124
|
+
}
|
|
2125
|
+
}
|
|
2126
|
+
},
|
|
2127
|
+
"TrafficSource": {
|
|
2128
|
+
"fields": {},
|
|
2129
|
+
"nested": {
|
|
2130
|
+
"TrafficSourceEnum": {
|
|
2131
|
+
"values": {
|
|
2132
|
+
"TRAFFIC_SOURCE_ENUM_UNSPECIFIED": 0,
|
|
2133
|
+
"ORGANIC": 1,
|
|
2134
|
+
"ADS": 2,
|
|
2135
|
+
"ALL": 3
|
|
2136
|
+
}
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
},
|
|
2140
|
+
"YoutubeCreatorPerformanceView": {
|
|
2141
|
+
"oneofs": {
|
|
2142
|
+
"_title": {
|
|
2143
|
+
"oneof": [
|
|
2144
|
+
"title"
|
|
2145
|
+
]
|
|
2146
|
+
},
|
|
2147
|
+
"_channelId": {
|
|
2148
|
+
"oneof": [
|
|
2149
|
+
"channelId"
|
|
2150
|
+
]
|
|
2151
|
+
},
|
|
2152
|
+
"_grossSales": {
|
|
2153
|
+
"oneof": [
|
|
2154
|
+
"grossSales"
|
|
2155
|
+
]
|
|
2156
|
+
},
|
|
2157
|
+
"_commissions": {
|
|
2158
|
+
"oneof": [
|
|
2159
|
+
"commissions"
|
|
2160
|
+
]
|
|
2161
|
+
},
|
|
2162
|
+
"_orders": {
|
|
2163
|
+
"oneof": [
|
|
2164
|
+
"orders"
|
|
2165
|
+
]
|
|
2166
|
+
},
|
|
2167
|
+
"_views": {
|
|
2168
|
+
"oneof": [
|
|
2169
|
+
"views"
|
|
2170
|
+
]
|
|
2171
|
+
},
|
|
2172
|
+
"_clicks": {
|
|
2173
|
+
"oneof": [
|
|
2174
|
+
"clicks"
|
|
2175
|
+
]
|
|
2176
|
+
},
|
|
2177
|
+
"_netSales": {
|
|
2178
|
+
"oneof": [
|
|
2179
|
+
"netSales"
|
|
2180
|
+
]
|
|
2181
|
+
}
|
|
2182
|
+
},
|
|
2183
|
+
"fields": {
|
|
2184
|
+
"date": {
|
|
2185
|
+
"type": "google.type.Date",
|
|
2186
|
+
"id": 1
|
|
2187
|
+
},
|
|
2188
|
+
"title": {
|
|
2189
|
+
"type": "string",
|
|
2190
|
+
"id": 2,
|
|
2191
|
+
"options": {
|
|
2192
|
+
"proto3_optional": true
|
|
2193
|
+
}
|
|
2194
|
+
},
|
|
2195
|
+
"channelId": {
|
|
2196
|
+
"type": "string",
|
|
2197
|
+
"id": 3,
|
|
2198
|
+
"options": {
|
|
2199
|
+
"proto3_optional": true
|
|
2200
|
+
}
|
|
2201
|
+
},
|
|
2202
|
+
"grossSales": {
|
|
2203
|
+
"type": "google.shopping.type.Price",
|
|
2204
|
+
"id": 4,
|
|
2205
|
+
"options": {
|
|
2206
|
+
"proto3_optional": true
|
|
2207
|
+
}
|
|
2208
|
+
},
|
|
2209
|
+
"commissions": {
|
|
2210
|
+
"type": "google.shopping.type.Price",
|
|
2211
|
+
"id": 5,
|
|
2212
|
+
"options": {
|
|
2213
|
+
"proto3_optional": true
|
|
2214
|
+
}
|
|
2215
|
+
},
|
|
2216
|
+
"orders": {
|
|
2217
|
+
"type": "int64",
|
|
2218
|
+
"id": 6,
|
|
2219
|
+
"options": {
|
|
2220
|
+
"proto3_optional": true
|
|
2221
|
+
}
|
|
2222
|
+
},
|
|
2223
|
+
"views": {
|
|
2224
|
+
"type": "int64",
|
|
2225
|
+
"id": 7,
|
|
2226
|
+
"options": {
|
|
2227
|
+
"proto3_optional": true
|
|
2228
|
+
}
|
|
2229
|
+
},
|
|
2230
|
+
"clicks": {
|
|
2231
|
+
"type": "int64",
|
|
2232
|
+
"id": 8,
|
|
2233
|
+
"options": {
|
|
2234
|
+
"proto3_optional": true
|
|
2235
|
+
}
|
|
2236
|
+
},
|
|
2237
|
+
"netSales": {
|
|
2238
|
+
"type": "google.shopping.type.Price",
|
|
2239
|
+
"id": 9,
|
|
2240
|
+
"options": {
|
|
2241
|
+
"proto3_optional": true
|
|
2242
|
+
}
|
|
2243
|
+
}
|
|
2244
|
+
}
|
|
2245
|
+
},
|
|
2246
|
+
"YoutubeContentPerformanceView": {
|
|
2247
|
+
"oneofs": {
|
|
2248
|
+
"_title": {
|
|
2249
|
+
"oneof": [
|
|
2250
|
+
"title"
|
|
2251
|
+
]
|
|
2252
|
+
},
|
|
2253
|
+
"_videoId": {
|
|
2254
|
+
"oneof": [
|
|
2255
|
+
"videoId"
|
|
2256
|
+
]
|
|
2257
|
+
},
|
|
2258
|
+
"_channelTitle": {
|
|
2259
|
+
"oneof": [
|
|
2260
|
+
"channelTitle"
|
|
2261
|
+
]
|
|
2262
|
+
},
|
|
2263
|
+
"_channelId": {
|
|
2264
|
+
"oneof": [
|
|
2265
|
+
"channelId"
|
|
2266
|
+
]
|
|
2267
|
+
},
|
|
2268
|
+
"_grossSales": {
|
|
2269
|
+
"oneof": [
|
|
2270
|
+
"grossSales"
|
|
2271
|
+
]
|
|
2272
|
+
},
|
|
2273
|
+
"_commissions": {
|
|
2274
|
+
"oneof": [
|
|
2275
|
+
"commissions"
|
|
2276
|
+
]
|
|
2277
|
+
},
|
|
2278
|
+
"_orders": {
|
|
2279
|
+
"oneof": [
|
|
2280
|
+
"orders"
|
|
2281
|
+
]
|
|
2282
|
+
},
|
|
2283
|
+
"_views": {
|
|
2284
|
+
"oneof": [
|
|
2285
|
+
"views"
|
|
2286
|
+
]
|
|
2287
|
+
},
|
|
2288
|
+
"_clicks": {
|
|
2289
|
+
"oneof": [
|
|
2290
|
+
"clicks"
|
|
2291
|
+
]
|
|
2292
|
+
},
|
|
2293
|
+
"_netSales": {
|
|
2294
|
+
"oneof": [
|
|
2295
|
+
"netSales"
|
|
2296
|
+
]
|
|
2297
|
+
}
|
|
2298
|
+
},
|
|
2299
|
+
"fields": {
|
|
2300
|
+
"date": {
|
|
2301
|
+
"type": "google.type.Date",
|
|
2302
|
+
"id": 1
|
|
2303
|
+
},
|
|
2304
|
+
"title": {
|
|
2305
|
+
"type": "string",
|
|
2306
|
+
"id": 2,
|
|
2307
|
+
"options": {
|
|
2308
|
+
"proto3_optional": true
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
"videoId": {
|
|
2312
|
+
"type": "string",
|
|
2313
|
+
"id": 3,
|
|
2314
|
+
"options": {
|
|
2315
|
+
"proto3_optional": true
|
|
2316
|
+
}
|
|
2317
|
+
},
|
|
2318
|
+
"channelTitle": {
|
|
2319
|
+
"type": "string",
|
|
2320
|
+
"id": 4,
|
|
2321
|
+
"options": {
|
|
2322
|
+
"proto3_optional": true
|
|
2323
|
+
}
|
|
2324
|
+
},
|
|
2325
|
+
"channelId": {
|
|
2326
|
+
"type": "string",
|
|
2327
|
+
"id": 5,
|
|
2328
|
+
"options": {
|
|
2329
|
+
"proto3_optional": true
|
|
2330
|
+
}
|
|
2331
|
+
},
|
|
2332
|
+
"grossSales": {
|
|
2333
|
+
"type": "google.shopping.type.Price",
|
|
2334
|
+
"id": 6,
|
|
2335
|
+
"options": {
|
|
2336
|
+
"proto3_optional": true
|
|
2337
|
+
}
|
|
2338
|
+
},
|
|
2339
|
+
"commissions": {
|
|
2340
|
+
"type": "google.shopping.type.Price",
|
|
2341
|
+
"id": 7,
|
|
2342
|
+
"options": {
|
|
2343
|
+
"proto3_optional": true
|
|
2344
|
+
}
|
|
2345
|
+
},
|
|
2346
|
+
"orders": {
|
|
2347
|
+
"type": "int64",
|
|
2348
|
+
"id": 8,
|
|
2349
|
+
"options": {
|
|
2350
|
+
"proto3_optional": true
|
|
2351
|
+
}
|
|
2352
|
+
},
|
|
2353
|
+
"views": {
|
|
2354
|
+
"type": "int64",
|
|
2355
|
+
"id": 9,
|
|
2356
|
+
"options": {
|
|
2357
|
+
"proto3_optional": true
|
|
2358
|
+
}
|
|
2359
|
+
},
|
|
2360
|
+
"clicks": {
|
|
2361
|
+
"type": "int64",
|
|
2362
|
+
"id": 10,
|
|
2363
|
+
"options": {
|
|
2364
|
+
"proto3_optional": true
|
|
2365
|
+
}
|
|
2366
|
+
},
|
|
2367
|
+
"netSales": {
|
|
2368
|
+
"type": "google.shopping.type.Price",
|
|
2369
|
+
"id": 11,
|
|
2370
|
+
"options": {
|
|
2371
|
+
"proto3_optional": true
|
|
2372
|
+
}
|
|
2373
|
+
},
|
|
2374
|
+
"taggedProductIds": {
|
|
2375
|
+
"rule": "repeated",
|
|
2376
|
+
"type": "string",
|
|
2377
|
+
"id": 12
|
|
2378
|
+
}
|
|
2379
|
+
}
|
|
2380
|
+
},
|
|
2381
|
+
"YoutubeProductPerformanceView": {
|
|
2382
|
+
"oneofs": {
|
|
2383
|
+
"_title": {
|
|
2384
|
+
"oneof": [
|
|
2385
|
+
"title"
|
|
2386
|
+
]
|
|
2387
|
+
},
|
|
2388
|
+
"_offerId": {
|
|
2389
|
+
"oneof": [
|
|
2390
|
+
"offerId"
|
|
2391
|
+
]
|
|
2392
|
+
},
|
|
2393
|
+
"_distinctVideoCount": {
|
|
2394
|
+
"oneof": [
|
|
2395
|
+
"distinctVideoCount"
|
|
2396
|
+
]
|
|
2397
|
+
},
|
|
2398
|
+
"_distinctCreatorCount": {
|
|
2399
|
+
"oneof": [
|
|
2400
|
+
"distinctCreatorCount"
|
|
2401
|
+
]
|
|
2402
|
+
},
|
|
2403
|
+
"_grossSales": {
|
|
2404
|
+
"oneof": [
|
|
2405
|
+
"grossSales"
|
|
2406
|
+
]
|
|
2407
|
+
},
|
|
2408
|
+
"_commissions": {
|
|
2409
|
+
"oneof": [
|
|
2410
|
+
"commissions"
|
|
2411
|
+
]
|
|
2412
|
+
},
|
|
2413
|
+
"_orders": {
|
|
2414
|
+
"oneof": [
|
|
2415
|
+
"orders"
|
|
2416
|
+
]
|
|
2417
|
+
},
|
|
2418
|
+
"_views": {
|
|
2419
|
+
"oneof": [
|
|
2420
|
+
"views"
|
|
2421
|
+
]
|
|
2422
|
+
},
|
|
2423
|
+
"_clicks": {
|
|
2424
|
+
"oneof": [
|
|
2425
|
+
"clicks"
|
|
2426
|
+
]
|
|
2427
|
+
},
|
|
2428
|
+
"_netSales": {
|
|
2429
|
+
"oneof": [
|
|
2430
|
+
"netSales"
|
|
2431
|
+
]
|
|
2432
|
+
},
|
|
2433
|
+
"_taggedCreatorCount": {
|
|
2434
|
+
"oneof": [
|
|
2435
|
+
"taggedCreatorCount"
|
|
2436
|
+
]
|
|
2437
|
+
},
|
|
2438
|
+
"_taggedVideoCount": {
|
|
2439
|
+
"oneof": [
|
|
2440
|
+
"taggedVideoCount"
|
|
2441
|
+
]
|
|
2442
|
+
}
|
|
2443
|
+
},
|
|
2444
|
+
"fields": {
|
|
2445
|
+
"date": {
|
|
2446
|
+
"type": "google.type.Date",
|
|
2447
|
+
"id": 1
|
|
2448
|
+
},
|
|
2449
|
+
"title": {
|
|
2450
|
+
"type": "string",
|
|
2451
|
+
"id": 2,
|
|
2452
|
+
"options": {
|
|
2453
|
+
"proto3_optional": true
|
|
2454
|
+
}
|
|
2455
|
+
},
|
|
2456
|
+
"offerId": {
|
|
2457
|
+
"type": "string",
|
|
2458
|
+
"id": 3,
|
|
2459
|
+
"options": {
|
|
2460
|
+
"proto3_optional": true
|
|
2461
|
+
}
|
|
2462
|
+
},
|
|
2463
|
+
"distinctVideoCount": {
|
|
2464
|
+
"type": "int64",
|
|
2465
|
+
"id": 4,
|
|
2466
|
+
"options": {
|
|
2467
|
+
"proto3_optional": true
|
|
2468
|
+
}
|
|
2469
|
+
},
|
|
2470
|
+
"distinctCreatorCount": {
|
|
2471
|
+
"type": "int64",
|
|
2472
|
+
"id": 5,
|
|
2473
|
+
"options": {
|
|
2474
|
+
"proto3_optional": true
|
|
2475
|
+
}
|
|
2476
|
+
},
|
|
2477
|
+
"grossSales": {
|
|
2478
|
+
"type": "google.shopping.type.Price",
|
|
2479
|
+
"id": 6,
|
|
2480
|
+
"options": {
|
|
2481
|
+
"proto3_optional": true
|
|
2482
|
+
}
|
|
2483
|
+
},
|
|
2484
|
+
"commissions": {
|
|
2485
|
+
"type": "google.shopping.type.Price",
|
|
2486
|
+
"id": 7,
|
|
2487
|
+
"options": {
|
|
2488
|
+
"proto3_optional": true
|
|
2489
|
+
}
|
|
2490
|
+
},
|
|
2491
|
+
"orders": {
|
|
2492
|
+
"type": "int64",
|
|
2493
|
+
"id": 8,
|
|
2494
|
+
"options": {
|
|
2495
|
+
"proto3_optional": true
|
|
2496
|
+
}
|
|
2497
|
+
},
|
|
2498
|
+
"views": {
|
|
2499
|
+
"type": "int64",
|
|
2500
|
+
"id": 9,
|
|
2501
|
+
"options": {
|
|
2502
|
+
"proto3_optional": true
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2505
|
+
"clicks": {
|
|
2506
|
+
"type": "int64",
|
|
2507
|
+
"id": 10,
|
|
2508
|
+
"options": {
|
|
2509
|
+
"proto3_optional": true
|
|
2510
|
+
}
|
|
2511
|
+
},
|
|
2512
|
+
"netSales": {
|
|
2513
|
+
"type": "google.shopping.type.Price",
|
|
2514
|
+
"id": 11,
|
|
2515
|
+
"options": {
|
|
2516
|
+
"proto3_optional": true
|
|
2517
|
+
}
|
|
2518
|
+
},
|
|
2519
|
+
"taggedCreatorCount": {
|
|
2520
|
+
"type": "int64",
|
|
2521
|
+
"id": 12,
|
|
2522
|
+
"options": {
|
|
2523
|
+
"proto3_optional": true
|
|
2524
|
+
}
|
|
2525
|
+
},
|
|
2526
|
+
"taggedVideoCount": {
|
|
2527
|
+
"type": "int64",
|
|
2528
|
+
"id": 13,
|
|
2529
|
+
"options": {
|
|
2530
|
+
"proto3_optional": true
|
|
2531
|
+
}
|
|
2532
|
+
}
|
|
2533
|
+
}
|
|
2534
|
+
}
|
|
2535
|
+
}
|
|
2536
|
+
},
|
|
11
2537
|
"v1beta": {
|
|
12
2538
|
"options": {
|
|
13
2539
|
"go_package": "cloud.google.com/go/shopping/merchant/reports/apiv1beta/reportspb;reportspb",
|
|
@@ -2300,8 +4826,7 @@
|
|
|
2300
4826
|
"java_multiple_files": true,
|
|
2301
4827
|
"java_outer_classname": "FieldBehaviorProto",
|
|
2302
4828
|
"java_package": "com.google.api",
|
|
2303
|
-
"objc_class_prefix": "GAPI"
|
|
2304
|
-
"cc_enable_arenas": true
|
|
4829
|
+
"objc_class_prefix": "GAPI"
|
|
2305
4830
|
},
|
|
2306
4831
|
"nested": {
|
|
2307
4832
|
"http": {
|
|
@@ -2425,6 +4950,10 @@
|
|
|
2425
4950
|
"rule": "repeated",
|
|
2426
4951
|
"type": "ClientLibraryDestination",
|
|
2427
4952
|
"id": 2
|
|
4953
|
+
},
|
|
4954
|
+
"selectiveGapicGeneration": {
|
|
4955
|
+
"type": "SelectiveGapicGeneration",
|
|
4956
|
+
"id": 3
|
|
2428
4957
|
}
|
|
2429
4958
|
}
|
|
2430
4959
|
},
|
|
@@ -2565,6 +5094,28 @@
|
|
|
2565
5094
|
"common": {
|
|
2566
5095
|
"type": "CommonLanguageSettings",
|
|
2567
5096
|
"id": 1
|
|
5097
|
+
},
|
|
5098
|
+
"experimentalFeatures": {
|
|
5099
|
+
"type": "ExperimentalFeatures",
|
|
5100
|
+
"id": 2
|
|
5101
|
+
}
|
|
5102
|
+
},
|
|
5103
|
+
"nested": {
|
|
5104
|
+
"ExperimentalFeatures": {
|
|
5105
|
+
"fields": {
|
|
5106
|
+
"restAsyncIoEnabled": {
|
|
5107
|
+
"type": "bool",
|
|
5108
|
+
"id": 1
|
|
5109
|
+
},
|
|
5110
|
+
"protobufPythonicTypesEnabled": {
|
|
5111
|
+
"type": "bool",
|
|
5112
|
+
"id": 2
|
|
5113
|
+
},
|
|
5114
|
+
"unversionedPackageDisabled": {
|
|
5115
|
+
"type": "bool",
|
|
5116
|
+
"id": 3
|
|
5117
|
+
}
|
|
5118
|
+
}
|
|
2568
5119
|
}
|
|
2569
5120
|
}
|
|
2570
5121
|
},
|
|
@@ -2622,6 +5173,11 @@
|
|
|
2622
5173
|
"common": {
|
|
2623
5174
|
"type": "CommonLanguageSettings",
|
|
2624
5175
|
"id": 1
|
|
5176
|
+
},
|
|
5177
|
+
"renamedServices": {
|
|
5178
|
+
"keyType": "string",
|
|
5179
|
+
"type": "string",
|
|
5180
|
+
"id": 2
|
|
2625
5181
|
}
|
|
2626
5182
|
}
|
|
2627
5183
|
},
|
|
@@ -2683,6 +5239,19 @@
|
|
|
2683
5239
|
"PACKAGE_MANAGER": 20
|
|
2684
5240
|
}
|
|
2685
5241
|
},
|
|
5242
|
+
"SelectiveGapicGeneration": {
|
|
5243
|
+
"fields": {
|
|
5244
|
+
"methods": {
|
|
5245
|
+
"rule": "repeated",
|
|
5246
|
+
"type": "string",
|
|
5247
|
+
"id": 1
|
|
5248
|
+
},
|
|
5249
|
+
"generateOmittedAsInternal": {
|
|
5250
|
+
"type": "bool",
|
|
5251
|
+
"id": 2
|
|
5252
|
+
}
|
|
5253
|
+
}
|
|
5254
|
+
},
|
|
2686
5255
|
"LaunchStage": {
|
|
2687
5256
|
"values": {
|
|
2688
5257
|
"LAUNCH_STAGE_UNSPECIFIED": 0,
|
|
@@ -2738,12 +5307,19 @@
|
|
|
2738
5307
|
"type": "FileDescriptorProto",
|
|
2739
5308
|
"id": 1
|
|
2740
5309
|
}
|
|
2741
|
-
}
|
|
5310
|
+
},
|
|
5311
|
+
"extensions": [
|
|
5312
|
+
[
|
|
5313
|
+
536000000,
|
|
5314
|
+
536000000
|
|
5315
|
+
]
|
|
5316
|
+
]
|
|
2742
5317
|
},
|
|
2743
5318
|
"Edition": {
|
|
2744
5319
|
"edition": "proto2",
|
|
2745
5320
|
"values": {
|
|
2746
5321
|
"EDITION_UNKNOWN": 0,
|
|
5322
|
+
"EDITION_LEGACY": 900,
|
|
2747
5323
|
"EDITION_PROTO2": 998,
|
|
2748
5324
|
"EDITION_PROTO3": 999,
|
|
2749
5325
|
"EDITION_2023": 1000,
|
|
@@ -2782,6 +5358,11 @@
|
|
|
2782
5358
|
"type": "int32",
|
|
2783
5359
|
"id": 11
|
|
2784
5360
|
},
|
|
5361
|
+
"optionDependency": {
|
|
5362
|
+
"rule": "repeated",
|
|
5363
|
+
"type": "string",
|
|
5364
|
+
"id": 15
|
|
5365
|
+
},
|
|
2785
5366
|
"messageType": {
|
|
2786
5367
|
"rule": "repeated",
|
|
2787
5368
|
"type": "DescriptorProto",
|
|
@@ -2870,6 +5451,10 @@
|
|
|
2870
5451
|
"rule": "repeated",
|
|
2871
5452
|
"type": "string",
|
|
2872
5453
|
"id": 10
|
|
5454
|
+
},
|
|
5455
|
+
"visibility": {
|
|
5456
|
+
"type": "SymbolVisibility",
|
|
5457
|
+
"id": 11
|
|
2873
5458
|
}
|
|
2874
5459
|
},
|
|
2875
5460
|
"nested": {
|
|
@@ -3095,6 +5680,10 @@
|
|
|
3095
5680
|
"rule": "repeated",
|
|
3096
5681
|
"type": "string",
|
|
3097
5682
|
"id": 5
|
|
5683
|
+
},
|
|
5684
|
+
"visibility": {
|
|
5685
|
+
"type": "SymbolVisibility",
|
|
5686
|
+
"id": 6
|
|
3098
5687
|
}
|
|
3099
5688
|
},
|
|
3100
5689
|
"nested": {
|
|
@@ -3309,6 +5898,7 @@
|
|
|
3309
5898
|
42,
|
|
3310
5899
|
42
|
|
3311
5900
|
],
|
|
5901
|
+
"php_generic_services",
|
|
3312
5902
|
[
|
|
3313
5903
|
38,
|
|
3314
5904
|
38
|
|
@@ -3444,7 +6034,8 @@
|
|
|
3444
6034
|
"type": "bool",
|
|
3445
6035
|
"id": 10,
|
|
3446
6036
|
"options": {
|
|
3447
|
-
"default": false
|
|
6037
|
+
"default": false,
|
|
6038
|
+
"deprecated": true
|
|
3448
6039
|
}
|
|
3449
6040
|
},
|
|
3450
6041
|
"debugRedact": {
|
|
@@ -3472,6 +6063,10 @@
|
|
|
3472
6063
|
"type": "FeatureSet",
|
|
3473
6064
|
"id": 21
|
|
3474
6065
|
},
|
|
6066
|
+
"featureSupport": {
|
|
6067
|
+
"type": "FeatureSupport",
|
|
6068
|
+
"id": 22
|
|
6069
|
+
},
|
|
3475
6070
|
"uninterpretedOption": {
|
|
3476
6071
|
"rule": "repeated",
|
|
3477
6072
|
"type": "UninterpretedOption",
|
|
@@ -3541,6 +6136,26 @@
|
|
|
3541
6136
|
"id": 2
|
|
3542
6137
|
}
|
|
3543
6138
|
}
|
|
6139
|
+
},
|
|
6140
|
+
"FeatureSupport": {
|
|
6141
|
+
"fields": {
|
|
6142
|
+
"editionIntroduced": {
|
|
6143
|
+
"type": "Edition",
|
|
6144
|
+
"id": 1
|
|
6145
|
+
},
|
|
6146
|
+
"editionDeprecated": {
|
|
6147
|
+
"type": "Edition",
|
|
6148
|
+
"id": 2
|
|
6149
|
+
},
|
|
6150
|
+
"deprecationWarning": {
|
|
6151
|
+
"type": "string",
|
|
6152
|
+
"id": 3
|
|
6153
|
+
},
|
|
6154
|
+
"editionRemoved": {
|
|
6155
|
+
"type": "Edition",
|
|
6156
|
+
"id": 4
|
|
6157
|
+
}
|
|
6158
|
+
}
|
|
3544
6159
|
}
|
|
3545
6160
|
}
|
|
3546
6161
|
},
|
|
@@ -3629,6 +6244,10 @@
|
|
|
3629
6244
|
"default": false
|
|
3630
6245
|
}
|
|
3631
6246
|
},
|
|
6247
|
+
"featureSupport": {
|
|
6248
|
+
"type": "FieldOptions.FeatureSupport",
|
|
6249
|
+
"id": 4
|
|
6250
|
+
},
|
|
3632
6251
|
"uninterpretedOption": {
|
|
3633
6252
|
"rule": "repeated",
|
|
3634
6253
|
"type": "UninterpretedOption",
|
|
@@ -3771,6 +6390,7 @@
|
|
|
3771
6390
|
"options": {
|
|
3772
6391
|
"retention": "RETENTION_RUNTIME",
|
|
3773
6392
|
"targets": "TARGET_TYPE_FILE",
|
|
6393
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3774
6394
|
"edition_defaults.edition": "EDITION_2023",
|
|
3775
6395
|
"edition_defaults.value": "EXPLICIT"
|
|
3776
6396
|
}
|
|
@@ -3781,6 +6401,7 @@
|
|
|
3781
6401
|
"options": {
|
|
3782
6402
|
"retention": "RETENTION_RUNTIME",
|
|
3783
6403
|
"targets": "TARGET_TYPE_FILE",
|
|
6404
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3784
6405
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
3785
6406
|
"edition_defaults.value": "OPEN"
|
|
3786
6407
|
}
|
|
@@ -3791,6 +6412,7 @@
|
|
|
3791
6412
|
"options": {
|
|
3792
6413
|
"retention": "RETENTION_RUNTIME",
|
|
3793
6414
|
"targets": "TARGET_TYPE_FILE",
|
|
6415
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3794
6416
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
3795
6417
|
"edition_defaults.value": "PACKED"
|
|
3796
6418
|
}
|
|
@@ -3801,6 +6423,7 @@
|
|
|
3801
6423
|
"options": {
|
|
3802
6424
|
"retention": "RETENTION_RUNTIME",
|
|
3803
6425
|
"targets": "TARGET_TYPE_FILE",
|
|
6426
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3804
6427
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
3805
6428
|
"edition_defaults.value": "VERIFY"
|
|
3806
6429
|
}
|
|
@@ -3811,7 +6434,8 @@
|
|
|
3811
6434
|
"options": {
|
|
3812
6435
|
"retention": "RETENTION_RUNTIME",
|
|
3813
6436
|
"targets": "TARGET_TYPE_FILE",
|
|
3814
|
-
"
|
|
6437
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
6438
|
+
"edition_defaults.edition": "EDITION_LEGACY",
|
|
3815
6439
|
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
3816
6440
|
}
|
|
3817
6441
|
},
|
|
@@ -3821,27 +6445,38 @@
|
|
|
3821
6445
|
"options": {
|
|
3822
6446
|
"retention": "RETENTION_RUNTIME",
|
|
3823
6447
|
"targets": "TARGET_TYPE_FILE",
|
|
6448
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3824
6449
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
3825
6450
|
"edition_defaults.value": "ALLOW"
|
|
3826
6451
|
}
|
|
6452
|
+
},
|
|
6453
|
+
"enforceNamingStyle": {
|
|
6454
|
+
"type": "EnforceNamingStyle",
|
|
6455
|
+
"id": 7,
|
|
6456
|
+
"options": {
|
|
6457
|
+
"retention": "RETENTION_SOURCE",
|
|
6458
|
+
"targets": "TARGET_TYPE_METHOD",
|
|
6459
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
6460
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
6461
|
+
"edition_defaults.value": "STYLE2024"
|
|
6462
|
+
}
|
|
6463
|
+
},
|
|
6464
|
+
"defaultSymbolVisibility": {
|
|
6465
|
+
"type": "VisibilityFeature.DefaultSymbolVisibility",
|
|
6466
|
+
"id": 8,
|
|
6467
|
+
"options": {
|
|
6468
|
+
"retention": "RETENTION_SOURCE",
|
|
6469
|
+
"targets": "TARGET_TYPE_FILE",
|
|
6470
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
6471
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
6472
|
+
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
6473
|
+
}
|
|
3827
6474
|
}
|
|
3828
6475
|
},
|
|
3829
6476
|
"extensions": [
|
|
3830
6477
|
[
|
|
3831
6478
|
1000,
|
|
3832
|
-
|
|
3833
|
-
],
|
|
3834
|
-
[
|
|
3835
|
-
1001,
|
|
3836
|
-
1001
|
|
3837
|
-
],
|
|
3838
|
-
[
|
|
3839
|
-
1002,
|
|
3840
|
-
1002
|
|
3841
|
-
],
|
|
3842
|
-
[
|
|
3843
|
-
9990,
|
|
3844
|
-
9990
|
|
6479
|
+
9994
|
|
3845
6480
|
],
|
|
3846
6481
|
[
|
|
3847
6482
|
9995,
|
|
@@ -3886,7 +6521,13 @@
|
|
|
3886
6521
|
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
3887
6522
|
"VERIFY": 2,
|
|
3888
6523
|
"NONE": 3
|
|
3889
|
-
}
|
|
6524
|
+
},
|
|
6525
|
+
"reserved": [
|
|
6526
|
+
[
|
|
6527
|
+
1,
|
|
6528
|
+
1
|
|
6529
|
+
]
|
|
6530
|
+
]
|
|
3890
6531
|
},
|
|
3891
6532
|
"MessageEncoding": {
|
|
3892
6533
|
"values": {
|
|
@@ -3901,6 +6542,33 @@
|
|
|
3901
6542
|
"ALLOW": 1,
|
|
3902
6543
|
"LEGACY_BEST_EFFORT": 2
|
|
3903
6544
|
}
|
|
6545
|
+
},
|
|
6546
|
+
"EnforceNamingStyle": {
|
|
6547
|
+
"values": {
|
|
6548
|
+
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
6549
|
+
"STYLE2024": 1,
|
|
6550
|
+
"STYLE_LEGACY": 2
|
|
6551
|
+
}
|
|
6552
|
+
},
|
|
6553
|
+
"VisibilityFeature": {
|
|
6554
|
+
"fields": {},
|
|
6555
|
+
"reserved": [
|
|
6556
|
+
[
|
|
6557
|
+
1,
|
|
6558
|
+
536870911
|
|
6559
|
+
]
|
|
6560
|
+
],
|
|
6561
|
+
"nested": {
|
|
6562
|
+
"DefaultSymbolVisibility": {
|
|
6563
|
+
"values": {
|
|
6564
|
+
"DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
|
|
6565
|
+
"EXPORT_ALL": 1,
|
|
6566
|
+
"EXPORT_TOP_LEVEL": 2,
|
|
6567
|
+
"LOCAL_ALL": 3,
|
|
6568
|
+
"STRICT": 4
|
|
6569
|
+
}
|
|
6570
|
+
}
|
|
6571
|
+
}
|
|
3904
6572
|
}
|
|
3905
6573
|
}
|
|
3906
6574
|
},
|
|
@@ -3928,11 +6596,26 @@
|
|
|
3928
6596
|
"type": "Edition",
|
|
3929
6597
|
"id": 3
|
|
3930
6598
|
},
|
|
3931
|
-
"
|
|
6599
|
+
"overridableFeatures": {
|
|
3932
6600
|
"type": "FeatureSet",
|
|
3933
|
-
"id":
|
|
6601
|
+
"id": 4
|
|
6602
|
+
},
|
|
6603
|
+
"fixedFeatures": {
|
|
6604
|
+
"type": "FeatureSet",
|
|
6605
|
+
"id": 5
|
|
3934
6606
|
}
|
|
3935
|
-
}
|
|
6607
|
+
},
|
|
6608
|
+
"reserved": [
|
|
6609
|
+
[
|
|
6610
|
+
1,
|
|
6611
|
+
1
|
|
6612
|
+
],
|
|
6613
|
+
[
|
|
6614
|
+
2,
|
|
6615
|
+
2
|
|
6616
|
+
],
|
|
6617
|
+
"features"
|
|
6618
|
+
]
|
|
3936
6619
|
}
|
|
3937
6620
|
}
|
|
3938
6621
|
},
|
|
@@ -3945,6 +6628,12 @@
|
|
|
3945
6628
|
"id": 1
|
|
3946
6629
|
}
|
|
3947
6630
|
},
|
|
6631
|
+
"extensions": [
|
|
6632
|
+
[
|
|
6633
|
+
536000000,
|
|
6634
|
+
536000000
|
|
6635
|
+
]
|
|
6636
|
+
],
|
|
3948
6637
|
"nested": {
|
|
3949
6638
|
"Location": {
|
|
3950
6639
|
"fields": {
|
|
@@ -4030,6 +6719,14 @@
|
|
|
4030
6719
|
}
|
|
4031
6720
|
}
|
|
4032
6721
|
},
|
|
6722
|
+
"SymbolVisibility": {
|
|
6723
|
+
"edition": "proto2",
|
|
6724
|
+
"values": {
|
|
6725
|
+
"VISIBILITY_UNSET": 0,
|
|
6726
|
+
"VISIBILITY_LOCAL": 1,
|
|
6727
|
+
"VISIBILITY_EXPORT": 2
|
|
6728
|
+
}
|
|
6729
|
+
},
|
|
4033
6730
|
"Duration": {
|
|
4034
6731
|
"fields": {
|
|
4035
6732
|
"seconds": {
|