google-apis-retail_v2beta 0.94.0 → 0.95.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: be4c219752dfa0b5044f7aac4803e51a1b72838a8516befe1dcd46f37885d520
4
- data.tar.gz: c4b83377dbfb1ffa765332569678d474182609d5f3c6cc1b9ec41bf14f42b951
3
+ metadata.gz: 89a52aa128acf574f2706138190dc96bf85c83e29d11709582c26ba79e9d1103
4
+ data.tar.gz: 9435d71a4ed5a2b33e0d1cb580d6e4e1286b658ab107674f563bdaa69a48b772
5
5
  SHA512:
6
- metadata.gz: c1f0110b080c7a43e07b84cdcfecbe5f0b50407754ae8195f02d30ccb96362ac6d7b20d13ce12b929906aa0732ac01b36e0caf80a1028c024369d2aaba183aa7
7
- data.tar.gz: 6be6f731209389e3824ddfbc8f45eafa43e73bcf5dbfbb45432b2eda01a9a4d39f13061144fdf2292b48d195985491e4b49d7efdd5f331e723473ac086cca2c6
6
+ metadata.gz: 11fd0b086cd261256adee37f22003f2ce77942f5c99edeabecc5a4e0fa2c7dea057f420e31709846a169eeb9707012829b2682f2fb52bbaa08284aac66ab6af7
7
+ data.tar.gz: 137b374c03b7cffbc88fd7ed0aa50ee394fed99c43989708c243d762ad9b0f9e5fa0ec17e680970a4c38dbb134555b6b3318ed48cb020b3ed62255a9d2346e00
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.95.0 (2024-04-07)
4
+
5
+ * Regenerated from discovery document revision 20240401
6
+
3
7
  ### v0.94.0 (2024-03-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20240315
@@ -7958,6 +7958,13 @@ module Google
7958
7958
  # @return [Array<String>]
7959
7959
  attr_accessor :ignore_control_ids
7960
7960
 
7961
+ # When the flag is enabled, the products in the denylist will not be filtered
7962
+ # out in the recommendation filtering results.
7963
+ # Corresponds to the JSON property `ignoreRecsDenylist`
7964
+ # @return [Boolean]
7965
+ attr_accessor :ignore_recs_denylist
7966
+ alias_method :ignore_recs_denylist?, :ignore_recs_denylist
7967
+
7961
7968
  # The id of the model in the same Catalog to use at serving time. Currently only
7962
7969
  # RecommendationModels are supported: https://cloud.google.com/retail/
7963
7970
  # recommendations-ai/docs/create-models Can be changed but only to a compatible
@@ -8044,6 +8051,7 @@ module Google
8044
8051
  @facet_control_ids = args[:facet_control_ids] if args.key?(:facet_control_ids)
8045
8052
  @filter_control_ids = args[:filter_control_ids] if args.key?(:filter_control_ids)
8046
8053
  @ignore_control_ids = args[:ignore_control_ids] if args.key?(:ignore_control_ids)
8054
+ @ignore_recs_denylist = args[:ignore_recs_denylist] if args.key?(:ignore_recs_denylist)
8047
8055
  @model_id = args[:model_id] if args.key?(:model_id)
8048
8056
  @name = args[:name] if args.key?(:name)
8049
8057
  @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 RetailV2beta
18
18
  # Version of the google-apis-retail_v2beta gem
19
- GEM_VERSION = "0.94.0"
19
+ GEM_VERSION = "0.95.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 = "20240315"
25
+ REVISION = "20240401"
26
26
  end
27
27
  end
28
28
  end
@@ -3553,6 +3553,7 @@ module Google
3553
3553
  collection :facet_control_ids, as: 'facetControlIds'
3554
3554
  collection :filter_control_ids, as: 'filterControlIds'
3555
3555
  collection :ignore_control_ids, as: 'ignoreControlIds'
3556
+ property :ignore_recs_denylist, as: 'ignoreRecsDenylist'
3556
3557
  property :model_id, as: 'modelId'
3557
3558
  property :name, as: 'name'
3558
3559
  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_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.94.0
4
+ version: 0.95.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-03-24 00:00:00.000000000 Z
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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.94.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.95.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: []