docs: update generated docs (#981)

diff --git a/docs/dyn/firebase_v1beta1.projects.androidApps.sha.html b/docs/dyn/firebase_v1beta1.projects.androidApps.sha.html
index 8880573..ad5aabb 100644
--- a/docs/dyn/firebase_v1beta1.projects.androidApps.sha.html
+++ b/docs/dyn/firebase_v1beta1.projects.androidApps.sha.html
@@ -90,18 +90,18 @@
 
 Args:
   parent: string, The parent App to which a SHA certificate will be added, in the format:
-<br><code>projects/<var>projectId</var>/androidApps/<var>appId</var></code>
-<br>As an <var>appId</var> is a unique identifier, the Unique Resource
+<br><code>projects/<var>PROJECT_NUMBER</var>/androidApps/<var>APP_ID</var></code>
+<br>As an <var>APP_ID</var> is a unique identifier, the Unique Resource
 from Sub-Collection access pattern may be used here, in the format:
-<br><code>projects/-/androidApps/<var>appId</var></code> (required)
+<br><code>projects/-/androidApps/<var>APP_ID</var></code> (required)
   body: object, The request body.
     The object takes the form of:
 
 { # A SHA-1 or SHA-256 certificate associated with the AndroidApp.
   "name": "A String", # The fully qualified resource name of the `sha-key`, in the format:
-      # <br><code>projects/<var>projectId</var>/androidApps/<var>appId</var>/sha/<var>shaId</var></code>
-  "shaHash": "A String", # The certificate hash for the App.
+      # <br><code>projects/<var>PROJECT_NUMBER</var>/androidApps/<var>APP_ID</var>/sha/<var>SHA_ID</var></code>
   "certType": "A String", # The SHA certificate type.
+  "shaHash": "A String", # The certificate hash for the App.
 }
 
   x__xgafv: string, V1 error format.
@@ -114,9 +114,9 @@
 
     { # A SHA-1 or SHA-256 certificate associated with the AndroidApp.
     "name": "A String", # The fully qualified resource name of the `sha-key`, in the format:
-        # <br><code>projects/<var>projectId</var>/androidApps/<var>appId</var>/sha/<var>shaId</var></code>
-    "shaHash": "A String", # The certificate hash for the App.
+        # <br><code>projects/<var>PROJECT_NUMBER</var>/androidApps/<var>APP_ID</var>/sha/<var>SHA_ID</var></code>
     "certType": "A String", # The SHA certificate type.
+    "shaHash": "A String", # The certificate hash for the App.
   }</pre>
 </div>
 
@@ -126,7 +126,7 @@
 
 Args:
   name: string, The fully qualified resource name of the `sha-key`, in the format:
-&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;/androidApps/&lt;var&gt;appId&lt;/var&gt;/sha/&lt;var&gt;shaId&lt;/var&gt;&lt;/code&gt;
+&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;PROJECT_NUMBER&lt;/var&gt;/androidApps/&lt;var&gt;APP_ID&lt;/var&gt;/sha/&lt;var&gt;SHA_ID&lt;/var&gt;&lt;/code&gt;
 &lt;br&gt;You can obtain the full name from the response of
 [`ListShaCertificates`](../projects.androidApps.sha/list) or the original
 [`CreateShaCertificate`](../projects.androidApps.sha/create). (required)
@@ -157,10 +157,10 @@
 
 Args:
   parent: string, The parent App for which to list SHA certificates, in the format:
-&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;/androidApps/&lt;var&gt;appId&lt;/var&gt;&lt;/code&gt;
-&lt;br&gt;As an &lt;var&gt;appId&lt;/var&gt; is a unique identifier, the Unique Resource
+&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;PROJECT_NUMBER&lt;/var&gt;/androidApps/&lt;var&gt;APP_ID&lt;/var&gt;&lt;/code&gt;
+&lt;br&gt;As an &lt;var&gt;APP_ID&lt;/var&gt; is a unique identifier, the Unique Resource
 from Sub-Collection access pattern may be used here, in the format:
-&lt;br&gt;&lt;code&gt;projects/-/androidApps/&lt;var&gt;appId&lt;/var&gt;&lt;/code&gt; (required)
+&lt;br&gt;&lt;code&gt;projects/-/androidApps/&lt;var&gt;APP_ID&lt;/var&gt;&lt;/code&gt; (required)
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -173,9 +173,9 @@
     &quot;certificates&quot;: [ # The list of SHA certificates associated with the App.
       { # A SHA-1 or SHA-256 certificate associated with the AndroidApp.
         &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the `sha-key`, in the format:
-            # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;/androidApps/&lt;var&gt;appId&lt;/var&gt;/sha/&lt;var&gt;shaId&lt;/var&gt;&lt;/code&gt;
-        &quot;shaHash&quot;: &quot;A String&quot;, # The certificate hash for the App.
+            # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;PROJECT_NUMBER&lt;/var&gt;/androidApps/&lt;var&gt;APP_ID&lt;/var&gt;/sha/&lt;var&gt;SHA_ID&lt;/var&gt;&lt;/code&gt;
         &quot;certType&quot;: &quot;A String&quot;, # The SHA certificate type.
+        &quot;shaHash&quot;: &quot;A String&quot;, # The certificate hash for the App.
       },
     ],
   }</pre>