From a0557282e4be14f29c6c1e85aeb808661e838cdc Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Fri, 10 Apr 2026 18:05:46 -0700 Subject: [PATCH] Regenerate classroom client --- src/Classroom/Resource/Courses.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Classroom/Resource/Courses.php b/src/Classroom/Resource/Courses.php index 86fb4a0451b..b63309c1234 100644 --- a/src/Classroom/Resource/Courses.php +++ b/src/Classroom/Resource/Courses.php @@ -133,11 +133,13 @@ public function getGradingPeriodSettings($courseId, $optParams = []) * @opt_param string studentId Restricts returned courses to those having a * student with the specified identifier. The identifier can be one of the * following: * the numeric identifier for the user * the email address of the - * user * the string literal `"me"`, indicating the requesting user + * user * the string literal `"me"`, indicating the requesting user If + * specified, `teacher_id` must be empty. * @opt_param string teacherId Restricts returned courses to those having a * teacher with the specified identifier. The identifier can be one of the * following: * the numeric identifier for the user * the email address of the - * user * the string literal `"me"`, indicating the requesting user + * user * the string literal `"me"`, indicating the requesting user If + * specified, `student_id` must be empty. * @return ListCoursesResponse * @throws \Google\Service\Exception */