Update docs for 1.3.2 release.
diff --git a/docs/dyn/gmail_v1.users.messages.html b/docs/dyn/gmail_v1.users.messages.html
index c8b8d1a..e2b224c 100644
--- a/docs/dyn/gmail_v1.users.messages.html
+++ b/docs/dyn/gmail_v1.users.messages.html
@@ -86,7 +86,7 @@
   <code><a href="#get">get(userId, id, format=None, metadataHeaders=None)</a></code></p>
 <p class="firstline">Gets the specified message.</p>
 <p class="toc_element">
-  <code><a href="#import_">import_(userId, body=None, media_body=None, internalDateSource=None)</a></code></p>
+  <code><a href="#import_">import_(userId, body=None, media_body=None, internalDateSource=None, neverMarkSpam=None, processForCalendar=None, deleted=None)</a></code></p>
 <p class="firstline">Imports a message into only this user's mailbox, with standard email delivery scanning and classification similar to receiving via SMTP. Does not send a message.</p>
 <p class="toc_element">
   <code><a href="#insert">insert(userId, body=None, media_body=None, internalDateSource=None)</a></code></p>
@@ -160,7 +160,7 @@
       ],
     },
     "snippet": "A String", # A short part of the message text.
-    "raw": "A String", # The entire email message in an RFC 2822 formatted and URL-safe base64 encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
+    "raw": "A String", # The entire email message in an RFC 2822 formatted and base64url encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
     "sizeEstimate": 42, # Estimated size in bytes of the message.
     "threadId": "A String", # The ID of the thread the message belongs to. To add a message or draft to a thread, the following criteria must be met:
         # - The requested threadId must be specified on the Message or Draft.Message you supply with your request.
@@ -174,7 +174,7 @@
 </div>
 
 <div class="method">
-    <code class="details" id="import_">import_(userId, body=None, media_body=None, internalDateSource=None)</code>
+    <code class="details" id="import_">import_(userId, body=None, media_body=None, internalDateSource=None, neverMarkSpam=None, processForCalendar=None, deleted=None)</code>
   <pre>Imports a message into only this user's mailbox, with standard email delivery scanning and classification similar to receiving via SMTP. Does not send a message.
 
 Args:
@@ -204,7 +204,7 @@
     ],
   },
   "snippet": "A String", # A short part of the message text.
-  "raw": "A String", # The entire email message in an RFC 2822 formatted and URL-safe base64 encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
+  "raw": "A String", # The entire email message in an RFC 2822 formatted and base64url encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
   "sizeEstimate": 42, # Estimated size in bytes of the message.
   "threadId": "A String", # The ID of the thread the message belongs to. To add a message or draft to a thread, the following criteria must be met:
       # - The requested threadId must be specified on the Message or Draft.Message you supply with your request.
@@ -221,6 +221,9 @@
     Allowed values
       dateHeader - 
       receivedTime - 
+  neverMarkSpam: boolean, Ignore the Gmail spam classifier decision and never mark this email as SPAM in the mailbox.
+  processForCalendar: boolean, Process calendar invites in the email and add any extracted meetings to the Google Calendar for this user.
+  deleted: boolean, Mark the email as permanently deleted (not TRASH) and only visible in Google Apps Vault to a Vault administrator. Only used for Google Apps for Work accounts.
 
 Returns:
   An object of the form:
@@ -247,7 +250,7 @@
       ],
     },
     "snippet": "A String", # A short part of the message text.
-    "raw": "A String", # The entire email message in an RFC 2822 formatted and URL-safe base64 encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
+    "raw": "A String", # The entire email message in an RFC 2822 formatted and base64url encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
     "sizeEstimate": 42, # Estimated size in bytes of the message.
     "threadId": "A String", # The ID of the thread the message belongs to. To add a message or draft to a thread, the following criteria must be met:
         # - The requested threadId must be specified on the Message or Draft.Message you supply with your request.
@@ -291,7 +294,7 @@
     ],
   },
   "snippet": "A String", # A short part of the message text.
-  "raw": "A String", # The entire email message in an RFC 2822 formatted and URL-safe base64 encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
+  "raw": "A String", # The entire email message in an RFC 2822 formatted and base64url encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
   "sizeEstimate": 42, # Estimated size in bytes of the message.
   "threadId": "A String", # The ID of the thread the message belongs to. To add a message or draft to a thread, the following criteria must be met:
       # - The requested threadId must be specified on the Message or Draft.Message you supply with your request.
@@ -334,7 +337,7 @@
       ],
     },
     "snippet": "A String", # A short part of the message text.
-    "raw": "A String", # The entire email message in an RFC 2822 formatted and URL-safe base64 encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
+    "raw": "A String", # The entire email message in an RFC 2822 formatted and base64url encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
     "sizeEstimate": 42, # Estimated size in bytes of the message.
     "threadId": "A String", # The ID of the thread the message belongs to. To add a message or draft to a thread, the following criteria must be met:
         # - The requested threadId must be specified on the Message or Draft.Message you supply with your request.
@@ -388,7 +391,7 @@
           ],
         },
         "snippet": "A String", # A short part of the message text.
-        "raw": "A String", # The entire email message in an RFC 2822 formatted and URL-safe base64 encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
+        "raw": "A String", # The entire email message in an RFC 2822 formatted and base64url encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
         "sizeEstimate": 42, # Estimated size in bytes of the message.
         "threadId": "A String", # The ID of the thread the message belongs to. To add a message or draft to a thread, the following criteria must be met:
             # - The requested threadId must be specified on the Message or Draft.Message you supply with your request.
@@ -462,7 +465,7 @@
       ],
     },
     "snippet": "A String", # A short part of the message text.
-    "raw": "A String", # The entire email message in an RFC 2822 formatted and URL-safe base64 encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
+    "raw": "A String", # The entire email message in an RFC 2822 formatted and base64url encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
     "sizeEstimate": 42, # Estimated size in bytes of the message.
     "threadId": "A String", # The ID of the thread the message belongs to. To add a message or draft to a thread, the following criteria must be met:
         # - The requested threadId must be specified on the Message or Draft.Message you supply with your request.
@@ -506,7 +509,7 @@
     ],
   },
   "snippet": "A String", # A short part of the message text.
-  "raw": "A String", # The entire email message in an RFC 2822 formatted and URL-safe base64 encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
+  "raw": "A String", # The entire email message in an RFC 2822 formatted and base64url encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
   "sizeEstimate": 42, # Estimated size in bytes of the message.
   "threadId": "A String", # The ID of the thread the message belongs to. To add a message or draft to a thread, the following criteria must be met:
       # - The requested threadId must be specified on the Message or Draft.Message you supply with your request.
@@ -545,7 +548,7 @@
       ],
     },
     "snippet": "A String", # A short part of the message text.
-    "raw": "A String", # The entire email message in an RFC 2822 formatted and URL-safe base64 encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
+    "raw": "A String", # The entire email message in an RFC 2822 formatted and base64url encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
     "sizeEstimate": 42, # Estimated size in bytes of the message.
     "threadId": "A String", # The ID of the thread the message belongs to. To add a message or draft to a thread, the following criteria must be met:
         # - The requested threadId must be specified on the Message or Draft.Message you supply with your request.
@@ -591,7 +594,7 @@
       ],
     },
     "snippet": "A String", # A short part of the message text.
-    "raw": "A String", # The entire email message in an RFC 2822 formatted and URL-safe base64 encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
+    "raw": "A String", # The entire email message in an RFC 2822 formatted and base64url encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
     "sizeEstimate": 42, # Estimated size in bytes of the message.
     "threadId": "A String", # The ID of the thread the message belongs to. To add a message or draft to a thread, the following criteria must be met:
         # - The requested threadId must be specified on the Message or Draft.Message you supply with your request.
@@ -637,7 +640,7 @@
       ],
     },
     "snippet": "A String", # A short part of the message text.
-    "raw": "A String", # The entire email message in an RFC 2822 formatted and URL-safe base64 encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
+    "raw": "A String", # The entire email message in an RFC 2822 formatted and base64url encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.
     "sizeEstimate": 42, # Estimated size in bytes of the message.
     "threadId": "A String", # The ID of the thread the message belongs to. To add a message or draft to a thread, the following criteria must be met:
         # - The requested threadId must be specified on the Message or Draft.Message you supply with your request.