google-apis-retail_v2alpha 0.98.0 → 0.99.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: 0d914726edba8ce7a9938904716a97fa2483319ace9a4e5e09a7979a99626f7e
|
|
4
|
+
data.tar.gz: 2dbff993a6f36e35bc82921fdf0852fd33be6fdd54f7cedb111af9dc0f508553
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81eb4f6ee27fbf6a29c180bcc5325dbc889318e0f8df8aff927706f4ee7f7e7bb6c782a22a5f8bedf0a94e416ff3a4eb7ce546be5ad3da1be123a60c873de051
|
|
7
|
+
data.tar.gz: da38b22b7cca5cfc663aa998079c68752c98a8b27a76b3a3f0e1cf4745c14119b154062ea492d8ce06e31fa5bda58b183c5c03699949b8aaf3a32406654425de
|
data/CHANGELOG.md
CHANGED
|
@@ -7174,6 +7174,13 @@ module Google
|
|
|
7174
7174
|
# @return [Array<String>]
|
|
7175
7175
|
attr_accessor :ignore_control_ids
|
|
7176
7176
|
|
|
7177
|
+
# When the flag is enabled, the products in the denylist will not be filtered
|
|
7178
|
+
# out in the recommendation filtering results.
|
|
7179
|
+
# Corresponds to the JSON property `ignoreRecsDenylist`
|
|
7180
|
+
# @return [Boolean]
|
|
7181
|
+
attr_accessor :ignore_recs_denylist
|
|
7182
|
+
alias_method :ignore_recs_denylist?, :ignore_recs_denylist
|
|
7183
|
+
|
|
7177
7184
|
# The id of the model in the same Catalog to use at serving time. Currently only
|
|
7178
7185
|
# RecommendationModels are supported: https://cloud.google.com/retail/
|
|
7179
7186
|
# recommendations-ai/docs/create-models Can be changed but only to a compatible
|
|
@@ -7260,6 +7267,7 @@ module Google
|
|
|
7260
7267
|
@facet_control_ids = args[:facet_control_ids] if args.key?(:facet_control_ids)
|
|
7261
7268
|
@filter_control_ids = args[:filter_control_ids] if args.key?(:filter_control_ids)
|
|
7262
7269
|
@ignore_control_ids = args[:ignore_control_ids] if args.key?(:ignore_control_ids)
|
|
7270
|
+
@ignore_recs_denylist = args[:ignore_recs_denylist] if args.key?(:ignore_recs_denylist)
|
|
7263
7271
|
@model_id = args[:model_id] if args.key?(:model_id)
|
|
7264
7272
|
@name = args[:name] if args.key?(:name)
|
|
7265
7273
|
@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 RetailV2alpha
|
|
18
18
|
# Version of the google-apis-retail_v2alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.99.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
|
|
@@ -3387,6 +3387,7 @@ module Google
|
|
|
3387
3387
|
collection :facet_control_ids, as: 'facetControlIds'
|
|
3388
3388
|
collection :filter_control_ids, as: 'filterControlIds'
|
|
3389
3389
|
collection :ignore_control_ids, as: 'ignoreControlIds'
|
|
3390
|
+
property :ignore_recs_denylist, as: 'ignoreRecsDenylist'
|
|
3390
3391
|
property :model_id, as: 'modelId'
|
|
3391
3392
|
property :name, as: 'name'
|
|
3392
3393
|
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_v2alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.99.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_v2alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.99.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|