google-apis-retail_v2alpha 0.126.0 → 0.127.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 +4 -0
- data/lib/google/apis/retail_v2alpha/classes.rb +2 -4
- data/lib/google/apis/retail_v2alpha/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: abf12c71174407ff3b14cdbc54801eee1651750c760a093d2aa8bda4d2f65f3e
|
4
|
+
data.tar.gz: 6fd990638e70efed11a4b83e9841edcc7375e70475f6895ec2cd76db8606d667
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 639e9c96ac5def882ab86b5e65b8a396aa1d179d7b6da934bb5535755ffe5656d7829a3682c04de42c1bfaabf50d64449959e0d0cfa6d6d87bb4c91b76ac575b
|
7
|
+
data.tar.gz: 8808054c8f8801725646ce9bddc195c999f5edd06b6d25f06e109f4a08855a013c536759cd72261d9c7e586e584eaeedc4291630ebe225fa121f9431c95b2ef7
|
data/CHANGELOG.md
CHANGED
@@ -3070,13 +3070,11 @@ module Google
|
|
3070
3070
|
# @return [String]
|
3071
3071
|
attr_accessor :state
|
3072
3072
|
|
3073
|
-
#
|
3074
|
-
# as. Supported values are: - "ADVERSARIAL" - "CHITCHAT" - "JAILBREAK" - "
|
3073
|
+
# The types Retail classifies the search query as. Supported values are: - "
|
3075
3074
|
# ORDER_SUPPORT" - "SIMPLE_PRODUCT_SEARCH" - "INTENT_REFINEMENT" - "
|
3076
3075
|
# PRODUCT_DETAILS" - "PRODUCT_COMPARISON" - "DEALS_AND_COUPONS" - "
|
3077
3076
|
# STORE_RELEVANT" - "BLOCKLISTED" - "BEST_PRODUCT" - "RETAIL_SUPPORT" - "
|
3078
|
-
# DISABLED"
|
3079
|
-
# conversational_search_customization_config.ts:intent_types_ts)
|
3077
|
+
# DISABLED"
|
3080
3078
|
# Corresponds to the JSON property `userQueryTypes`
|
3081
3079
|
# @return [Array<String>]
|
3082
3080
|
attr_accessor :user_query_types
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2alpha
|
18
18
|
# Version of the google-apis-retail_v2alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.127.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250911"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-retail_v2alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.127.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.127.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|