Skip to content

Commit 40ae2ab

Browse files
feat: Automated regeneration of classroom v1 client (#24876)
Auto-created at 2025-11-09 09:07:53 +0000 using the toys pull request generator.
1 parent d6ed5cd commit 40ae2ab

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

generated/google-apis-classroom_v1/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-classroom_v1
22

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

59
* Regenerated from discovery document revision 20250827

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,12 +1277,12 @@ class GeminiGem
12771277
# @return [String]
12781278
attr_accessor :id
12791279

1280-
# Title of the Gem. Read-only.
1280+
# Title of the Gem.
12811281
# Corresponds to the JSON property `title`
12821282
# @return [String]
12831283
attr_accessor :title
12841284

1285-
# URL that can be used to access the Gem. Read-only.
1285+
# URL that can be used to access the Gem.
12861286
# Corresponds to the JSON property `url`
12871287
# @return [String]
12881288
attr_accessor :url
@@ -2334,12 +2334,12 @@ class NotebookLmNotebook
23342334
# @return [String]
23352335
attr_accessor :id
23362336

2337-
# Title of the Notebook. Read-only.
2337+
# Title of the Notebook.
23382338
# Corresponds to the JSON property `title`
23392339
# @return [String]
23402340
attr_accessor :title
23412341

2342-
# URL that can be used to access the Notebook. Read-only.
2342+
# URL that can be used to access the Notebook.
23432343
# Corresponds to the JSON property `url`
23442344
# @return [String]
23452345
attr_accessor :url

generated/google-apis-classroom_v1/lib/google/apis/classroom_v1/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 ClassroomV1
1818
# Version of the google-apis-classroom_v1 gem
19-
GEM_VERSION = "0.46.0"
19+
GEM_VERSION = "0.47.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 = "20250827"
25+
REVISION = "20251104"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)