google-apis-retail_v2 0.125.0 → 0.126.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 +2 -1
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58a0e1f7b419a6a18106b8812d7334b5f5bbef8759029c33fdba850801dd9aa5
|
|
4
|
+
data.tar.gz: 5797cf4c0beb42ce9da5b36f0ff6190ec46478904912f7adeb04a60fb4271595
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4638b5ccc70d132cb10a457952fce620c4243857967896d6ea56a56bf3159c5283c1d6e6c447336931d59118175de113eacd4926417e6f55b352d8324187ac49
|
|
7
|
+
data.tar.gz: ec7089a1f36a6b358da26f3586866c430b221341d82927b89d00ebba5f05c66faa8a60a1b353a570015b4560fbbd0c36d29f5c7ddd4f8a7360eaba34b2a5b0a6
|
data/CHANGELOG.md
CHANGED
|
@@ -5691,7 +5691,8 @@ module Google
|
|
|
5691
5691
|
|
|
5692
5692
|
# Optional. An id corresponding to a place, such as a store id or region id.
|
|
5693
5693
|
# When specified, we use the price from the local inventory with the matching
|
|
5694
|
-
# product's LocalInventory.place_id for revenue optimization.
|
|
5694
|
+
# product's LocalInventory.place_id for revenue optimization. Note, the currency
|
|
5695
|
+
# of the local inventory's price must match the currency of the product's price.
|
|
5695
5696
|
# Corresponds to the JSON property `placeId`
|
|
5696
5697
|
# @return [String]
|
|
5697
5698
|
attr_accessor :place_id
|
|
@@ -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.126.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260129"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.126.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.126.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|