Regen docs (#364)

diff --git a/docs/dyn/gmail_v1.users.settings.sendAs.html b/docs/dyn/gmail_v1.users.settings.sendAs.html
index 6d0231f..196d487 100644
--- a/docs/dyn/gmail_v1.users.settings.sendAs.html
+++ b/docs/dyn/gmail_v1.users.settings.sendAs.html
@@ -75,6 +75,11 @@
 <h1><a href="gmail_v1.html">Gmail API</a> . <a href="gmail_v1.users.html">users</a> . <a href="gmail_v1.users.settings.html">settings</a> . <a href="gmail_v1.users.settings.sendAs.html">sendAs</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
+  <code><a href="gmail_v1.users.settings.sendAs.smimeInfo.html">smimeInfo()</a></code>
+</p>
+<p class="firstline">Returns the smimeInfo Resource.</p>
+
+<p class="toc_element">
   <code><a href="#create">create(userId, body)</a></code></p>
 <p class="firstline">Creates a custom "from" send-as alias. If an SMTP MSA is specified, Gmail will attempt to connect to the SMTP service to validate the configuration before creating the alias. If ownership verification is required for the alias, a message will be sent to the email address and the resource's verification status will be set to pending; otherwise, the resource will be created with verification status set to accepted. If a signature is provided, Gmail will sanitize the HTML before saving it with the alias.</p>
 <p class="toc_element">
@@ -88,7 +93,7 @@
 <p class="firstline">Lists the send-as aliases for the specified account. The result includes the primary send-as address associated with the account as well as any custom "from" aliases.</p>
 <p class="toc_element">
   <code><a href="#patch">patch(userId, sendAsEmail, body)</a></code></p>
-<p class="firstline">Updates a send-as alias. If a signature is provided, Gmail will sanitize the HTML before saving it with the alias. This method supports patch semantics.</p>
+<p class="firstline">Updates a send-as alias. If a signature is provided, Gmail will sanitize the HTML before saving it with the alias.</p>
 <p class="toc_element">
   <code><a href="#update">update(userId, sendAsEmail, body)</a></code></p>
 <p class="firstline">Updates a send-as alias. If a signature is provided, Gmail will sanitize the HTML before saving it with the alias.</p>
@@ -100,6 +105,8 @@
     <code class="details" id="create">create(userId, body)</code>
   <pre>Creates a custom "from" send-as alias. If an SMTP MSA is specified, Gmail will attempt to connect to the SMTP service to validate the configuration before creating the alias. If ownership verification is required for the alias, a message will be sent to the email address and the resource's verification status will be set to pending; otherwise, the resource will be created with verification status set to accepted. If a signature is provided, Gmail will sanitize the HTML before saving it with the alias.
 
+This method is only available to service account clients that have been delegated domain-wide authority.
+
 Args:
   userId: string, User's email address. The special value "me" can be used to indicate the authenticated user. (required)
   body: object, The request body. (required)
@@ -150,6 +157,8 @@
     <code class="details" id="delete">delete(userId, sendAsEmail)</code>
   <pre>Deletes the specified send-as alias. Revokes any verification that may have been required for using it.
 
+This method is only available to service account clients that have been delegated domain-wide authority.
+
 Args:
   userId: string, User's email address. The special value "me" can be used to indicate the authenticated user. (required)
   sendAsEmail: string, The send-as alias to be deleted. (required)
@@ -221,7 +230,9 @@
 
 <div class="method">
     <code class="details" id="patch">patch(userId, sendAsEmail, body)</code>
-  <pre>Updates a send-as alias. If a signature is provided, Gmail will sanitize the HTML before saving it with the alias. This method supports patch semantics.
+  <pre>Updates a send-as alias. If a signature is provided, Gmail will sanitize the HTML before saving it with the alias.
+
+Addresses other than the primary address for the account can only be updated by service account clients that have been delegated domain-wide authority. This method supports patch semantics.
 
 Args:
   userId: string, User's email address. The special value "me" can be used to indicate the authenticated user. (required)
@@ -274,6 +285,8 @@
     <code class="details" id="update">update(userId, sendAsEmail, body)</code>
   <pre>Updates a send-as alias. If a signature is provided, Gmail will sanitize the HTML before saving it with the alias.
 
+Addresses other than the primary address for the account can only be updated by service account clients that have been delegated domain-wide authority.
+
 Args:
   userId: string, User's email address. The special value "me" can be used to indicate the authenticated user. (required)
   sendAsEmail: string, The send-as alias to be updated. (required)
@@ -325,6 +338,8 @@
     <code class="details" id="verify">verify(userId, sendAsEmail)</code>
   <pre>Sends a verification email to the specified send-as alias address. The verification status must be pending.
 
+This method is only available to service account clients that have been delegated domain-wide authority.
+
 Args:
   userId: string, User's email address. The special value "me" can be used to indicate the authenticated user. (required)
   sendAsEmail: string, The send-as alias to be verified. (required)