@@ -160,8 +160,8 @@ public class Courses {
160160 * following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to create
161161 * courses or for access errors. * `NOT_FOUND` if the primary teacher is not a valid user. *
162162 * `FAILED_PRECONDITION` if the course owner's account is disabled or for the following request
163- * errors: * UserCannotOwnCourse * UserGroupsMembershipLimitReached * `ALREADY_EXISTS` if an alias
164- * was specified in the `id` and already exists.
163+ * errors: * UserCannotOwnCourse * UserGroupsMembershipLimitReached * CourseTitleCannotContainUrl *
164+ * `ALREADY_EXISTS` if an alias was specified in the `id` and already exists.
165165 *
166166 * Create a request for the method "courses.create".
167167 *
@@ -189,7 +189,8 @@ public class Create extends ClassroomRequest<com.google.api.services.classroom.m
189189 * permitted to create courses or for access errors. * `NOT_FOUND` if the primary teacher is not a
190190 * valid user. * `FAILED_PRECONDITION` if the course owner's account is disabled or for the
191191 * following request errors: * UserCannotOwnCourse * UserGroupsMembershipLimitReached *
192- * `ALREADY_EXISTS` if an alias was specified in the `id` and already exists.
192+ * CourseTitleCannotContainUrl * `ALREADY_EXISTS` if an alias was specified in the `id` and
193+ * already exists.
193194 *
194195 * Create a request for the method "courses.create".
195196 *
@@ -910,7 +911,7 @@ public List set(String parameterName, Object value) {
910911 * access errors. * `NOT_FOUND` if no course exists with the requested ID. * `INVALID_ARGUMENT` if
911912 * invalid fields are specified in the update mask or if no update mask is supplied. *
912913 * `FAILED_PRECONDITION` for the following request errors: * CourseNotModifiable *
913- * InactiveCourseOwner * IneligibleOwner
914+ * InactiveCourseOwner * IneligibleOwner * CourseTitleCannotContainUrl
914915 *
915916 * Create a request for the method "courses.patch".
916917 *
@@ -938,7 +939,7 @@ public class Patch extends ClassroomRequest<com.google.api.services.classroom.mo
938939 * for access errors. * `NOT_FOUND` if no course exists with the requested ID. *
939940 * `INVALID_ARGUMENT` if invalid fields are specified in the update mask or if no update mask is
940941 * supplied. * `FAILED_PRECONDITION` for the following request errors: * CourseNotModifiable *
941- * InactiveCourseOwner * IneligibleOwner
942+ * InactiveCourseOwner * IneligibleOwner * CourseTitleCannotContainUrl
942943 *
943944 * Create a request for the method "courses.patch".
944945 *
@@ -1082,7 +1083,7 @@ public Patch set(String parameterName, Object value) {
10821083 * Updates a course. This method returns the following error codes: * `PERMISSION_DENIED` if the
10831084 * requesting user is not permitted to modify the requested course or for access errors. *
10841085 * `NOT_FOUND` if no course exists with the requested ID. * `FAILED_PRECONDITION` for the following
1085- * request errors: * CourseNotModifiable
1086+ * request errors: * CourseNotModifiable * CourseTitleCannotContainUrl
10861087 *
10871088 * Create a request for the method "courses.update".
10881089 *
@@ -1108,7 +1109,7 @@ public class Update extends ClassroomRequest<com.google.api.services.classroom.m
11081109 * Updates a course. This method returns the following error codes: * `PERMISSION_DENIED` if the
11091110 * requesting user is not permitted to modify the requested course or for access errors. *
11101111 * `NOT_FOUND` if no course exists with the requested ID. * `FAILED_PRECONDITION` for the
1111- * following request errors: * CourseNotModifiable
1112+ * following request errors: * CourseNotModifiable * CourseTitleCannotContainUrl
11121113 *
11131114 * Create a request for the method "courses.update".
11141115 *
0 commit comments