@@ -851,14 +851,16 @@ public List setPageToken(java.lang.String pageToken) {
851851 /**
852852 * Restricts returned courses to those having a student with the specified identifier. The
853853 * identifier can be one of the following: * the numeric identifier for the user * the email
854- * address of the user * the string literal `"me"`, indicating the requesting user
854+ * address of the user * the string literal `"me"`, indicating the requesting user If
855+ * specified, `teacher_id` must be empty.
855856 */
856857 @com.google.api.client.util.Key
857858 private java.lang.String studentId;
858859
859860 /** Restricts returned courses to those having a student with the specified identifier. The identifier
860861 can be one of the following: * the numeric identifier for the user * the email address of the user
861- * the string literal `"me"`, indicating the requesting user
862+ * the string literal `"me"`, indicating the requesting user If specified, `teacher_id` must be
863+ empty.
862864 */
863865 public java.lang.String getStudentId() {
864866 return studentId;
@@ -867,7 +869,8 @@ public java.lang.String getStudentId() {
867869 /**
868870 * Restricts returned courses to those having a student with the specified identifier. The
869871 * identifier can be one of the following: * the numeric identifier for the user * the email
870- * address of the user * the string literal `"me"`, indicating the requesting user
872+ * address of the user * the string literal `"me"`, indicating the requesting user If
873+ * specified, `teacher_id` must be empty.
871874 */
872875 public List setStudentId(java.lang.String studentId) {
873876 this.studentId = studentId;
@@ -877,14 +880,16 @@ public List setStudentId(java.lang.String studentId) {
877880 /**
878881 * Restricts returned courses to those having a teacher with the specified identifier. The
879882 * identifier can be one of the following: * the numeric identifier for the user * the email
880- * address of the user * the string literal `"me"`, indicating the requesting user
883+ * address of the user * the string literal `"me"`, indicating the requesting user If
884+ * specified, `student_id` must be empty.
881885 */
882886 @com.google.api.client.util.Key
883887 private java.lang.String teacherId;
884888
885889 /** Restricts returned courses to those having a teacher with the specified identifier. The identifier
886890 can be one of the following: * the numeric identifier for the user * the email address of the user
887- * the string literal `"me"`, indicating the requesting user
891+ * the string literal `"me"`, indicating the requesting user If specified, `student_id` must be
892+ empty.
888893 */
889894 public java.lang.String getTeacherId() {
890895 return teacherId;
@@ -893,7 +898,8 @@ public java.lang.String getTeacherId() {
893898 /**
894899 * Restricts returned courses to those having a teacher with the specified identifier. The
895900 * identifier can be one of the following: * the numeric identifier for the user * the email
896- * address of the user * the string literal `"me"`, indicating the requesting user
901+ * address of the user * the string literal `"me"`, indicating the requesting user If
902+ * specified, `student_id` must be empty.
897903 */
898904 public List setTeacherId(java.lang.String teacherId) {
899905 this.teacherId = teacherId;
0 commit comments