google-apis-content_v2_1 0.40.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: 9f09c12880be62d27cbd77acaf779f6228e7fe4d4c31469bcfd3cdd57f597ae0
4
- data.tar.gz: d225365710fb794d381190b122245fedd2050d16d0fafbd2ba9741f645b86ff7
3
+ metadata.gz: 6ac1db648e68cf4471c562d758d92e17b17b6fb65b028b3a32d682cbaccf27c9
4
+ data.tar.gz: b25430bd8cbac225830aedb9ebfdba1a69dedca2db249caa79f052b9a5fbcab2
5
5
  SHA512:
6
- metadata.gz: 1ac79b38e49fa5f730e132df7ad866ff61c6028eba6a5038ddbfa6b998b79d4064e0948649d0438ae2095cdf5d87a59b4fa200d2ed0850eeafbc5cee0bb8bf93
7
- data.tar.gz: 0bc8393823e9d5eb28e7c3310fc24647790ad17e29947f25c4fdd75e58563583bd2ab23ad1fe2eff159b87f63a1f6585ac8616a26f8404636e89885c2f80eab2
6
+ metadata.gz: c12dd4faa8c262b075f2863edad7edb325172b6a47416648d0fa5bc203529fc77267b5578dad5efe345cbf09592dd372491b1bbe0f9d08c09c85310022765c9f
7
+ data.tar.gz: '00018e2e5174122e20f9916679945520dfe333782d6a5d5ecd414db608456ee6f821db3e613457319503b9ef6f2885c73b82b6dd1b2eb3cf9580bc2bbce74f91'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
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
+
8
+ ### v0.41.0 (2025-05-04)
9
+
10
+ * Regenerated from discovery document revision 20250427
11
+ * Regenerated using generator version 0.17.0
12
+
3
13
  ### v0.40.0 (2025-04-13)
4
14
 
5
15
  * Regenerated from discovery document revision 20250408
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/shopping-content/v2/)
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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.40.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.16.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250408"
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
@@ -2412,7 +2412,7 @@ module Google
2412
2412
  execute_or_queue_command(command, &block)
2413
2413
  end
2414
2414
 
2415
- # Sets the inventory verification contract for the specified country.
2415
+ # Sets the inventory verification contact for the specified country.
2416
2416
  # @param [Fixnum] merchant_id
2417
2417
  # The ID of the managing account. If this parameter is not the same as accountId,
2418
2418
  # then this account must be a multi-client account and `accountId` must be the
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-content_v2_1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-16 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.40.0
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:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
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: []