google-apis-retail_v2 0.9.0 → 0.13.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/lib/google/apis/retail_v2/classes.rb +2114 -65
- data/lib/google/apis/retail_v2/gem_version.rb +3 -3
- data/lib/google/apis/retail_v2/representations.rb +824 -10
- data/lib/google/apis/retail_v2/service.rb +438 -0
- metadata +13 -7
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2
|
18
18
|
# Version of the google-apis-retail_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210723"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -64,6 +64,30 @@ module Google
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
+
class GoogleCloudRetailV2AddFulfillmentPlacesMetadata
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class GoogleCloudRetailV2AddFulfillmentPlacesRequest
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class GoogleCloudRetailV2AddFulfillmentPlacesResponse
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class GoogleCloudRetailV2Audience
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
67
91
|
class GoogleCloudRetailV2BigQuerySource
|
68
92
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
93
|
|
@@ -76,24 +100,84 @@ module Google
|
|
76
100
|
include Google::Apis::Core::JsonObjectSupport
|
77
101
|
end
|
78
102
|
|
103
|
+
class GoogleCloudRetailV2ColorInfo
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GoogleCloudRetailV2CompleteQueryResponse
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GoogleCloudRetailV2CompleteQueryResponseCompletionResult
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class GoogleCloudRetailV2CompleteQueryResponseRecentSearchResult
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class GoogleCloudRetailV2CompletionDataInputConfig
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class GoogleCloudRetailV2CompletionDetail
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
79
139
|
class GoogleCloudRetailV2CustomAttribute
|
80
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
141
|
|
82
142
|
include Google::Apis::Core::JsonObjectSupport
|
83
143
|
end
|
84
144
|
|
145
|
+
class GoogleCloudRetailV2FulfillmentInfo
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
85
151
|
class GoogleCloudRetailV2GcsSource
|
86
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
153
|
|
88
154
|
include Google::Apis::Core::JsonObjectSupport
|
89
155
|
end
|
90
156
|
|
157
|
+
class GoogleCloudRetailV2GetDefaultBranchResponse
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
91
163
|
class GoogleCloudRetailV2Image
|
92
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
165
|
|
94
166
|
include Google::Apis::Core::JsonObjectSupport
|
95
167
|
end
|
96
168
|
|
169
|
+
class GoogleCloudRetailV2ImportCompletionDataRequest
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class GoogleCloudRetailV2ImportCompletionDataResponse
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
97
181
|
class GoogleCloudRetailV2ImportErrorsConfig
|
98
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
183
|
|
@@ -130,12 +214,24 @@ module Google
|
|
130
214
|
include Google::Apis::Core::JsonObjectSupport
|
131
215
|
end
|
132
216
|
|
217
|
+
class GoogleCloudRetailV2Interval
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
133
223
|
class GoogleCloudRetailV2ListCatalogsResponse
|
134
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
225
|
|
136
226
|
include Google::Apis::Core::JsonObjectSupport
|
137
227
|
end
|
138
228
|
|
229
|
+
class GoogleCloudRetailV2ListProductsResponse
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
139
235
|
class GoogleCloudRetailV2PredictRequest
|
140
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
237
|
|
@@ -160,6 +256,12 @@ module Google
|
|
160
256
|
include Google::Apis::Core::JsonObjectSupport
|
161
257
|
end
|
162
258
|
|
259
|
+
class GoogleCloudRetailV2PriceInfoPriceRange
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
163
265
|
class GoogleCloudRetailV2Product
|
164
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
267
|
|
@@ -190,6 +292,12 @@ module Google
|
|
190
292
|
include Google::Apis::Core::JsonObjectSupport
|
191
293
|
end
|
192
294
|
|
295
|
+
class GoogleCloudRetailV2Promotion
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
193
301
|
class GoogleCloudRetailV2PurchaseTransaction
|
194
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
303
|
|
@@ -214,6 +322,12 @@ module Google
|
|
214
322
|
include Google::Apis::Core::JsonObjectSupport
|
215
323
|
end
|
216
324
|
|
325
|
+
class GoogleCloudRetailV2Rating
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
217
331
|
class GoogleCloudRetailV2RejoinUserEventsMetadata
|
218
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
333
|
|
@@ -232,6 +346,120 @@ module Google
|
|
232
346
|
include Google::Apis::Core::JsonObjectSupport
|
233
347
|
end
|
234
348
|
|
349
|
+
class GoogleCloudRetailV2RemoveFulfillmentPlacesMetadata
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class GoogleCloudRetailV2RemoveFulfillmentPlacesRequest
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class GoogleCloudRetailV2RemoveFulfillmentPlacesResponse
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class GoogleCloudRetailV2SearchRequest
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class GoogleCloudRetailV2SearchRequestBoostSpec
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class GoogleCloudRetailV2SearchRequestBoostSpecConditionBoostSpec
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class GoogleCloudRetailV2SearchRequestDynamicFacetSpec
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class GoogleCloudRetailV2SearchRequestFacetSpec
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class GoogleCloudRetailV2SearchRequestFacetSpecFacetKey
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class GoogleCloudRetailV2SearchRequestQueryExpansionSpec
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class GoogleCloudRetailV2SearchResponse
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class GoogleCloudRetailV2SearchResponseFacet
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class GoogleCloudRetailV2SearchResponseFacetFacetValue
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class GoogleCloudRetailV2SearchResponseQueryExpansionInfo
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class GoogleCloudRetailV2SearchResponseSearchResult
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class GoogleCloudRetailV2SetDefaultBranchRequest
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class GoogleCloudRetailV2SetInventoryMetadata
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class GoogleCloudRetailV2SetInventoryRequest
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class GoogleCloudRetailV2SetInventoryResponse
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
235
463
|
class GoogleCloudRetailV2UserEvent
|
236
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
465
|
|
@@ -262,6 +490,18 @@ module Google
|
|
262
490
|
include Google::Apis::Core::JsonObjectSupport
|
263
491
|
end
|
264
492
|
|
493
|
+
class GoogleCloudRetailV2alphaAddFulfillmentPlacesMetadata
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class GoogleCloudRetailV2alphaAddFulfillmentPlacesResponse
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
265
505
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
266
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
507
|
|
@@ -286,6 +526,12 @@ module Google
|
|
286
526
|
include Google::Apis::Core::JsonObjectSupport
|
287
527
|
end
|
288
528
|
|
529
|
+
class GoogleCloudRetailV2alphaImportCompletionDataResponse
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
289
535
|
class GoogleCloudRetailV2alphaImportErrorsConfig
|
290
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
537
|
|
@@ -334,12 +580,48 @@ module Google
|
|
334
580
|
include Google::Apis::Core::JsonObjectSupport
|
335
581
|
end
|
336
582
|
|
583
|
+
class GoogleCloudRetailV2alphaRemoveFulfillmentPlacesMetadata
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class GoogleCloudRetailV2alphaRemoveFulfillmentPlacesResponse
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class GoogleCloudRetailV2alphaSetInventoryMetadata
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class GoogleCloudRetailV2alphaSetInventoryResponse
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
337
607
|
class GoogleCloudRetailV2alphaUserEventImportSummary
|
338
608
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
609
|
|
340
610
|
include Google::Apis::Core::JsonObjectSupport
|
341
611
|
end
|
342
612
|
|
613
|
+
class GoogleCloudRetailV2betaAddFulfillmentPlacesMetadata
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class GoogleCloudRetailV2betaAddFulfillmentPlacesResponse
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
343
625
|
class GoogleCloudRetailV2betaExportErrorsConfig
|
344
626
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
627
|
|
@@ -364,6 +646,12 @@ module Google
|
|
364
646
|
include Google::Apis::Core::JsonObjectSupport
|
365
647
|
end
|
366
648
|
|
649
|
+
class GoogleCloudRetailV2betaImportCompletionDataResponse
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
367
655
|
class GoogleCloudRetailV2betaImportErrorsConfig
|
368
656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
657
|
|
@@ -412,6 +700,30 @@ module Google
|
|
412
700
|
include Google::Apis::Core::JsonObjectSupport
|
413
701
|
end
|
414
702
|
|
703
|
+
class GoogleCloudRetailV2betaRemoveFulfillmentPlacesMetadata
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
|
+
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
707
|
+
end
|
708
|
+
|
709
|
+
class GoogleCloudRetailV2betaRemoveFulfillmentPlacesResponse
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
715
|
+
class GoogleCloudRetailV2betaSetInventoryMetadata
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
|
+
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
719
|
+
end
|
720
|
+
|
721
|
+
class GoogleCloudRetailV2betaSetInventoryResponse
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
415
727
|
class GoogleCloudRetailV2betaUserEventImportSummary
|
416
728
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
729
|
|
@@ -442,6 +754,12 @@ module Google
|
|
442
754
|
include Google::Apis::Core::JsonObjectSupport
|
443
755
|
end
|
444
756
|
|
757
|
+
class GoogleTypeDate
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
445
763
|
class GoogleApiHttpBody
|
446
764
|
# @private
|
447
765
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -511,12 +829,44 @@ module Google
|
|
511
829
|
end
|
512
830
|
end
|
513
831
|
|
832
|
+
class GoogleCloudRetailV2AddFulfillmentPlacesMetadata
|
833
|
+
# @private
|
834
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
835
|
+
end
|
836
|
+
end
|
837
|
+
|
838
|
+
class GoogleCloudRetailV2AddFulfillmentPlacesRequest
|
839
|
+
# @private
|
840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
841
|
+
property :add_time, as: 'addTime'
|
842
|
+
property :allow_missing, as: 'allowMissing'
|
843
|
+
collection :place_ids, as: 'placeIds'
|
844
|
+
property :type, as: 'type'
|
845
|
+
end
|
846
|
+
end
|
847
|
+
|
848
|
+
class GoogleCloudRetailV2AddFulfillmentPlacesResponse
|
849
|
+
# @private
|
850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
851
|
+
end
|
852
|
+
end
|
853
|
+
|
854
|
+
class GoogleCloudRetailV2Audience
|
855
|
+
# @private
|
856
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
857
|
+
collection :age_groups, as: 'ageGroups'
|
858
|
+
collection :genders, as: 'genders'
|
859
|
+
end
|
860
|
+
end
|
861
|
+
|
514
862
|
class GoogleCloudRetailV2BigQuerySource
|
515
863
|
# @private
|
516
864
|
class Representation < Google::Apis::Core::JsonRepresentation
|
517
865
|
property :data_schema, as: 'dataSchema'
|
518
866
|
property :dataset_id, as: 'datasetId'
|
519
867
|
property :gcs_staging_dir, as: 'gcsStagingDir'
|
868
|
+
property :partition_date, as: 'partitionDate', class: Google::Apis::RetailV2::GoogleTypeDate, decorator: Google::Apis::RetailV2::GoogleTypeDate::Representation
|
869
|
+
|
520
870
|
property :project_id, as: 'projectId'
|
521
871
|
property :table_id, as: 'tableId'
|
522
872
|
end
|
@@ -532,28 +882,116 @@ module Google
|
|
532
882
|
end
|
533
883
|
end
|
534
884
|
|
535
|
-
class
|
885
|
+
class GoogleCloudRetailV2ColorInfo
|
886
|
+
# @private
|
887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
888
|
+
collection :color_families, as: 'colorFamilies'
|
889
|
+
collection :colors, as: 'colors'
|
890
|
+
end
|
891
|
+
end
|
892
|
+
|
893
|
+
class GoogleCloudRetailV2CompleteQueryResponse
|
894
|
+
# @private
|
895
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
896
|
+
property :attribution_token, as: 'attributionToken'
|
897
|
+
collection :completion_results, as: 'completionResults', class: Google::Apis::RetailV2::GoogleCloudRetailV2CompleteQueryResponseCompletionResult, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2CompleteQueryResponseCompletionResult::Representation
|
898
|
+
|
899
|
+
collection :recent_search_results, as: 'recentSearchResults', class: Google::Apis::RetailV2::GoogleCloudRetailV2CompleteQueryResponseRecentSearchResult, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2CompleteQueryResponseRecentSearchResult::Representation
|
900
|
+
|
901
|
+
end
|
902
|
+
end
|
903
|
+
|
904
|
+
class GoogleCloudRetailV2CompleteQueryResponseCompletionResult
|
905
|
+
# @private
|
906
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
907
|
+
hash :attributes, as: 'attributes', class: Google::Apis::RetailV2::GoogleCloudRetailV2CustomAttribute, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2CustomAttribute::Representation
|
908
|
+
|
909
|
+
property :suggestion, as: 'suggestion'
|
910
|
+
end
|
911
|
+
end
|
912
|
+
|
913
|
+
class GoogleCloudRetailV2CompleteQueryResponseRecentSearchResult
|
914
|
+
# @private
|
915
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
916
|
+
property :recent_search, as: 'recentSearch'
|
917
|
+
end
|
918
|
+
end
|
919
|
+
|
920
|
+
class GoogleCloudRetailV2CompletionDataInputConfig
|
921
|
+
# @private
|
922
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
923
|
+
property :big_query_source, as: 'bigQuerySource', class: Google::Apis::RetailV2::GoogleCloudRetailV2BigQuerySource, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2BigQuerySource::Representation
|
924
|
+
|
925
|
+
end
|
926
|
+
end
|
927
|
+
|
928
|
+
class GoogleCloudRetailV2CompletionDetail
|
929
|
+
# @private
|
930
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
931
|
+
property :completion_attribution_token, as: 'completionAttributionToken'
|
932
|
+
property :selected_position, as: 'selectedPosition'
|
933
|
+
property :selected_suggestion, as: 'selectedSuggestion'
|
934
|
+
end
|
935
|
+
end
|
936
|
+
|
937
|
+
class GoogleCloudRetailV2CustomAttribute
|
938
|
+
# @private
|
939
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
940
|
+
property :indexable, as: 'indexable'
|
941
|
+
collection :numbers, as: 'numbers'
|
942
|
+
property :searchable, as: 'searchable'
|
943
|
+
collection :text, as: 'text'
|
944
|
+
end
|
945
|
+
end
|
946
|
+
|
947
|
+
class GoogleCloudRetailV2FulfillmentInfo
|
948
|
+
# @private
|
949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
950
|
+
collection :place_ids, as: 'placeIds'
|
951
|
+
property :type, as: 'type'
|
952
|
+
end
|
953
|
+
end
|
954
|
+
|
955
|
+
class GoogleCloudRetailV2GcsSource
|
956
|
+
# @private
|
957
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
958
|
+
property :data_schema, as: 'dataSchema'
|
959
|
+
collection :input_uris, as: 'inputUris'
|
960
|
+
end
|
961
|
+
end
|
962
|
+
|
963
|
+
class GoogleCloudRetailV2GetDefaultBranchResponse
|
964
|
+
# @private
|
965
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
966
|
+
property :branch, as: 'branch'
|
967
|
+
property :note, as: 'note'
|
968
|
+
property :set_time, as: 'setTime'
|
969
|
+
end
|
970
|
+
end
|
971
|
+
|
972
|
+
class GoogleCloudRetailV2Image
|
536
973
|
# @private
|
537
974
|
class Representation < Google::Apis::Core::JsonRepresentation
|
538
|
-
|
539
|
-
|
975
|
+
property :height, as: 'height'
|
976
|
+
property :uri, as: 'uri'
|
977
|
+
property :width, as: 'width'
|
540
978
|
end
|
541
979
|
end
|
542
980
|
|
543
|
-
class
|
981
|
+
class GoogleCloudRetailV2ImportCompletionDataRequest
|
544
982
|
# @private
|
545
983
|
class Representation < Google::Apis::Core::JsonRepresentation
|
546
|
-
property :
|
547
|
-
|
984
|
+
property :input_config, as: 'inputConfig', class: Google::Apis::RetailV2::GoogleCloudRetailV2CompletionDataInputConfig, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2CompletionDataInputConfig::Representation
|
985
|
+
|
986
|
+
property :notification_pubsub_topic, as: 'notificationPubsubTopic'
|
548
987
|
end
|
549
988
|
end
|
550
989
|
|
551
|
-
class
|
990
|
+
class GoogleCloudRetailV2ImportCompletionDataResponse
|
552
991
|
# @private
|
553
992
|
class Representation < Google::Apis::Core::JsonRepresentation
|
554
|
-
|
555
|
-
|
556
|
-
property :width, as: 'width'
|
993
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::RetailV2::GoogleRpcStatus, decorator: Google::Apis::RetailV2::GoogleRpcStatus::Representation
|
994
|
+
|
557
995
|
end
|
558
996
|
end
|
559
997
|
|
@@ -569,6 +1007,8 @@ module Google
|
|
569
1007
|
class Representation < Google::Apis::Core::JsonRepresentation
|
570
1008
|
property :create_time, as: 'createTime'
|
571
1009
|
property :failure_count, :numeric_string => true, as: 'failureCount'
|
1010
|
+
property :notification_pubsub_topic, as: 'notificationPubsubTopic'
|
1011
|
+
property :request_id, as: 'requestId'
|
572
1012
|
property :success_count, :numeric_string => true, as: 'successCount'
|
573
1013
|
property :update_time, as: 'updateTime'
|
574
1014
|
end
|
@@ -581,6 +1021,9 @@ module Google
|
|
581
1021
|
|
582
1022
|
property :input_config, as: 'inputConfig', class: Google::Apis::RetailV2::GoogleCloudRetailV2ProductInputConfig, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2ProductInputConfig::Representation
|
583
1023
|
|
1024
|
+
property :notification_pubsub_topic, as: 'notificationPubsubTopic'
|
1025
|
+
property :reconciliation_mode, as: 'reconciliationMode'
|
1026
|
+
property :request_id, as: 'requestId'
|
584
1027
|
property :update_mask, as: 'updateMask'
|
585
1028
|
end
|
586
1029
|
end
|
@@ -617,6 +1060,16 @@ module Google
|
|
617
1060
|
end
|
618
1061
|
end
|
619
1062
|
|
1063
|
+
class GoogleCloudRetailV2Interval
|
1064
|
+
# @private
|
1065
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1066
|
+
property :exclusive_maximum, as: 'exclusiveMaximum'
|
1067
|
+
property :exclusive_minimum, as: 'exclusiveMinimum'
|
1068
|
+
property :maximum, as: 'maximum'
|
1069
|
+
property :minimum, as: 'minimum'
|
1070
|
+
end
|
1071
|
+
end
|
1072
|
+
|
620
1073
|
class GoogleCloudRetailV2ListCatalogsResponse
|
621
1074
|
# @private
|
622
1075
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -626,6 +1079,15 @@ module Google
|
|
626
1079
|
end
|
627
1080
|
end
|
628
1081
|
|
1082
|
+
class GoogleCloudRetailV2ListProductsResponse
|
1083
|
+
# @private
|
1084
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1085
|
+
property :next_page_token, as: 'nextPageToken'
|
1086
|
+
collection :products, as: 'products', class: Google::Apis::RetailV2::GoogleCloudRetailV2Product, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2Product::Representation
|
1087
|
+
|
1088
|
+
end
|
1089
|
+
end
|
1090
|
+
|
629
1091
|
class GoogleCloudRetailV2PredictRequest
|
630
1092
|
# @private
|
631
1093
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -666,6 +1128,20 @@ module Google
|
|
666
1128
|
property :currency_code, as: 'currencyCode'
|
667
1129
|
property :original_price, as: 'originalPrice'
|
668
1130
|
property :price, as: 'price'
|
1131
|
+
property :price_effective_time, as: 'priceEffectiveTime'
|
1132
|
+
property :price_expire_time, as: 'priceExpireTime'
|
1133
|
+
property :price_range, as: 'priceRange', class: Google::Apis::RetailV2::GoogleCloudRetailV2PriceInfoPriceRange, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2PriceInfoPriceRange::Representation
|
1134
|
+
|
1135
|
+
end
|
1136
|
+
end
|
1137
|
+
|
1138
|
+
class GoogleCloudRetailV2PriceInfoPriceRange
|
1139
|
+
# @private
|
1140
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1141
|
+
property :original_price, as: 'originalPrice', class: Google::Apis::RetailV2::GoogleCloudRetailV2Interval, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2Interval::Representation
|
1142
|
+
|
1143
|
+
property :price, as: 'price', class: Google::Apis::RetailV2::GoogleCloudRetailV2Interval, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2Interval::Representation
|
1144
|
+
|
669
1145
|
end
|
670
1146
|
end
|
671
1147
|
|
@@ -674,22 +1150,46 @@ module Google
|
|
674
1150
|
class Representation < Google::Apis::Core::JsonRepresentation
|
675
1151
|
hash :attributes, as: 'attributes', class: Google::Apis::RetailV2::GoogleCloudRetailV2CustomAttribute, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2CustomAttribute::Representation
|
676
1152
|
|
1153
|
+
property :audience, as: 'audience', class: Google::Apis::RetailV2::GoogleCloudRetailV2Audience, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2Audience::Representation
|
1154
|
+
|
677
1155
|
property :availability, as: 'availability'
|
678
1156
|
property :available_quantity, as: 'availableQuantity'
|
679
1157
|
property :available_time, as: 'availableTime'
|
1158
|
+
collection :brands, as: 'brands'
|
680
1159
|
collection :categories, as: 'categories'
|
1160
|
+
collection :collection_member_ids, as: 'collectionMemberIds'
|
1161
|
+
property :color_info, as: 'colorInfo', class: Google::Apis::RetailV2::GoogleCloudRetailV2ColorInfo, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2ColorInfo::Representation
|
1162
|
+
|
1163
|
+
collection :conditions, as: 'conditions'
|
681
1164
|
property :description, as: 'description'
|
1165
|
+
property :expire_time, as: 'expireTime'
|
1166
|
+
collection :fulfillment_info, as: 'fulfillmentInfo', class: Google::Apis::RetailV2::GoogleCloudRetailV2FulfillmentInfo, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2FulfillmentInfo::Representation
|
1167
|
+
|
1168
|
+
property :gtin, as: 'gtin'
|
682
1169
|
property :id, as: 'id'
|
683
1170
|
collection :images, as: 'images', class: Google::Apis::RetailV2::GoogleCloudRetailV2Image, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2Image::Representation
|
684
1171
|
|
1172
|
+
property :language_code, as: 'languageCode'
|
1173
|
+
collection :materials, as: 'materials'
|
685
1174
|
property :name, as: 'name'
|
1175
|
+
collection :patterns, as: 'patterns'
|
686
1176
|
property :price_info, as: 'priceInfo', class: Google::Apis::RetailV2::GoogleCloudRetailV2PriceInfo, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2PriceInfo::Representation
|
687
1177
|
|
688
1178
|
property :primary_product_id, as: 'primaryProductId'
|
1179
|
+
collection :promotions, as: 'promotions', class: Google::Apis::RetailV2::GoogleCloudRetailV2Promotion, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2Promotion::Representation
|
1180
|
+
|
1181
|
+
property :publish_time, as: 'publishTime'
|
1182
|
+
property :rating, as: 'rating', class: Google::Apis::RetailV2::GoogleCloudRetailV2Rating, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2Rating::Representation
|
1183
|
+
|
1184
|
+
property :retrievable_fields, as: 'retrievableFields'
|
1185
|
+
collection :sizes, as: 'sizes'
|
689
1186
|
collection :tags, as: 'tags'
|
690
1187
|
property :title, as: 'title'
|
1188
|
+
property :ttl, as: 'ttl'
|
691
1189
|
property :type, as: 'type'
|
692
1190
|
property :uri, as: 'uri'
|
1191
|
+
collection :variants, as: 'variants', class: Google::Apis::RetailV2::GoogleCloudRetailV2Product, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2Product::Representation
|
1192
|
+
|
693
1193
|
end
|
694
1194
|
end
|
695
1195
|
|
@@ -730,6 +1230,13 @@ module Google
|
|
730
1230
|
end
|
731
1231
|
end
|
732
1232
|
|
1233
|
+
class GoogleCloudRetailV2Promotion
|
1234
|
+
# @private
|
1235
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1236
|
+
property :promotion_id, as: 'promotionId'
|
1237
|
+
end
|
1238
|
+
end
|
1239
|
+
|
733
1240
|
class GoogleCloudRetailV2PurchaseTransaction
|
734
1241
|
# @private
|
735
1242
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -762,6 +1269,15 @@ module Google
|
|
762
1269
|
end
|
763
1270
|
end
|
764
1271
|
|
1272
|
+
class GoogleCloudRetailV2Rating
|
1273
|
+
# @private
|
1274
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1275
|
+
property :average_rating, as: 'averageRating'
|
1276
|
+
property :rating_count, as: 'ratingCount'
|
1277
|
+
collection :rating_histogram, as: 'ratingHistogram'
|
1278
|
+
end
|
1279
|
+
end
|
1280
|
+
|
765
1281
|
class GoogleCloudRetailV2RejoinUserEventsMetadata
|
766
1282
|
# @private
|
767
1283
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -782,6 +1298,197 @@ module Google
|
|
782
1298
|
end
|
783
1299
|
end
|
784
1300
|
|
1301
|
+
class GoogleCloudRetailV2RemoveFulfillmentPlacesMetadata
|
1302
|
+
# @private
|
1303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1304
|
+
end
|
1305
|
+
end
|
1306
|
+
|
1307
|
+
class GoogleCloudRetailV2RemoveFulfillmentPlacesRequest
|
1308
|
+
# @private
|
1309
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1310
|
+
property :allow_missing, as: 'allowMissing'
|
1311
|
+
collection :place_ids, as: 'placeIds'
|
1312
|
+
property :remove_time, as: 'removeTime'
|
1313
|
+
property :type, as: 'type'
|
1314
|
+
end
|
1315
|
+
end
|
1316
|
+
|
1317
|
+
class GoogleCloudRetailV2RemoveFulfillmentPlacesResponse
|
1318
|
+
# @private
|
1319
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1320
|
+
end
|
1321
|
+
end
|
1322
|
+
|
1323
|
+
class GoogleCloudRetailV2SearchRequest
|
1324
|
+
# @private
|
1325
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1326
|
+
property :boost_spec, as: 'boostSpec', class: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestBoostSpec, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestBoostSpec::Representation
|
1327
|
+
|
1328
|
+
property :branch, as: 'branch'
|
1329
|
+
property :canonical_filter, as: 'canonicalFilter'
|
1330
|
+
property :dynamic_facet_spec, as: 'dynamicFacetSpec', class: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestDynamicFacetSpec, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestDynamicFacetSpec::Representation
|
1331
|
+
|
1332
|
+
collection :facet_specs, as: 'facetSpecs', class: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestFacetSpec, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestFacetSpec::Representation
|
1333
|
+
|
1334
|
+
property :filter, as: 'filter'
|
1335
|
+
property :offset, as: 'offset'
|
1336
|
+
property :order_by, as: 'orderBy'
|
1337
|
+
collection :page_categories, as: 'pageCategories'
|
1338
|
+
property :page_size, as: 'pageSize'
|
1339
|
+
property :page_token, as: 'pageToken'
|
1340
|
+
property :query, as: 'query'
|
1341
|
+
property :query_expansion_spec, as: 'queryExpansionSpec', class: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestQueryExpansionSpec, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestQueryExpansionSpec::Representation
|
1342
|
+
|
1343
|
+
property :user_info, as: 'userInfo', class: Google::Apis::RetailV2::GoogleCloudRetailV2UserInfo, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2UserInfo::Representation
|
1344
|
+
|
1345
|
+
collection :variant_rollup_keys, as: 'variantRollupKeys'
|
1346
|
+
property :visitor_id, as: 'visitorId'
|
1347
|
+
end
|
1348
|
+
end
|
1349
|
+
|
1350
|
+
class GoogleCloudRetailV2SearchRequestBoostSpec
|
1351
|
+
# @private
|
1352
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1353
|
+
collection :condition_boost_specs, as: 'conditionBoostSpecs', class: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestBoostSpecConditionBoostSpec, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestBoostSpecConditionBoostSpec::Representation
|
1354
|
+
|
1355
|
+
end
|
1356
|
+
end
|
1357
|
+
|
1358
|
+
class GoogleCloudRetailV2SearchRequestBoostSpecConditionBoostSpec
|
1359
|
+
# @private
|
1360
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1361
|
+
property :boost, as: 'boost'
|
1362
|
+
property :condition, as: 'condition'
|
1363
|
+
end
|
1364
|
+
end
|
1365
|
+
|
1366
|
+
class GoogleCloudRetailV2SearchRequestDynamicFacetSpec
|
1367
|
+
# @private
|
1368
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1369
|
+
property :mode, as: 'mode'
|
1370
|
+
end
|
1371
|
+
end
|
1372
|
+
|
1373
|
+
class GoogleCloudRetailV2SearchRequestFacetSpec
|
1374
|
+
# @private
|
1375
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1376
|
+
property :enable_dynamic_position, as: 'enableDynamicPosition'
|
1377
|
+
collection :excluded_filter_keys, as: 'excludedFilterKeys'
|
1378
|
+
property :facet_key, as: 'facetKey', class: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestFacetSpecFacetKey, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestFacetSpecFacetKey::Representation
|
1379
|
+
|
1380
|
+
property :limit, as: 'limit'
|
1381
|
+
end
|
1382
|
+
end
|
1383
|
+
|
1384
|
+
class GoogleCloudRetailV2SearchRequestFacetSpecFacetKey
|
1385
|
+
# @private
|
1386
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1387
|
+
collection :contains, as: 'contains'
|
1388
|
+
collection :intervals, as: 'intervals', class: Google::Apis::RetailV2::GoogleCloudRetailV2Interval, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2Interval::Representation
|
1389
|
+
|
1390
|
+
property :key, as: 'key'
|
1391
|
+
property :order_by, as: 'orderBy'
|
1392
|
+
collection :prefixes, as: 'prefixes'
|
1393
|
+
property :query, as: 'query'
|
1394
|
+
collection :restricted_values, as: 'restrictedValues'
|
1395
|
+
end
|
1396
|
+
end
|
1397
|
+
|
1398
|
+
class GoogleCloudRetailV2SearchRequestQueryExpansionSpec
|
1399
|
+
# @private
|
1400
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1401
|
+
property :condition, as: 'condition'
|
1402
|
+
end
|
1403
|
+
end
|
1404
|
+
|
1405
|
+
class GoogleCloudRetailV2SearchResponse
|
1406
|
+
# @private
|
1407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1408
|
+
property :attribution_token, as: 'attributionToken'
|
1409
|
+
property :corrected_query, as: 'correctedQuery'
|
1410
|
+
collection :facets, as: 'facets', class: Google::Apis::RetailV2::GoogleCloudRetailV2SearchResponseFacet, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2SearchResponseFacet::Representation
|
1411
|
+
|
1412
|
+
property :next_page_token, as: 'nextPageToken'
|
1413
|
+
property :query_expansion_info, as: 'queryExpansionInfo', class: Google::Apis::RetailV2::GoogleCloudRetailV2SearchResponseQueryExpansionInfo, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2SearchResponseQueryExpansionInfo::Representation
|
1414
|
+
|
1415
|
+
property :redirect_uri, as: 'redirectUri'
|
1416
|
+
collection :results, as: 'results', class: Google::Apis::RetailV2::GoogleCloudRetailV2SearchResponseSearchResult, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2SearchResponseSearchResult::Representation
|
1417
|
+
|
1418
|
+
property :total_size, as: 'totalSize'
|
1419
|
+
end
|
1420
|
+
end
|
1421
|
+
|
1422
|
+
class GoogleCloudRetailV2SearchResponseFacet
|
1423
|
+
# @private
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1425
|
+
property :dynamic_facet, as: 'dynamicFacet'
|
1426
|
+
property :key, as: 'key'
|
1427
|
+
collection :values, as: 'values', class: Google::Apis::RetailV2::GoogleCloudRetailV2SearchResponseFacetFacetValue, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2SearchResponseFacetFacetValue::Representation
|
1428
|
+
|
1429
|
+
end
|
1430
|
+
end
|
1431
|
+
|
1432
|
+
class GoogleCloudRetailV2SearchResponseFacetFacetValue
|
1433
|
+
# @private
|
1434
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1435
|
+
property :count, :numeric_string => true, as: 'count'
|
1436
|
+
property :interval, as: 'interval', class: Google::Apis::RetailV2::GoogleCloudRetailV2Interval, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2Interval::Representation
|
1437
|
+
|
1438
|
+
property :value, as: 'value'
|
1439
|
+
end
|
1440
|
+
end
|
1441
|
+
|
1442
|
+
class GoogleCloudRetailV2SearchResponseQueryExpansionInfo
|
1443
|
+
# @private
|
1444
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1445
|
+
property :expanded_query, as: 'expandedQuery'
|
1446
|
+
end
|
1447
|
+
end
|
1448
|
+
|
1449
|
+
class GoogleCloudRetailV2SearchResponseSearchResult
|
1450
|
+
# @private
|
1451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1452
|
+
property :id, as: 'id'
|
1453
|
+
property :matching_variant_count, as: 'matchingVariantCount'
|
1454
|
+
hash :matching_variant_fields, as: 'matchingVariantFields'
|
1455
|
+
property :product, as: 'product', class: Google::Apis::RetailV2::GoogleCloudRetailV2Product, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2Product::Representation
|
1456
|
+
|
1457
|
+
hash :variant_rollup_values, as: 'variantRollupValues'
|
1458
|
+
end
|
1459
|
+
end
|
1460
|
+
|
1461
|
+
class GoogleCloudRetailV2SetDefaultBranchRequest
|
1462
|
+
# @private
|
1463
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1464
|
+
property :branch_id, as: 'branchId'
|
1465
|
+
property :note, as: 'note'
|
1466
|
+
end
|
1467
|
+
end
|
1468
|
+
|
1469
|
+
class GoogleCloudRetailV2SetInventoryMetadata
|
1470
|
+
# @private
|
1471
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1472
|
+
end
|
1473
|
+
end
|
1474
|
+
|
1475
|
+
class GoogleCloudRetailV2SetInventoryRequest
|
1476
|
+
# @private
|
1477
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1478
|
+
property :allow_missing, as: 'allowMissing'
|
1479
|
+
property :inventory, as: 'inventory', class: Google::Apis::RetailV2::GoogleCloudRetailV2Product, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2Product::Representation
|
1480
|
+
|
1481
|
+
property :set_mask, as: 'setMask'
|
1482
|
+
property :set_time, as: 'setTime'
|
1483
|
+
end
|
1484
|
+
end
|
1485
|
+
|
1486
|
+
class GoogleCloudRetailV2SetInventoryResponse
|
1487
|
+
# @private
|
1488
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1489
|
+
end
|
1490
|
+
end
|
1491
|
+
|
785
1492
|
class GoogleCloudRetailV2UserEvent
|
786
1493
|
# @private
|
787
1494
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -789,9 +1496,14 @@ module Google
|
|
789
1496
|
|
790
1497
|
property :attribution_token, as: 'attributionToken'
|
791
1498
|
property :cart_id, as: 'cartId'
|
1499
|
+
property :completion_detail, as: 'completionDetail', class: Google::Apis::RetailV2::GoogleCloudRetailV2CompletionDetail, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2CompletionDetail::Representation
|
1500
|
+
|
792
1501
|
property :event_time, as: 'eventTime'
|
793
1502
|
property :event_type, as: 'eventType'
|
794
1503
|
collection :experiment_ids, as: 'experimentIds'
|
1504
|
+
property :filter, as: 'filter'
|
1505
|
+
property :offset, as: 'offset'
|
1506
|
+
property :order_by, as: 'orderBy'
|
795
1507
|
collection :page_categories, as: 'pageCategories'
|
796
1508
|
property :page_view_id, as: 'pageViewId'
|
797
1509
|
collection :product_details, as: 'productDetails', class: Google::Apis::RetailV2::GoogleCloudRetailV2ProductDetail, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2ProductDetail::Representation
|
@@ -800,6 +1512,7 @@ module Google
|
|
800
1512
|
|
801
1513
|
property :referrer_uri, as: 'referrerUri'
|
802
1514
|
property :search_query, as: 'searchQuery'
|
1515
|
+
property :session_id, as: 'sessionId'
|
803
1516
|
property :uri, as: 'uri'
|
804
1517
|
property :user_info, as: 'userInfo', class: Google::Apis::RetailV2::GoogleCloudRetailV2UserInfo, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2UserInfo::Representation
|
805
1518
|
|
@@ -845,6 +1558,18 @@ module Google
|
|
845
1558
|
end
|
846
1559
|
end
|
847
1560
|
|
1561
|
+
class GoogleCloudRetailV2alphaAddFulfillmentPlacesMetadata
|
1562
|
+
# @private
|
1563
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1564
|
+
end
|
1565
|
+
end
|
1566
|
+
|
1567
|
+
class GoogleCloudRetailV2alphaAddFulfillmentPlacesResponse
|
1568
|
+
# @private
|
1569
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1570
|
+
end
|
1571
|
+
end
|
1572
|
+
|
848
1573
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
849
1574
|
# @private
|
850
1575
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -880,6 +1605,14 @@ module Google
|
|
880
1605
|
end
|
881
1606
|
end
|
882
1607
|
|
1608
|
+
class GoogleCloudRetailV2alphaImportCompletionDataResponse
|
1609
|
+
# @private
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1611
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::RetailV2::GoogleRpcStatus, decorator: Google::Apis::RetailV2::GoogleRpcStatus::Representation
|
1612
|
+
|
1613
|
+
end
|
1614
|
+
end
|
1615
|
+
|
883
1616
|
class GoogleCloudRetailV2alphaImportErrorsConfig
|
884
1617
|
# @private
|
885
1618
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -892,6 +1625,8 @@ module Google
|
|
892
1625
|
class Representation < Google::Apis::Core::JsonRepresentation
|
893
1626
|
property :create_time, as: 'createTime'
|
894
1627
|
property :failure_count, :numeric_string => true, as: 'failureCount'
|
1628
|
+
property :notification_pubsub_topic, as: 'notificationPubsubTopic'
|
1629
|
+
property :request_id, as: 'requestId'
|
895
1630
|
property :success_count, :numeric_string => true, as: 'successCount'
|
896
1631
|
property :update_time, as: 'updateTime'
|
897
1632
|
end
|
@@ -945,6 +1680,30 @@ module Google
|
|
945
1680
|
end
|
946
1681
|
end
|
947
1682
|
|
1683
|
+
class GoogleCloudRetailV2alphaRemoveFulfillmentPlacesMetadata
|
1684
|
+
# @private
|
1685
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1686
|
+
end
|
1687
|
+
end
|
1688
|
+
|
1689
|
+
class GoogleCloudRetailV2alphaRemoveFulfillmentPlacesResponse
|
1690
|
+
# @private
|
1691
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1692
|
+
end
|
1693
|
+
end
|
1694
|
+
|
1695
|
+
class GoogleCloudRetailV2alphaSetInventoryMetadata
|
1696
|
+
# @private
|
1697
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1698
|
+
end
|
1699
|
+
end
|
1700
|
+
|
1701
|
+
class GoogleCloudRetailV2alphaSetInventoryResponse
|
1702
|
+
# @private
|
1703
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1704
|
+
end
|
1705
|
+
end
|
1706
|
+
|
948
1707
|
class GoogleCloudRetailV2alphaUserEventImportSummary
|
949
1708
|
# @private
|
950
1709
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -953,6 +1712,18 @@ module Google
|
|
953
1712
|
end
|
954
1713
|
end
|
955
1714
|
|
1715
|
+
class GoogleCloudRetailV2betaAddFulfillmentPlacesMetadata
|
1716
|
+
# @private
|
1717
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1718
|
+
end
|
1719
|
+
end
|
1720
|
+
|
1721
|
+
class GoogleCloudRetailV2betaAddFulfillmentPlacesResponse
|
1722
|
+
# @private
|
1723
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1724
|
+
end
|
1725
|
+
end
|
1726
|
+
|
956
1727
|
class GoogleCloudRetailV2betaExportErrorsConfig
|
957
1728
|
# @private
|
958
1729
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -988,6 +1759,14 @@ module Google
|
|
988
1759
|
end
|
989
1760
|
end
|
990
1761
|
|
1762
|
+
class GoogleCloudRetailV2betaImportCompletionDataResponse
|
1763
|
+
# @private
|
1764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1765
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::RetailV2::GoogleRpcStatus, decorator: Google::Apis::RetailV2::GoogleRpcStatus::Representation
|
1766
|
+
|
1767
|
+
end
|
1768
|
+
end
|
1769
|
+
|
991
1770
|
class GoogleCloudRetailV2betaImportErrorsConfig
|
992
1771
|
# @private
|
993
1772
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1000,6 +1779,8 @@ module Google
|
|
1000
1779
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1001
1780
|
property :create_time, as: 'createTime'
|
1002
1781
|
property :failure_count, :numeric_string => true, as: 'failureCount'
|
1782
|
+
property :notification_pubsub_topic, as: 'notificationPubsubTopic'
|
1783
|
+
property :request_id, as: 'requestId'
|
1003
1784
|
property :success_count, :numeric_string => true, as: 'successCount'
|
1004
1785
|
property :update_time, as: 'updateTime'
|
1005
1786
|
end
|
@@ -1053,6 +1834,30 @@ module Google
|
|
1053
1834
|
end
|
1054
1835
|
end
|
1055
1836
|
|
1837
|
+
class GoogleCloudRetailV2betaRemoveFulfillmentPlacesMetadata
|
1838
|
+
# @private
|
1839
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1840
|
+
end
|
1841
|
+
end
|
1842
|
+
|
1843
|
+
class GoogleCloudRetailV2betaRemoveFulfillmentPlacesResponse
|
1844
|
+
# @private
|
1845
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1846
|
+
end
|
1847
|
+
end
|
1848
|
+
|
1849
|
+
class GoogleCloudRetailV2betaSetInventoryMetadata
|
1850
|
+
# @private
|
1851
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1852
|
+
end
|
1853
|
+
end
|
1854
|
+
|
1855
|
+
class GoogleCloudRetailV2betaSetInventoryResponse
|
1856
|
+
# @private
|
1857
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1858
|
+
end
|
1859
|
+
end
|
1860
|
+
|
1056
1861
|
class GoogleCloudRetailV2betaUserEventImportSummary
|
1057
1862
|
# @private
|
1058
1863
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1096,6 +1901,15 @@ module Google
|
|
1096
1901
|
property :message, as: 'message'
|
1097
1902
|
end
|
1098
1903
|
end
|
1904
|
+
|
1905
|
+
class GoogleTypeDate
|
1906
|
+
# @private
|
1907
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1908
|
+
property :day, as: 'day'
|
1909
|
+
property :month, as: 'month'
|
1910
|
+
property :year, as: 'year'
|
1911
|
+
end
|
1912
|
+
end
|
1099
1913
|
end
|
1100
1914
|
end
|
1101
1915
|
end
|