google-apis-retail_v2 0.46.0 → 0.49.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/google/apis/retail_v2/classes.rb +745 -20
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- data/lib/google/apis/retail_v2/representations.rb +297 -0
- data/lib/google/apis/retail_v2/service.rb +223 -6
- metadata +3 -3
@@ -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.49.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220729"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -64,6 +64,12 @@ module Google
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
+
class GoogleCloudRetailV2AddCatalogAttributeRequest
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
67
73
|
class GoogleCloudRetailV2AddFulfillmentPlacesMetadata
|
68
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
75
|
|
@@ -100,6 +106,12 @@ module Google
|
|
100
106
|
include Google::Apis::Core::JsonObjectSupport
|
101
107
|
end
|
102
108
|
|
109
|
+
class GoogleCloudRetailV2AttributesConfig
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
103
115
|
class GoogleCloudRetailV2Audience
|
104
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
117
|
|
@@ -118,6 +130,12 @@ module Google
|
|
118
130
|
include Google::Apis::Core::JsonObjectSupport
|
119
131
|
end
|
120
132
|
|
133
|
+
class GoogleCloudRetailV2CatalogAttribute
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
121
139
|
class GoogleCloudRetailV2ColorInfo
|
122
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
141
|
|
@@ -142,6 +160,12 @@ module Google
|
|
142
160
|
include Google::Apis::Core::JsonObjectSupport
|
143
161
|
end
|
144
162
|
|
163
|
+
class GoogleCloudRetailV2CompletionConfig
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
145
169
|
class GoogleCloudRetailV2CompletionDataInputConfig
|
146
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
171
|
|
@@ -370,6 +394,12 @@ module Google
|
|
370
394
|
include Google::Apis::Core::JsonObjectSupport
|
371
395
|
end
|
372
396
|
|
397
|
+
class GoogleCloudRetailV2RemoveCatalogAttributeRequest
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
373
403
|
class GoogleCloudRetailV2RemoveFulfillmentPlacesMetadata
|
374
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
405
|
|
@@ -568,6 +598,18 @@ module Google
|
|
568
598
|
include Google::Apis::Core::JsonObjectSupport
|
569
599
|
end
|
570
600
|
|
601
|
+
class GoogleCloudRetailV2alphaBigQueryOutputResult
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class GoogleCloudRetailV2alphaCreateModelMetadata
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
571
613
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
572
614
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
615
|
|
@@ -622,6 +664,42 @@ module Google
|
|
622
664
|
include Google::Apis::Core::JsonObjectSupport
|
623
665
|
end
|
624
666
|
|
667
|
+
class GoogleCloudRetailV2alphaModel
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
673
|
+
class GoogleCloudRetailV2alphaModelPageOptimizationConfig
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
679
|
+
class GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
685
|
+
class GoogleCloudRetailV2alphaModelPageOptimizationConfigPanel
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
691
|
+
class GoogleCloudRetailV2alphaModelServingConfigList
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
+
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
695
|
+
end
|
696
|
+
|
697
|
+
class GoogleCloudRetailV2alphaOutputResult
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
+
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
701
|
+
end
|
702
|
+
|
625
703
|
class GoogleCloudRetailV2alphaPurgeMetadata
|
626
704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
705
|
|
@@ -694,6 +772,24 @@ module Google
|
|
694
772
|
include Google::Apis::Core::JsonObjectSupport
|
695
773
|
end
|
696
774
|
|
775
|
+
class GoogleCloudRetailV2alphaTransformedUserEventsMetadata
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
781
|
+
class GoogleCloudRetailV2alphaTuneModelMetadata
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
787
|
+
class GoogleCloudRetailV2alphaTuneModelResponse
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
697
793
|
class GoogleCloudRetailV2alphaUserEventImportSummary
|
698
794
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
795
|
|
@@ -724,6 +820,12 @@ module Google
|
|
724
820
|
include Google::Apis::Core::JsonObjectSupport
|
725
821
|
end
|
726
822
|
|
823
|
+
class GoogleCloudRetailV2betaBigQueryOutputResult
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
727
829
|
class GoogleCloudRetailV2betaExportErrorsConfig
|
728
830
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
831
|
|
@@ -778,6 +880,12 @@ module Google
|
|
778
880
|
include Google::Apis::Core::JsonObjectSupport
|
779
881
|
end
|
780
882
|
|
883
|
+
class GoogleCloudRetailV2betaOutputResult
|
884
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
885
|
+
|
886
|
+
include Google::Apis::Core::JsonObjectSupport
|
887
|
+
end
|
888
|
+
|
781
889
|
class GoogleCloudRetailV2betaPurgeMetadata
|
782
890
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
891
|
|
@@ -943,6 +1051,14 @@ module Google
|
|
943
1051
|
end
|
944
1052
|
end
|
945
1053
|
|
1054
|
+
class GoogleCloudRetailV2AddCatalogAttributeRequest
|
1055
|
+
# @private
|
1056
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1057
|
+
property :catalog_attribute, as: 'catalogAttribute', class: Google::Apis::RetailV2::GoogleCloudRetailV2CatalogAttribute, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2CatalogAttribute::Representation
|
1058
|
+
|
1059
|
+
end
|
1060
|
+
end
|
1061
|
+
|
946
1062
|
class GoogleCloudRetailV2AddFulfillmentPlacesMetadata
|
947
1063
|
# @private
|
948
1064
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -988,6 +1104,16 @@ module Google
|
|
988
1104
|
end
|
989
1105
|
end
|
990
1106
|
|
1107
|
+
class GoogleCloudRetailV2AttributesConfig
|
1108
|
+
# @private
|
1109
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1110
|
+
property :attribute_config_level, as: 'attributeConfigLevel'
|
1111
|
+
hash :catalog_attributes, as: 'catalogAttributes', class: Google::Apis::RetailV2::GoogleCloudRetailV2CatalogAttribute, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2CatalogAttribute::Representation
|
1112
|
+
|
1113
|
+
property :name, as: 'name'
|
1114
|
+
end
|
1115
|
+
end
|
1116
|
+
|
991
1117
|
class GoogleCloudRetailV2Audience
|
992
1118
|
# @private
|
993
1119
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1019,6 +1145,18 @@ module Google
|
|
1019
1145
|
end
|
1020
1146
|
end
|
1021
1147
|
|
1148
|
+
class GoogleCloudRetailV2CatalogAttribute
|
1149
|
+
# @private
|
1150
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1151
|
+
property :dynamic_facetable_option, as: 'dynamicFacetableOption'
|
1152
|
+
property :in_use, as: 'inUse'
|
1153
|
+
property :indexable_option, as: 'indexableOption'
|
1154
|
+
property :key, as: 'key'
|
1155
|
+
property :searchable_option, as: 'searchableOption'
|
1156
|
+
property :type, as: 'type'
|
1157
|
+
end
|
1158
|
+
end
|
1159
|
+
|
1022
1160
|
class GoogleCloudRetailV2ColorInfo
|
1023
1161
|
# @private
|
1024
1162
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1054,6 +1192,26 @@ module Google
|
|
1054
1192
|
end
|
1055
1193
|
end
|
1056
1194
|
|
1195
|
+
class GoogleCloudRetailV2CompletionConfig
|
1196
|
+
# @private
|
1197
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1198
|
+
property :allowlist_input_config, as: 'allowlistInputConfig', class: Google::Apis::RetailV2::GoogleCloudRetailV2CompletionDataInputConfig, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2CompletionDataInputConfig::Representation
|
1199
|
+
|
1200
|
+
property :auto_learning, as: 'autoLearning'
|
1201
|
+
property :denylist_input_config, as: 'denylistInputConfig', class: Google::Apis::RetailV2::GoogleCloudRetailV2CompletionDataInputConfig, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2CompletionDataInputConfig::Representation
|
1202
|
+
|
1203
|
+
property :last_allowlist_import_operation, as: 'lastAllowlistImportOperation'
|
1204
|
+
property :last_denylist_import_operation, as: 'lastDenylistImportOperation'
|
1205
|
+
property :last_suggestions_import_operation, as: 'lastSuggestionsImportOperation'
|
1206
|
+
property :matching_order, as: 'matchingOrder'
|
1207
|
+
property :max_suggestions, as: 'maxSuggestions'
|
1208
|
+
property :min_prefix_length, as: 'minPrefixLength'
|
1209
|
+
property :name, as: 'name'
|
1210
|
+
property :suggestions_input_config, as: 'suggestionsInputConfig', class: Google::Apis::RetailV2::GoogleCloudRetailV2CompletionDataInputConfig, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2CompletionDataInputConfig::Representation
|
1211
|
+
|
1212
|
+
end
|
1213
|
+
end
|
1214
|
+
|
1057
1215
|
class GoogleCloudRetailV2CompletionDataInputConfig
|
1058
1216
|
# @private
|
1059
1217
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1447,6 +1605,13 @@ module Google
|
|
1447
1605
|
end
|
1448
1606
|
end
|
1449
1607
|
|
1608
|
+
class GoogleCloudRetailV2RemoveCatalogAttributeRequest
|
1609
|
+
# @private
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1611
|
+
property :key, as: 'key'
|
1612
|
+
end
|
1613
|
+
end
|
1614
|
+
|
1450
1615
|
class GoogleCloudRetailV2RemoveFulfillmentPlacesMetadata
|
1451
1616
|
# @private
|
1452
1617
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1570,6 +1735,7 @@ module Google
|
|
1570
1735
|
collection :prefixes, as: 'prefixes'
|
1571
1736
|
property :query, as: 'query'
|
1572
1737
|
collection :restricted_values, as: 'restrictedValues'
|
1738
|
+
property :return_min_max, as: 'returnMinMax'
|
1573
1739
|
end
|
1574
1740
|
end
|
1575
1741
|
|
@@ -1631,6 +1797,8 @@ module Google
|
|
1631
1797
|
property :count, :numeric_string => true, as: 'count'
|
1632
1798
|
property :interval, as: 'interval', class: Google::Apis::RetailV2::GoogleCloudRetailV2Interval, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2Interval::Representation
|
1633
1799
|
|
1800
|
+
property :max_value, as: 'maxValue'
|
1801
|
+
property :min_value, as: 'minValue'
|
1634
1802
|
property :value, as: 'value'
|
1635
1803
|
end
|
1636
1804
|
end
|
@@ -1649,6 +1817,7 @@ module Google
|
|
1649
1817
|
property :id, as: 'id'
|
1650
1818
|
property :matching_variant_count, as: 'matchingVariantCount'
|
1651
1819
|
hash :matching_variant_fields, as: 'matchingVariantFields'
|
1820
|
+
collection :personal_labels, as: 'personalLabels'
|
1652
1821
|
property :product, as: 'product', class: Google::Apis::RetailV2::GoogleCloudRetailV2Product, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2Product::Representation
|
1653
1822
|
|
1654
1823
|
hash :variant_rollup_values, as: 'variantRollupValues'
|
@@ -1780,6 +1949,21 @@ module Google
|
|
1780
1949
|
end
|
1781
1950
|
end
|
1782
1951
|
|
1952
|
+
class GoogleCloudRetailV2alphaBigQueryOutputResult
|
1953
|
+
# @private
|
1954
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1955
|
+
property :dataset_id, as: 'datasetId'
|
1956
|
+
property :table_id, as: 'tableId'
|
1957
|
+
end
|
1958
|
+
end
|
1959
|
+
|
1960
|
+
class GoogleCloudRetailV2alphaCreateModelMetadata
|
1961
|
+
# @private
|
1962
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1963
|
+
property :model, as: 'model'
|
1964
|
+
end
|
1965
|
+
end
|
1966
|
+
|
1783
1967
|
class GoogleCloudRetailV2alphaExportErrorsConfig
|
1784
1968
|
# @private
|
1785
1969
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1802,6 +1986,8 @@ module Google
|
|
1802
1986
|
|
1803
1987
|
property :errors_config, as: 'errorsConfig', class: Google::Apis::RetailV2::GoogleCloudRetailV2alphaExportErrorsConfig, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2alphaExportErrorsConfig::Representation
|
1804
1988
|
|
1989
|
+
property :output_result, as: 'outputResult', class: Google::Apis::RetailV2::GoogleCloudRetailV2alphaOutputResult, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2alphaOutputResult::Representation
|
1990
|
+
|
1805
1991
|
end
|
1806
1992
|
end
|
1807
1993
|
|
@@ -1812,6 +1998,8 @@ module Google
|
|
1812
1998
|
|
1813
1999
|
property :errors_config, as: 'errorsConfig', class: Google::Apis::RetailV2::GoogleCloudRetailV2alphaExportErrorsConfig, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2alphaExportErrorsConfig::Representation
|
1814
2000
|
|
2001
|
+
property :output_result, as: 'outputResult', class: Google::Apis::RetailV2::GoogleCloudRetailV2alphaOutputResult, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2alphaOutputResult::Representation
|
2002
|
+
|
1815
2003
|
end
|
1816
2004
|
end
|
1817
2005
|
|
@@ -1838,6 +2026,8 @@ module Google
|
|
1838
2026
|
property :notification_pubsub_topic, as: 'notificationPubsubTopic'
|
1839
2027
|
property :request_id, as: 'requestId'
|
1840
2028
|
property :success_count, :numeric_string => true, as: 'successCount'
|
2029
|
+
property :transformed_user_events_metadata, as: 'transformedUserEventsMetadata', class: Google::Apis::RetailV2::GoogleCloudRetailV2alphaTransformedUserEventsMetadata, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2alphaTransformedUserEventsMetadata::Representation
|
2030
|
+
|
1841
2031
|
property :update_time, as: 'updateTime'
|
1842
2032
|
end
|
1843
2033
|
end
|
@@ -1864,6 +2054,72 @@ module Google
|
|
1864
2054
|
end
|
1865
2055
|
end
|
1866
2056
|
|
2057
|
+
class GoogleCloudRetailV2alphaModel
|
2058
|
+
# @private
|
2059
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2060
|
+
property :create_time, as: 'createTime'
|
2061
|
+
property :data_state, as: 'dataState'
|
2062
|
+
property :display_name, as: 'displayName'
|
2063
|
+
property :filtering_option, as: 'filteringOption'
|
2064
|
+
property :last_tune_time, as: 'lastTuneTime'
|
2065
|
+
property :name, as: 'name'
|
2066
|
+
property :optimization_objective, as: 'optimizationObjective'
|
2067
|
+
property :page_optimization_config, as: 'pageOptimizationConfig', class: Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelPageOptimizationConfig, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelPageOptimizationConfig::Representation
|
2068
|
+
|
2069
|
+
property :periodic_tuning_state, as: 'periodicTuningState'
|
2070
|
+
collection :serving_config_lists, as: 'servingConfigLists', class: Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelServingConfigList, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelServingConfigList::Representation
|
2071
|
+
|
2072
|
+
property :serving_state, as: 'servingState'
|
2073
|
+
property :training_state, as: 'trainingState'
|
2074
|
+
property :tuning_operation, as: 'tuningOperation'
|
2075
|
+
property :type, as: 'type'
|
2076
|
+
property :update_time, as: 'updateTime'
|
2077
|
+
end
|
2078
|
+
end
|
2079
|
+
|
2080
|
+
class GoogleCloudRetailV2alphaModelPageOptimizationConfig
|
2081
|
+
# @private
|
2082
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2083
|
+
property :page_optimization_event_type, as: 'pageOptimizationEventType'
|
2084
|
+
collection :panels, as: 'panels', class: Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelPageOptimizationConfigPanel, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelPageOptimizationConfigPanel::Representation
|
2085
|
+
|
2086
|
+
property :restriction, as: 'restriction'
|
2087
|
+
end
|
2088
|
+
end
|
2089
|
+
|
2090
|
+
class GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate
|
2091
|
+
# @private
|
2092
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2093
|
+
property :serving_config_id, as: 'servingConfigId'
|
2094
|
+
end
|
2095
|
+
end
|
2096
|
+
|
2097
|
+
class GoogleCloudRetailV2alphaModelPageOptimizationConfigPanel
|
2098
|
+
# @private
|
2099
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2100
|
+
collection :candidates, as: 'candidates', class: Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate::Representation
|
2101
|
+
|
2102
|
+
property :default_candidate, as: 'defaultCandidate', class: Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate::Representation
|
2103
|
+
|
2104
|
+
property :display_name, as: 'displayName'
|
2105
|
+
end
|
2106
|
+
end
|
2107
|
+
|
2108
|
+
class GoogleCloudRetailV2alphaModelServingConfigList
|
2109
|
+
# @private
|
2110
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2111
|
+
collection :serving_config_ids, as: 'servingConfigIds'
|
2112
|
+
end
|
2113
|
+
end
|
2114
|
+
|
2115
|
+
class GoogleCloudRetailV2alphaOutputResult
|
2116
|
+
# @private
|
2117
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2118
|
+
collection :bigquery_result, as: 'bigqueryResult', class: Google::Apis::RetailV2::GoogleCloudRetailV2alphaBigQueryOutputResult, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2alphaBigQueryOutputResult::Representation
|
2119
|
+
|
2120
|
+
end
|
2121
|
+
end
|
2122
|
+
|
1867
2123
|
class GoogleCloudRetailV2alphaPurgeMetadata
|
1868
2124
|
# @private
|
1869
2125
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1944,6 +2200,27 @@ module Google
|
|
1944
2200
|
end
|
1945
2201
|
end
|
1946
2202
|
|
2203
|
+
class GoogleCloudRetailV2alphaTransformedUserEventsMetadata
|
2204
|
+
# @private
|
2205
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2206
|
+
property :source_events_count, :numeric_string => true, as: 'sourceEventsCount'
|
2207
|
+
property :transformed_events_count, :numeric_string => true, as: 'transformedEventsCount'
|
2208
|
+
end
|
2209
|
+
end
|
2210
|
+
|
2211
|
+
class GoogleCloudRetailV2alphaTuneModelMetadata
|
2212
|
+
# @private
|
2213
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2214
|
+
property :model, as: 'model'
|
2215
|
+
end
|
2216
|
+
end
|
2217
|
+
|
2218
|
+
class GoogleCloudRetailV2alphaTuneModelResponse
|
2219
|
+
# @private
|
2220
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2221
|
+
end
|
2222
|
+
end
|
2223
|
+
|
1947
2224
|
class GoogleCloudRetailV2alphaUserEventImportSummary
|
1948
2225
|
# @private
|
1949
2226
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1976,6 +2253,14 @@ module Google
|
|
1976
2253
|
end
|
1977
2254
|
end
|
1978
2255
|
|
2256
|
+
class GoogleCloudRetailV2betaBigQueryOutputResult
|
2257
|
+
# @private
|
2258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2259
|
+
property :dataset_id, as: 'datasetId'
|
2260
|
+
property :table_id, as: 'tableId'
|
2261
|
+
end
|
2262
|
+
end
|
2263
|
+
|
1979
2264
|
class GoogleCloudRetailV2betaExportErrorsConfig
|
1980
2265
|
# @private
|
1981
2266
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1998,6 +2283,8 @@ module Google
|
|
1998
2283
|
|
1999
2284
|
property :errors_config, as: 'errorsConfig', class: Google::Apis::RetailV2::GoogleCloudRetailV2betaExportErrorsConfig, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2betaExportErrorsConfig::Representation
|
2000
2285
|
|
2286
|
+
property :output_result, as: 'outputResult', class: Google::Apis::RetailV2::GoogleCloudRetailV2betaOutputResult, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2betaOutputResult::Representation
|
2287
|
+
|
2001
2288
|
end
|
2002
2289
|
end
|
2003
2290
|
|
@@ -2008,6 +2295,8 @@ module Google
|
|
2008
2295
|
|
2009
2296
|
property :errors_config, as: 'errorsConfig', class: Google::Apis::RetailV2::GoogleCloudRetailV2betaExportErrorsConfig, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2betaExportErrorsConfig::Representation
|
2010
2297
|
|
2298
|
+
property :output_result, as: 'outputResult', class: Google::Apis::RetailV2::GoogleCloudRetailV2betaOutputResult, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2betaOutputResult::Representation
|
2299
|
+
|
2011
2300
|
end
|
2012
2301
|
end
|
2013
2302
|
|
@@ -2060,6 +2349,14 @@ module Google
|
|
2060
2349
|
end
|
2061
2350
|
end
|
2062
2351
|
|
2352
|
+
class GoogleCloudRetailV2betaOutputResult
|
2353
|
+
# @private
|
2354
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2355
|
+
collection :bigquery_result, as: 'bigqueryResult', class: Google::Apis::RetailV2::GoogleCloudRetailV2betaBigQueryOutputResult, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2betaBigQueryOutputResult::Representation
|
2356
|
+
|
2357
|
+
end
|
2358
|
+
end
|
2359
|
+
|
2063
2360
|
class GoogleCloudRetailV2betaPurgeMetadata
|
2064
2361
|
# @private
|
2065
2362
|
class Representation < Google::Apis::Core::JsonRepresentation
|