docs: update generated docs (#981)
diff --git a/docs/dyn/classroom_v1.userProfiles.guardians.html b/docs/dyn/classroom_v1.userProfiles.guardians.html
index d74cfcf..e309bd9 100644
--- a/docs/dyn/classroom_v1.userProfiles.guardians.html
+++ b/docs/dyn/classroom_v1.userProfiles.guardians.html
@@ -81,7 +81,7 @@
<code><a href="#get">get(studentId, guardianId, x__xgafv=None)</a></code></p>
<p class="firstline">Returns a specific guardian.</p>
<p class="toc_element">
- <code><a href="#list">list(studentId, pageToken=None, invitedEmailAddress=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(studentId, invitedEmailAddress=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
<p class="firstline">Returns a list of guardians that the requesting user is permitted to</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -171,10 +171,7 @@
{ # Association between a student and a guardian of that student. The guardian
# may receive information about the student's course work.
"guardianProfile": { # Global information for a user. # User profile for the guardian.
- "emailAddress": "A String", # Email address of the user.
- #
- # Read-only.
- "photoUrl": "A String", # URL of user's profile photo.
+ "id": "A String", # Identifier of the user.
#
# Read-only.
"permissions": [ # Global permissions of the user.
@@ -184,38 +181,41 @@
"permission": "A String", # Permission value.
},
],
- "name": { # Details of the user's name. # Name of the user.
- #
- # Read-only.
- "givenName": "A String", # The user's first name.
- #
- # Read-only.
- "familyName": "A String", # The user's last name.
- #
- # Read-only.
- "fullName": "A String", # The user's full name formed by concatenating the first and last name
- # values.
- #
- # Read-only.
- },
- "id": "A String", # Identifier 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 is always false.
#
# Read-only
+ "emailAddress": "A String", # Email address of the user.
+ #
+ # Read-only.
+ "photoUrl": "A String", # URL of user's profile photo.
+ #
+ # Read-only.
+ "name": { # Details of the user's name. # Name of the user.
+ #
+ # Read-only.
+ "fullName": "A String", # The user's full name formed by concatenating the first and last name
+ # values.
+ #
+ # Read-only.
+ "familyName": "A String", # The user's last name.
+ #
+ # Read-only.
+ "givenName": "A String", # The user's first name.
+ #
+ # Read-only.
+ },
},
- "studentId": "A String", # Identifier for the student to whom the guardian relationship applies.
- "guardianId": "A String", # Identifier for the guardian.
"invitedEmailAddress": "A String", # The email address to which the initial guardian invitation was sent.
# This field is only visible to domain administrators.
+ "studentId": "A String", # Identifier for the student to whom the guardian relationship applies.
+ "guardianId": "A String", # Identifier for the guardian.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(studentId, pageToken=None, invitedEmailAddress=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(studentId, invitedEmailAddress=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
<pre>Returns a list of guardians that the requesting user is permitted to
view, restricted to those that match the request.
@@ -246,6 +246,9 @@
* the string literal `"me"`, indicating the requesting user
* the string literal `"-"`, indicating that results should be returned for
all students that the requesting user has access to view. (required)
+ invitedEmailAddress: string, Filter results by the email address that the original invitation was sent
+to, resulting in this guardian link.
+This filter can only be used by domain administrators.
pageToken: string, nextPageToken
value returned from a previous
list call,
@@ -253,9 +256,6 @@
The list request
must be otherwise identical to the one that resulted in this token.
- invitedEmailAddress: string, Filter results by the email address that the original invitation was sent
-to, resulting in this guardian link.
-This filter can only be used by domain administrators.
pageSize: integer, Maximum number of items to return. Zero or unspecified indicates that the
server may assign a maximum.
@@ -276,10 +276,7 @@
{ # Association between a student and a guardian of that student. The guardian
# may receive information about the student's course work.
"guardianProfile": { # Global information for a user. # User profile for the guardian.
- "emailAddress": "A String", # Email address of the user.
- #
- # Read-only.
- "photoUrl": "A String", # URL of user's profile photo.
+ "id": "A String", # Identifier of the user.
#
# Read-only.
"permissions": [ # Global permissions of the user.
@@ -289,33 +286,36 @@
"permission": "A String", # Permission value.
},
],
- "name": { # Details of the user's name. # Name of the user.
- #
- # Read-only.
- "givenName": "A String", # The user's first name.
- #
- # Read-only.
- "familyName": "A String", # The user's last name.
- #
- # Read-only.
- "fullName": "A String", # The user's full name formed by concatenating the first and last name
- # values.
- #
- # Read-only.
- },
- "id": "A String", # Identifier 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 is always false.
#
# Read-only
+ "emailAddress": "A String", # Email address of the user.
+ #
+ # Read-only.
+ "photoUrl": "A String", # URL of user's profile photo.
+ #
+ # Read-only.
+ "name": { # Details of the user's name. # Name of the user.
+ #
+ # Read-only.
+ "fullName": "A String", # The user's full name formed by concatenating the first and last name
+ # values.
+ #
+ # Read-only.
+ "familyName": "A String", # The user's last name.
+ #
+ # Read-only.
+ "givenName": "A String", # The user's first name.
+ #
+ # Read-only.
+ },
},
- "studentId": "A String", # Identifier for the student to whom the guardian relationship applies.
- "guardianId": "A String", # Identifier for the guardian.
"invitedEmailAddress": "A String", # The email address to which the initial guardian invitation was sent.
# This field is only visible to domain administrators.
+ "studentId": "A String", # Identifier for the student to whom the guardian relationship applies.
+ "guardianId": "A String", # Identifier for the guardian.
},
],
}</pre>