docs: update generated docs (#981)
diff --git a/docs/dyn/classroom_v1.userProfiles.guardianInvitations.html b/docs/dyn/classroom_v1.userProfiles.guardianInvitations.html
index f89ee6b..2f1ee9d 100644
--- a/docs/dyn/classroom_v1.userProfiles.guardianInvitations.html
+++ b/docs/dyn/classroom_v1.userProfiles.guardianInvitations.html
@@ -81,7 +81,7 @@
<code><a href="#get">get(studentId, invitationId, x__xgafv=None)</a></code></p>
<p class="firstline">Returns a specific guardian invitation.</p>
<p class="toc_element">
- <code><a href="#list">list(studentId, pageToken=None, invitedEmailAddress=None, states=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(studentId, states=None, pageToken=None, invitedEmailAddress=None, pageSize=None, x__xgafv=None)</a></code></p>
<p class="firstline">Returns a list of guardian invitations that the requesting user is</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -129,18 +129,18 @@
The object takes the form of:
{ # An invitation to become the guardian of a specified user, sent to a specified
- # email address.
- "studentId": "A String", # ID of the student (in standard format)
- "state": "A String", # The state that this invitation is in.
- "invitedEmailAddress": "A String", # Email address that the invitation was sent to.
- # This field is only visible to domain administrators.
- "creationTime": "A String", # The time that this invitation was created.
- #
- # Read-only.
- "invitationId": "A String", # Unique identifier for this invitation.
- #
- # Read-only.
-}
+ # email address.
+ "invitedEmailAddress": "A String", # Email address that the invitation was sent to.
+ # This field is only visible to domain administrators.
+ "studentId": "A String", # ID of the student (in standard format)
+ "invitationId": "A String", # Unique identifier for this invitation.
+ #
+ # Read-only.
+ "creationTime": "A String", # The time that this invitation was created.
+ #
+ # Read-only.
+ "state": "A String", # The state that this invitation is in.
+ }
x__xgafv: string, V1 error format.
Allowed values
@@ -151,18 +151,18 @@
An object of the form:
{ # An invitation to become the guardian of a specified user, sent to a specified
- # email address.
- "studentId": "A String", # ID of the student (in standard format)
- "state": "A String", # The state that this invitation is in.
- "invitedEmailAddress": "A String", # Email address that the invitation was sent to.
- # This field is only visible to domain administrators.
- "creationTime": "A String", # The time that this invitation was created.
- #
- # Read-only.
- "invitationId": "A String", # Unique identifier for this invitation.
- #
- # Read-only.
- }</pre>
+ # email address.
+ "invitedEmailAddress": "A String", # Email address that the invitation was sent to.
+ # This field is only visible to domain administrators.
+ "studentId": "A String", # ID of the student (in standard format)
+ "invitationId": "A String", # Unique identifier for this invitation.
+ #
+ # Read-only.
+ "creationTime": "A String", # The time that this invitation was created.
+ #
+ # Read-only.
+ "state": "A String", # The state that this invitation is in.
+ }</pre>
</div>
<div class="method">
@@ -194,22 +194,22 @@
An object of the form:
{ # An invitation to become the guardian of a specified user, sent to a specified
- # email address.
- "studentId": "A String", # ID of the student (in standard format)
- "state": "A String", # The state that this invitation is in.
- "invitedEmailAddress": "A String", # Email address that the invitation was sent to.
- # This field is only visible to domain administrators.
- "creationTime": "A String", # The time that this invitation was created.
- #
- # Read-only.
- "invitationId": "A String", # Unique identifier for this invitation.
- #
- # Read-only.
- }</pre>
+ # email address.
+ "invitedEmailAddress": "A String", # Email address that the invitation was sent to.
+ # This field is only visible to domain administrators.
+ "studentId": "A String", # ID of the student (in standard format)
+ "invitationId": "A String", # Unique identifier for this invitation.
+ #
+ # Read-only.
+ "creationTime": "A String", # The time that this invitation was created.
+ #
+ # Read-only.
+ "state": "A String", # The state that this invitation is in.
+ }</pre>
</div>
<div class="method">
- <code class="details" id="list">list(studentId, pageToken=None, invitedEmailAddress=None, states=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(studentId, states=None, pageToken=None, invitedEmailAddress=None, pageSize=None, x__xgafv=None)</code>
<pre>Returns a list of guardian invitations that the requesting user is
permitted to view, filtered by the parameters provided.
@@ -237,6 +237,8 @@
* the string literal `"-"`, indicating that results should be returned for
all students that the requesting user is permitted to view guardian
invitations. (required)
+ states: string, If specified, only results with the specified `state` values are
+returned. Otherwise, results with a `state` of `PENDING` are returned. (repeated)
pageToken: string, nextPageToken
value returned from a previous
list
@@ -246,8 +248,6 @@
request must be otherwise identical to the one that resulted in this token.
invitedEmailAddress: string, If specified, only results with the specified `invited_email_address`
are returned.
- states: string, If specified, only results with the specified `state` values are
-returned. Otherwise, results with a `state` of `PENDING` are returned. (repeated)
pageSize: integer, Maximum number of items to return. Zero or unspecified indicates that the
server may assign a maximum.
@@ -265,18 +265,18 @@
# results are available.
"guardianInvitations": [ # Guardian invitations that matched the list request.
{ # An invitation to become the guardian of a specified user, sent to a specified
- # email address.
- "studentId": "A String", # ID of the student (in standard format)
- "state": "A String", # The state that this invitation is in.
- "invitedEmailAddress": "A String", # Email address that the invitation was sent to.
- # This field is only visible to domain administrators.
- "creationTime": "A String", # The time that this invitation was created.
- #
- # Read-only.
- "invitationId": "A String", # Unique identifier for this invitation.
- #
- # Read-only.
- },
+ # email address.
+ "invitedEmailAddress": "A String", # Email address that the invitation was sent to.
+ # This field is only visible to domain administrators.
+ "studentId": "A String", # ID of the student (in standard format)
+ "invitationId": "A String", # Unique identifier for this invitation.
+ #
+ # Read-only.
+ "creationTime": "A String", # The time that this invitation was created.
+ #
+ # Read-only.
+ "state": "A String", # The state that this invitation is in.
+ },
],
}</pre>
</div>
@@ -323,18 +323,18 @@
The object takes the form of:
{ # An invitation to become the guardian of a specified user, sent to a specified
- # email address.
- "studentId": "A String", # ID of the student (in standard format)
- "state": "A String", # The state that this invitation is in.
- "invitedEmailAddress": "A String", # Email address that the invitation was sent to.
- # This field is only visible to domain administrators.
- "creationTime": "A String", # The time that this invitation was created.
- #
- # Read-only.
- "invitationId": "A String", # Unique identifier for this invitation.
- #
- # Read-only.
-}
+ # email address.
+ "invitedEmailAddress": "A String", # Email address that the invitation was sent to.
+ # This field is only visible to domain administrators.
+ "studentId": "A String", # ID of the student (in standard format)
+ "invitationId": "A String", # Unique identifier for this invitation.
+ #
+ # Read-only.
+ "creationTime": "A String", # The time that this invitation was created.
+ #
+ # Read-only.
+ "state": "A String", # The state that this invitation is in.
+ }
updateMask: string, Mask that identifies which fields on the course to update.
This field is required to do an update. The update fails if invalid
@@ -354,18 +354,18 @@
An object of the form:
{ # An invitation to become the guardian of a specified user, sent to a specified
- # email address.
- "studentId": "A String", # ID of the student (in standard format)
- "state": "A String", # The state that this invitation is in.
- "invitedEmailAddress": "A String", # Email address that the invitation was sent to.
- # This field is only visible to domain administrators.
- "creationTime": "A String", # The time that this invitation was created.
- #
- # Read-only.
- "invitationId": "A String", # Unique identifier for this invitation.
- #
- # Read-only.
- }</pre>
+ # email address.
+ "invitedEmailAddress": "A String", # Email address that the invitation was sent to.
+ # This field is only visible to domain administrators.
+ "studentId": "A String", # ID of the student (in standard format)
+ "invitationId": "A String", # Unique identifier for this invitation.
+ #
+ # Read-only.
+ "creationTime": "A String", # The time that this invitation was created.
+ #
+ # Read-only.
+ "state": "A String", # The state that this invitation is in.
+ }</pre>
</div>
</body></html>
\ No newline at end of file