@@ -160,8 +160,8 @@ public class Courses {
160
160
* following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to create
161
161
* courses or for access errors. * `NOT_FOUND` if the primary teacher is not a valid user. *
162
162
* `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.
165
165
*
166
166
* Create a request for the method "courses.create".
167
167
*
@@ -189,7 +189,8 @@ public class Create extends ClassroomRequest<com.google.api.services.classroom.m
189
189
* permitted to create courses or for access errors. * `NOT_FOUND` if the primary teacher is not a
190
190
* valid user. * `FAILED_PRECONDITION` if the course owner's account is disabled or for the
191
191
* 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.
193
194
*
194
195
* Create a request for the method "courses.create".
195
196
*
@@ -910,7 +911,7 @@ public List set(String parameterName, Object value) {
910
911
* access errors. * `NOT_FOUND` if no course exists with the requested ID. * `INVALID_ARGUMENT` if
911
912
* invalid fields are specified in the update mask or if no update mask is supplied. *
912
913
* `FAILED_PRECONDITION` for the following request errors: * CourseNotModifiable *
913
- * InactiveCourseOwner * IneligibleOwner
914
+ * InactiveCourseOwner * IneligibleOwner * CourseTitleCannotContainUrl
914
915
*
915
916
* Create a request for the method "courses.patch".
916
917
*
@@ -938,7 +939,7 @@ public class Patch extends ClassroomRequest<com.google.api.services.classroom.mo
938
939
* for access errors. * `NOT_FOUND` if no course exists with the requested ID. *
939
940
* `INVALID_ARGUMENT` if invalid fields are specified in the update mask or if no update mask is
940
941
* supplied. * `FAILED_PRECONDITION` for the following request errors: * CourseNotModifiable *
941
- * InactiveCourseOwner * IneligibleOwner
942
+ * InactiveCourseOwner * IneligibleOwner * CourseTitleCannotContainUrl
942
943
*
943
944
* Create a request for the method "courses.patch".
944
945
*
@@ -1082,7 +1083,7 @@ public Patch set(String parameterName, Object value) {
1082
1083
* Updates a course. This method returns the following error codes: * `PERMISSION_DENIED` if the
1083
1084
* requesting user is not permitted to modify the requested course or for access errors. *
1084
1085
* `NOT_FOUND` if no course exists with the requested ID. * `FAILED_PRECONDITION` for the following
1085
- * request errors: * CourseNotModifiable
1086
+ * request errors: * CourseNotModifiable * CourseTitleCannotContainUrl
1086
1087
*
1087
1088
* Create a request for the method "courses.update".
1088
1089
*
@@ -1108,7 +1109,7 @@ public class Update extends ClassroomRequest<com.google.api.services.classroom.m
1108
1109
* Updates a course. This method returns the following error codes: * `PERMISSION_DENIED` if the
1109
1110
* requesting user is not permitted to modify the requested course or for access errors. *
1110
1111
* `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
1112
1113
*
1113
1114
* Create a request for the method "courses.update".
1114
1115
*
0 commit comments