google-apis-retail_v2 0.29.0 → 0.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 956cc4872d18a572f15cccb2c94cc45f16b755d1cffdcf10dfd3d6d735c1de57
4
- data.tar.gz: a678cbf4bb92a4e838dca0bdba64260acc25a0bf4901337ec7e58e56f369dbba
3
+ metadata.gz: f538c46e9575d2587ad6bbfa1f9799530a07525068a42a743ce1d0f3b3cc37c5
4
+ data.tar.gz: 4900fa441a89e0497c8c3b6703dc162feeb70474678e079e24110eb05ed817d2
5
5
  SHA512:
6
- metadata.gz: 7bd2c43947ac03f046311f0afa03958b2f4a3437ff1246b466a152e2b1add0e842dd003b6489fe06abf51013613eac0f1dd7e8912d68cbe72591531512c53471
7
- data.tar.gz: ef8419859517ed96700ee7c29b6295351007b1c6e3d718ddacf31ec04d508c682e3dfbbe3b02e49d32191433fe0d42b9d869764f2acef0ca2986897ef8acc030
6
+ metadata.gz: 0cd1410672154990235eaedaf2284e07ecc5f516df84ae244988d6ff7d58c2c756c5792ffc4349a3345f1422f3ae641c09def5d32bebf8de4e4a0c725930e570
7
+ data.tar.gz: ec2b387f5eb362ae64372827ab6ee30c1897cfb19a7c3c266dd5f5257c4c821eee767174ced1c4fee9ed84e42b3684b4ed0b67838916c780706e92e52a9599d4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.30.0 (2022-03-09)
4
+
5
+ * Regenerated from discovery document revision 20220303
6
+
3
7
  ### v0.29.0 (2022-02-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20220217
@@ -437,11 +437,11 @@ module Google
437
437
  # Represents a whole or partial calendar date, such as a birthday. The time of
438
438
  # day and time zone are either specified elsewhere or are insignificant. The
439
439
  # date is relative to the Gregorian Calendar. This can represent one of the
440
- # following: * A full date, with non-zero year, month, and day values * A month
441
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
442
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
443
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
444
- # DateTime * google.protobuf.Timestamp
440
+ # following: * A full date, with non-zero year, month, and day values. * A month
441
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
442
+ # with a zero month and a zero day. * A year and month, with a zero day (for
443
+ # example, a credit card expiration date). Related types: * google.type.
444
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
445
445
  # Corresponds to the JSON property `partitionDate`
446
446
  # @return [Google::Apis::RetailV2::GoogleTypeDate]
447
447
  attr_accessor :partition_date
@@ -4593,11 +4593,11 @@ module Google
4593
4593
  # Represents a whole or partial calendar date, such as a birthday. The time of
4594
4594
  # day and time zone are either specified elsewhere or are insignificant. The
4595
4595
  # date is relative to the Gregorian Calendar. This can represent one of the
4596
- # following: * A full date, with non-zero year, month, and day values * A month
4597
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
4598
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
4599
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
4600
- # DateTime * google.protobuf.Timestamp
4596
+ # following: * A full date, with non-zero year, month, and day values. * A month
4597
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
4598
+ # with a zero month and a zero day. * A year and month, with a zero day (for
4599
+ # example, a credit card expiration date). Related types: * google.type.
4600
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
4601
4601
  class GoogleTypeDate
4602
4602
  include Google::Apis::Core::Hashable
4603
4603
 
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.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 = "20220217"
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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.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-02-28 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.30.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: []