google-apis-content_v2_1 0.44.0 → 0.45.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3237777801174999a2f6664c69655e5f0eafaaba6980851d411769e60eb69771
|
4
|
+
data.tar.gz: 663c7ba59e37430566c3a21e089907792e8487515dfba231eb8f2bc9ef1cfa34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ceca233e872f79db6b5aecdd3a4ee6c771421016982fd82268a4e099defa5151cb552486487cb7bdf85e301766b89ac2b4f0d81870e7afd9573fa77322426583
|
7
|
+
data.tar.gz: a2af6a4242cc24fcbd5f8ba0881b9683212f864186946ce7a0a123b2f679f4c03122ae3f940a86815e2c3847fdbbcf6c63c560b0ec870e4297592a48115504c5
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContentV2_1
|
18
18
|
# Version of the google-apis-content_v2_1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.45.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 = "20250921"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,7 +22,8 @@ module Google
|
|
22
22
|
module ContentV2_1
|
23
23
|
# Content API for Shopping
|
24
24
|
#
|
25
|
-
#
|
25
|
+
# This API is deprecated. Please use Merchant API instead: https://developers.
|
26
|
+
# google.com/merchant/api.
|
26
27
|
#
|
27
28
|
# @example
|
28
29
|
# require 'google/apis/content_v2_1'
|
@@ -21,7 +21,8 @@ module Google
|
|
21
21
|
module Apis
|
22
22
|
# Content API for Shopping
|
23
23
|
#
|
24
|
-
#
|
24
|
+
# This API is deprecated. Please use Merchant API instead: https://developers.
|
25
|
+
# google.com/merchant/api.
|
25
26
|
#
|
26
27
|
# @see https://developers.google.com/shopping-content/v2/
|
27
28
|
module ContentV2_1
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-content_v2_1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.45.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-content_v2_1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.45.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-content_v2_1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|