Skip to content

Commit 601a714

Browse files
feat: Automated regeneration of content v2.1 client (googleapis#23360)
Auto-created at 2025-06-08 10:25:11 +0000 using the toys pull request generator.
1 parent e23af38 commit 601a714

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133599,6 +133599,7 @@
133599133599
"/content:v2.1/AccountUser/orderManager": order_manager
133600133600
"/content:v2.1/AccountUser/paymentsAnalyst": payments_analyst
133601133601
"/content:v2.1/AccountUser/paymentsManager": payments_manager
133602+
"/content:v2.1/AccountUser/readOnly": read_only
133602133603
"/content:v2.1/AccountUser/reportingManager": reporting_manager
133603133604
"/content:v2.1/AccountYouTubeChannelLink": account_you_tube_channel_link
133604133605
"/content:v2.1/AccountYouTubeChannelLink/channelId": channel_id

generated/google-apis-content_v2_1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-content_v2_1
22

3+
### v0.42.0 (2025-06-08)
4+
5+
* Regenerated from discovery document revision 20250603
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.41.0 (2025-05-04)
49

510
* Regenerated from discovery document revision 20250427

generated/google-apis-content_v2_1/lib/google/apis/content_v2_1/classes.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,6 +1354,12 @@ class AccountUser
13541354
attr_accessor :payments_manager
13551355
alias_method :payments_manager?, :payments_manager
13561356

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+
13571363
# Whether user is a reporting manager. This role is equivalent to the
13581364
# Performance and insights role in Merchant Center.
13591365
# Corresponds to the JSON property `reportingManager`
@@ -1372,6 +1378,7 @@ def update!(**args)
13721378
@order_manager = args[:order_manager] if args.key?(:order_manager)
13731379
@payments_analyst = args[:payments_analyst] if args.key?(:payments_analyst)
13741380
@payments_manager = args[:payments_manager] if args.key?(:payments_manager)
1381+
@read_only = args[:read_only] if args.key?(:read_only)
13751382
@reporting_manager = args[:reporting_manager] if args.key?(:reporting_manager)
13761383
end
13771384
end

generated/google-apis-content_v2_1/lib/google/apis/content_v2_1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ContentV2_1
1818
# Version of the google-apis-content_v2_1 gem
19-
GEM_VERSION = "0.41.0"
19+
GEM_VERSION = "0.42.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250427"
25+
REVISION = "20250603"
2626
end
2727
end
2828
end

generated/google-apis-content_v2_1/lib/google/apis/content_v2_1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2338,6 +2338,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
23382338
property :order_manager, as: 'orderManager'
23392339
property :payments_analyst, as: 'paymentsAnalyst'
23402340
property :payments_manager, as: 'paymentsManager'
2341+
property :read_only, as: 'readOnly'
23412342
property :reporting_manager, as: 'reportingManager'
23422343
end
23432344
end

0 commit comments

Comments
 (0)