google-apis-retail_v2beta 0.50.0 → 0.51.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: 13a365006880a4823d9ccbb8a703c823c8a1b8979555251f063562614405adef
4
- data.tar.gz: '085ba4ee48a012a220c06054565180160f05800d2bdc466b45493d17648fd16d'
3
+ metadata.gz: 1b9beb593a90e096cb6e01a5ca3c7e748246a4963ef3fe32c3a7672db909acf4
4
+ data.tar.gz: 92a374aec66c49a70fc78f6b65b7cc2098be493652c43566db767827116f9e4b
5
5
  SHA512:
6
- metadata.gz: 29406b129efeff8a021d9e2a4a6f9097ab82a001ac5ffb64b432cc5cdf4be0687587c72b36da809d31f9060c01c3a93a7e9e96871ce8d4a6082b07a824619c2e
7
- data.tar.gz: e1fbdbd09bbaac0b675ce17329d53e430743159976c53fae3f7a79724e7a8bc08cb10696d4d50a90c69ac7c4ced7a4d598286d74386cbc23b65badc333c33612
6
+ metadata.gz: a391ecc58390dce905217812166b1dbc308768af0f88ccb57b30d757047c5ab2ebf4b554a5745ab4f09fe8a63de7a4d24352596cdffcb7e0e7fef13552139304
7
+ data.tar.gz: bc8dfe60542d2608bd488ea5aebea5baaf6faa00709f82dafc08e403cd668b691f11cff7f01152ed554846624645279c2fad6ddbb770df0578b5e32156edc35a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.51.0 (2022-08-12)
4
+
5
+ * Regenerated from discovery document revision 20220811
6
+
3
7
  ### v0.50.0 (2022-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20220729
@@ -2264,7 +2264,7 @@ module Google
2264
2264
  # CompleteQueryRequest.visitor_id field is set and UserEvent is imported. The
2265
2265
  # recent searches satisfy the follow rules: * They are ordered from latest to
2266
2266
  # oldest. * They are matched with CompleteQueryRequest.query case insensitively.
2267
- # * They are transformed to lower cases. * They are UTF-8 safe. Recent searches
2267
+ # * They are transformed to lower case. * They are UTF-8 safe. Recent searches
2268
2268
  # are deduplicated. More recent searches will be reserved when duplication
2269
2269
  # happens.
2270
2270
  # Corresponds to the JSON property `recentSearchResults`
@@ -3423,8 +3423,8 @@ module Google
3423
3423
  attr_accessor :branch_id
3424
3424
 
3425
3425
  # String representing the destination to import for, all if left empty. List of
3426
- # possible values can be found here. [https://support.google.com/merchants/
3427
- # answer/7501026] List of allowed string values: "Shopping_ads", "
3426
+ # possible values is given in [Included destination](https://support.google.com/
3427
+ # merchants/answer/7501026). List of allowed string values: "Shopping_ads", "
3428
3428
  # Buy_on_google_listings", "Display_ads", "Local_inventory _ads", "Free_listings"
3429
3429
  # , "Free_local_listings" NOTE: The string values are case sensitive.
3430
3430
  # Corresponds to the JSON property `destinations`
@@ -3552,15 +3552,15 @@ module Google
3552
3552
  # @return [Hash<String,String>]
3553
3553
  attr_accessor :labels
3554
3554
 
3555
- # Maximum number of results to return per page. Set this property to the number
3556
- # of prediction results needed. If zero, the service will choose a reasonable
3555
+ # Maximum number of results to return. Set this property to the number of
3556
+ # prediction results needed. If zero, the service will choose a reasonable
3557
3557
  # default. The maximum allowed value is 100. Values above 100 will be coerced to
3558
3558
  # 100.
3559
3559
  # Corresponds to the JSON property `pageSize`
3560
3560
  # @return [Fixnum]
3561
3561
  attr_accessor :page_size
3562
3562
 
3563
- # This field is not used for now, leave it unset.
3563
+ # This field is not used; leave it unset.
3564
3564
  # Corresponds to the JSON property `pageToken`
3565
3565
  # @return [String]
3566
3566
  attr_accessor :page_token
@@ -4766,7 +4766,7 @@ module Google
4766
4766
  attr_accessor :do_not_associate_action
4767
4767
 
4768
4768
  # * Rule Condition: - No Condition.query_terms provided is a global match. - 1
4769
- # or more Condition.query_terms provided is combined with OR operator. * Action
4769
+ # or more Condition.query_terms provided are combined with OR operator. * Action
4770
4770
  # Input: The request query and filter that are applied to the retrieved products,
4771
4771
  # in addition to any filters already provided with the SearchRequest. The AND
4772
4772
  # operator is used to combine the query's existing filters with the filter rule(
@@ -4903,7 +4903,7 @@ module Google
4903
4903
  end
4904
4904
 
4905
4905
  # * Rule Condition: - No Condition.query_terms provided is a global match. - 1
4906
- # or more Condition.query_terms provided is combined with OR operator. * Action
4906
+ # or more Condition.query_terms provided are combined with OR operator. * Action
4907
4907
  # Input: The request query and filter that are applied to the retrieved products,
4908
4908
  # in addition to any filters already provided with the SearchRequest. The AND
4909
4909
  # operator is used to combine the query's existing filters with the filter rule(
@@ -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.50.0"
19
+ GEM_VERSION = "0.51.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220729"
25
+ REVISION = "20220811"
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_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.50.0
4
+ version: 0.51.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: 2022-08-08 00:00:00.000000000 Z
11
+ date: 2022-08-15 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.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.51.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: []