docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/firebase_v1beta1.projects.androidApps.sha.html b/docs/dyn/firebase_v1beta1.projects.androidApps.sha.html
index ad5aabb..626069f 100644
--- a/docs/dyn/firebase_v1beta1.projects.androidApps.sha.html
+++ b/docs/dyn/firebase_v1beta1.projects.androidApps.sha.html
@@ -75,34 +75,37 @@
<h1><a href="firebase_v1beta1.html">Firebase Management API</a> . <a href="firebase_v1beta1.projects.html">projects</a> . <a href="firebase_v1beta1.projects.androidApps.html">androidApps</a> . <a href="firebase_v1beta1.projects.androidApps.sha.html">sha</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
+ <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Adds a SHA certificate to the specified AndroidApp.</p>
+<p class="firstline">Adds a ShaCertificate to the specified AndroidApp.</p>
<p class="toc_element">
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
-<p class="firstline">Removes a SHA certificate from the specified AndroidApp.</p>
+<p class="firstline">Removes a ShaCertificate from the specified AndroidApp.</p>
<p class="toc_element">
<code><a href="#list">list(parent, x__xgafv=None)</a></code></p>
-<p class="firstline">Returns the list of SHA-1 and SHA-256 certificates for the specified</p>
+<p class="firstline">Lists the SHA-1 and SHA-256 certificates for the specified AndroidApp.</p>
<h3>Method Details</h3>
<div class="method">
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
- <pre>Adds a SHA certificate to the specified AndroidApp.
+ <pre>Adds a ShaCertificate to the specified AndroidApp.
Args:
- parent: string, The parent App to which a SHA certificate will be added, in the format:
-<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>APP_ID</var></code> (required)
+ parent: string, The resource name of the parent AndroidApp to which to add a ShaCertificate, in the format: projects/PROJECT_IDENTIFIER/androidApps/ APP_ID Since an APP_ID is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format: projects/-/androidApps/APP_ID Refer to the `AndroidApp` [`name`](../projects.androidApps#AndroidApp.FIELDS.name) field for details about PROJECT_IDENTIFIER and APP_ID values. (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>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.
-}
+ "certType": "A String", # The type of SHA certificate encoded in the hash.
+ "name": "A String", # The resource name of the ShaCertificate for the AndroidApp, in the format: projects/PROJECT_IDENTIFIER/androidApps/APP_ID/sha/SHA_HASH * PROJECT_IDENTIFIER: the parent Project's [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`ProjectId`](../projects#FirebaseProject.FIELDS.project_id). Learn more about using project identifiers in Google's [AIP 2510 standard](https://google.aip.dev/cloud/2510). Note that the value for PROJECT_IDENTIFIER in any response body will be the `ProjectId`. * APP_ID: the globally unique, Firebase-assigned identifier for the App (see [`appId`](../projects.androidApps#AndroidApp.FIELDS.app_id)). * SHA_HASH: the certificate hash for the App (see [`shaHash`](../projects.androidApps.sha#ShaCertificate.FIELDS.sha_hash)).
+ "shaHash": "A String", # The certificate hash for the `AndroidApp`.
+ }
x__xgafv: string, V1 error format.
Allowed values
@@ -113,23 +116,18 @@
An object of the form:
{ # 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>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>
+ "certType": "A String", # The type of SHA certificate encoded in the hash.
+ "name": "A String", # The resource name of the ShaCertificate for the AndroidApp, in the format: projects/PROJECT_IDENTIFIER/androidApps/APP_ID/sha/SHA_HASH * PROJECT_IDENTIFIER: the parent Project's [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`ProjectId`](../projects#FirebaseProject.FIELDS.project_id). Learn more about using project identifiers in Google's [AIP 2510 standard](https://google.aip.dev/cloud/2510). Note that the value for PROJECT_IDENTIFIER in any response body will be the `ProjectId`. * APP_ID: the globally unique, Firebase-assigned identifier for the App (see [`appId`](../projects.androidApps#AndroidApp.FIELDS.app_id)). * SHA_HASH: the certificate hash for the App (see [`shaHash`](../projects.androidApps.sha#ShaCertificate.FIELDS.sha_hash)).
+ "shaHash": "A String", # The certificate hash for the `AndroidApp`.
+ }</pre>
</div>
<div class="method">
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
- <pre>Removes a SHA certificate from the specified AndroidApp.
+ <pre>Removes a ShaCertificate from the specified AndroidApp.
Args:
- name: string, The fully qualified resource name of the `sha-key`, in the format:
-<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)
+ name: string, The resource name of the ShaCertificate to remove from the parent AndroidApp, in the format: projects/PROJECT_IDENTIFIER/androidApps/APP_ID /sha/SHA_HASH Refer to the `ShaCertificate` [`name`](../projects.androidApps.sha#ShaCertificate.FIELDS.name) field for details about PROJECT_IDENTIFIER, APP_ID, and SHA_HASH values. You can obtain the full resource name of the `ShaCertificate` from the response of [`ListShaCertificates`](../projects.androidApps.sha/list) or the original [`CreateShaCertificate`](../projects.androidApps.sha/create). (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -138,29 +136,16 @@
Returns:
An object of the form:
- { # A generic empty message that you can re-use to avoid defining duplicated
- # empty messages in your APIs. A typical example is to use it as the request
- # or the response type of an API method. For instance:
- #
- # service Foo {
- # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
- # }
- #
- # The JSON representation for `Empty` is empty JSON object `{}`.
+ { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
}</pre>
</div>
<div class="method">
<code class="details" id="list">list(parent, x__xgafv=None)</code>
- <pre>Returns the list of SHA-1 and SHA-256 certificates for the specified
-AndroidApp.
+ <pre>Lists the SHA-1 and SHA-256 certificates for the specified AndroidApp.
Args:
- parent: string, The parent App for which to list SHA certificates, in the format:
-<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>APP_ID</var></code> (required)
+ parent: string, The resource name of the parent AndroidApp for which to list each associated ShaCertificate, in the format: projects/PROJECT_IDENTIFIER /androidApps/APP_ID Since an APP_ID is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format: projects/-/androidApps/APP_ID Refer to the `AndroidApp` [`name`](../projects.androidApps#AndroidApp.FIELDS.name) field for details about PROJECT_IDENTIFIER and APP_ID values. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -170,13 +155,12 @@
An object of the form:
{
- "certificates": [ # The list of SHA certificates associated with the App.
+ "certificates": [ # The list of each `ShaCertificate` associated with the `AndroidApp`.
{ # 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>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.
- },
+ "certType": "A String", # The type of SHA certificate encoded in the hash.
+ "name": "A String", # The resource name of the ShaCertificate for the AndroidApp, in the format: projects/PROJECT_IDENTIFIER/androidApps/APP_ID/sha/SHA_HASH * PROJECT_IDENTIFIER: the parent Project's [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`ProjectId`](../projects#FirebaseProject.FIELDS.project_id). Learn more about using project identifiers in Google's [AIP 2510 standard](https://google.aip.dev/cloud/2510). Note that the value for PROJECT_IDENTIFIER in any response body will be the `ProjectId`. * APP_ID: the globally unique, Firebase-assigned identifier for the App (see [`appId`](../projects.androidApps#AndroidApp.FIELDS.app_id)). * SHA_HASH: the certificate hash for the App (see [`shaHash`](../projects.androidApps.sha#ShaCertificate.FIELDS.sha_hash)).
+ "shaHash": "A String", # The certificate hash for the `AndroidApp`.
+ },
],
}</pre>
</div>