Skip to content

Commit 3cbb1bc

Browse files
feat: Automated regeneration of classroom v1 client (googleapis#22018)
Auto-created at 2025-03-09 10:21:51 +0000 using the toys pull request generator.
1 parent 2bd5232 commit 3cbb1bc

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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.40.0 (2025-03-09)
4+
5+
* Regenerated from discovery document revision 20250303
6+
37
### v0.39.0 (2025-01-19)
48

59
* Regenerated from discovery document revision 20250114

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.39.0"
19+
GEM_VERSION = "0.40.0"
2020

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

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3690,7 +3690,8 @@ def list_course_teachers(course_id, page_size: nil, page_token: nil, fields: nil
36903690
# PERMISSION_DENIED` if the requesting user is not permitted to access the
36913691
# requested course, create a topic in the requested course, or for access errors.
36923692
# * `INVALID_ARGUMENT` if the request is malformed. * `ALREADY_EXISTS` if there
3693-
# exists a topic in the course with the same name. * `NOT_FOUND` if the
3693+
# exists a topic in the course with the same name. * `FAILED_PRECONDITION` for
3694+
# the following request error: * CourseTopicLimitReached * `NOT_FOUND` if the
36943695
# requested course does not exist.
36953696
# @param [String] course_id
36963697
# Identifier of the course. This identifier can be either the Classroom-assigned

0 commit comments

Comments
 (0)