google-apis-retail_v2 0.92.0 → 0.93.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ffaa1c990b1cbe9dc0e82c4d69bb96380bc6110143ac4929788874e080ab83a
|
|
4
|
+
data.tar.gz: f36a023e146386992b37e6dfd55fd70430ccc29bcf40905b96354d5b8efe4c23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8166538eb2b14bbdefd460afd25472f751fda57324ea337a6da41d07b4529ced41b0c35e568ca642ebfdecc8b9d89784fd41c505017aa149d62f16906d6b728
|
|
7
|
+
data.tar.gz: f2cdcdfc949ce94e898e0d4fb7d79395be767c497a15b16a965db38df51747625a4a3c270ad8b7060e3a6e4ce71896afd25f9b5e851d7cd58b2e6caf2cc80ed4
|
data/CHANGELOG.md
CHANGED
|
@@ -5408,6 +5408,13 @@ module Google
|
|
|
5408
5408
|
# @return [Array<String>]
|
|
5409
5409
|
attr_accessor :ignore_control_ids
|
|
5410
5410
|
|
|
5411
|
+
# When the flag is enabled, the products in the denylist will not be filtered
|
|
5412
|
+
# out in the recommendation filtering results.
|
|
5413
|
+
# Corresponds to the JSON property `ignoreRecsDenylist`
|
|
5414
|
+
# @return [Boolean]
|
|
5415
|
+
attr_accessor :ignore_recs_denylist
|
|
5416
|
+
alias_method :ignore_recs_denylist?, :ignore_recs_denylist
|
|
5417
|
+
|
|
5411
5418
|
# The id of the model in the same Catalog to use at serving time. Currently only
|
|
5412
5419
|
# RecommendationModels are supported: https://cloud.google.com/retail/
|
|
5413
5420
|
# recommendations-ai/docs/create-models Can be changed but only to a compatible
|
|
@@ -5494,6 +5501,7 @@ module Google
|
|
|
5494
5501
|
@facet_control_ids = args[:facet_control_ids] if args.key?(:facet_control_ids)
|
|
5495
5502
|
@filter_control_ids = args[:filter_control_ids] if args.key?(:filter_control_ids)
|
|
5496
5503
|
@ignore_control_ids = args[:ignore_control_ids] if args.key?(:ignore_control_ids)
|
|
5504
|
+
@ignore_recs_denylist = args[:ignore_recs_denylist] if args.key?(:ignore_recs_denylist)
|
|
5497
5505
|
@model_id = args[:model_id] if args.key?(:model_id)
|
|
5498
5506
|
@name = args[:name] if args.key?(:name)
|
|
5499
5507
|
@oneway_synonyms_control_ids = args[:oneway_synonyms_control_ids] if args.key?(:oneway_synonyms_control_ids)
|
|
@@ -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.93.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240401"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2751,6 +2751,7 @@ module Google
|
|
|
2751
2751
|
collection :facet_control_ids, as: 'facetControlIds'
|
|
2752
2752
|
collection :filter_control_ids, as: 'filterControlIds'
|
|
2753
2753
|
collection :ignore_control_ids, as: 'ignoreControlIds'
|
|
2754
|
+
property :ignore_recs_denylist, as: 'ignoreRecsDenylist'
|
|
2754
2755
|
property :model_id, as: 'modelId'
|
|
2755
2756
|
property :name, as: 'name'
|
|
2756
2757
|
collection :oneway_synonyms_control_ids, as: 'onewaySynonymsControlIds'
|
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.93.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: 2024-
|
|
11
|
+
date: 2024-04-07 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.93.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: []
|