docs: update generated docs (#981)

diff --git a/docs/dyn/classroom_v1.courses.html b/docs/dyn/classroom_v1.courses.html
index 80ecfad..51a8674 100644
--- a/docs/dyn/classroom_v1.courses.html
+++ b/docs/dyn/classroom_v1.courses.html
@@ -114,7 +114,7 @@
   <code><a href="#get">get(id, x__xgafv=None)</a></code></p>
 <p class="firstline">Returns a course.</p>
 <p class="toc_element">
-  <code><a href="#list">list(studentId=None, pageToken=None, pageSize=None, teacherId=None, courseStates=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(studentId=None, pageToken=None, courseStates=None, pageSize=None, teacherId=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Returns a list of courses that the requesting user is permitted to view,</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -149,161 +149,161 @@
     The object takes the form of:
 
 { # A Course in Classroom.
-  &quot;name&quot;: &quot;A String&quot;, # Name of the course.
-      # For example, &quot;10th Grade Biology&quot;.
-      # The name is required. It must be between 1 and 750 characters and a valid
-      # UTF-8 string.
-  &quot;teacherFolder&quot;: { # Representation of a Google Drive folder. # Information about a Drive Folder that is shared with all teachers of the
-      # course.
-      # 
-      # This field will only be set for teachers of the course and domain
-      # administrators.
-      # 
-      # Read-only.
-    &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
-    &quot;title&quot;: &quot;A String&quot;, # Title of the Drive folder.
-        #
+    &quot;description&quot;: &quot;A String&quot;, # Optional description.
+        # For example, &quot;We&#x27;ll be learning about the structure of living
+        # creatures from a combination of textbooks, guest lectures, and lab work.
+        # Expect to be excited!&quot;
+        # If set, this field must be a valid UTF-8 string and no longer than 30,000
+        # characters.
+    &quot;updateTime&quot;: &quot;A String&quot;, # Time of the most recent update to this course.
+        # Specifying this field in a course update mask results in an error.
+        # 
         # Read-only.
-    &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive folder.
-        #
+    &quot;alternateLink&quot;: &quot;A String&quot;, # Absolute link to this course in the Classroom web UI.
+        # 
         # Read-only.
-  },
-  &quot;section&quot;: &quot;A String&quot;, # Section of the course.
-      # For example, &quot;Period 2&quot;.
-      # If set, this field must be a valid UTF-8 string and no longer than 2800
-      # characters.
-  &quot;id&quot;: &quot;A String&quot;, # Identifier for this course assigned by Classroom.
-      # 
-      # When
-      # creating a course,
-      # you may optionally set this identifier to an
-      # alias string in the
-      # request to create a corresponding alias. The `id` is still assigned by
-      # Classroom and cannot be updated after the course is created.
-      # 
-      # Specifying this field in a course update mask results in an error.
-  &quot;room&quot;: &quot;A String&quot;, # Optional room location.
-      # For example, &quot;301&quot;.
-      # If set, this field must be a valid UTF-8 string and no longer than 650
-      # characters.
-  &quot;courseGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all members of the course.
-      # This group does not accept email and can only be used for permissions.
-      # 
-      # Read-only.
-  &quot;courseMaterialSets&quot;: [ # Sets of materials that appear on the &quot;about&quot; page of this course.
-      # 
-      # Read-only.
-    { # A set of materials that appears on the &quot;About&quot; page of the course.
-        # These materials might include a syllabus, schedule, or other background
-        # information relating to the course as a whole.
-      &quot;title&quot;: &quot;A String&quot;, # Title for this set.
-      &quot;materials&quot;: [ # Materials attached to this set.
-        { # A material attached to a course as part of a material set.
-          &quot;driveFile&quot;: { # Representation of a Google Drive file. # Google Drive file attachment.
-            &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive item.
-                #
-                # Read-only.
-            &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Drive item.
-                #
-                # Read-only.
-            &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
-            &quot;title&quot;: &quot;A String&quot;, # Title of the Drive item.
-                #
-                # Read-only.
-          },
-          &quot;youTubeVideo&quot;: { # YouTube video item. # Youtube video attachment.
-            &quot;title&quot;: &quot;A String&quot;, # Title of the YouTube video.
-                #
-                # Read-only.
-            &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to view the YouTube video.
-                #
-                # Read-only.
-            &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the YouTube video.
-                #
-                # Read-only.
-            &quot;id&quot;: &quot;A String&quot;, # YouTube API resource ID.
-          },
-          &quot;form&quot;: { # Google Forms item. # Google Forms attachment.
-            &quot;formUrl&quot;: &quot;A String&quot;, # URL of the form.
-            &quot;title&quot;: &quot;A String&quot;, # Title of the Form.
-                #
-                # Read-only.
-            &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Form.
-                #
-                # Read-only.
-            &quot;responseUrl&quot;: &quot;A String&quot;, # URL of the form responses document.
-                # Only set if respsonses have been recorded and only when the
-                # requesting user is an editor of the form.
-                #
-                # Read-only.
-          },
-          &quot;link&quot;: { # URL item. # Link atatchment.
-            &quot;title&quot;: &quot;A String&quot;, # Title of the target of the URL.
-                #
-                # Read-only.
-            &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the target URL.
-                #
-                # Read-only.
-            &quot;url&quot;: &quot;A String&quot;, # URL to link to.
-                # This must be a valid UTF-8 string containing between 1 and 2024 characters.
-          },
-        },
-      ],
+    &quot;teacherFolder&quot;: { # Representation of a Google Drive folder. # Information about a Drive Folder that is shared with all teachers of the
+        # course.
+        # 
+        # This field will only be set for teachers of the course and domain
+        # administrators.
+        # 
+        # Read-only.
+      &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
+      &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive folder.
+          #
+          # Read-only.
+      &quot;title&quot;: &quot;A String&quot;, # Title of the Drive folder.
+          #
+          # Read-only.
     },
-  ],
-  &quot;enrollmentCode&quot;: &quot;A String&quot;, # Enrollment code to use when joining this course.
-      # Specifying this field in a course update mask results in an error.
-      # 
-      # Read-only.
-  &quot;descriptionHeading&quot;: &quot;A String&quot;, # Optional heading for the description.
-      # For example, &quot;Welcome to 10th Grade Biology.&quot;
-      # If set, this field must be a valid UTF-8 string and no longer than 3600
-      # characters.
-  &quot;updateTime&quot;: &quot;A String&quot;, # Time of the most recent update to this course.
-      # Specifying this field in a course update mask results in an error.
-      # 
-      # Read-only.
-  &quot;calendarId&quot;: &quot;A String&quot;, # The Calendar ID for a calendar that all course members can see, to which
-      # Classroom adds events for course work and announcements in the course.
-      # 
-      # Read-only.
-  &quot;alternateLink&quot;: &quot;A String&quot;, # Absolute link to this course in the Classroom web UI.
-      # 
-      # Read-only.
-  &quot;guardiansEnabled&quot;: True or False, # Whether or not guardian notifications are enabled for this course.
-      # 
-      # Read-only.
-  &quot;courseState&quot;: &quot;A String&quot;, # State of the course.
-      # If unspecified, the default state is `PROVISIONED`.
-  &quot;ownerId&quot;: &quot;A String&quot;, # The identifier of the owner of a course.
-      # 
-      # When specified as a parameter of a
-      # create course request, this
-      # field is required.
-      # The identifier can be one of the following:
-      # 
-      # * the numeric identifier for the user
-      # * the email address of the user
-      # * the string literal `&quot;me&quot;`, indicating the requesting user
-      # 
-      # This must be set in a create request. Admins can also specify this field
-      # in a patch course request to
-      # transfer ownership. In other contexts, it is read-only.
-  &quot;description&quot;: &quot;A String&quot;, # Optional description.
-      # For example, &quot;We&#x27;ll be learning about the structure of living
-      # creatures from a combination of textbooks, guest lectures, and lab work.
-      # Expect to be excited!&quot;
-      # If set, this field must be a valid UTF-8 string and no longer than 30,000
-      # characters.
-  &quot;teacherGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all teachers of the course.
-      # This group does not accept email and can only be used for permissions.
-      # 
-      # Read-only.
-  &quot;creationTime&quot;: &quot;A String&quot;, # Creation time of the course.
-      # Specifying this field in a course update mask results in an error.
-      # 
-      # Read-only.
-}
+    &quot;id&quot;: &quot;A String&quot;, # Identifier for this course assigned by Classroom.
+        # 
+        # When
+        # creating a course,
+        # you may optionally set this identifier to an
+        # alias string in the
+        # request to create a corresponding alias. The `id` is still assigned by
+        # Classroom and cannot be updated after the course is created.
+        # 
+        # Specifying this field in a course update mask results in an error.
+    &quot;calendarId&quot;: &quot;A String&quot;, # The Calendar ID for a calendar that all course members can see, to which
+        # Classroom adds events for course work and announcements in the course.
+        # 
+        # Read-only.
+    &quot;ownerId&quot;: &quot;A String&quot;, # The identifier of the owner of a course.
+        # 
+        # When specified as a parameter of a
+        # create course request, this
+        # field is required.
+        # The identifier can be one of the following:
+        # 
+        # * the numeric identifier for the user
+        # * the email address of the user
+        # * the string literal `&quot;me&quot;`, indicating the requesting user
+        # 
+        # This must be set in a create request. Admins can also specify this field
+        # in a patch course request to
+        # transfer ownership. In other contexts, it is read-only.
+    &quot;guardiansEnabled&quot;: True or False, # Whether or not guardian notifications are enabled for this course.
+        # 
+        # Read-only.
+    &quot;courseMaterialSets&quot;: [ # Sets of materials that appear on the &quot;about&quot; page of this course.
+        # 
+        # Read-only.
+      { # A set of materials that appears on the &quot;About&quot; page of the course.
+          # These materials might include a syllabus, schedule, or other background
+          # information relating to the course as a whole.
+        &quot;title&quot;: &quot;A String&quot;, # Title for this set.
+        &quot;materials&quot;: [ # Materials attached to this set.
+          { # A material attached to a course as part of a material set.
+            &quot;youTubeVideo&quot;: { # YouTube video item. # Youtube video attachment.
+              &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to view the YouTube video.
+                  #
+                  # Read-only.
+              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the YouTube video.
+                  #
+                  # Read-only.
+              &quot;id&quot;: &quot;A String&quot;, # YouTube API resource ID.
+              &quot;title&quot;: &quot;A String&quot;, # Title of the YouTube video.
+                  #
+                  # Read-only.
+            },
+            &quot;link&quot;: { # URL item. # Link atatchment.
+              &quot;url&quot;: &quot;A String&quot;, # URL to link to.
+                  # This must be a valid UTF-8 string containing between 1 and 2024 characters.
+              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the target URL.
+                  #
+                  # Read-only.
+              &quot;title&quot;: &quot;A String&quot;, # Title of the target of the URL.
+                  #
+                  # Read-only.
+            },
+            &quot;driveFile&quot;: { # Representation of a Google Drive file. # Google Drive file attachment.
+              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Drive item.
+                  #
+                  # Read-only.
+              &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive item.
+                  #
+                  # Read-only.
+              &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
+              &quot;title&quot;: &quot;A String&quot;, # Title of the Drive item.
+                  #
+                  # Read-only.
+            },
+            &quot;form&quot;: { # Google Forms item. # Google Forms attachment.
+              &quot;title&quot;: &quot;A String&quot;, # Title of the Form.
+                  #
+                  # Read-only.
+              &quot;responseUrl&quot;: &quot;A String&quot;, # URL of the form responses document.
+                  # Only set if respsonses have been recorded and only when the
+                  # requesting user is an editor of the form.
+                  #
+                  # Read-only.
+              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Form.
+                  #
+                  # Read-only.
+              &quot;formUrl&quot;: &quot;A String&quot;, # URL of the form.
+            },
+          },
+        ],
+      },
+    ],
+    &quot;courseGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all members of the course.
+        # This group does not accept email and can only be used for permissions.
+        # 
+        # Read-only.
+    &quot;name&quot;: &quot;A String&quot;, # Name of the course.
+        # For example, &quot;10th Grade Biology&quot;.
+        # The name is required. It must be between 1 and 750 characters and a valid
+        # UTF-8 string.
+    &quot;descriptionHeading&quot;: &quot;A String&quot;, # Optional heading for the description.
+        # For example, &quot;Welcome to 10th Grade Biology.&quot;
+        # If set, this field must be a valid UTF-8 string and no longer than 3600
+        # characters.
+    &quot;section&quot;: &quot;A String&quot;, # Section of the course.
+        # For example, &quot;Period 2&quot;.
+        # If set, this field must be a valid UTF-8 string and no longer than 2800
+        # characters.
+    &quot;teacherGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all teachers of the course.
+        # This group does not accept email and can only be used for permissions.
+        # 
+        # Read-only.
+    &quot;room&quot;: &quot;A String&quot;, # Optional room location.
+        # For example, &quot;301&quot;.
+        # If set, this field must be a valid UTF-8 string and no longer than 650
+        # characters.
+    &quot;courseState&quot;: &quot;A String&quot;, # State of the course.
+        # If unspecified, the default state is `PROVISIONED`.
+    &quot;enrollmentCode&quot;: &quot;A String&quot;, # Enrollment code to use when joining this course.
+        # Specifying this field in a course update mask results in an error.
+        # 
+        # Read-only.
+    &quot;creationTime&quot;: &quot;A String&quot;, # Creation time of the course.
+        # Specifying this field in a course update mask results in an error.
+        # 
+        # Read-only.
+  }
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -314,161 +314,161 @@
   An object of the form:
 
     { # A Course in Classroom.
-    &quot;name&quot;: &quot;A String&quot;, # Name of the course.
-        # For example, &quot;10th Grade Biology&quot;.
-        # The name is required. It must be between 1 and 750 characters and a valid
-        # UTF-8 string.
-    &quot;teacherFolder&quot;: { # Representation of a Google Drive folder. # Information about a Drive Folder that is shared with all teachers of the
-        # course.
-        #
-        # This field will only be set for teachers of the course and domain
-        # administrators.
-        #
-        # Read-only.
-      &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
-      &quot;title&quot;: &quot;A String&quot;, # Title of the Drive folder.
+      &quot;description&quot;: &quot;A String&quot;, # Optional description.
+          # For example, &quot;We&#x27;ll be learning about the structure of living
+          # creatures from a combination of textbooks, guest lectures, and lab work.
+          # Expect to be excited!&quot;
+          # If set, this field must be a valid UTF-8 string and no longer than 30,000
+          # characters.
+      &quot;updateTime&quot;: &quot;A String&quot;, # Time of the most recent update to this course.
+          # Specifying this field in a course update mask results in an error.
           #
           # Read-only.
-      &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive folder.
+      &quot;alternateLink&quot;: &quot;A String&quot;, # Absolute link to this course in the Classroom web UI.
           #
           # Read-only.
-    },
-    &quot;section&quot;: &quot;A String&quot;, # Section of the course.
-        # For example, &quot;Period 2&quot;.
-        # If set, this field must be a valid UTF-8 string and no longer than 2800
-        # characters.
-    &quot;id&quot;: &quot;A String&quot;, # Identifier for this course assigned by Classroom.
-        #
-        # When
-        # creating a course,
-        # you may optionally set this identifier to an
-        # alias string in the
-        # request to create a corresponding alias. The `id` is still assigned by
-        # Classroom and cannot be updated after the course is created.
-        #
-        # Specifying this field in a course update mask results in an error.
-    &quot;room&quot;: &quot;A String&quot;, # Optional room location.
-        # For example, &quot;301&quot;.
-        # If set, this field must be a valid UTF-8 string and no longer than 650
-        # characters.
-    &quot;courseGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all members of the course.
-        # This group does not accept email and can only be used for permissions.
-        #
-        # Read-only.
-    &quot;courseMaterialSets&quot;: [ # Sets of materials that appear on the &quot;about&quot; page of this course.
-        #
-        # Read-only.
-      { # A set of materials that appears on the &quot;About&quot; page of the course.
-          # These materials might include a syllabus, schedule, or other background
-          # information relating to the course as a whole.
-        &quot;title&quot;: &quot;A String&quot;, # Title for this set.
-        &quot;materials&quot;: [ # Materials attached to this set.
-          { # A material attached to a course as part of a material set.
-            &quot;driveFile&quot;: { # Representation of a Google Drive file. # Google Drive file attachment.
-              &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive item.
-                  #
-                  # Read-only.
-              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Drive item.
-                  #
-                  # Read-only.
-              &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
-              &quot;title&quot;: &quot;A String&quot;, # Title of the Drive item.
-                  #
-                  # Read-only.
-            },
-            &quot;youTubeVideo&quot;: { # YouTube video item. # Youtube video attachment.
-              &quot;title&quot;: &quot;A String&quot;, # Title of the YouTube video.
-                  #
-                  # Read-only.
-              &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to view the YouTube video.
-                  #
-                  # Read-only.
-              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the YouTube video.
-                  #
-                  # Read-only.
-              &quot;id&quot;: &quot;A String&quot;, # YouTube API resource ID.
-            },
-            &quot;form&quot;: { # Google Forms item. # Google Forms attachment.
-              &quot;formUrl&quot;: &quot;A String&quot;, # URL of the form.
-              &quot;title&quot;: &quot;A String&quot;, # Title of the Form.
-                  #
-                  # Read-only.
-              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Form.
-                  #
-                  # Read-only.
-              &quot;responseUrl&quot;: &quot;A String&quot;, # URL of the form responses document.
-                  # Only set if respsonses have been recorded and only when the
-                  # requesting user is an editor of the form.
-                  #
-                  # Read-only.
-            },
-            &quot;link&quot;: { # URL item. # Link atatchment.
-              &quot;title&quot;: &quot;A String&quot;, # Title of the target of the URL.
-                  #
-                  # Read-only.
-              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the target URL.
-                  #
-                  # Read-only.
-              &quot;url&quot;: &quot;A String&quot;, # URL to link to.
-                  # This must be a valid UTF-8 string containing between 1 and 2024 characters.
-            },
-          },
-        ],
+      &quot;teacherFolder&quot;: { # Representation of a Google Drive folder. # Information about a Drive Folder that is shared with all teachers of the
+          # course.
+          #
+          # This field will only be set for teachers of the course and domain
+          # administrators.
+          #
+          # Read-only.
+        &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
+        &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive folder.
+            #
+            # Read-only.
+        &quot;title&quot;: &quot;A String&quot;, # Title of the Drive folder.
+            #
+            # Read-only.
       },
-    ],
-    &quot;enrollmentCode&quot;: &quot;A String&quot;, # Enrollment code to use when joining this course.
-        # Specifying this field in a course update mask results in an error.
-        #
-        # Read-only.
-    &quot;descriptionHeading&quot;: &quot;A String&quot;, # Optional heading for the description.
-        # For example, &quot;Welcome to 10th Grade Biology.&quot;
-        # If set, this field must be a valid UTF-8 string and no longer than 3600
-        # characters.
-    &quot;updateTime&quot;: &quot;A String&quot;, # Time of the most recent update to this course.
-        # Specifying this field in a course update mask results in an error.
-        #
-        # Read-only.
-    &quot;calendarId&quot;: &quot;A String&quot;, # The Calendar ID for a calendar that all course members can see, to which
-        # Classroom adds events for course work and announcements in the course.
-        #
-        # Read-only.
-    &quot;alternateLink&quot;: &quot;A String&quot;, # Absolute link to this course in the Classroom web UI.
-        #
-        # Read-only.
-    &quot;guardiansEnabled&quot;: True or False, # Whether or not guardian notifications are enabled for this course.
-        #
-        # Read-only.
-    &quot;courseState&quot;: &quot;A String&quot;, # State of the course.
-        # If unspecified, the default state is `PROVISIONED`.
-    &quot;ownerId&quot;: &quot;A String&quot;, # The identifier of the owner of a course.
-        #
-        # When specified as a parameter of a
-        # create course request, this
-        # field is required.
-        # The identifier can be one of the following:
-        #
-        # * the numeric identifier for the user
-        # * the email address of the user
-        # * the string literal `&quot;me&quot;`, indicating the requesting user
-        #
-        # This must be set in a create request. Admins can also specify this field
-        # in a patch course request to
-        # transfer ownership. In other contexts, it is read-only.
-    &quot;description&quot;: &quot;A String&quot;, # Optional description.
-        # For example, &quot;We&#x27;ll be learning about the structure of living
-        # creatures from a combination of textbooks, guest lectures, and lab work.
-        # Expect to be excited!&quot;
-        # If set, this field must be a valid UTF-8 string and no longer than 30,000
-        # characters.
-    &quot;teacherGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all teachers of the course.
-        # This group does not accept email and can only be used for permissions.
-        #
-        # Read-only.
-    &quot;creationTime&quot;: &quot;A String&quot;, # Creation time of the course.
-        # Specifying this field in a course update mask results in an error.
-        #
-        # Read-only.
-  }</pre>
+      &quot;id&quot;: &quot;A String&quot;, # Identifier for this course assigned by Classroom.
+          #
+          # When
+          # creating a course,
+          # you may optionally set this identifier to an
+          # alias string in the
+          # request to create a corresponding alias. The `id` is still assigned by
+          # Classroom and cannot be updated after the course is created.
+          #
+          # Specifying this field in a course update mask results in an error.
+      &quot;calendarId&quot;: &quot;A String&quot;, # The Calendar ID for a calendar that all course members can see, to which
+          # Classroom adds events for course work and announcements in the course.
+          #
+          # Read-only.
+      &quot;ownerId&quot;: &quot;A String&quot;, # The identifier of the owner of a course.
+          #
+          # When specified as a parameter of a
+          # create course request, this
+          # field is required.
+          # The identifier can be one of the following:
+          #
+          # * the numeric identifier for the user
+          # * the email address of the user
+          # * the string literal `&quot;me&quot;`, indicating the requesting user
+          #
+          # This must be set in a create request. Admins can also specify this field
+          # in a patch course request to
+          # transfer ownership. In other contexts, it is read-only.
+      &quot;guardiansEnabled&quot;: True or False, # Whether or not guardian notifications are enabled for this course.
+          #
+          # Read-only.
+      &quot;courseMaterialSets&quot;: [ # Sets of materials that appear on the &quot;about&quot; page of this course.
+          #
+          # Read-only.
+        { # A set of materials that appears on the &quot;About&quot; page of the course.
+            # These materials might include a syllabus, schedule, or other background
+            # information relating to the course as a whole.
+          &quot;title&quot;: &quot;A String&quot;, # Title for this set.
+          &quot;materials&quot;: [ # Materials attached to this set.
+            { # A material attached to a course as part of a material set.
+              &quot;youTubeVideo&quot;: { # YouTube video item. # Youtube video attachment.
+                &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to view the YouTube video.
+                    #
+                    # Read-only.
+                &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the YouTube video.
+                    #
+                    # Read-only.
+                &quot;id&quot;: &quot;A String&quot;, # YouTube API resource ID.
+                &quot;title&quot;: &quot;A String&quot;, # Title of the YouTube video.
+                    #
+                    # Read-only.
+              },
+              &quot;link&quot;: { # URL item. # Link atatchment.
+                &quot;url&quot;: &quot;A String&quot;, # URL to link to.
+                    # This must be a valid UTF-8 string containing between 1 and 2024 characters.
+                &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the target URL.
+                    #
+                    # Read-only.
+                &quot;title&quot;: &quot;A String&quot;, # Title of the target of the URL.
+                    #
+                    # Read-only.
+              },
+              &quot;driveFile&quot;: { # Representation of a Google Drive file. # Google Drive file attachment.
+                &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Drive item.
+                    #
+                    # Read-only.
+                &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive item.
+                    #
+                    # Read-only.
+                &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
+                &quot;title&quot;: &quot;A String&quot;, # Title of the Drive item.
+                    #
+                    # Read-only.
+              },
+              &quot;form&quot;: { # Google Forms item. # Google Forms attachment.
+                &quot;title&quot;: &quot;A String&quot;, # Title of the Form.
+                    #
+                    # Read-only.
+                &quot;responseUrl&quot;: &quot;A String&quot;, # URL of the form responses document.
+                    # Only set if respsonses have been recorded and only when the
+                    # requesting user is an editor of the form.
+                    #
+                    # Read-only.
+                &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Form.
+                    #
+                    # Read-only.
+                &quot;formUrl&quot;: &quot;A String&quot;, # URL of the form.
+              },
+            },
+          ],
+        },
+      ],
+      &quot;courseGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all members of the course.
+          # This group does not accept email and can only be used for permissions.
+          #
+          # Read-only.
+      &quot;name&quot;: &quot;A String&quot;, # Name of the course.
+          # For example, &quot;10th Grade Biology&quot;.
+          # The name is required. It must be between 1 and 750 characters and a valid
+          # UTF-8 string.
+      &quot;descriptionHeading&quot;: &quot;A String&quot;, # Optional heading for the description.
+          # For example, &quot;Welcome to 10th Grade Biology.&quot;
+          # If set, this field must be a valid UTF-8 string and no longer than 3600
+          # characters.
+      &quot;section&quot;: &quot;A String&quot;, # Section of the course.
+          # For example, &quot;Period 2&quot;.
+          # If set, this field must be a valid UTF-8 string and no longer than 2800
+          # characters.
+      &quot;teacherGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all teachers of the course.
+          # This group does not accept email and can only be used for permissions.
+          #
+          # Read-only.
+      &quot;room&quot;: &quot;A String&quot;, # Optional room location.
+          # For example, &quot;301&quot;.
+          # If set, this field must be a valid UTF-8 string and no longer than 650
+          # characters.
+      &quot;courseState&quot;: &quot;A String&quot;, # State of the course.
+          # If unspecified, the default state is `PROVISIONED`.
+      &quot;enrollmentCode&quot;: &quot;A String&quot;, # Enrollment code to use when joining this course.
+          # Specifying this field in a course update mask results in an error.
+          #
+          # Read-only.
+      &quot;creationTime&quot;: &quot;A String&quot;, # Creation time of the course.
+          # Specifying this field in a course update mask results in an error.
+          #
+          # Read-only.
+    }</pre>
 </div>
 
 <div class="method">
@@ -528,165 +528,165 @@
   An object of the form:
 
     { # A Course in Classroom.
-    &quot;name&quot;: &quot;A String&quot;, # Name of the course.
-        # For example, &quot;10th Grade Biology&quot;.
-        # The name is required. It must be between 1 and 750 characters and a valid
-        # UTF-8 string.
-    &quot;teacherFolder&quot;: { # Representation of a Google Drive folder. # Information about a Drive Folder that is shared with all teachers of the
-        # course.
-        #
-        # This field will only be set for teachers of the course and domain
-        # administrators.
-        #
-        # Read-only.
-      &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
-      &quot;title&quot;: &quot;A String&quot;, # Title of the Drive folder.
+      &quot;description&quot;: &quot;A String&quot;, # Optional description.
+          # For example, &quot;We&#x27;ll be learning about the structure of living
+          # creatures from a combination of textbooks, guest lectures, and lab work.
+          # Expect to be excited!&quot;
+          # If set, this field must be a valid UTF-8 string and no longer than 30,000
+          # characters.
+      &quot;updateTime&quot;: &quot;A String&quot;, # Time of the most recent update to this course.
+          # Specifying this field in a course update mask results in an error.
           #
           # Read-only.
-      &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive folder.
+      &quot;alternateLink&quot;: &quot;A String&quot;, # Absolute link to this course in the Classroom web UI.
           #
           # Read-only.
-    },
-    &quot;section&quot;: &quot;A String&quot;, # Section of the course.
-        # For example, &quot;Period 2&quot;.
-        # If set, this field must be a valid UTF-8 string and no longer than 2800
-        # characters.
-    &quot;id&quot;: &quot;A String&quot;, # Identifier for this course assigned by Classroom.
-        #
-        # When
-        # creating a course,
-        # you may optionally set this identifier to an
-        # alias string in the
-        # request to create a corresponding alias. The `id` is still assigned by
-        # Classroom and cannot be updated after the course is created.
-        #
-        # Specifying this field in a course update mask results in an error.
-    &quot;room&quot;: &quot;A String&quot;, # Optional room location.
-        # For example, &quot;301&quot;.
-        # If set, this field must be a valid UTF-8 string and no longer than 650
-        # characters.
-    &quot;courseGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all members of the course.
-        # This group does not accept email and can only be used for permissions.
-        #
-        # Read-only.
-    &quot;courseMaterialSets&quot;: [ # Sets of materials that appear on the &quot;about&quot; page of this course.
-        #
-        # Read-only.
-      { # A set of materials that appears on the &quot;About&quot; page of the course.
-          # These materials might include a syllabus, schedule, or other background
-          # information relating to the course as a whole.
-        &quot;title&quot;: &quot;A String&quot;, # Title for this set.
-        &quot;materials&quot;: [ # Materials attached to this set.
-          { # A material attached to a course as part of a material set.
-            &quot;driveFile&quot;: { # Representation of a Google Drive file. # Google Drive file attachment.
-              &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive item.
-                  #
-                  # Read-only.
-              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Drive item.
-                  #
-                  # Read-only.
-              &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
-              &quot;title&quot;: &quot;A String&quot;, # Title of the Drive item.
-                  #
-                  # Read-only.
-            },
-            &quot;youTubeVideo&quot;: { # YouTube video item. # Youtube video attachment.
-              &quot;title&quot;: &quot;A String&quot;, # Title of the YouTube video.
-                  #
-                  # Read-only.
-              &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to view the YouTube video.
-                  #
-                  # Read-only.
-              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the YouTube video.
-                  #
-                  # Read-only.
-              &quot;id&quot;: &quot;A String&quot;, # YouTube API resource ID.
-            },
-            &quot;form&quot;: { # Google Forms item. # Google Forms attachment.
-              &quot;formUrl&quot;: &quot;A String&quot;, # URL of the form.
-              &quot;title&quot;: &quot;A String&quot;, # Title of the Form.
-                  #
-                  # Read-only.
-              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Form.
-                  #
-                  # Read-only.
-              &quot;responseUrl&quot;: &quot;A String&quot;, # URL of the form responses document.
-                  # Only set if respsonses have been recorded and only when the
-                  # requesting user is an editor of the form.
-                  #
-                  # Read-only.
-            },
-            &quot;link&quot;: { # URL item. # Link atatchment.
-              &quot;title&quot;: &quot;A String&quot;, # Title of the target of the URL.
-                  #
-                  # Read-only.
-              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the target URL.
-                  #
-                  # Read-only.
-              &quot;url&quot;: &quot;A String&quot;, # URL to link to.
-                  # This must be a valid UTF-8 string containing between 1 and 2024 characters.
-            },
-          },
-        ],
+      &quot;teacherFolder&quot;: { # Representation of a Google Drive folder. # Information about a Drive Folder that is shared with all teachers of the
+          # course.
+          #
+          # This field will only be set for teachers of the course and domain
+          # administrators.
+          #
+          # Read-only.
+        &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
+        &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive folder.
+            #
+            # Read-only.
+        &quot;title&quot;: &quot;A String&quot;, # Title of the Drive folder.
+            #
+            # Read-only.
       },
-    ],
-    &quot;enrollmentCode&quot;: &quot;A String&quot;, # Enrollment code to use when joining this course.
-        # Specifying this field in a course update mask results in an error.
-        #
-        # Read-only.
-    &quot;descriptionHeading&quot;: &quot;A String&quot;, # Optional heading for the description.
-        # For example, &quot;Welcome to 10th Grade Biology.&quot;
-        # If set, this field must be a valid UTF-8 string and no longer than 3600
-        # characters.
-    &quot;updateTime&quot;: &quot;A String&quot;, # Time of the most recent update to this course.
-        # Specifying this field in a course update mask results in an error.
-        #
-        # Read-only.
-    &quot;calendarId&quot;: &quot;A String&quot;, # The Calendar ID for a calendar that all course members can see, to which
-        # Classroom adds events for course work and announcements in the course.
-        #
-        # Read-only.
-    &quot;alternateLink&quot;: &quot;A String&quot;, # Absolute link to this course in the Classroom web UI.
-        #
-        # Read-only.
-    &quot;guardiansEnabled&quot;: True or False, # Whether or not guardian notifications are enabled for this course.
-        #
-        # Read-only.
-    &quot;courseState&quot;: &quot;A String&quot;, # State of the course.
-        # If unspecified, the default state is `PROVISIONED`.
-    &quot;ownerId&quot;: &quot;A String&quot;, # The identifier of the owner of a course.
-        #
-        # When specified as a parameter of a
-        # create course request, this
-        # field is required.
-        # The identifier can be one of the following:
-        #
-        # * the numeric identifier for the user
-        # * the email address of the user
-        # * the string literal `&quot;me&quot;`, indicating the requesting user
-        #
-        # This must be set in a create request. Admins can also specify this field
-        # in a patch course request to
-        # transfer ownership. In other contexts, it is read-only.
-    &quot;description&quot;: &quot;A String&quot;, # Optional description.
-        # For example, &quot;We&#x27;ll be learning about the structure of living
-        # creatures from a combination of textbooks, guest lectures, and lab work.
-        # Expect to be excited!&quot;
-        # If set, this field must be a valid UTF-8 string and no longer than 30,000
-        # characters.
-    &quot;teacherGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all teachers of the course.
-        # This group does not accept email and can only be used for permissions.
-        #
-        # Read-only.
-    &quot;creationTime&quot;: &quot;A String&quot;, # Creation time of the course.
-        # Specifying this field in a course update mask results in an error.
-        #
-        # Read-only.
-  }</pre>
+      &quot;id&quot;: &quot;A String&quot;, # Identifier for this course assigned by Classroom.
+          #
+          # When
+          # creating a course,
+          # you may optionally set this identifier to an
+          # alias string in the
+          # request to create a corresponding alias. The `id` is still assigned by
+          # Classroom and cannot be updated after the course is created.
+          #
+          # Specifying this field in a course update mask results in an error.
+      &quot;calendarId&quot;: &quot;A String&quot;, # The Calendar ID for a calendar that all course members can see, to which
+          # Classroom adds events for course work and announcements in the course.
+          #
+          # Read-only.
+      &quot;ownerId&quot;: &quot;A String&quot;, # The identifier of the owner of a course.
+          #
+          # When specified as a parameter of a
+          # create course request, this
+          # field is required.
+          # The identifier can be one of the following:
+          #
+          # * the numeric identifier for the user
+          # * the email address of the user
+          # * the string literal `&quot;me&quot;`, indicating the requesting user
+          #
+          # This must be set in a create request. Admins can also specify this field
+          # in a patch course request to
+          # transfer ownership. In other contexts, it is read-only.
+      &quot;guardiansEnabled&quot;: True or False, # Whether or not guardian notifications are enabled for this course.
+          #
+          # Read-only.
+      &quot;courseMaterialSets&quot;: [ # Sets of materials that appear on the &quot;about&quot; page of this course.
+          #
+          # Read-only.
+        { # A set of materials that appears on the &quot;About&quot; page of the course.
+            # These materials might include a syllabus, schedule, or other background
+            # information relating to the course as a whole.
+          &quot;title&quot;: &quot;A String&quot;, # Title for this set.
+          &quot;materials&quot;: [ # Materials attached to this set.
+            { # A material attached to a course as part of a material set.
+              &quot;youTubeVideo&quot;: { # YouTube video item. # Youtube video attachment.
+                &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to view the YouTube video.
+                    #
+                    # Read-only.
+                &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the YouTube video.
+                    #
+                    # Read-only.
+                &quot;id&quot;: &quot;A String&quot;, # YouTube API resource ID.
+                &quot;title&quot;: &quot;A String&quot;, # Title of the YouTube video.
+                    #
+                    # Read-only.
+              },
+              &quot;link&quot;: { # URL item. # Link atatchment.
+                &quot;url&quot;: &quot;A String&quot;, # URL to link to.
+                    # This must be a valid UTF-8 string containing between 1 and 2024 characters.
+                &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the target URL.
+                    #
+                    # Read-only.
+                &quot;title&quot;: &quot;A String&quot;, # Title of the target of the URL.
+                    #
+                    # Read-only.
+              },
+              &quot;driveFile&quot;: { # Representation of a Google Drive file. # Google Drive file attachment.
+                &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Drive item.
+                    #
+                    # Read-only.
+                &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive item.
+                    #
+                    # Read-only.
+                &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
+                &quot;title&quot;: &quot;A String&quot;, # Title of the Drive item.
+                    #
+                    # Read-only.
+              },
+              &quot;form&quot;: { # Google Forms item. # Google Forms attachment.
+                &quot;title&quot;: &quot;A String&quot;, # Title of the Form.
+                    #
+                    # Read-only.
+                &quot;responseUrl&quot;: &quot;A String&quot;, # URL of the form responses document.
+                    # Only set if respsonses have been recorded and only when the
+                    # requesting user is an editor of the form.
+                    #
+                    # Read-only.
+                &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Form.
+                    #
+                    # Read-only.
+                &quot;formUrl&quot;: &quot;A String&quot;, # URL of the form.
+              },
+            },
+          ],
+        },
+      ],
+      &quot;courseGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all members of the course.
+          # This group does not accept email and can only be used for permissions.
+          #
+          # Read-only.
+      &quot;name&quot;: &quot;A String&quot;, # Name of the course.
+          # For example, &quot;10th Grade Biology&quot;.
+          # The name is required. It must be between 1 and 750 characters and a valid
+          # UTF-8 string.
+      &quot;descriptionHeading&quot;: &quot;A String&quot;, # Optional heading for the description.
+          # For example, &quot;Welcome to 10th Grade Biology.&quot;
+          # If set, this field must be a valid UTF-8 string and no longer than 3600
+          # characters.
+      &quot;section&quot;: &quot;A String&quot;, # Section of the course.
+          # For example, &quot;Period 2&quot;.
+          # If set, this field must be a valid UTF-8 string and no longer than 2800
+          # characters.
+      &quot;teacherGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all teachers of the course.
+          # This group does not accept email and can only be used for permissions.
+          #
+          # Read-only.
+      &quot;room&quot;: &quot;A String&quot;, # Optional room location.
+          # For example, &quot;301&quot;.
+          # If set, this field must be a valid UTF-8 string and no longer than 650
+          # characters.
+      &quot;courseState&quot;: &quot;A String&quot;, # State of the course.
+          # If unspecified, the default state is `PROVISIONED`.
+      &quot;enrollmentCode&quot;: &quot;A String&quot;, # Enrollment code to use when joining this course.
+          # Specifying this field in a course update mask results in an error.
+          #
+          # Read-only.
+      &quot;creationTime&quot;: &quot;A String&quot;, # Creation time of the course.
+          # Specifying this field in a course update mask results in an error.
+          #
+          # Read-only.
+    }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(studentId=None, pageToken=None, pageSize=None, teacherId=None, courseStates=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(studentId=None, pageToken=None, courseStates=None, pageSize=None, teacherId=None, x__xgafv=None)</code>
   <pre>Returns a list of courses that the requesting user is permitted to view,
 restricted to those that match the request. Returned courses are ordered by
 creation time, with the most recently created coming first.
@@ -711,6 +711,8 @@
 
 The list request must be
 otherwise identical to the one that resulted in this token.
+  courseStates: string, Restricts returned courses to those in one of the specified states
+The default value is ACTIVE, ARCHIVED, PROVISIONED, DECLINED. (repeated)
   pageSize: integer, Maximum number of items to return. Zero or unspecified indicates that the
 server may assign a maximum.
 
@@ -721,8 +723,6 @@
 * the numeric identifier for the user
 * the email address of the user
 * the string literal `&quot;me&quot;`, indicating the requesting user
-  courseStates: string, Restricts returned courses to those in one of the specified states
-The default value is ACTIVE, ARCHIVED, PROVISIONED, DECLINED. (repeated)
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -732,166 +732,166 @@
   An object of the form:
 
     { # Response when listing courses.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # Token identifying the next page of results to return. If empty, no further
+        # results are available.
     &quot;courses&quot;: [ # Courses that match the list request.
       { # A Course in Classroom.
-        &quot;name&quot;: &quot;A String&quot;, # Name of the course.
-            # For example, &quot;10th Grade Biology&quot;.
-            # The name is required. It must be between 1 and 750 characters and a valid
-            # UTF-8 string.
-        &quot;teacherFolder&quot;: { # Representation of a Google Drive folder. # Information about a Drive Folder that is shared with all teachers of the
-            # course.
-            #
-            # This field will only be set for teachers of the course and domain
-            # administrators.
-            #
-            # Read-only.
-          &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
-          &quot;title&quot;: &quot;A String&quot;, # Title of the Drive folder.
+          &quot;description&quot;: &quot;A String&quot;, # Optional description.
+              # For example, &quot;We&#x27;ll be learning about the structure of living
+              # creatures from a combination of textbooks, guest lectures, and lab work.
+              # Expect to be excited!&quot;
+              # If set, this field must be a valid UTF-8 string and no longer than 30,000
+              # characters.
+          &quot;updateTime&quot;: &quot;A String&quot;, # Time of the most recent update to this course.
+              # Specifying this field in a course update mask results in an error.
               #
               # Read-only.
-          &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive folder.
+          &quot;alternateLink&quot;: &quot;A String&quot;, # Absolute link to this course in the Classroom web UI.
+              #
+              # Read-only.
+          &quot;teacherFolder&quot;: { # Representation of a Google Drive folder. # Information about a Drive Folder that is shared with all teachers of the
+              # course.
+              #
+              # This field will only be set for teachers of the course and domain
+              # administrators.
+              #
+              # Read-only.
+            &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
+            &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive folder.
+                #
+                # Read-only.
+            &quot;title&quot;: &quot;A String&quot;, # Title of the Drive folder.
+                #
+                # Read-only.
+          },
+          &quot;id&quot;: &quot;A String&quot;, # Identifier for this course assigned by Classroom.
+              #
+              # When
+              # creating a course,
+              # you may optionally set this identifier to an
+              # alias string in the
+              # request to create a corresponding alias. The `id` is still assigned by
+              # Classroom and cannot be updated after the course is created.
+              #
+              # Specifying this field in a course update mask results in an error.
+          &quot;calendarId&quot;: &quot;A String&quot;, # The Calendar ID for a calendar that all course members can see, to which
+              # Classroom adds events for course work and announcements in the course.
+              #
+              # Read-only.
+          &quot;ownerId&quot;: &quot;A String&quot;, # The identifier of the owner of a course.
+              #
+              # When specified as a parameter of a
+              # create course request, this
+              # field is required.
+              # The identifier can be one of the following:
+              #
+              # * the numeric identifier for the user
+              # * the email address of the user
+              # * the string literal `&quot;me&quot;`, indicating the requesting user
+              #
+              # This must be set in a create request. Admins can also specify this field
+              # in a patch course request to
+              # transfer ownership. In other contexts, it is read-only.
+          &quot;guardiansEnabled&quot;: True or False, # Whether or not guardian notifications are enabled for this course.
+              #
+              # Read-only.
+          &quot;courseMaterialSets&quot;: [ # Sets of materials that appear on the &quot;about&quot; page of this course.
+              #
+              # Read-only.
+            { # A set of materials that appears on the &quot;About&quot; page of the course.
+                # These materials might include a syllabus, schedule, or other background
+                # information relating to the course as a whole.
+              &quot;title&quot;: &quot;A String&quot;, # Title for this set.
+              &quot;materials&quot;: [ # Materials attached to this set.
+                { # A material attached to a course as part of a material set.
+                  &quot;youTubeVideo&quot;: { # YouTube video item. # Youtube video attachment.
+                    &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to view the YouTube video.
+                        #
+                        # Read-only.
+                    &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the YouTube video.
+                        #
+                        # Read-only.
+                    &quot;id&quot;: &quot;A String&quot;, # YouTube API resource ID.
+                    &quot;title&quot;: &quot;A String&quot;, # Title of the YouTube video.
+                        #
+                        # Read-only.
+                  },
+                  &quot;link&quot;: { # URL item. # Link atatchment.
+                    &quot;url&quot;: &quot;A String&quot;, # URL to link to.
+                        # This must be a valid UTF-8 string containing between 1 and 2024 characters.
+                    &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the target URL.
+                        #
+                        # Read-only.
+                    &quot;title&quot;: &quot;A String&quot;, # Title of the target of the URL.
+                        #
+                        # Read-only.
+                  },
+                  &quot;driveFile&quot;: { # Representation of a Google Drive file. # Google Drive file attachment.
+                    &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Drive item.
+                        #
+                        # Read-only.
+                    &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive item.
+                        #
+                        # Read-only.
+                    &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
+                    &quot;title&quot;: &quot;A String&quot;, # Title of the Drive item.
+                        #
+                        # Read-only.
+                  },
+                  &quot;form&quot;: { # Google Forms item. # Google Forms attachment.
+                    &quot;title&quot;: &quot;A String&quot;, # Title of the Form.
+                        #
+                        # Read-only.
+                    &quot;responseUrl&quot;: &quot;A String&quot;, # URL of the form responses document.
+                        # Only set if respsonses have been recorded and only when the
+                        # requesting user is an editor of the form.
+                        #
+                        # Read-only.
+                    &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Form.
+                        #
+                        # Read-only.
+                    &quot;formUrl&quot;: &quot;A String&quot;, # URL of the form.
+                  },
+                },
+              ],
+            },
+          ],
+          &quot;courseGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all members of the course.
+              # This group does not accept email and can only be used for permissions.
+              #
+              # Read-only.
+          &quot;name&quot;: &quot;A String&quot;, # Name of the course.
+              # For example, &quot;10th Grade Biology&quot;.
+              # The name is required. It must be between 1 and 750 characters and a valid
+              # UTF-8 string.
+          &quot;descriptionHeading&quot;: &quot;A String&quot;, # Optional heading for the description.
+              # For example, &quot;Welcome to 10th Grade Biology.&quot;
+              # If set, this field must be a valid UTF-8 string and no longer than 3600
+              # characters.
+          &quot;section&quot;: &quot;A String&quot;, # Section of the course.
+              # For example, &quot;Period 2&quot;.
+              # If set, this field must be a valid UTF-8 string and no longer than 2800
+              # characters.
+          &quot;teacherGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all teachers of the course.
+              # This group does not accept email and can only be used for permissions.
+              #
+              # Read-only.
+          &quot;room&quot;: &quot;A String&quot;, # Optional room location.
+              # For example, &quot;301&quot;.
+              # If set, this field must be a valid UTF-8 string and no longer than 650
+              # characters.
+          &quot;courseState&quot;: &quot;A String&quot;, # State of the course.
+              # If unspecified, the default state is `PROVISIONED`.
+          &quot;enrollmentCode&quot;: &quot;A String&quot;, # Enrollment code to use when joining this course.
+              # Specifying this field in a course update mask results in an error.
+              #
+              # Read-only.
+          &quot;creationTime&quot;: &quot;A String&quot;, # Creation time of the course.
+              # Specifying this field in a course update mask results in an error.
               #
               # Read-only.
         },
-        &quot;section&quot;: &quot;A String&quot;, # Section of the course.
-            # For example, &quot;Period 2&quot;.
-            # If set, this field must be a valid UTF-8 string and no longer than 2800
-            # characters.
-        &quot;id&quot;: &quot;A String&quot;, # Identifier for this course assigned by Classroom.
-            #
-            # When
-            # creating a course,
-            # you may optionally set this identifier to an
-            # alias string in the
-            # request to create a corresponding alias. The `id` is still assigned by
-            # Classroom and cannot be updated after the course is created.
-            #
-            # Specifying this field in a course update mask results in an error.
-        &quot;room&quot;: &quot;A String&quot;, # Optional room location.
-            # For example, &quot;301&quot;.
-            # If set, this field must be a valid UTF-8 string and no longer than 650
-            # characters.
-        &quot;courseGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all members of the course.
-            # This group does not accept email and can only be used for permissions.
-            #
-            # Read-only.
-        &quot;courseMaterialSets&quot;: [ # Sets of materials that appear on the &quot;about&quot; page of this course.
-            #
-            # Read-only.
-          { # A set of materials that appears on the &quot;About&quot; page of the course.
-              # These materials might include a syllabus, schedule, or other background
-              # information relating to the course as a whole.
-            &quot;title&quot;: &quot;A String&quot;, # Title for this set.
-            &quot;materials&quot;: [ # Materials attached to this set.
-              { # A material attached to a course as part of a material set.
-                &quot;driveFile&quot;: { # Representation of a Google Drive file. # Google Drive file attachment.
-                  &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive item.
-                      #
-                      # Read-only.
-                  &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Drive item.
-                      #
-                      # Read-only.
-                  &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
-                  &quot;title&quot;: &quot;A String&quot;, # Title of the Drive item.
-                      #
-                      # Read-only.
-                },
-                &quot;youTubeVideo&quot;: { # YouTube video item. # Youtube video attachment.
-                  &quot;title&quot;: &quot;A String&quot;, # Title of the YouTube video.
-                      #
-                      # Read-only.
-                  &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to view the YouTube video.
-                      #
-                      # Read-only.
-                  &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the YouTube video.
-                      #
-                      # Read-only.
-                  &quot;id&quot;: &quot;A String&quot;, # YouTube API resource ID.
-                },
-                &quot;form&quot;: { # Google Forms item. # Google Forms attachment.
-                  &quot;formUrl&quot;: &quot;A String&quot;, # URL of the form.
-                  &quot;title&quot;: &quot;A String&quot;, # Title of the Form.
-                      #
-                      # Read-only.
-                  &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Form.
-                      #
-                      # Read-only.
-                  &quot;responseUrl&quot;: &quot;A String&quot;, # URL of the form responses document.
-                      # Only set if respsonses have been recorded and only when the
-                      # requesting user is an editor of the form.
-                      #
-                      # Read-only.
-                },
-                &quot;link&quot;: { # URL item. # Link atatchment.
-                  &quot;title&quot;: &quot;A String&quot;, # Title of the target of the URL.
-                      #
-                      # Read-only.
-                  &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the target URL.
-                      #
-                      # Read-only.
-                  &quot;url&quot;: &quot;A String&quot;, # URL to link to.
-                      # This must be a valid UTF-8 string containing between 1 and 2024 characters.
-                },
-              },
-            ],
-          },
-        ],
-        &quot;enrollmentCode&quot;: &quot;A String&quot;, # Enrollment code to use when joining this course.
-            # Specifying this field in a course update mask results in an error.
-            #
-            # Read-only.
-        &quot;descriptionHeading&quot;: &quot;A String&quot;, # Optional heading for the description.
-            # For example, &quot;Welcome to 10th Grade Biology.&quot;
-            # If set, this field must be a valid UTF-8 string and no longer than 3600
-            # characters.
-        &quot;updateTime&quot;: &quot;A String&quot;, # Time of the most recent update to this course.
-            # Specifying this field in a course update mask results in an error.
-            #
-            # Read-only.
-        &quot;calendarId&quot;: &quot;A String&quot;, # The Calendar ID for a calendar that all course members can see, to which
-            # Classroom adds events for course work and announcements in the course.
-            #
-            # Read-only.
-        &quot;alternateLink&quot;: &quot;A String&quot;, # Absolute link to this course in the Classroom web UI.
-            #
-            # Read-only.
-        &quot;guardiansEnabled&quot;: True or False, # Whether or not guardian notifications are enabled for this course.
-            #
-            # Read-only.
-        &quot;courseState&quot;: &quot;A String&quot;, # State of the course.
-            # If unspecified, the default state is `PROVISIONED`.
-        &quot;ownerId&quot;: &quot;A String&quot;, # The identifier of the owner of a course.
-            #
-            # When specified as a parameter of a
-            # create course request, this
-            # field is required.
-            # The identifier can be one of the following:
-            #
-            # * the numeric identifier for the user
-            # * the email address of the user
-            # * the string literal `&quot;me&quot;`, indicating the requesting user
-            #
-            # This must be set in a create request. Admins can also specify this field
-            # in a patch course request to
-            # transfer ownership. In other contexts, it is read-only.
-        &quot;description&quot;: &quot;A String&quot;, # Optional description.
-            # For example, &quot;We&#x27;ll be learning about the structure of living
-            # creatures from a combination of textbooks, guest lectures, and lab work.
-            # Expect to be excited!&quot;
-            # If set, this field must be a valid UTF-8 string and no longer than 30,000
-            # characters.
-        &quot;teacherGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all teachers of the course.
-            # This group does not accept email and can only be used for permissions.
-            #
-            # Read-only.
-        &quot;creationTime&quot;: &quot;A String&quot;, # Creation time of the course.
-            # Specifying this field in a course update mask results in an error.
-            #
-            # Read-only.
-      },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # Token identifying the next page of results to return. If empty, no further
-        # results are available.
   }</pre>
 </div>
 
@@ -931,161 +931,161 @@
     The object takes the form of:
 
 { # A Course in Classroom.
-  &quot;name&quot;: &quot;A String&quot;, # Name of the course.
-      # For example, &quot;10th Grade Biology&quot;.
-      # The name is required. It must be between 1 and 750 characters and a valid
-      # UTF-8 string.
-  &quot;teacherFolder&quot;: { # Representation of a Google Drive folder. # Information about a Drive Folder that is shared with all teachers of the
-      # course.
-      # 
-      # This field will only be set for teachers of the course and domain
-      # administrators.
-      # 
-      # Read-only.
-    &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
-    &quot;title&quot;: &quot;A String&quot;, # Title of the Drive folder.
-        #
+    &quot;description&quot;: &quot;A String&quot;, # Optional description.
+        # For example, &quot;We&#x27;ll be learning about the structure of living
+        # creatures from a combination of textbooks, guest lectures, and lab work.
+        # Expect to be excited!&quot;
+        # If set, this field must be a valid UTF-8 string and no longer than 30,000
+        # characters.
+    &quot;updateTime&quot;: &quot;A String&quot;, # Time of the most recent update to this course.
+        # Specifying this field in a course update mask results in an error.
+        # 
         # Read-only.
-    &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive folder.
-        #
+    &quot;alternateLink&quot;: &quot;A String&quot;, # Absolute link to this course in the Classroom web UI.
+        # 
         # Read-only.
-  },
-  &quot;section&quot;: &quot;A String&quot;, # Section of the course.
-      # For example, &quot;Period 2&quot;.
-      # If set, this field must be a valid UTF-8 string and no longer than 2800
-      # characters.
-  &quot;id&quot;: &quot;A String&quot;, # Identifier for this course assigned by Classroom.
-      # 
-      # When
-      # creating a course,
-      # you may optionally set this identifier to an
-      # alias string in the
-      # request to create a corresponding alias. The `id` is still assigned by
-      # Classroom and cannot be updated after the course is created.
-      # 
-      # Specifying this field in a course update mask results in an error.
-  &quot;room&quot;: &quot;A String&quot;, # Optional room location.
-      # For example, &quot;301&quot;.
-      # If set, this field must be a valid UTF-8 string and no longer than 650
-      # characters.
-  &quot;courseGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all members of the course.
-      # This group does not accept email and can only be used for permissions.
-      # 
-      # Read-only.
-  &quot;courseMaterialSets&quot;: [ # Sets of materials that appear on the &quot;about&quot; page of this course.
-      # 
-      # Read-only.
-    { # A set of materials that appears on the &quot;About&quot; page of the course.
-        # These materials might include a syllabus, schedule, or other background
-        # information relating to the course as a whole.
-      &quot;title&quot;: &quot;A String&quot;, # Title for this set.
-      &quot;materials&quot;: [ # Materials attached to this set.
-        { # A material attached to a course as part of a material set.
-          &quot;driveFile&quot;: { # Representation of a Google Drive file. # Google Drive file attachment.
-            &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive item.
-                #
-                # Read-only.
-            &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Drive item.
-                #
-                # Read-only.
-            &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
-            &quot;title&quot;: &quot;A String&quot;, # Title of the Drive item.
-                #
-                # Read-only.
-          },
-          &quot;youTubeVideo&quot;: { # YouTube video item. # Youtube video attachment.
-            &quot;title&quot;: &quot;A String&quot;, # Title of the YouTube video.
-                #
-                # Read-only.
-            &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to view the YouTube video.
-                #
-                # Read-only.
-            &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the YouTube video.
-                #
-                # Read-only.
-            &quot;id&quot;: &quot;A String&quot;, # YouTube API resource ID.
-          },
-          &quot;form&quot;: { # Google Forms item. # Google Forms attachment.
-            &quot;formUrl&quot;: &quot;A String&quot;, # URL of the form.
-            &quot;title&quot;: &quot;A String&quot;, # Title of the Form.
-                #
-                # Read-only.
-            &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Form.
-                #
-                # Read-only.
-            &quot;responseUrl&quot;: &quot;A String&quot;, # URL of the form responses document.
-                # Only set if respsonses have been recorded and only when the
-                # requesting user is an editor of the form.
-                #
-                # Read-only.
-          },
-          &quot;link&quot;: { # URL item. # Link atatchment.
-            &quot;title&quot;: &quot;A String&quot;, # Title of the target of the URL.
-                #
-                # Read-only.
-            &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the target URL.
-                #
-                # Read-only.
-            &quot;url&quot;: &quot;A String&quot;, # URL to link to.
-                # This must be a valid UTF-8 string containing between 1 and 2024 characters.
-          },
-        },
-      ],
+    &quot;teacherFolder&quot;: { # Representation of a Google Drive folder. # Information about a Drive Folder that is shared with all teachers of the
+        # course.
+        # 
+        # This field will only be set for teachers of the course and domain
+        # administrators.
+        # 
+        # Read-only.
+      &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
+      &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive folder.
+          #
+          # Read-only.
+      &quot;title&quot;: &quot;A String&quot;, # Title of the Drive folder.
+          #
+          # Read-only.
     },
-  ],
-  &quot;enrollmentCode&quot;: &quot;A String&quot;, # Enrollment code to use when joining this course.
-      # Specifying this field in a course update mask results in an error.
-      # 
-      # Read-only.
-  &quot;descriptionHeading&quot;: &quot;A String&quot;, # Optional heading for the description.
-      # For example, &quot;Welcome to 10th Grade Biology.&quot;
-      # If set, this field must be a valid UTF-8 string and no longer than 3600
-      # characters.
-  &quot;updateTime&quot;: &quot;A String&quot;, # Time of the most recent update to this course.
-      # Specifying this field in a course update mask results in an error.
-      # 
-      # Read-only.
-  &quot;calendarId&quot;: &quot;A String&quot;, # The Calendar ID for a calendar that all course members can see, to which
-      # Classroom adds events for course work and announcements in the course.
-      # 
-      # Read-only.
-  &quot;alternateLink&quot;: &quot;A String&quot;, # Absolute link to this course in the Classroom web UI.
-      # 
-      # Read-only.
-  &quot;guardiansEnabled&quot;: True or False, # Whether or not guardian notifications are enabled for this course.
-      # 
-      # Read-only.
-  &quot;courseState&quot;: &quot;A String&quot;, # State of the course.
-      # If unspecified, the default state is `PROVISIONED`.
-  &quot;ownerId&quot;: &quot;A String&quot;, # The identifier of the owner of a course.
-      # 
-      # When specified as a parameter of a
-      # create course request, this
-      # field is required.
-      # The identifier can be one of the following:
-      # 
-      # * the numeric identifier for the user
-      # * the email address of the user
-      # * the string literal `&quot;me&quot;`, indicating the requesting user
-      # 
-      # This must be set in a create request. Admins can also specify this field
-      # in a patch course request to
-      # transfer ownership. In other contexts, it is read-only.
-  &quot;description&quot;: &quot;A String&quot;, # Optional description.
-      # For example, &quot;We&#x27;ll be learning about the structure of living
-      # creatures from a combination of textbooks, guest lectures, and lab work.
-      # Expect to be excited!&quot;
-      # If set, this field must be a valid UTF-8 string and no longer than 30,000
-      # characters.
-  &quot;teacherGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all teachers of the course.
-      # This group does not accept email and can only be used for permissions.
-      # 
-      # Read-only.
-  &quot;creationTime&quot;: &quot;A String&quot;, # Creation time of the course.
-      # Specifying this field in a course update mask results in an error.
-      # 
-      # Read-only.
-}
+    &quot;id&quot;: &quot;A String&quot;, # Identifier for this course assigned by Classroom.
+        # 
+        # When
+        # creating a course,
+        # you may optionally set this identifier to an
+        # alias string in the
+        # request to create a corresponding alias. The `id` is still assigned by
+        # Classroom and cannot be updated after the course is created.
+        # 
+        # Specifying this field in a course update mask results in an error.
+    &quot;calendarId&quot;: &quot;A String&quot;, # The Calendar ID for a calendar that all course members can see, to which
+        # Classroom adds events for course work and announcements in the course.
+        # 
+        # Read-only.
+    &quot;ownerId&quot;: &quot;A String&quot;, # The identifier of the owner of a course.
+        # 
+        # When specified as a parameter of a
+        # create course request, this
+        # field is required.
+        # The identifier can be one of the following:
+        # 
+        # * the numeric identifier for the user
+        # * the email address of the user
+        # * the string literal `&quot;me&quot;`, indicating the requesting user
+        # 
+        # This must be set in a create request. Admins can also specify this field
+        # in a patch course request to
+        # transfer ownership. In other contexts, it is read-only.
+    &quot;guardiansEnabled&quot;: True or False, # Whether or not guardian notifications are enabled for this course.
+        # 
+        # Read-only.
+    &quot;courseMaterialSets&quot;: [ # Sets of materials that appear on the &quot;about&quot; page of this course.
+        # 
+        # Read-only.
+      { # A set of materials that appears on the &quot;About&quot; page of the course.
+          # These materials might include a syllabus, schedule, or other background
+          # information relating to the course as a whole.
+        &quot;title&quot;: &quot;A String&quot;, # Title for this set.
+        &quot;materials&quot;: [ # Materials attached to this set.
+          { # A material attached to a course as part of a material set.
+            &quot;youTubeVideo&quot;: { # YouTube video item. # Youtube video attachment.
+              &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to view the YouTube video.
+                  #
+                  # Read-only.
+              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the YouTube video.
+                  #
+                  # Read-only.
+              &quot;id&quot;: &quot;A String&quot;, # YouTube API resource ID.
+              &quot;title&quot;: &quot;A String&quot;, # Title of the YouTube video.
+                  #
+                  # Read-only.
+            },
+            &quot;link&quot;: { # URL item. # Link atatchment.
+              &quot;url&quot;: &quot;A String&quot;, # URL to link to.
+                  # This must be a valid UTF-8 string containing between 1 and 2024 characters.
+              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the target URL.
+                  #
+                  # Read-only.
+              &quot;title&quot;: &quot;A String&quot;, # Title of the target of the URL.
+                  #
+                  # Read-only.
+            },
+            &quot;driveFile&quot;: { # Representation of a Google Drive file. # Google Drive file attachment.
+              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Drive item.
+                  #
+                  # Read-only.
+              &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive item.
+                  #
+                  # Read-only.
+              &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
+              &quot;title&quot;: &quot;A String&quot;, # Title of the Drive item.
+                  #
+                  # Read-only.
+            },
+            &quot;form&quot;: { # Google Forms item. # Google Forms attachment.
+              &quot;title&quot;: &quot;A String&quot;, # Title of the Form.
+                  #
+                  # Read-only.
+              &quot;responseUrl&quot;: &quot;A String&quot;, # URL of the form responses document.
+                  # Only set if respsonses have been recorded and only when the
+                  # requesting user is an editor of the form.
+                  #
+                  # Read-only.
+              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Form.
+                  #
+                  # Read-only.
+              &quot;formUrl&quot;: &quot;A String&quot;, # URL of the form.
+            },
+          },
+        ],
+      },
+    ],
+    &quot;courseGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all members of the course.
+        # This group does not accept email and can only be used for permissions.
+        # 
+        # Read-only.
+    &quot;name&quot;: &quot;A String&quot;, # Name of the course.
+        # For example, &quot;10th Grade Biology&quot;.
+        # The name is required. It must be between 1 and 750 characters and a valid
+        # UTF-8 string.
+    &quot;descriptionHeading&quot;: &quot;A String&quot;, # Optional heading for the description.
+        # For example, &quot;Welcome to 10th Grade Biology.&quot;
+        # If set, this field must be a valid UTF-8 string and no longer than 3600
+        # characters.
+    &quot;section&quot;: &quot;A String&quot;, # Section of the course.
+        # For example, &quot;Period 2&quot;.
+        # If set, this field must be a valid UTF-8 string and no longer than 2800
+        # characters.
+    &quot;teacherGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all teachers of the course.
+        # This group does not accept email and can only be used for permissions.
+        # 
+        # Read-only.
+    &quot;room&quot;: &quot;A String&quot;, # Optional room location.
+        # For example, &quot;301&quot;.
+        # If set, this field must be a valid UTF-8 string and no longer than 650
+        # characters.
+    &quot;courseState&quot;: &quot;A String&quot;, # State of the course.
+        # If unspecified, the default state is `PROVISIONED`.
+    &quot;enrollmentCode&quot;: &quot;A String&quot;, # Enrollment code to use when joining this course.
+        # Specifying this field in a course update mask results in an error.
+        # 
+        # Read-only.
+    &quot;creationTime&quot;: &quot;A String&quot;, # Creation time of the course.
+        # Specifying this field in a course update mask results in an error.
+        # 
+        # Read-only.
+  }
 
   updateMask: string, Mask that identifies which fields on the course to update.
 This field is required to do an update. The update will fail if invalid
@@ -1115,161 +1115,161 @@
   An object of the form:
 
     { # A Course in Classroom.
-    &quot;name&quot;: &quot;A String&quot;, # Name of the course.
-        # For example, &quot;10th Grade Biology&quot;.
-        # The name is required. It must be between 1 and 750 characters and a valid
-        # UTF-8 string.
-    &quot;teacherFolder&quot;: { # Representation of a Google Drive folder. # Information about a Drive Folder that is shared with all teachers of the
-        # course.
-        #
-        # This field will only be set for teachers of the course and domain
-        # administrators.
-        #
-        # Read-only.
-      &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
-      &quot;title&quot;: &quot;A String&quot;, # Title of the Drive folder.
+      &quot;description&quot;: &quot;A String&quot;, # Optional description.
+          # For example, &quot;We&#x27;ll be learning about the structure of living
+          # creatures from a combination of textbooks, guest lectures, and lab work.
+          # Expect to be excited!&quot;
+          # If set, this field must be a valid UTF-8 string and no longer than 30,000
+          # characters.
+      &quot;updateTime&quot;: &quot;A String&quot;, # Time of the most recent update to this course.
+          # Specifying this field in a course update mask results in an error.
           #
           # Read-only.
-      &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive folder.
+      &quot;alternateLink&quot;: &quot;A String&quot;, # Absolute link to this course in the Classroom web UI.
           #
           # Read-only.
-    },
-    &quot;section&quot;: &quot;A String&quot;, # Section of the course.
-        # For example, &quot;Period 2&quot;.
-        # If set, this field must be a valid UTF-8 string and no longer than 2800
-        # characters.
-    &quot;id&quot;: &quot;A String&quot;, # Identifier for this course assigned by Classroom.
-        #
-        # When
-        # creating a course,
-        # you may optionally set this identifier to an
-        # alias string in the
-        # request to create a corresponding alias. The `id` is still assigned by
-        # Classroom and cannot be updated after the course is created.
-        #
-        # Specifying this field in a course update mask results in an error.
-    &quot;room&quot;: &quot;A String&quot;, # Optional room location.
-        # For example, &quot;301&quot;.
-        # If set, this field must be a valid UTF-8 string and no longer than 650
-        # characters.
-    &quot;courseGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all members of the course.
-        # This group does not accept email and can only be used for permissions.
-        #
-        # Read-only.
-    &quot;courseMaterialSets&quot;: [ # Sets of materials that appear on the &quot;about&quot; page of this course.
-        #
-        # Read-only.
-      { # A set of materials that appears on the &quot;About&quot; page of the course.
-          # These materials might include a syllabus, schedule, or other background
-          # information relating to the course as a whole.
-        &quot;title&quot;: &quot;A String&quot;, # Title for this set.
-        &quot;materials&quot;: [ # Materials attached to this set.
-          { # A material attached to a course as part of a material set.
-            &quot;driveFile&quot;: { # Representation of a Google Drive file. # Google Drive file attachment.
-              &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive item.
-                  #
-                  # Read-only.
-              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Drive item.
-                  #
-                  # Read-only.
-              &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
-              &quot;title&quot;: &quot;A String&quot;, # Title of the Drive item.
-                  #
-                  # Read-only.
-            },
-            &quot;youTubeVideo&quot;: { # YouTube video item. # Youtube video attachment.
-              &quot;title&quot;: &quot;A String&quot;, # Title of the YouTube video.
-                  #
-                  # Read-only.
-              &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to view the YouTube video.
-                  #
-                  # Read-only.
-              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the YouTube video.
-                  #
-                  # Read-only.
-              &quot;id&quot;: &quot;A String&quot;, # YouTube API resource ID.
-            },
-            &quot;form&quot;: { # Google Forms item. # Google Forms attachment.
-              &quot;formUrl&quot;: &quot;A String&quot;, # URL of the form.
-              &quot;title&quot;: &quot;A String&quot;, # Title of the Form.
-                  #
-                  # Read-only.
-              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Form.
-                  #
-                  # Read-only.
-              &quot;responseUrl&quot;: &quot;A String&quot;, # URL of the form responses document.
-                  # Only set if respsonses have been recorded and only when the
-                  # requesting user is an editor of the form.
-                  #
-                  # Read-only.
-            },
-            &quot;link&quot;: { # URL item. # Link atatchment.
-              &quot;title&quot;: &quot;A String&quot;, # Title of the target of the URL.
-                  #
-                  # Read-only.
-              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the target URL.
-                  #
-                  # Read-only.
-              &quot;url&quot;: &quot;A String&quot;, # URL to link to.
-                  # This must be a valid UTF-8 string containing between 1 and 2024 characters.
-            },
-          },
-        ],
+      &quot;teacherFolder&quot;: { # Representation of a Google Drive folder. # Information about a Drive Folder that is shared with all teachers of the
+          # course.
+          #
+          # This field will only be set for teachers of the course and domain
+          # administrators.
+          #
+          # Read-only.
+        &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
+        &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive folder.
+            #
+            # Read-only.
+        &quot;title&quot;: &quot;A String&quot;, # Title of the Drive folder.
+            #
+            # Read-only.
       },
-    ],
-    &quot;enrollmentCode&quot;: &quot;A String&quot;, # Enrollment code to use when joining this course.
-        # Specifying this field in a course update mask results in an error.
-        #
-        # Read-only.
-    &quot;descriptionHeading&quot;: &quot;A String&quot;, # Optional heading for the description.
-        # For example, &quot;Welcome to 10th Grade Biology.&quot;
-        # If set, this field must be a valid UTF-8 string and no longer than 3600
-        # characters.
-    &quot;updateTime&quot;: &quot;A String&quot;, # Time of the most recent update to this course.
-        # Specifying this field in a course update mask results in an error.
-        #
-        # Read-only.
-    &quot;calendarId&quot;: &quot;A String&quot;, # The Calendar ID for a calendar that all course members can see, to which
-        # Classroom adds events for course work and announcements in the course.
-        #
-        # Read-only.
-    &quot;alternateLink&quot;: &quot;A String&quot;, # Absolute link to this course in the Classroom web UI.
-        #
-        # Read-only.
-    &quot;guardiansEnabled&quot;: True or False, # Whether or not guardian notifications are enabled for this course.
-        #
-        # Read-only.
-    &quot;courseState&quot;: &quot;A String&quot;, # State of the course.
-        # If unspecified, the default state is `PROVISIONED`.
-    &quot;ownerId&quot;: &quot;A String&quot;, # The identifier of the owner of a course.
-        #
-        # When specified as a parameter of a
-        # create course request, this
-        # field is required.
-        # The identifier can be one of the following:
-        #
-        # * the numeric identifier for the user
-        # * the email address of the user
-        # * the string literal `&quot;me&quot;`, indicating the requesting user
-        #
-        # This must be set in a create request. Admins can also specify this field
-        # in a patch course request to
-        # transfer ownership. In other contexts, it is read-only.
-    &quot;description&quot;: &quot;A String&quot;, # Optional description.
-        # For example, &quot;We&#x27;ll be learning about the structure of living
-        # creatures from a combination of textbooks, guest lectures, and lab work.
-        # Expect to be excited!&quot;
-        # If set, this field must be a valid UTF-8 string and no longer than 30,000
-        # characters.
-    &quot;teacherGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all teachers of the course.
-        # This group does not accept email and can only be used for permissions.
-        #
-        # Read-only.
-    &quot;creationTime&quot;: &quot;A String&quot;, # Creation time of the course.
-        # Specifying this field in a course update mask results in an error.
-        #
-        # Read-only.
-  }</pre>
+      &quot;id&quot;: &quot;A String&quot;, # Identifier for this course assigned by Classroom.
+          #
+          # When
+          # creating a course,
+          # you may optionally set this identifier to an
+          # alias string in the
+          # request to create a corresponding alias. The `id` is still assigned by
+          # Classroom and cannot be updated after the course is created.
+          #
+          # Specifying this field in a course update mask results in an error.
+      &quot;calendarId&quot;: &quot;A String&quot;, # The Calendar ID for a calendar that all course members can see, to which
+          # Classroom adds events for course work and announcements in the course.
+          #
+          # Read-only.
+      &quot;ownerId&quot;: &quot;A String&quot;, # The identifier of the owner of a course.
+          #
+          # When specified as a parameter of a
+          # create course request, this
+          # field is required.
+          # The identifier can be one of the following:
+          #
+          # * the numeric identifier for the user
+          # * the email address of the user
+          # * the string literal `&quot;me&quot;`, indicating the requesting user
+          #
+          # This must be set in a create request. Admins can also specify this field
+          # in a patch course request to
+          # transfer ownership. In other contexts, it is read-only.
+      &quot;guardiansEnabled&quot;: True or False, # Whether or not guardian notifications are enabled for this course.
+          #
+          # Read-only.
+      &quot;courseMaterialSets&quot;: [ # Sets of materials that appear on the &quot;about&quot; page of this course.
+          #
+          # Read-only.
+        { # A set of materials that appears on the &quot;About&quot; page of the course.
+            # These materials might include a syllabus, schedule, or other background
+            # information relating to the course as a whole.
+          &quot;title&quot;: &quot;A String&quot;, # Title for this set.
+          &quot;materials&quot;: [ # Materials attached to this set.
+            { # A material attached to a course as part of a material set.
+              &quot;youTubeVideo&quot;: { # YouTube video item. # Youtube video attachment.
+                &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to view the YouTube video.
+                    #
+                    # Read-only.
+                &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the YouTube video.
+                    #
+                    # Read-only.
+                &quot;id&quot;: &quot;A String&quot;, # YouTube API resource ID.
+                &quot;title&quot;: &quot;A String&quot;, # Title of the YouTube video.
+                    #
+                    # Read-only.
+              },
+              &quot;link&quot;: { # URL item. # Link atatchment.
+                &quot;url&quot;: &quot;A String&quot;, # URL to link to.
+                    # This must be a valid UTF-8 string containing between 1 and 2024 characters.
+                &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the target URL.
+                    #
+                    # Read-only.
+                &quot;title&quot;: &quot;A String&quot;, # Title of the target of the URL.
+                    #
+                    # Read-only.
+              },
+              &quot;driveFile&quot;: { # Representation of a Google Drive file. # Google Drive file attachment.
+                &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Drive item.
+                    #
+                    # Read-only.
+                &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive item.
+                    #
+                    # Read-only.
+                &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
+                &quot;title&quot;: &quot;A String&quot;, # Title of the Drive item.
+                    #
+                    # Read-only.
+              },
+              &quot;form&quot;: { # Google Forms item. # Google Forms attachment.
+                &quot;title&quot;: &quot;A String&quot;, # Title of the Form.
+                    #
+                    # Read-only.
+                &quot;responseUrl&quot;: &quot;A String&quot;, # URL of the form responses document.
+                    # Only set if respsonses have been recorded and only when the
+                    # requesting user is an editor of the form.
+                    #
+                    # Read-only.
+                &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Form.
+                    #
+                    # Read-only.
+                &quot;formUrl&quot;: &quot;A String&quot;, # URL of the form.
+              },
+            },
+          ],
+        },
+      ],
+      &quot;courseGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all members of the course.
+          # This group does not accept email and can only be used for permissions.
+          #
+          # Read-only.
+      &quot;name&quot;: &quot;A String&quot;, # Name of the course.
+          # For example, &quot;10th Grade Biology&quot;.
+          # The name is required. It must be between 1 and 750 characters and a valid
+          # UTF-8 string.
+      &quot;descriptionHeading&quot;: &quot;A String&quot;, # Optional heading for the description.
+          # For example, &quot;Welcome to 10th Grade Biology.&quot;
+          # If set, this field must be a valid UTF-8 string and no longer than 3600
+          # characters.
+      &quot;section&quot;: &quot;A String&quot;, # Section of the course.
+          # For example, &quot;Period 2&quot;.
+          # If set, this field must be a valid UTF-8 string and no longer than 2800
+          # characters.
+      &quot;teacherGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all teachers of the course.
+          # This group does not accept email and can only be used for permissions.
+          #
+          # Read-only.
+      &quot;room&quot;: &quot;A String&quot;, # Optional room location.
+          # For example, &quot;301&quot;.
+          # If set, this field must be a valid UTF-8 string and no longer than 650
+          # characters.
+      &quot;courseState&quot;: &quot;A String&quot;, # State of the course.
+          # If unspecified, the default state is `PROVISIONED`.
+      &quot;enrollmentCode&quot;: &quot;A String&quot;, # Enrollment code to use when joining this course.
+          # Specifying this field in a course update mask results in an error.
+          #
+          # Read-only.
+      &quot;creationTime&quot;: &quot;A String&quot;, # Creation time of the course.
+          # Specifying this field in a course update mask results in an error.
+          #
+          # Read-only.
+    }</pre>
 </div>
 
 <div class="method">
@@ -1292,161 +1292,161 @@
     The object takes the form of:
 
 { # A Course in Classroom.
-  &quot;name&quot;: &quot;A String&quot;, # Name of the course.
-      # For example, &quot;10th Grade Biology&quot;.
-      # The name is required. It must be between 1 and 750 characters and a valid
-      # UTF-8 string.
-  &quot;teacherFolder&quot;: { # Representation of a Google Drive folder. # Information about a Drive Folder that is shared with all teachers of the
-      # course.
-      # 
-      # This field will only be set for teachers of the course and domain
-      # administrators.
-      # 
-      # Read-only.
-    &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
-    &quot;title&quot;: &quot;A String&quot;, # Title of the Drive folder.
-        #
+    &quot;description&quot;: &quot;A String&quot;, # Optional description.
+        # For example, &quot;We&#x27;ll be learning about the structure of living
+        # creatures from a combination of textbooks, guest lectures, and lab work.
+        # Expect to be excited!&quot;
+        # If set, this field must be a valid UTF-8 string and no longer than 30,000
+        # characters.
+    &quot;updateTime&quot;: &quot;A String&quot;, # Time of the most recent update to this course.
+        # Specifying this field in a course update mask results in an error.
+        # 
         # Read-only.
-    &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive folder.
-        #
+    &quot;alternateLink&quot;: &quot;A String&quot;, # Absolute link to this course in the Classroom web UI.
+        # 
         # Read-only.
-  },
-  &quot;section&quot;: &quot;A String&quot;, # Section of the course.
-      # For example, &quot;Period 2&quot;.
-      # If set, this field must be a valid UTF-8 string and no longer than 2800
-      # characters.
-  &quot;id&quot;: &quot;A String&quot;, # Identifier for this course assigned by Classroom.
-      # 
-      # When
-      # creating a course,
-      # you may optionally set this identifier to an
-      # alias string in the
-      # request to create a corresponding alias. The `id` is still assigned by
-      # Classroom and cannot be updated after the course is created.
-      # 
-      # Specifying this field in a course update mask results in an error.
-  &quot;room&quot;: &quot;A String&quot;, # Optional room location.
-      # For example, &quot;301&quot;.
-      # If set, this field must be a valid UTF-8 string and no longer than 650
-      # characters.
-  &quot;courseGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all members of the course.
-      # This group does not accept email and can only be used for permissions.
-      # 
-      # Read-only.
-  &quot;courseMaterialSets&quot;: [ # Sets of materials that appear on the &quot;about&quot; page of this course.
-      # 
-      # Read-only.
-    { # A set of materials that appears on the &quot;About&quot; page of the course.
-        # These materials might include a syllabus, schedule, or other background
-        # information relating to the course as a whole.
-      &quot;title&quot;: &quot;A String&quot;, # Title for this set.
-      &quot;materials&quot;: [ # Materials attached to this set.
-        { # A material attached to a course as part of a material set.
-          &quot;driveFile&quot;: { # Representation of a Google Drive file. # Google Drive file attachment.
-            &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive item.
-                #
-                # Read-only.
-            &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Drive item.
-                #
-                # Read-only.
-            &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
-            &quot;title&quot;: &quot;A String&quot;, # Title of the Drive item.
-                #
-                # Read-only.
-          },
-          &quot;youTubeVideo&quot;: { # YouTube video item. # Youtube video attachment.
-            &quot;title&quot;: &quot;A String&quot;, # Title of the YouTube video.
-                #
-                # Read-only.
-            &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to view the YouTube video.
-                #
-                # Read-only.
-            &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the YouTube video.
-                #
-                # Read-only.
-            &quot;id&quot;: &quot;A String&quot;, # YouTube API resource ID.
-          },
-          &quot;form&quot;: { # Google Forms item. # Google Forms attachment.
-            &quot;formUrl&quot;: &quot;A String&quot;, # URL of the form.
-            &quot;title&quot;: &quot;A String&quot;, # Title of the Form.
-                #
-                # Read-only.
-            &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Form.
-                #
-                # Read-only.
-            &quot;responseUrl&quot;: &quot;A String&quot;, # URL of the form responses document.
-                # Only set if respsonses have been recorded and only when the
-                # requesting user is an editor of the form.
-                #
-                # Read-only.
-          },
-          &quot;link&quot;: { # URL item. # Link atatchment.
-            &quot;title&quot;: &quot;A String&quot;, # Title of the target of the URL.
-                #
-                # Read-only.
-            &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the target URL.
-                #
-                # Read-only.
-            &quot;url&quot;: &quot;A String&quot;, # URL to link to.
-                # This must be a valid UTF-8 string containing between 1 and 2024 characters.
-          },
-        },
-      ],
+    &quot;teacherFolder&quot;: { # Representation of a Google Drive folder. # Information about a Drive Folder that is shared with all teachers of the
+        # course.
+        # 
+        # This field will only be set for teachers of the course and domain
+        # administrators.
+        # 
+        # Read-only.
+      &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
+      &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive folder.
+          #
+          # Read-only.
+      &quot;title&quot;: &quot;A String&quot;, # Title of the Drive folder.
+          #
+          # Read-only.
     },
-  ],
-  &quot;enrollmentCode&quot;: &quot;A String&quot;, # Enrollment code to use when joining this course.
-      # Specifying this field in a course update mask results in an error.
-      # 
-      # Read-only.
-  &quot;descriptionHeading&quot;: &quot;A String&quot;, # Optional heading for the description.
-      # For example, &quot;Welcome to 10th Grade Biology.&quot;
-      # If set, this field must be a valid UTF-8 string and no longer than 3600
-      # characters.
-  &quot;updateTime&quot;: &quot;A String&quot;, # Time of the most recent update to this course.
-      # Specifying this field in a course update mask results in an error.
-      # 
-      # Read-only.
-  &quot;calendarId&quot;: &quot;A String&quot;, # The Calendar ID for a calendar that all course members can see, to which
-      # Classroom adds events for course work and announcements in the course.
-      # 
-      # Read-only.
-  &quot;alternateLink&quot;: &quot;A String&quot;, # Absolute link to this course in the Classroom web UI.
-      # 
-      # Read-only.
-  &quot;guardiansEnabled&quot;: True or False, # Whether or not guardian notifications are enabled for this course.
-      # 
-      # Read-only.
-  &quot;courseState&quot;: &quot;A String&quot;, # State of the course.
-      # If unspecified, the default state is `PROVISIONED`.
-  &quot;ownerId&quot;: &quot;A String&quot;, # The identifier of the owner of a course.
-      # 
-      # When specified as a parameter of a
-      # create course request, this
-      # field is required.
-      # The identifier can be one of the following:
-      # 
-      # * the numeric identifier for the user
-      # * the email address of the user
-      # * the string literal `&quot;me&quot;`, indicating the requesting user
-      # 
-      # This must be set in a create request. Admins can also specify this field
-      # in a patch course request to
-      # transfer ownership. In other contexts, it is read-only.
-  &quot;description&quot;: &quot;A String&quot;, # Optional description.
-      # For example, &quot;We&#x27;ll be learning about the structure of living
-      # creatures from a combination of textbooks, guest lectures, and lab work.
-      # Expect to be excited!&quot;
-      # If set, this field must be a valid UTF-8 string and no longer than 30,000
-      # characters.
-  &quot;teacherGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all teachers of the course.
-      # This group does not accept email and can only be used for permissions.
-      # 
-      # Read-only.
-  &quot;creationTime&quot;: &quot;A String&quot;, # Creation time of the course.
-      # Specifying this field in a course update mask results in an error.
-      # 
-      # Read-only.
-}
+    &quot;id&quot;: &quot;A String&quot;, # Identifier for this course assigned by Classroom.
+        # 
+        # When
+        # creating a course,
+        # you may optionally set this identifier to an
+        # alias string in the
+        # request to create a corresponding alias. The `id` is still assigned by
+        # Classroom and cannot be updated after the course is created.
+        # 
+        # Specifying this field in a course update mask results in an error.
+    &quot;calendarId&quot;: &quot;A String&quot;, # The Calendar ID for a calendar that all course members can see, to which
+        # Classroom adds events for course work and announcements in the course.
+        # 
+        # Read-only.
+    &quot;ownerId&quot;: &quot;A String&quot;, # The identifier of the owner of a course.
+        # 
+        # When specified as a parameter of a
+        # create course request, this
+        # field is required.
+        # The identifier can be one of the following:
+        # 
+        # * the numeric identifier for the user
+        # * the email address of the user
+        # * the string literal `&quot;me&quot;`, indicating the requesting user
+        # 
+        # This must be set in a create request. Admins can also specify this field
+        # in a patch course request to
+        # transfer ownership. In other contexts, it is read-only.
+    &quot;guardiansEnabled&quot;: True or False, # Whether or not guardian notifications are enabled for this course.
+        # 
+        # Read-only.
+    &quot;courseMaterialSets&quot;: [ # Sets of materials that appear on the &quot;about&quot; page of this course.
+        # 
+        # Read-only.
+      { # A set of materials that appears on the &quot;About&quot; page of the course.
+          # These materials might include a syllabus, schedule, or other background
+          # information relating to the course as a whole.
+        &quot;title&quot;: &quot;A String&quot;, # Title for this set.
+        &quot;materials&quot;: [ # Materials attached to this set.
+          { # A material attached to a course as part of a material set.
+            &quot;youTubeVideo&quot;: { # YouTube video item. # Youtube video attachment.
+              &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to view the YouTube video.
+                  #
+                  # Read-only.
+              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the YouTube video.
+                  #
+                  # Read-only.
+              &quot;id&quot;: &quot;A String&quot;, # YouTube API resource ID.
+              &quot;title&quot;: &quot;A String&quot;, # Title of the YouTube video.
+                  #
+                  # Read-only.
+            },
+            &quot;link&quot;: { # URL item. # Link atatchment.
+              &quot;url&quot;: &quot;A String&quot;, # URL to link to.
+                  # This must be a valid UTF-8 string containing between 1 and 2024 characters.
+              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the target URL.
+                  #
+                  # Read-only.
+              &quot;title&quot;: &quot;A String&quot;, # Title of the target of the URL.
+                  #
+                  # Read-only.
+            },
+            &quot;driveFile&quot;: { # Representation of a Google Drive file. # Google Drive file attachment.
+              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Drive item.
+                  #
+                  # Read-only.
+              &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive item.
+                  #
+                  # Read-only.
+              &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
+              &quot;title&quot;: &quot;A String&quot;, # Title of the Drive item.
+                  #
+                  # Read-only.
+            },
+            &quot;form&quot;: { # Google Forms item. # Google Forms attachment.
+              &quot;title&quot;: &quot;A String&quot;, # Title of the Form.
+                  #
+                  # Read-only.
+              &quot;responseUrl&quot;: &quot;A String&quot;, # URL of the form responses document.
+                  # Only set if respsonses have been recorded and only when the
+                  # requesting user is an editor of the form.
+                  #
+                  # Read-only.
+              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Form.
+                  #
+                  # Read-only.
+              &quot;formUrl&quot;: &quot;A String&quot;, # URL of the form.
+            },
+          },
+        ],
+      },
+    ],
+    &quot;courseGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all members of the course.
+        # This group does not accept email and can only be used for permissions.
+        # 
+        # Read-only.
+    &quot;name&quot;: &quot;A String&quot;, # Name of the course.
+        # For example, &quot;10th Grade Biology&quot;.
+        # The name is required. It must be between 1 and 750 characters and a valid
+        # UTF-8 string.
+    &quot;descriptionHeading&quot;: &quot;A String&quot;, # Optional heading for the description.
+        # For example, &quot;Welcome to 10th Grade Biology.&quot;
+        # If set, this field must be a valid UTF-8 string and no longer than 3600
+        # characters.
+    &quot;section&quot;: &quot;A String&quot;, # Section of the course.
+        # For example, &quot;Period 2&quot;.
+        # If set, this field must be a valid UTF-8 string and no longer than 2800
+        # characters.
+    &quot;teacherGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all teachers of the course.
+        # This group does not accept email and can only be used for permissions.
+        # 
+        # Read-only.
+    &quot;room&quot;: &quot;A String&quot;, # Optional room location.
+        # For example, &quot;301&quot;.
+        # If set, this field must be a valid UTF-8 string and no longer than 650
+        # characters.
+    &quot;courseState&quot;: &quot;A String&quot;, # State of the course.
+        # If unspecified, the default state is `PROVISIONED`.
+    &quot;enrollmentCode&quot;: &quot;A String&quot;, # Enrollment code to use when joining this course.
+        # Specifying this field in a course update mask results in an error.
+        # 
+        # Read-only.
+    &quot;creationTime&quot;: &quot;A String&quot;, # Creation time of the course.
+        # Specifying this field in a course update mask results in an error.
+        # 
+        # Read-only.
+  }
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -1457,161 +1457,161 @@
   An object of the form:
 
     { # A Course in Classroom.
-    &quot;name&quot;: &quot;A String&quot;, # Name of the course.
-        # For example, &quot;10th Grade Biology&quot;.
-        # The name is required. It must be between 1 and 750 characters and a valid
-        # UTF-8 string.
-    &quot;teacherFolder&quot;: { # Representation of a Google Drive folder. # Information about a Drive Folder that is shared with all teachers of the
-        # course.
-        #
-        # This field will only be set for teachers of the course and domain
-        # administrators.
-        #
-        # Read-only.
-      &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
-      &quot;title&quot;: &quot;A String&quot;, # Title of the Drive folder.
+      &quot;description&quot;: &quot;A String&quot;, # Optional description.
+          # For example, &quot;We&#x27;ll be learning about the structure of living
+          # creatures from a combination of textbooks, guest lectures, and lab work.
+          # Expect to be excited!&quot;
+          # If set, this field must be a valid UTF-8 string and no longer than 30,000
+          # characters.
+      &quot;updateTime&quot;: &quot;A String&quot;, # Time of the most recent update to this course.
+          # Specifying this field in a course update mask results in an error.
           #
           # Read-only.
-      &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive folder.
+      &quot;alternateLink&quot;: &quot;A String&quot;, # Absolute link to this course in the Classroom web UI.
           #
           # Read-only.
-    },
-    &quot;section&quot;: &quot;A String&quot;, # Section of the course.
-        # For example, &quot;Period 2&quot;.
-        # If set, this field must be a valid UTF-8 string and no longer than 2800
-        # characters.
-    &quot;id&quot;: &quot;A String&quot;, # Identifier for this course assigned by Classroom.
-        #
-        # When
-        # creating a course,
-        # you may optionally set this identifier to an
-        # alias string in the
-        # request to create a corresponding alias. The `id` is still assigned by
-        # Classroom and cannot be updated after the course is created.
-        #
-        # Specifying this field in a course update mask results in an error.
-    &quot;room&quot;: &quot;A String&quot;, # Optional room location.
-        # For example, &quot;301&quot;.
-        # If set, this field must be a valid UTF-8 string and no longer than 650
-        # characters.
-    &quot;courseGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all members of the course.
-        # This group does not accept email and can only be used for permissions.
-        #
-        # Read-only.
-    &quot;courseMaterialSets&quot;: [ # Sets of materials that appear on the &quot;about&quot; page of this course.
-        #
-        # Read-only.
-      { # A set of materials that appears on the &quot;About&quot; page of the course.
-          # These materials might include a syllabus, schedule, or other background
-          # information relating to the course as a whole.
-        &quot;title&quot;: &quot;A String&quot;, # Title for this set.
-        &quot;materials&quot;: [ # Materials attached to this set.
-          { # A material attached to a course as part of a material set.
-            &quot;driveFile&quot;: { # Representation of a Google Drive file. # Google Drive file attachment.
-              &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive item.
-                  #
-                  # Read-only.
-              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Drive item.
-                  #
-                  # Read-only.
-              &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
-              &quot;title&quot;: &quot;A String&quot;, # Title of the Drive item.
-                  #
-                  # Read-only.
-            },
-            &quot;youTubeVideo&quot;: { # YouTube video item. # Youtube video attachment.
-              &quot;title&quot;: &quot;A String&quot;, # Title of the YouTube video.
-                  #
-                  # Read-only.
-              &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to view the YouTube video.
-                  #
-                  # Read-only.
-              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the YouTube video.
-                  #
-                  # Read-only.
-              &quot;id&quot;: &quot;A String&quot;, # YouTube API resource ID.
-            },
-            &quot;form&quot;: { # Google Forms item. # Google Forms attachment.
-              &quot;formUrl&quot;: &quot;A String&quot;, # URL of the form.
-              &quot;title&quot;: &quot;A String&quot;, # Title of the Form.
-                  #
-                  # Read-only.
-              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Form.
-                  #
-                  # Read-only.
-              &quot;responseUrl&quot;: &quot;A String&quot;, # URL of the form responses document.
-                  # Only set if respsonses have been recorded and only when the
-                  # requesting user is an editor of the form.
-                  #
-                  # Read-only.
-            },
-            &quot;link&quot;: { # URL item. # Link atatchment.
-              &quot;title&quot;: &quot;A String&quot;, # Title of the target of the URL.
-                  #
-                  # Read-only.
-              &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the target URL.
-                  #
-                  # Read-only.
-              &quot;url&quot;: &quot;A String&quot;, # URL to link to.
-                  # This must be a valid UTF-8 string containing between 1 and 2024 characters.
-            },
-          },
-        ],
+      &quot;teacherFolder&quot;: { # Representation of a Google Drive folder. # Information about a Drive Folder that is shared with all teachers of the
+          # course.
+          #
+          # This field will only be set for teachers of the course and domain
+          # administrators.
+          #
+          # Read-only.
+        &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
+        &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive folder.
+            #
+            # Read-only.
+        &quot;title&quot;: &quot;A String&quot;, # Title of the Drive folder.
+            #
+            # Read-only.
       },
-    ],
-    &quot;enrollmentCode&quot;: &quot;A String&quot;, # Enrollment code to use when joining this course.
-        # Specifying this field in a course update mask results in an error.
-        #
-        # Read-only.
-    &quot;descriptionHeading&quot;: &quot;A String&quot;, # Optional heading for the description.
-        # For example, &quot;Welcome to 10th Grade Biology.&quot;
-        # If set, this field must be a valid UTF-8 string and no longer than 3600
-        # characters.
-    &quot;updateTime&quot;: &quot;A String&quot;, # Time of the most recent update to this course.
-        # Specifying this field in a course update mask results in an error.
-        #
-        # Read-only.
-    &quot;calendarId&quot;: &quot;A String&quot;, # The Calendar ID for a calendar that all course members can see, to which
-        # Classroom adds events for course work and announcements in the course.
-        #
-        # Read-only.
-    &quot;alternateLink&quot;: &quot;A String&quot;, # Absolute link to this course in the Classroom web UI.
-        #
-        # Read-only.
-    &quot;guardiansEnabled&quot;: True or False, # Whether or not guardian notifications are enabled for this course.
-        #
-        # Read-only.
-    &quot;courseState&quot;: &quot;A String&quot;, # State of the course.
-        # If unspecified, the default state is `PROVISIONED`.
-    &quot;ownerId&quot;: &quot;A String&quot;, # The identifier of the owner of a course.
-        #
-        # When specified as a parameter of a
-        # create course request, this
-        # field is required.
-        # The identifier can be one of the following:
-        #
-        # * the numeric identifier for the user
-        # * the email address of the user
-        # * the string literal `&quot;me&quot;`, indicating the requesting user
-        #
-        # This must be set in a create request. Admins can also specify this field
-        # in a patch course request to
-        # transfer ownership. In other contexts, it is read-only.
-    &quot;description&quot;: &quot;A String&quot;, # Optional description.
-        # For example, &quot;We&#x27;ll be learning about the structure of living
-        # creatures from a combination of textbooks, guest lectures, and lab work.
-        # Expect to be excited!&quot;
-        # If set, this field must be a valid UTF-8 string and no longer than 30,000
-        # characters.
-    &quot;teacherGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all teachers of the course.
-        # This group does not accept email and can only be used for permissions.
-        #
-        # Read-only.
-    &quot;creationTime&quot;: &quot;A String&quot;, # Creation time of the course.
-        # Specifying this field in a course update mask results in an error.
-        #
-        # Read-only.
-  }</pre>
+      &quot;id&quot;: &quot;A String&quot;, # Identifier for this course assigned by Classroom.
+          #
+          # When
+          # creating a course,
+          # you may optionally set this identifier to an
+          # alias string in the
+          # request to create a corresponding alias. The `id` is still assigned by
+          # Classroom and cannot be updated after the course is created.
+          #
+          # Specifying this field in a course update mask results in an error.
+      &quot;calendarId&quot;: &quot;A String&quot;, # The Calendar ID for a calendar that all course members can see, to which
+          # Classroom adds events for course work and announcements in the course.
+          #
+          # Read-only.
+      &quot;ownerId&quot;: &quot;A String&quot;, # The identifier of the owner of a course.
+          #
+          # When specified as a parameter of a
+          # create course request, this
+          # field is required.
+          # The identifier can be one of the following:
+          #
+          # * the numeric identifier for the user
+          # * the email address of the user
+          # * the string literal `&quot;me&quot;`, indicating the requesting user
+          #
+          # This must be set in a create request. Admins can also specify this field
+          # in a patch course request to
+          # transfer ownership. In other contexts, it is read-only.
+      &quot;guardiansEnabled&quot;: True or False, # Whether or not guardian notifications are enabled for this course.
+          #
+          # Read-only.
+      &quot;courseMaterialSets&quot;: [ # Sets of materials that appear on the &quot;about&quot; page of this course.
+          #
+          # Read-only.
+        { # A set of materials that appears on the &quot;About&quot; page of the course.
+            # These materials might include a syllabus, schedule, or other background
+            # information relating to the course as a whole.
+          &quot;title&quot;: &quot;A String&quot;, # Title for this set.
+          &quot;materials&quot;: [ # Materials attached to this set.
+            { # A material attached to a course as part of a material set.
+              &quot;youTubeVideo&quot;: { # YouTube video item. # Youtube video attachment.
+                &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to view the YouTube video.
+                    #
+                    # Read-only.
+                &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the YouTube video.
+                    #
+                    # Read-only.
+                &quot;id&quot;: &quot;A String&quot;, # YouTube API resource ID.
+                &quot;title&quot;: &quot;A String&quot;, # Title of the YouTube video.
+                    #
+                    # Read-only.
+              },
+              &quot;link&quot;: { # URL item. # Link atatchment.
+                &quot;url&quot;: &quot;A String&quot;, # URL to link to.
+                    # This must be a valid UTF-8 string containing between 1 and 2024 characters.
+                &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the target URL.
+                    #
+                    # Read-only.
+                &quot;title&quot;: &quot;A String&quot;, # Title of the target of the URL.
+                    #
+                    # Read-only.
+              },
+              &quot;driveFile&quot;: { # Representation of a Google Drive file. # Google Drive file attachment.
+                &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Drive item.
+                    #
+                    # Read-only.
+                &quot;alternateLink&quot;: &quot;A String&quot;, # URL that can be used to access the Drive item.
+                    #
+                    # Read-only.
+                &quot;id&quot;: &quot;A String&quot;, # Drive API resource ID.
+                &quot;title&quot;: &quot;A String&quot;, # Title of the Drive item.
+                    #
+                    # Read-only.
+              },
+              &quot;form&quot;: { # Google Forms item. # Google Forms attachment.
+                &quot;title&quot;: &quot;A String&quot;, # Title of the Form.
+                    #
+                    # Read-only.
+                &quot;responseUrl&quot;: &quot;A String&quot;, # URL of the form responses document.
+                    # Only set if respsonses have been recorded and only when the
+                    # requesting user is an editor of the form.
+                    #
+                    # Read-only.
+                &quot;thumbnailUrl&quot;: &quot;A String&quot;, # URL of a thumbnail image of the Form.
+                    #
+                    # Read-only.
+                &quot;formUrl&quot;: &quot;A String&quot;, # URL of the form.
+              },
+            },
+          ],
+        },
+      ],
+      &quot;courseGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all members of the course.
+          # This group does not accept email and can only be used for permissions.
+          #
+          # Read-only.
+      &quot;name&quot;: &quot;A String&quot;, # Name of the course.
+          # For example, &quot;10th Grade Biology&quot;.
+          # The name is required. It must be between 1 and 750 characters and a valid
+          # UTF-8 string.
+      &quot;descriptionHeading&quot;: &quot;A String&quot;, # Optional heading for the description.
+          # For example, &quot;Welcome to 10th Grade Biology.&quot;
+          # If set, this field must be a valid UTF-8 string and no longer than 3600
+          # characters.
+      &quot;section&quot;: &quot;A String&quot;, # Section of the course.
+          # For example, &quot;Period 2&quot;.
+          # If set, this field must be a valid UTF-8 string and no longer than 2800
+          # characters.
+      &quot;teacherGroupEmail&quot;: &quot;A String&quot;, # The email address of a Google group containing all teachers of the course.
+          # This group does not accept email and can only be used for permissions.
+          #
+          # Read-only.
+      &quot;room&quot;: &quot;A String&quot;, # Optional room location.
+          # For example, &quot;301&quot;.
+          # If set, this field must be a valid UTF-8 string and no longer than 650
+          # characters.
+      &quot;courseState&quot;: &quot;A String&quot;, # State of the course.
+          # If unspecified, the default state is `PROVISIONED`.
+      &quot;enrollmentCode&quot;: &quot;A String&quot;, # Enrollment code to use when joining this course.
+          # Specifying this field in a course update mask results in an error.
+          #
+          # Read-only.
+      &quot;creationTime&quot;: &quot;A String&quot;, # Creation time of the course.
+          # Specifying this field in a course update mask results in an error.
+          #
+          # Read-only.
+    }</pre>
 </div>
 
 </body></html>
\ No newline at end of file