google-apis-retail_v2 0.49.0 → 0.50.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: 0c62a4567121d5e75859b186c3628cb98f5279306a8e601852e37228d0e98c16
4
- data.tar.gz: 4cadc51f7f526c50a16762fb92b28dd70daf268fbec5253077d5534db7da89cc
3
+ metadata.gz: 2a7e7c07cf5be1942d45cb5e033eb4c42c14ebcbd7f008b34c08b7c2ee2d7a94
4
+ data.tar.gz: dfd85f8cdbb4190eeed05ca1b1c602939fe3ed746c15af659d4d6facd264a63a
5
5
  SHA512:
6
- metadata.gz: 0750dc060f2a765b70f9f94275ef1378933f730c86c0055297437b3e1999a9e66b38b0ab290fee709b99e0d95d6bb02ec4b45d38a99af0e1314a1fef241c5119
7
- data.tar.gz: 20ac0cb800b15e1ae7d6258a44bfa6039e5936e9a75bd3fbd712ed8ef9733e49826611697cd393623ab870d26b3d1734ccc91a28d2d60f748d1f0830049eddc6
6
+ metadata.gz: 3b793cf5ca583fa4fca77799665dee6b3804302c6ae229b4a5dd0e3c10a7add736246a3f6d2487b536741b89ebdb19e57a91364f588086c1be4fc5aa2643b300
7
+ data.tar.gz: 60718937a303bd6a64b8c6a66623aa5f36f62a8448ccfc72c5e9a9a787359a2906315d7ac16ae0bece795b01c11acabe064085653a3c254c56a62f44c4beb8e4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.50.0 (2022-08-12)
4
+
5
+ * Regenerated from discovery document revision 20220811
6
+
3
7
  ### v0.49.0 (2022-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20220729
@@ -783,7 +783,7 @@ module Google
783
783
  # CompleteQueryRequest.visitor_id field is set and UserEvent is imported. The
784
784
  # recent searches satisfy the follow rules: * They are ordered from latest to
785
785
  # oldest. * They are matched with CompleteQueryRequest.query case insensitively.
786
- # * They are transformed to lower cases. * They are UTF-8 safe. Recent searches
786
+ # * They are transformed to lower case. * They are UTF-8 safe. Recent searches
787
787
  # are deduplicated. More recent searches will be reserved when duplication
788
788
  # happens.
789
789
  # Corresponds to the JSON property `recentSearchResults`
@@ -1658,15 +1658,15 @@ module Google
1658
1658
  # @return [Hash<String,String>]
1659
1659
  attr_accessor :labels
1660
1660
 
1661
- # Maximum number of results to return per page. Set this property to the number
1662
- # of prediction results needed. If zero, the service will choose a reasonable
1661
+ # Maximum number of results to return. Set this property to the number of
1662
+ # prediction results needed. If zero, the service will choose a reasonable
1663
1663
  # default. The maximum allowed value is 100. Values above 100 will be coerced to
1664
1664
  # 100.
1665
1665
  # Corresponds to the JSON property `pageSize`
1666
1666
  # @return [Fixnum]
1667
1667
  attr_accessor :page_size
1668
1668
 
1669
- # This field is not used for now, leave it unset.
1669
+ # This field is not used; leave it unset.
1670
1670
  # Corresponds to the JSON property `pageToken`
1671
1671
  # @return [String]
1672
1672
  attr_accessor :page_token
@@ -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.49.0"
19
+ GEM_VERSION = "0.50.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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.49.0
4
+ version: 0.50.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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.49.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.50.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: []