google-apis-retail_v2 0.72.0 → 0.73.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 +6 -2
- data/lib/google/apis/retail_v2/classes.rb +20 -18
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 72e879d8cdb3da2ed7bfddfd1cccbccce73f8b8734518f798f50a2c2ff3b02bb
|
4
|
+
data.tar.gz: c33d104392c51860aac00bfa59e0c5f11be771f4e99290e2006a5df1bbaa9d1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42e14948bb160503e14734b9ea5fdf195174d4bdb1a05694290501d58b5601992b27575471ad5fd86d843d789aaf59e136ee75cf2323fd55bc295de3c307d03c
|
7
|
+
data.tar.gz: 492aea3e8a6351ceb84613a57a8d3c37de95afe95005c11bc7abc490eb3a306280aebe2ad2df9e15f859136fb8be149a8ef9d4400a8db41f222e91b546635fc3
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,12 @@
|
|
1
1
|
# Release history for google-apis-retail_v2
|
2
2
|
|
3
|
-
### v0.
|
3
|
+
### v0.73.0 (2023-05-21)
|
4
4
|
|
5
|
-
* Regenerated from discovery document revision
|
5
|
+
* Regenerated from discovery document revision 20230516
|
6
|
+
|
7
|
+
### v0.72.0 (2023-05-14)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230504
|
6
10
|
|
7
11
|
### v0.71.0 (2023-04-30)
|
8
12
|
|
@@ -706,8 +706,9 @@ module Google
|
|
706
706
|
|
707
707
|
# When AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
|
708
708
|
# if INDEXABLE_ENABLED attribute values are indexed so that it can be filtered,
|
709
|
-
# faceted, or boosted in SearchService.Search. Must be specified
|
710
|
-
#
|
709
|
+
# faceted, or boosted in SearchService.Search. Must be specified when
|
710
|
+
# AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
|
711
|
+
# otherwise throws INVALID_FORMAT error.
|
711
712
|
# Corresponds to the JSON property `indexableOption`
|
712
713
|
# @return [String]
|
713
714
|
attr_accessor :indexable_option
|
@@ -734,7 +735,8 @@ module Google
|
|
734
735
|
# SearchService.Search. If SEARCHABLE_ENABLED but attribute type is numerical,
|
735
736
|
# attribute values will not be searchable by text queries in SearchService.
|
736
737
|
# Search, as there are no text values associated to numerical attributes. Must
|
737
|
-
# be specified,
|
738
|
+
# be specified, when AttributesConfig.attribute_config_level is
|
739
|
+
# CATALOG_LEVEL_ATTRIBUTE_CONFIG, otherwise throws INVALID_FORMAT error.
|
738
740
|
# Corresponds to the JSON property `searchableOption`
|
739
741
|
# @return [String]
|
740
742
|
attr_accessor :searchable_option
|
@@ -2106,13 +2108,13 @@ module Google
|
|
2106
2108
|
end
|
2107
2109
|
end
|
2108
2110
|
|
2109
|
-
#
|
2111
|
+
# Additional configs for the frequently-bought-together model type.
|
2110
2112
|
class GoogleCloudRetailV2ModelFrequentlyBoughtTogetherFeaturesConfig
|
2111
2113
|
include Google::Apis::Core::Hashable
|
2112
2114
|
|
2113
|
-
# Optional. Specifies the context of the model when used in predict
|
2114
|
-
#
|
2115
|
-
#
|
2115
|
+
# Optional. Specifies the context of the model when it is used in predict
|
2116
|
+
# requests. Can only be set for the `frequently-bought-together` type. If it isn'
|
2117
|
+
# t specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.
|
2116
2118
|
# Corresponds to the JSON property `contextProductsType`
|
2117
2119
|
# @return [String]
|
2118
2120
|
attr_accessor :context_products_type
|
@@ -2131,7 +2133,7 @@ module Google
|
|
2131
2133
|
class GoogleCloudRetailV2ModelModelFeaturesConfig
|
2132
2134
|
include Google::Apis::Core::Hashable
|
2133
2135
|
|
2134
|
-
#
|
2136
|
+
# Additional configs for the frequently-bought-together model type.
|
2135
2137
|
# Corresponds to the JSON property `frequentlyBoughtTogetherConfig`
|
2136
2138
|
# @return [Google::Apis::RetailV2::GoogleCloudRetailV2ModelFrequentlyBoughtTogetherFeaturesConfig]
|
2137
2139
|
attr_accessor :frequently_bought_together_config
|
@@ -6019,13 +6021,13 @@ module Google
|
|
6019
6021
|
end
|
6020
6022
|
end
|
6021
6023
|
|
6022
|
-
#
|
6024
|
+
# Additional configs for the frequently-bought-together model type.
|
6023
6025
|
class GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfig
|
6024
6026
|
include Google::Apis::Core::Hashable
|
6025
6027
|
|
6026
|
-
# Optional. Specifies the context of the model when used in predict
|
6027
|
-
#
|
6028
|
-
#
|
6028
|
+
# Optional. Specifies the context of the model when it is used in predict
|
6029
|
+
# requests. Can only be set for the `frequently-bought-together` type. If it isn'
|
6030
|
+
# t specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.
|
6029
6031
|
# Corresponds to the JSON property `contextProductsType`
|
6030
6032
|
# @return [String]
|
6031
6033
|
attr_accessor :context_products_type
|
@@ -6044,7 +6046,7 @@ module Google
|
|
6044
6046
|
class GoogleCloudRetailV2alphaModelModelFeaturesConfig
|
6045
6047
|
include Google::Apis::Core::Hashable
|
6046
6048
|
|
6047
|
-
#
|
6049
|
+
# Additional configs for the frequently-bought-together model type.
|
6048
6050
|
# Corresponds to the JSON property `frequentlyBoughtTogetherConfig`
|
6049
6051
|
# @return [Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfig]
|
6050
6052
|
attr_accessor :frequently_bought_together_config
|
@@ -7198,13 +7200,13 @@ module Google
|
|
7198
7200
|
end
|
7199
7201
|
end
|
7200
7202
|
|
7201
|
-
#
|
7203
|
+
# Additional configs for the frequently-bought-together model type.
|
7202
7204
|
class GoogleCloudRetailV2betaModelFrequentlyBoughtTogetherFeaturesConfig
|
7203
7205
|
include Google::Apis::Core::Hashable
|
7204
7206
|
|
7205
|
-
# Optional. Specifies the context of the model when used in predict
|
7206
|
-
#
|
7207
|
-
#
|
7207
|
+
# Optional. Specifies the context of the model when it is used in predict
|
7208
|
+
# requests. Can only be set for the `frequently-bought-together` type. If it isn'
|
7209
|
+
# t specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.
|
7208
7210
|
# Corresponds to the JSON property `contextProductsType`
|
7209
7211
|
# @return [String]
|
7210
7212
|
attr_accessor :context_products_type
|
@@ -7223,7 +7225,7 @@ module Google
|
|
7223
7225
|
class GoogleCloudRetailV2betaModelModelFeaturesConfig
|
7224
7226
|
include Google::Apis::Core::Hashable
|
7225
7227
|
|
7226
|
-
#
|
7228
|
+
# Additional configs for the frequently-bought-together model type.
|
7227
7229
|
# Corresponds to the JSON property `frequentlyBoughtTogetherConfig`
|
7228
7230
|
# @return [Google::Apis::RetailV2::GoogleCloudRetailV2betaModelFrequentlyBoughtTogetherFeaturesConfig]
|
7229
7231
|
attr_accessor :frequently_bought_together_config
|
@@ -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.73.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230516"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-retail_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.73.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.73.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|