google-apis-content_v2_1 0.41.0 → 0.42.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: 6ac1db648e68cf4471c562d758d92e17b17b6fb65b028b3a32d682cbaccf27c9
|
4
|
+
data.tar.gz: b25430bd8cbac225830aedb9ebfdba1a69dedca2db249caa79f052b9a5fbcab2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c12dd4faa8c262b075f2863edad7edb325172b6a47416648d0fa5bc203529fc77267b5578dad5efe345cbf09592dd372491b1bbe0f9d08c09c85310022765c9f
|
7
|
+
data.tar.gz: '00018e2e5174122e20f9916679945520dfe333782d6a5d5ecd414db608456ee6f821db3e613457319503b9ef6f2885c73b82b6dd1b2eb3cf9580bc2bbce74f91'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-content_v2_1
|
2
2
|
|
3
|
+
### v0.42.0 (2025-06-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250603
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.41.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250427
|
@@ -1354,6 +1354,12 @@ module Google
|
|
1354
1354
|
attr_accessor :payments_manager
|
1355
1355
|
alias_method :payments_manager?, :payments_manager
|
1356
1356
|
|
1357
|
+
# Optional. Whether user has standard read-only access.
|
1358
|
+
# Corresponds to the JSON property `readOnly`
|
1359
|
+
# @return [Boolean]
|
1360
|
+
attr_accessor :read_only
|
1361
|
+
alias_method :read_only?, :read_only
|
1362
|
+
|
1357
1363
|
# Whether user is a reporting manager. This role is equivalent to the
|
1358
1364
|
# Performance and insights role in Merchant Center.
|
1359
1365
|
# Corresponds to the JSON property `reportingManager`
|
@@ -1372,6 +1378,7 @@ module Google
|
|
1372
1378
|
@order_manager = args[:order_manager] if args.key?(:order_manager)
|
1373
1379
|
@payments_analyst = args[:payments_analyst] if args.key?(:payments_analyst)
|
1374
1380
|
@payments_manager = args[:payments_manager] if args.key?(:payments_manager)
|
1381
|
+
@read_only = args[:read_only] if args.key?(:read_only)
|
1375
1382
|
@reporting_manager = args[:reporting_manager] if args.key?(:reporting_manager)
|
1376
1383
|
end
|
1377
1384
|
end
|
@@ -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.42.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250603"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2338,6 +2338,7 @@ module Google
|
|
2338
2338
|
property :order_manager, as: 'orderManager'
|
2339
2339
|
property :payments_analyst, as: 'paymentsAnalyst'
|
2340
2340
|
property :payments_manager, as: 'paymentsManager'
|
2341
|
+
property :read_only, as: 'readOnly'
|
2341
2342
|
property :reporting_manager, as: 'reportingManager'
|
2342
2343
|
end
|
2343
2344
|
end
|
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.42.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.42.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Content API for Shopping V2_1
|
79
79
|
test_files: []
|