google-apis-retail_v2beta 0.85.0 → 0.86.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 +4 -0
- data/lib/google/apis/retail_v2beta/classes.rb +6 -6
- data/lib/google/apis/retail_v2beta/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: 40a8ff4d93ffe0559333b5e492128dae522f745905fb53303d278072ac6c2819
|
4
|
+
data.tar.gz: ef352fbb3c973b5b9ae3677db3b85e81775e427289dd0c437db027056623f01a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f446bd2af739e2591a12b3c86e5c8c507b8624f5544caffdd1a89a09d19b09abcb7fa81374f52af79855b71a4b39e347bbc8389c5e075cd86320d2e05710890
|
7
|
+
data.tar.gz: d84341130f001731a6d13c037994922b317b029a934c68cc3826c028ae6ce17c13c0545cf04abf8c6b9097af9feefe6672cf4105c3976297a0977343e40a9e19
|
data/CHANGELOG.md
CHANGED
@@ -6204,7 +6204,7 @@ module Google
|
|
6204
6204
|
attr_accessor :filter_action
|
6205
6205
|
|
6206
6206
|
# Force returns an attribute/facet in the request around a certain position or
|
6207
|
-
# above. * Rule Condition:
|
6207
|
+
# above. * Rule Condition: Must specify non-empty Condition.query_terms (for
|
6208
6208
|
# search only) or Condition.page_categories (for browse only), but can't specify
|
6209
6209
|
# both. * Action Inputs: attribute name, position * Action Result: Will force
|
6210
6210
|
# return a facet key around a certain position or above if the condition is
|
@@ -6233,14 +6233,14 @@ module Google
|
|
6233
6233
|
# @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRuleOnewaySynonymsAction]
|
6234
6234
|
attr_accessor :oneway_synonyms_action
|
6235
6235
|
|
6236
|
-
# Redirects a shopper to a specific page. * Rule Condition:
|
6236
|
+
# Redirects a shopper to a specific page. * Rule Condition: Must specify
|
6237
6237
|
# Condition.query_terms. * Action Input: Request Query * Action Result:
|
6238
6238
|
# Redirects shopper to provided uri.
|
6239
6239
|
# Corresponds to the JSON property `redirectAction`
|
6240
6240
|
# @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRuleRedirectAction]
|
6241
6241
|
attr_accessor :redirect_action
|
6242
6242
|
|
6243
|
-
# Removes an attribute/facet in the request if is present. * Rule Condition:
|
6243
|
+
# Removes an attribute/facet in the request if is present. * Rule Condition:
|
6244
6244
|
# Must specify non-empty Condition.query_terms (for search only) or Condition.
|
6245
6245
|
# page_categories (for browse only), but can't specify both. * Action Input:
|
6246
6246
|
# attribute name * Action Result: Will remove the attribute (as a facet) from
|
@@ -6389,7 +6389,7 @@ module Google
|
|
6389
6389
|
end
|
6390
6390
|
|
6391
6391
|
# Force returns an attribute/facet in the request around a certain position or
|
6392
|
-
# above. * Rule Condition:
|
6392
|
+
# above. * Rule Condition: Must specify non-empty Condition.query_terms (for
|
6393
6393
|
# search only) or Condition.page_categories (for browse only), but can't specify
|
6394
6394
|
# both. * Action Inputs: attribute name, position * Action Result: Will force
|
6395
6395
|
# return a facet key around a certain position or above if the condition is
|
@@ -6503,7 +6503,7 @@ module Google
|
|
6503
6503
|
end
|
6504
6504
|
end
|
6505
6505
|
|
6506
|
-
# Redirects a shopper to a specific page. * Rule Condition:
|
6506
|
+
# Redirects a shopper to a specific page. * Rule Condition: Must specify
|
6507
6507
|
# Condition.query_terms. * Action Input: Request Query * Action Result:
|
6508
6508
|
# Redirects shopper to provided uri.
|
6509
6509
|
class GoogleCloudRetailV2betaRuleRedirectAction
|
@@ -6524,7 +6524,7 @@ module Google
|
|
6524
6524
|
end
|
6525
6525
|
end
|
6526
6526
|
|
6527
|
-
# Removes an attribute/facet in the request if is present. * Rule Condition:
|
6527
|
+
# Removes an attribute/facet in the request if is present. * Rule Condition:
|
6528
6528
|
# Must specify non-empty Condition.query_terms (for search only) or Condition.
|
6529
6529
|
# page_categories (for browse only), but can't specify both. * Action Input:
|
6530
6530
|
# attribute name * Action Result: Will remove the attribute (as a facet) from
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2beta
|
18
18
|
# Version of the google-apis-retail_v2beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.86.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 = "20231102"
|
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_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.86.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-
|
11
|
+
date: 2023-11-12 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_v2beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.86.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|