build: run docs regen in synth.py (#1059)

diff --git a/docs/dyn/gmail_v1.users.settings.sendAs.smimeInfo.html b/docs/dyn/gmail_v1.users.settings.sendAs.smimeInfo.html
index 6e3afeb..34a4381 100644
--- a/docs/dyn/gmail_v1.users.settings.sendAs.smimeInfo.html
+++ b/docs/dyn/gmail_v1.users.settings.sendAs.smimeInfo.html
@@ -130,13 +130,13 @@
   An object of the form:
 
     { # An S/MIME email config.
+    "id": "A String", # The immutable ID for the SmimeInfo.
     "pem": "A String", # PEM formatted X509 concatenated certificate string (standard base64 encoding). Format used for returning key, which includes public key as well as certificate chain (not private key).
-    "issuerCn": "A String", # The S/MIME certificate issuer's common name.
+    "pkcs12": "A String", # PKCS#12 format containing a single private/public key pair and certificate chain. This format is only accepted from client for creating a new SmimeInfo and is never returned, because the private key is not intended to be exported. PKCS#12 may be encrypted, in which case encryptedKeyPassword should be set appropriately.
     "encryptedKeyPassword": "A String", # Encrypted key password, when key is encrypted.
     "expiration": "A String", # When the certificate expires (in milliseconds since epoch).
-    "id": "A String", # The immutable ID for the SmimeInfo.
-    "pkcs12": "A String", # PKCS#12 format containing a single private/public key pair and certificate chain. This format is only accepted from client for creating a new SmimeInfo and is never returned, because the private key is not intended to be exported. PKCS#12 may be encrypted, in which case encryptedKeyPassword should be set appropriately.
     "isDefault": True or False, # Whether this SmimeInfo is the default one for this user's send-as address.
+    "issuerCn": "A String", # The S/MIME certificate issuer's common name.
   }</pre>
 </div>
 
@@ -151,13 +151,13 @@
     The object takes the form of:
 
 { # An S/MIME email config.
+  &quot;id&quot;: &quot;A String&quot;, # The immutable ID for the SmimeInfo.
   &quot;pem&quot;: &quot;A String&quot;, # PEM formatted X509 concatenated certificate string (standard base64 encoding). Format used for returning key, which includes public key as well as certificate chain (not private key).
-  &quot;issuerCn&quot;: &quot;A String&quot;, # The S/MIME certificate issuer&#x27;s common name.
+  &quot;pkcs12&quot;: &quot;A String&quot;, # PKCS#12 format containing a single private/public key pair and certificate chain. This format is only accepted from client for creating a new SmimeInfo and is never returned, because the private key is not intended to be exported. PKCS#12 may be encrypted, in which case encryptedKeyPassword should be set appropriately.
   &quot;encryptedKeyPassword&quot;: &quot;A String&quot;, # Encrypted key password, when key is encrypted.
   &quot;expiration&quot;: &quot;A String&quot;, # When the certificate expires (in milliseconds since epoch).
-  &quot;id&quot;: &quot;A String&quot;, # The immutable ID for the SmimeInfo.
-  &quot;pkcs12&quot;: &quot;A String&quot;, # PKCS#12 format containing a single private/public key pair and certificate chain. This format is only accepted from client for creating a new SmimeInfo and is never returned, because the private key is not intended to be exported. PKCS#12 may be encrypted, in which case encryptedKeyPassword should be set appropriately.
   &quot;isDefault&quot;: True or False, # Whether this SmimeInfo is the default one for this user&#x27;s send-as address.
+  &quot;issuerCn&quot;: &quot;A String&quot;, # The S/MIME certificate issuer&#x27;s common name.
 }
 
   x__xgafv: string, V1 error format.
@@ -169,13 +169,13 @@
   An object of the form:
 
     { # An S/MIME email config.
+    &quot;id&quot;: &quot;A String&quot;, # The immutable ID for the SmimeInfo.
     &quot;pem&quot;: &quot;A String&quot;, # PEM formatted X509 concatenated certificate string (standard base64 encoding). Format used for returning key, which includes public key as well as certificate chain (not private key).
-    &quot;issuerCn&quot;: &quot;A String&quot;, # The S/MIME certificate issuer&#x27;s common name.
+    &quot;pkcs12&quot;: &quot;A String&quot;, # PKCS#12 format containing a single private/public key pair and certificate chain. This format is only accepted from client for creating a new SmimeInfo and is never returned, because the private key is not intended to be exported. PKCS#12 may be encrypted, in which case encryptedKeyPassword should be set appropriately.
     &quot;encryptedKeyPassword&quot;: &quot;A String&quot;, # Encrypted key password, when key is encrypted.
     &quot;expiration&quot;: &quot;A String&quot;, # When the certificate expires (in milliseconds since epoch).
-    &quot;id&quot;: &quot;A String&quot;, # The immutable ID for the SmimeInfo.
-    &quot;pkcs12&quot;: &quot;A String&quot;, # PKCS#12 format containing a single private/public key pair and certificate chain. This format is only accepted from client for creating a new SmimeInfo and is never returned, because the private key is not intended to be exported. PKCS#12 may be encrypted, in which case encryptedKeyPassword should be set appropriately.
     &quot;isDefault&quot;: True or False, # Whether this SmimeInfo is the default one for this user&#x27;s send-as address.
+    &quot;issuerCn&quot;: &quot;A String&quot;, # The S/MIME certificate issuer&#x27;s common name.
   }</pre>
 </div>
 
@@ -197,13 +197,13 @@
     {
     &quot;smimeInfo&quot;: [ # List of SmimeInfo.
       { # An S/MIME email config.
+        &quot;id&quot;: &quot;A String&quot;, # The immutable ID for the SmimeInfo.
         &quot;pem&quot;: &quot;A String&quot;, # PEM formatted X509 concatenated certificate string (standard base64 encoding). Format used for returning key, which includes public key as well as certificate chain (not private key).
-        &quot;issuerCn&quot;: &quot;A String&quot;, # The S/MIME certificate issuer&#x27;s common name.
+        &quot;pkcs12&quot;: &quot;A String&quot;, # PKCS#12 format containing a single private/public key pair and certificate chain. This format is only accepted from client for creating a new SmimeInfo and is never returned, because the private key is not intended to be exported. PKCS#12 may be encrypted, in which case encryptedKeyPassword should be set appropriately.
         &quot;encryptedKeyPassword&quot;: &quot;A String&quot;, # Encrypted key password, when key is encrypted.
         &quot;expiration&quot;: &quot;A String&quot;, # When the certificate expires (in milliseconds since epoch).
-        &quot;id&quot;: &quot;A String&quot;, # The immutable ID for the SmimeInfo.
-        &quot;pkcs12&quot;: &quot;A String&quot;, # PKCS#12 format containing a single private/public key pair and certificate chain. This format is only accepted from client for creating a new SmimeInfo and is never returned, because the private key is not intended to be exported. PKCS#12 may be encrypted, in which case encryptedKeyPassword should be set appropriately.
         &quot;isDefault&quot;: True or False, # Whether this SmimeInfo is the default one for this user&#x27;s send-as address.
+        &quot;issuerCn&quot;: &quot;A String&quot;, # The S/MIME certificate issuer&#x27;s common name.
       },
     ],
   }</pre>