google-apis-retail_v2beta 0.93.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: 53744bb45c51b8d21f7e78c3c3f55dec60c0ec78b2cdf84868ed7662feb5e5b7
4
- data.tar.gz: 861fc7474956163437d7174b6598eb06fbe1e3af7c269ba699e062758f99bc90
3
+ metadata.gz: 89a52aa128acf574f2706138190dc96bf85c83e29d11709582c26ba79e9d1103
4
+ data.tar.gz: 9435d71a4ed5a2b33e0d1cb580d6e4e1286b658ab107674f563bdaa69a48b772
5
5
  SHA512:
6
- metadata.gz: 77bb94bf86ac6d32039fd2e5a221d51bbc382a275b16b2d4a582c3fa9aaaf8ec3303cf7fb14942c383bc9507c69a8a85d1c30bc1e13e24e6cda1a8bcaaa75a1f
7
- data.tar.gz: cbe123662db99b9ee0b94ad171229b17973ce901e4fe71b218fb58d46964b009fcff7247470a8fd496e1fac962862b72c676c816a1472baa34abaf5b6f3558c7
6
+ metadata.gz: 11fd0b086cd261256adee37f22003f2ce77942f5c99edeabecc5a4e0fa2c7dea057f420e31709846a169eeb9707012829b2682f2fb52bbaa08284aac66ab6af7
7
+ data.tar.gz: 137b374c03b7cffbc88fd7ed0aa50ee394fed99c43989708c243d762ad9b0f9e5fa0ec17e680970a4c38dbb134555b6b3318ed48cb020b3ed62255a9d2346e00
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.94.0 (2024-03-24)
8
+
9
+ * Regenerated from discovery document revision 20240315
10
+
3
11
  ### v0.93.0 (2024-02-23)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -3796,7 +3796,7 @@ module Google
3796
3796
  class GoogleCloudRetailV2betaExperimentInfoServingConfigExperiment
3797
3797
  include Google::Apis::Core::Hashable
3798
3798
 
3799
- # The fully qualified resource name of the serving config VariantArm.
3799
+ # The fully qualified resource name of the serving config Experiment.VariantArm.
3800
3800
  # serving_config_id responsible for generating the search response. For example:
3801
3801
  # `projects/*/locations/*/catalogs/*/servingConfigs/*`.
3802
3802
  # Corresponds to the JSON property `experimentServingConfig`
@@ -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.93.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 = "20240212"
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.93.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-02-25 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.93.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: []