Regen all docs. (#700)
* Stop recursing if discovery == {}
* Generate docs with 'make docs'.
diff --git a/docs/dyn/classroom_v1.courses.students.html b/docs/dyn/classroom_v1.courses.students.html
index b31e90c..c642539 100644
--- a/docs/dyn/classroom_v1.courses.students.html
+++ b/docs/dyn/classroom_v1.courses.students.html
@@ -84,7 +84,7 @@
<code><a href="#get">get(courseId, userId, x__xgafv=None)</a></code></p>
<p class="firstline">Returns a student of a course.</p>
<p class="toc_element">
- <code><a href="#list">list(courseId, pageSize=None, x__xgafv=None, pageToken=None)</a></code></p>
+ <code><a href="#list">list(courseId, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Returns a list of students of this course that the requester</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -115,25 +115,9 @@
The object takes the form of:
{ # Student in a course.
- "courseId": "A String", # Identifier of the course.
- #
- # Read-only.
"profile": { # Global information for a user. # Global user information for the student.
#
# Read-only.
- "permissions": [ # Global permissions of the user.
- #
- # Read-only.
- { # Global user permission description.
- "permission": "A String", # Permission value.
- },
- ],
- "emailAddress": "A String", # Email address of the user.
- #
- # Read-only.
- "id": "A String", # Identifier of the user.
- #
- # Read-only.
"name": { # Details of the user's name. # Name of the user.
#
# Read-only.
@@ -151,7 +135,28 @@
"photoUrl": "A String", # URL of user's profile photo.
#
# Read-only.
+ "emailAddress": "A String", # Email address of the user.
+ #
+ # Read-only.
+ "verifiedTeacher": True or False, # Represents whether a G Suite for Education user's domain administrator has
+ # explicitly verified them as being a teacher. If the user is not a member of
+ # a G Suite for Education domain, than this field will always be false.
+ #
+ # Read-only
+ "id": "A String", # Identifier of the user.
+ #
+ # Read-only.
+ "permissions": [ # Global permissions of the user.
+ #
+ # Read-only.
+ { # Global user permission description.
+ "permission": "A String", # Permission value.
+ },
+ ],
},
+ "courseId": "A String", # Identifier of the course.
+ #
+ # Read-only.
"studentWorkFolder": { # Representation of a Google Drive folder. # Information about a Drive Folder for this student's work in this course.
# Only visible to the student and domain administrators.
#
@@ -187,25 +192,9 @@
An object of the form:
{ # Student in a course.
- "courseId": "A String", # Identifier of the course.
- #
- # Read-only.
"profile": { # Global information for a user. # Global user information for the student.
#
# Read-only.
- "permissions": [ # Global permissions of the user.
- #
- # Read-only.
- { # Global user permission description.
- "permission": "A String", # Permission value.
- },
- ],
- "emailAddress": "A String", # Email address of the user.
- #
- # Read-only.
- "id": "A String", # Identifier of the user.
- #
- # Read-only.
"name": { # Details of the user's name. # Name of the user.
#
# Read-only.
@@ -223,7 +212,28 @@
"photoUrl": "A String", # URL of user's profile photo.
#
# Read-only.
+ "emailAddress": "A String", # Email address of the user.
+ #
+ # Read-only.
+ "verifiedTeacher": True or False, # Represents whether a G Suite for Education user's domain administrator has
+ # explicitly verified them as being a teacher. If the user is not a member of
+ # a G Suite for Education domain, than this field will always be false.
+ #
+ # Read-only
+ "id": "A String", # Identifier of the user.
+ #
+ # Read-only.
+ "permissions": [ # Global permissions of the user.
+ #
+ # Read-only.
+ { # Global user permission description.
+ "permission": "A String", # Permission value.
+ },
+ ],
},
+ "courseId": "A String", # Identifier of the course.
+ #
+ # Read-only.
"studentWorkFolder": { # Representation of a Google Drive folder. # Information about a Drive Folder for this student's work in this course.
# Only visible to the student and domain administrators.
#
@@ -318,25 +328,9 @@
An object of the form:
{ # Student in a course.
- "courseId": "A String", # Identifier of the course.
- #
- # Read-only.
"profile": { # Global information for a user. # Global user information for the student.
#
# Read-only.
- "permissions": [ # Global permissions of the user.
- #
- # Read-only.
- { # Global user permission description.
- "permission": "A String", # Permission value.
- },
- ],
- "emailAddress": "A String", # Email address of the user.
- #
- # Read-only.
- "id": "A String", # Identifier of the user.
- #
- # Read-only.
"name": { # Details of the user's name. # Name of the user.
#
# Read-only.
@@ -354,7 +348,28 @@
"photoUrl": "A String", # URL of user's profile photo.
#
# Read-only.
+ "emailAddress": "A String", # Email address of the user.
+ #
+ # Read-only.
+ "verifiedTeacher": True or False, # Represents whether a G Suite for Education user's domain administrator has
+ # explicitly verified them as being a teacher. If the user is not a member of
+ # a G Suite for Education domain, than this field will always be false.
+ #
+ # Read-only
+ "id": "A String", # Identifier of the user.
+ #
+ # Read-only.
+ "permissions": [ # Global permissions of the user.
+ #
+ # Read-only.
+ { # Global user permission description.
+ "permission": "A String", # Permission value.
+ },
+ ],
},
+ "courseId": "A String", # Identifier of the course.
+ #
+ # Read-only.
"studentWorkFolder": { # Representation of a Google Drive folder. # Information about a Drive Folder for this student's work in this course.
# Only visible to the student and domain administrators.
#
@@ -379,7 +394,7 @@
</div>
<div class="method">
- <code class="details" id="list">list(courseId, pageSize=None, x__xgafv=None, pageToken=None)</code>
+ <code class="details" id="list">list(courseId, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Returns a list of students of this course that the requester
is permitted to view.
@@ -395,10 +410,6 @@
pageSize: integer, Maximum number of items to return. Zero means no maximum.
The server may return fewer than the specified number of results.
- x__xgafv: string, V1 error format.
- Allowed values
- 1 - v1 error format
- 2 - v2 error format
pageToken: string, nextPageToken
value returned from a previous
list call, indicating that
@@ -406,6 +417,10 @@
The list request must be
otherwise identical to the one that resulted in this token.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
Returns:
An object of the form:
@@ -413,25 +428,9 @@
{ # Response when listing students.
"students": [ # Students who match the list request.
{ # Student in a course.
- "courseId": "A String", # Identifier of the course.
- #
- # Read-only.
"profile": { # Global information for a user. # Global user information for the student.
#
# Read-only.
- "permissions": [ # Global permissions of the user.
- #
- # Read-only.
- { # Global user permission description.
- "permission": "A String", # Permission value.
- },
- ],
- "emailAddress": "A String", # Email address of the user.
- #
- # Read-only.
- "id": "A String", # Identifier of the user.
- #
- # Read-only.
"name": { # Details of the user's name. # Name of the user.
#
# Read-only.
@@ -449,7 +448,28 @@
"photoUrl": "A String", # URL of user's profile photo.
#
# Read-only.
+ "emailAddress": "A String", # Email address of the user.
+ #
+ # Read-only.
+ "verifiedTeacher": True or False, # Represents whether a G Suite for Education user's domain administrator has
+ # explicitly verified them as being a teacher. If the user is not a member of
+ # a G Suite for Education domain, than this field will always be false.
+ #
+ # Read-only
+ "id": "A String", # Identifier of the user.
+ #
+ # Read-only.
+ "permissions": [ # Global permissions of the user.
+ #
+ # Read-only.
+ { # Global user permission description.
+ "permission": "A String", # Permission value.
+ },
+ ],
},
+ "courseId": "A String", # Identifier of the course.
+ #
+ # Read-only.
"studentWorkFolder": { # Representation of a Google Drive folder. # Information about a Drive Folder for this student's work in this course.
# Only visible to the student and domain administrators.
#