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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2/classes.rb +11 -5
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50806bd8c7a875ac516316f6a64c9f35171c02406fa26f1396241e1b644d886a
|
4
|
+
data.tar.gz: 0d789d23af963e470c21d523ae886456dc472254c60a1c9e924eb06d98e8862d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c5bd392180f81e5b7cbf5792465faadb4ec1f8694afe3cbc7da22a49068f877dc1337eec26e656b1c4c7249b3af865bda9278930a62e4955fcdc8d24ffa879f
|
7
|
+
data.tar.gz: 578c90d2dc71d6165e3a3912edb8fc081847ff0d96a44cccb3c4e29dd99c8a2b52dd61385bd95aa446d91faf27b501b8e2dc4c124c363011469ee9ffef349829
|
data/CHANGELOG.md
CHANGED
@@ -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
|
-
#
|
3005
|
-
#
|
3006
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|