Skip to content

Commit 9fc2b8c

Browse files
feat: Automated regeneration of content v2.1 client (#24916)
Auto-created at 2025-11-09 10:07:12 +0000 using the toys pull request generator.
1 parent 281ca5a commit 9fc2b8c

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

generated/google-apis-content_v2_1/CHANGELOG.md

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

3+
### v0.46.0 (2025-11-09)
4+
5+
* Regenerated from discovery document revision 20251104
6+
37
### v0.45.0 (2025-09-28)
48

59
* Regenerated from discovery document revision 20250921

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,19 +1336,22 @@ class AccountUser
13361336
# @return [String]
13371337
attr_accessor :email_address
13381338

1339-
# Whether user is an order manager.
1339+
# This role is deprecated and can no longer be assigned. Any value set will be
1340+
# ignored.
13401341
# Corresponds to the JSON property `orderManager`
13411342
# @return [Boolean]
13421343
attr_accessor :order_manager
13431344
alias_method :order_manager?, :order_manager
13441345

1345-
# Whether user can access payment statements.
1346+
# This role is deprecated and can no longer be assigned. Any value set will be
1347+
# ignored.
13461348
# Corresponds to the JSON property `paymentsAnalyst`
13471349
# @return [Boolean]
13481350
attr_accessor :payments_analyst
13491351
alias_method :payments_analyst?, :payments_analyst
13501352

1351-
# Whether user can manage payment settings.
1353+
# This role is deprecated and can no longer be assigned. Any value set will be
1354+
# ignored.
13521355
# Corresponds to the JSON property `paymentsManager`
13531356
# @return [Boolean]
13541357
attr_accessor :payments_manager

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

Lines changed: 2 additions & 2 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.45.0"
19+
GEM_VERSION = "0.46.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

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

0 commit comments

Comments
 (0)