Update docs.
diff --git a/docs/dyn/calendar_v3.settings.html b/docs/dyn/calendar_v3.settings.html
index aa92bb8..215031d 100644
--- a/docs/dyn/calendar_v3.settings.html
+++ b/docs/dyn/calendar_v3.settings.html
@@ -110,15 +110,18 @@
<pre>Returns all user settings for the authenticated user.
Args:
- syncToken: string, Token obtained from the 'nextSyncToken' field returned on the last result page of the previous method's call. It makes the result of this call contain only entries that have changed since the last call. Optional. The default is to return all entries.
+ syncToken: string, Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then.
+If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
+Learn more about incremental synchronization.
+Optional. The default is to return all entries.
pageToken: string, Token specifying which result page to return. Optional.
- maxResults: integer, Maximum number of entries returned on one result page. Optional.
+ maxResults: integer, Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional.
Returns:
An object of the form:
{
- "nextPageToken": "A String", # Token used to access the next page of this result.
+ "nextPageToken": "A String", # Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided.
"items": [ # List of user settings.
{
"kind": "calendar#setting", # Type of the resource ("calendar#setting").
@@ -170,9 +173,12 @@
"id": "A String", # A UUID or similar unique string that identifies this channel.
}
- syncToken: string, Token obtained from the 'nextSyncToken' field returned on the last result page of the previous method's call. It makes the result of this call contain only entries that have changed since the last call. Optional. The default is to return all entries.
+ syncToken: string, Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then.
+If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
+Learn more about incremental synchronization.
+Optional. The default is to return all entries.
pageToken: string, Token specifying which result page to return. Optional.
- maxResults: integer, Maximum number of entries returned on one result page. Optional.
+ maxResults: integer, Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional.
Returns:
An object of the form: