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:
-<br><code>projects/<var>projectId</var>/androidApps/<var>appId</var>/sha/<var>shaId</var></code>
+<br><code>projects/<var>PROJECT_NUMBER</var>/androidApps/<var>APP_ID</var>/sha/<var>SHA_ID</var></code>
<br>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:
-<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)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -173,9 +173,9 @@
"certificates": [ # The list of SHA certificates associated with the App.
{ # 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>