google-apis-retail_v2 0.83.0 → 0.84.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: 9de480601cb0d27651d92ce61cea4376102a89fbf602570dfdbeff2505665a18
4
- data.tar.gz: 34fb36c078e7d9c99eb29dbe244cbb0dcb5d4bc5cc7e333ce81d3ca11a188359
3
+ metadata.gz: 9d8fe34059ff9d6b87081487d4e76aa7a06fccb8fede940a1b60f674e1253525
4
+ data.tar.gz: 77c6d50317e8b01c8275faa6945144d1bd4a2285f8c1c520141c878177e5c129
5
5
  SHA512:
6
- metadata.gz: a6ea7576e21e754d0578799d0e32b7689effcd127626493e8016504cd4ee06f727e3ed9200d962c0b87282a8336ade4fcbb90a5c00314c14f3c3adc93e6c5442
7
- data.tar.gz: 49fe8f5090f8bc55da7d0b8dccb8f6cbb4378534fb0d12887826dda6305b4c704ccdff525672b7534059dbc7a58bed33f4157cc0999a8c92b7bc478a4b0aed31
6
+ metadata.gz: 046d0d4fed9223dca1f10820f6cfb4b8ad63e24d4cf64f2a10395b518b14bd1dd52efc7f92e2261d358db5c3c7341490a745cb5bc922fa5836c09c94d0ad70e9
7
+ data.tar.gz: 342e3b73fae20f40788b140f7367488e3ac8b127771997e87578f0a7b4b32ad3ab5df8e9e81f7cff4cc26ead9915c929e783c6ddaede18a4d3620f483fbf909d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.84.0 (2023-11-12)
4
+
5
+ * Regenerated from discovery document revision 20231102
6
+
3
7
  ### v0.83.0 (2023-10-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20231012
@@ -3722,7 +3722,7 @@ module Google
3722
3722
  attr_accessor :filter_action
3723
3723
 
3724
3724
  # Force returns an attribute/facet in the request around a certain position or
3725
- # above. * Rule Condition: - Must specify non-empty Condition.query_terms (for
3725
+ # above. * Rule Condition: Must specify non-empty Condition.query_terms (for
3726
3726
  # search only) or Condition.page_categories (for browse only), but can't specify
3727
3727
  # both. * Action Inputs: attribute name, position * Action Result: Will force
3728
3728
  # return a facet key around a certain position or above if the condition is
@@ -3751,14 +3751,14 @@ module Google
3751
3751
  # @return [Google::Apis::RetailV2::GoogleCloudRetailV2RuleOnewaySynonymsAction]
3752
3752
  attr_accessor :oneway_synonyms_action
3753
3753
 
3754
- # Redirects a shopper to a specific page. * Rule Condition: - Must specify
3754
+ # Redirects a shopper to a specific page. * Rule Condition: Must specify
3755
3755
  # Condition.query_terms. * Action Input: Request Query * Action Result:
3756
3756
  # Redirects shopper to provided uri.
3757
3757
  # Corresponds to the JSON property `redirectAction`
3758
3758
  # @return [Google::Apis::RetailV2::GoogleCloudRetailV2RuleRedirectAction]
3759
3759
  attr_accessor :redirect_action
3760
3760
 
3761
- # Removes an attribute/facet in the request if is present. * Rule Condition: -
3761
+ # Removes an attribute/facet in the request if is present. * Rule Condition:
3762
3762
  # Must specify non-empty Condition.query_terms (for search only) or Condition.
3763
3763
  # page_categories (for browse only), but can't specify both. * Action Input:
3764
3764
  # attribute name * Action Result: Will remove the attribute (as a facet) from
@@ -3907,7 +3907,7 @@ module Google
3907
3907
  end
3908
3908
 
3909
3909
  # Force returns an attribute/facet in the request around a certain position or
3910
- # above. * Rule Condition: - Must specify non-empty Condition.query_terms (for
3910
+ # above. * Rule Condition: Must specify non-empty Condition.query_terms (for
3911
3911
  # search only) or Condition.page_categories (for browse only), but can't specify
3912
3912
  # both. * Action Inputs: attribute name, position * Action Result: Will force
3913
3913
  # return a facet key around a certain position or above if the condition is
@@ -4021,7 +4021,7 @@ module Google
4021
4021
  end
4022
4022
  end
4023
4023
 
4024
- # Redirects a shopper to a specific page. * Rule Condition: - Must specify
4024
+ # Redirects a shopper to a specific page. * Rule Condition: Must specify
4025
4025
  # Condition.query_terms. * Action Input: Request Query * Action Result:
4026
4026
  # Redirects shopper to provided uri.
4027
4027
  class GoogleCloudRetailV2RuleRedirectAction
@@ -4042,7 +4042,7 @@ module Google
4042
4042
  end
4043
4043
  end
4044
4044
 
4045
- # Removes an attribute/facet in the request if is present. * Rule Condition: -
4045
+ # Removes an attribute/facet in the request if is present. * Rule Condition:
4046
4046
  # Must specify non-empty Condition.query_terms (for search only) or Condition.
4047
4047
  # page_categories (for browse only), but can't specify both. * Action Input:
4048
4048
  # 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 RetailV2
18
18
  # Version of the google-apis-retail_v2 gem
19
- GEM_VERSION = "0.83.0"
19
+ GEM_VERSION = "0.84.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 = "20231012"
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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.83.0
4
+ version: 0.84.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-10-22 00:00:00.000000000 Z
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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.83.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.84.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: []