google-apis-retail_v2beta 0.30.0 → 0.31.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: a2df3785ace31021412e5fac53adf93b519d513ab42459c3fcd199e18a1f5458
4
- data.tar.gz: 7637e54664187741870607f18a0c82205b46d2986c9f956b298e8b55706d98cb
3
+ metadata.gz: cfa8d39872d8c1e80a88cc41715eda8d418569db52971e5c43bbf65269e4cbd0
4
+ data.tar.gz: ce3a9467abde4b9e141412b624d3129fad4b22bca5b4f93021c092e2a504cd69
5
5
  SHA512:
6
- metadata.gz: c7e4827aa2c18caaf5ba07116074a4d23635ad1e3310a77fb2cdb1dcf7acd6cd97dbbc99736c1e823fad03baa5111ce2bf8b8f0d10628ae3b78be8a6c36de52c
7
- data.tar.gz: 2628047242dba3a8de6076231ab53d2af9abc4398fb5d4936c87f087d0267677d05474ebc5185ebb519d232b14e824b5b443f2f9f014587b75c861ad8856ae9d
6
+ metadata.gz: ac8bb8fd515cb5d87f4db15476315dea3a6f5895dfefef08511cb02e61bdf3d9d47237429b091b3284fca314a5af4454f483687bd86d385edb148d942abbddad
7
+ data.tar.gz: 4a4cee9019d44b7f902be1d787fd89b46443bb14b2bb7303ef5fb56d753df67023de50b5ece967ecd08b5c42ccdbc1dee6ed395e4c3a37c0a8d104a15c80fbd9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.31.0 (2022-03-09)
4
+
5
+ * Regenerated from discovery document revision 20220303
6
+
3
7
  ### v0.30.0 (2022-03-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20220224
@@ -1351,11 +1351,11 @@ module Google
1351
1351
  # Represents a whole or partial calendar date, such as a birthday. The time of
1352
1352
  # day and time zone are either specified elsewhere or are insignificant. The
1353
1353
  # date is relative to the Gregorian Calendar. This can represent one of the
1354
- # following: * A full date, with non-zero year, month, and day values * A month
1355
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
1356
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1357
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1358
- # DateTime * google.protobuf.Timestamp
1354
+ # following: * A full date, with non-zero year, month, and day values. * A month
1355
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1356
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1357
+ # example, a credit card expiration date). Related types: * google.type.
1358
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1359
1359
  # Corresponds to the JSON property `partitionDate`
1360
1360
  # @return [Google::Apis::RetailV2beta::GoogleTypeDate]
1361
1361
  attr_accessor :partition_date
@@ -5507,11 +5507,11 @@ module Google
5507
5507
  # Represents a whole or partial calendar date, such as a birthday. The time of
5508
5508
  # day and time zone are either specified elsewhere or are insignificant. The
5509
5509
  # date is relative to the Gregorian Calendar. This can represent one of the
5510
- # following: * A full date, with non-zero year, month, and day values * A month
5511
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
5512
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
5513
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
5514
- # DateTime * google.protobuf.Timestamp
5510
+ # following: * A full date, with non-zero year, month, and day values. * A month
5511
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
5512
+ # with a zero month and a zero day. * A year and month, with a zero day (for
5513
+ # example, a credit card expiration date). Related types: * google.type.
5514
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
5515
5515
  class GoogleTypeDate
5516
5516
  include Google::Apis::Core::Hashable
5517
5517
 
@@ -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.30.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220224"
25
+ REVISION = "20220303"
26
26
  end
27
27
  end
28
28
  end
@@ -72,10 +72,12 @@ module Google
72
72
  # `UNKNOWN_DEVICE_TYPE` * `DESKTOP` * `MOBILE` * A customized string starts with
73
73
  # `OTHER_`, e.g. `OTHER_IPHONE`.
74
74
  # @param [Array<String>, String] language_codes
75
- # The list of languages of the query. This is the BCP-47 language code, such as "
76
- # en-US" or "sr-Latn". For more information, see [Tags for Identifying Languages]
77
- # (https://tools.ietf.org/html/bcp47). The maximum number of allowed characters
78
- # is 255. Only "en-US" is currently supported.
75
+ # The language filters applied to the output suggestions. If set, it should
76
+ # contain the language of the query. If not set, suggestions are returned
77
+ # without considering language restrictions. This is the BCP-47 language code,
78
+ # such as "en-US" or "sr-Latn". For more information, see [Tags for Identifying
79
+ # Languages](https://tools.ietf.org/html/bcp47). The maximum number of language
80
+ # codes is 3.
79
81
  # @param [Fixnum] max_suggestions
80
82
  # Completion max suggestions. If left unset or set to 0, then will fallback to
81
83
  # the configured value CompletionConfig.max_suggestions. The maximum allowed max
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.30.0
4
+ version: 0.31.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-03-07 00:00:00.000000000 Z
11
+ date: 2022-03-14 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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.31.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: []