google-apis-retail_v2 0.99.0 → 0.100.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: a27138edd092d39b390a9109e4149ecd8cbdffa83e9b9a3e7d14a87d8e7cb29b
4
- data.tar.gz: bedf3ea5a61ba663e3f3022023a076eb9b5be0033459cc3791f2557952bafedd
3
+ metadata.gz: 50806bd8c7a875ac516316f6a64c9f35171c02406fa26f1396241e1b644d886a
4
+ data.tar.gz: 0d789d23af963e470c21d523ae886456dc472254c60a1c9e924eb06d98e8862d
5
5
  SHA512:
6
- metadata.gz: f549f09ddea9f89c2b4d23766e70234fbb8bf2397510bb5457e3df32df440bbbdfcd68e30880bb5be932f53e4e9b7b171a8c4a57dea988b1a6f01ab986b5ce36
7
- data.tar.gz: 5e57b3f3d48fdaf75319b5fbb1ce86955440bd136f24f2973cb090c35ffb0efeed45f959f8c87cb2daf4704024bd4a63a502c9a6cf94bc9efe5a8ec9e3eecfdc
6
+ metadata.gz: 1c5bd392180f81e5b7cbf5792465faadb4ec1f8694afe3cbc7da22a49068f877dc1337eec26e656b1c4c7249b3af865bda9278930a62e4955fcdc8d24ffa879f
7
+ data.tar.gz: 578c90d2dc71d6165e3a3912edb8fc081847ff0d96a44cccb3c4e29dd99c8a2b52dd61385bd95aa446d91faf27b501b8e2dc4c124c363011469ee9ffef349829
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.100.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240822
6
+
3
7
  ### v0.99.0 (2024-08-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20240816
@@ -1085,7 +1085,8 @@ module Google
1085
1085
  end
1086
1086
  end
1087
1087
 
1088
- # Resource that represents attribute results.
1088
+ # Resource that represents attribute results. The list of suggestions for the
1089
+ # attribute.
1089
1090
  class GoogleCloudRetailV2CompleteQueryResponseAttributeResult
1090
1091
  include Google::Apis::Core::Hashable
1091
1092
 
@@ -3000,10 +3001,15 @@ module Google
3000
3001
  # @return [Google::Apis::RetailV2::GoogleCloudRetailV2Audience]
3001
3002
  attr_accessor :audience
3002
3003
 
3003
- # The online availability of the Product. Default to Availability.IN_STOCK.
3004
- # Corresponding properties: Google Merchant Center property [availability](https:
3005
- # //support.google.com/merchants/answer/6324448). Schema.org property [Offer.
3006
- # availability](https://schema.org/availability).
3004
+ # The online availability of the Product. Default to Availability.IN_STOCK. For
3005
+ # primary products with variants set the availability of the primary as
3006
+ # Availability.OUT_OF_STOCK and set the true availability at the variant level.
3007
+ # This way the primary product will be considered "in stock" as long as it has
3008
+ # at least one variant in stock. For primary products with no variants set the
3009
+ # true availability at the primary level. Corresponding properties: Google
3010
+ # Merchant Center property [availability](https://support.google.com/merchants/
3011
+ # answer/6324448). Schema.org property [Offer.availability](https://schema.org/
3012
+ # availability).
3007
3013
  # Corresponds to the JSON property `availability`
3008
3014
  # @return [String]
3009
3015
  attr_accessor :availability
@@ -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.99.0"
19
+ GEM_VERSION = "0.100.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240816"
25
+ REVISION = "20240822"
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.99.0
4
+ version: 0.100.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: 2024-08-18 00:00:00.000000000 Z
11
+ date: 2024-09-01 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.99.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.100.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: []