docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/firebase_v1beta1.projects.html b/docs/dyn/firebase_v1beta1.projects.html
index 9c88ffc..456ec0c 100644
--- a/docs/dyn/firebase_v1beta1.projects.html
+++ b/docs/dyn/firebase_v1beta1.projects.html
@@ -115,7 +115,7 @@
<code><a href="#getAnalyticsDetails">getAnalyticsDetails(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the Google Analytics details currently associated with a</p>
<p class="toc_element">
- <code><a href="#list">list(pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists each FirebaseProject accessible to the caller.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -176,6 +176,12 @@
The object takes the form of:
{ # All fields are required.
+ "timeZone": "A String", # Deprecated. Instead, to link your Project with a Google Analytics account,
+ # call [`AddGoogleAnalytics`](../../v1beta1/projects/addGoogleAnalytics)
+ # after you add Firebase resources to your Project.
+ # <br>
+ # <br>The time zone that the account will use for Firebase Analytics data.
+ # <br>For example: America/Los_Angeles or Africa/Abidjan
"locationId": "A String", # Deprecated. Instead, to set your project's default GCP resource location,
# call [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize)
# after you add Firebase resources to your project.
@@ -193,12 +199,6 @@
# <br>For example: US, GB, or DE
# <br>
# <br>In Java, use `com.google.i18n.identifiers.RegionCode`.
- "timeZone": "A String", # Deprecated. Instead, to link your Project with a Google Analytics account,
- # call [`AddGoogleAnalytics`](../../v1beta1/projects/addGoogleAnalytics)
- # after you add Firebase resources to your Project.
- # <br>
- # <br>The time zone that the account will use for Firebase Analytics data.
- # <br>For example: America/Los_Angeles or Africa/Abidjan
}
x__xgafv: string, V1 error format.
@@ -413,12 +413,9 @@
# <br>A `FirebaseProject` is actually also a GCP `Project`, so a
# `FirebaseProject` uses underlying GCP identifiers (most importantly,
# `projectId`) as its own for easy interop with GCP APIs.
- "name": "A String", # The fully qualified resource name of the Project, in the format:
- # <br><code>projects/<var>projectId</var></code>
- "displayName": "A String", # The user-assigned display name of the Project.
- "projectId": "A String", # Immutable. The globally unique, user-assigned ID of the Project.
- "projectNumber": "A String", # The globally unique, Google-assigned identifier of the Project.
"resources": { # The default resources associated with a `FirebaseProject`. # The default Firebase resources associated with the Project.
+ "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket, in the format:
+ # <br><code><var>projectId</var>.appspot.com</code>
"realtimeDatabaseInstance": "A String", # The default Firebase Realtime Database instance name, in the format:
# <br><code><var>projectId</var></code>
# <br>Though rare, your `projectId` might already be used as the name for an
@@ -449,9 +446,12 @@
# example, if your `projectId` is `myproject123`, your default Hosting site
# name might be:
# <br><code>myproject123-a5c16</code>
- "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket, in the format:
- # <br><code><var>projectId</var>.appspot.com</code>
},
+ "name": "A String", # The fully qualified resource name of the Project, in the format:
+ # <br><code>projects/<var>projectId</var></code>
+ "displayName": "A String", # The user-assigned display name of the Project.
+ "projectId": "A String", # Immutable. The globally unique, user-assigned ID of the Project.
+ "projectNumber": "A String", # The globally unique, Google-assigned identifier of the Project.
}</pre>
</div>
@@ -475,6 +475,7 @@
An object of the form:
{
+ "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket name.
"locationId": "A String", # The ID of the project's default GCP resource location. The location is one
# of the available
# [GCP resource
@@ -486,7 +487,6 @@
"projectId": "A String", # Immutable. The globally unique, user-assigned project ID of the parent
# Project.
"databaseURL": "A String", # The default Firebase Realtime Database URL.
- "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket name.
}</pre>
</div>
@@ -515,8 +515,6 @@
# <br>
# <br>This object contains the details of the Google Analytics property
# associated with the specified `FirebaseProject`.
- "displayName": "A String", # The display name of the Google Analytics property associated with the
- # specified `FirebaseProject`.
"id": "A String", # The globally unique, Google-assigned identifier of the Google Analytics
# property associated with the specified `FirebaseProject`.
# <br>
@@ -525,6 +523,8 @@
# your `FirebaseProject` with a Google Analytics account, the value in this
# `id` field is the same as the ID of the property either specified or
# provisioned with that call to `AddGoogleAnalytics`.
+ "displayName": "A String", # The display name of the Google Analytics property associated with the
+ # specified `FirebaseProject`.
},
"streamMappings": [ # For Android Apps and iOS Apps: A map of `app` to `streamId` for each
# Firebase App in the specified `FirebaseProject`. Each `app` and
@@ -561,7 +561,7 @@
</div>
<div class="method">
- <code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(pageToken=None, pageSize=None, x__xgafv=None)</code>
<pre>Lists each FirebaseProject accessible to the caller.
<br>
<br>The elements are returned in no particular order, but they will be a
@@ -578,6 +578,8 @@
for consistent reads as well as for additional Project details.
Args:
+ pageToken: string, Token returned from a previous call to `ListFirebaseProjects` indicating
+where in the set of Projects to resume listing.
pageSize: integer, The maximum number of Projects to return in the response.
<br>
<br>The server may return fewer than this at its discretion.
@@ -585,8 +587,6 @@
will impose its own limit.
<br>
<br>This value cannot be negative.
- pageToken: string, Token returned from a previous call to `ListFirebaseProjects` indicating
-where in the set of Projects to resume listing.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -621,12 +621,9 @@
# <br>A `FirebaseProject` is actually also a GCP `Project`, so a
# `FirebaseProject` uses underlying GCP identifiers (most importantly,
# `projectId`) as its own for easy interop with GCP APIs.
- "name": "A String", # The fully qualified resource name of the Project, in the format:
- # <br><code>projects/<var>projectId</var></code>
- "displayName": "A String", # The user-assigned display name of the Project.
- "projectId": "A String", # Immutable. The globally unique, user-assigned ID of the Project.
- "projectNumber": "A String", # The globally unique, Google-assigned identifier of the Project.
"resources": { # The default resources associated with a `FirebaseProject`. # The default Firebase resources associated with the Project.
+ "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket, in the format:
+ # <br><code><var>projectId</var>.appspot.com</code>
"realtimeDatabaseInstance": "A String", # The default Firebase Realtime Database instance name, in the format:
# <br><code><var>projectId</var></code>
# <br>Though rare, your `projectId` might already be used as the name for an
@@ -657,9 +654,12 @@
# example, if your `projectId` is `myproject123`, your default Hosting site
# name might be:
# <br><code>myproject123-a5c16</code>
- "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket, in the format:
- # <br><code><var>projectId</var>.appspot.com</code>
},
+ "name": "A String", # The fully qualified resource name of the Project, in the format:
+ # <br><code>projects/<var>projectId</var></code>
+ "displayName": "A String", # The user-assigned display name of the Project.
+ "projectId": "A String", # Immutable. The globally unique, user-assigned ID of the Project.
+ "projectNumber": "A String", # The globally unique, Google-assigned identifier of the Project.
},
],
}</pre>
@@ -708,12 +708,9 @@
# <br>A `FirebaseProject` is actually also a GCP `Project`, so a
# `FirebaseProject` uses underlying GCP identifiers (most importantly,
# `projectId`) as its own for easy interop with GCP APIs.
- "name": "A String", # The fully qualified resource name of the Project, in the format:
- # <br><code>projects/<var>projectId</var></code>
- "displayName": "A String", # The user-assigned display name of the Project.
- "projectId": "A String", # Immutable. The globally unique, user-assigned ID of the Project.
- "projectNumber": "A String", # The globally unique, Google-assigned identifier of the Project.
"resources": { # The default resources associated with a `FirebaseProject`. # The default Firebase resources associated with the Project.
+ "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket, in the format:
+ # <br><code><var>projectId</var>.appspot.com</code>
"realtimeDatabaseInstance": "A String", # The default Firebase Realtime Database instance name, in the format:
# <br><code><var>projectId</var></code>
# <br>Though rare, your `projectId` might already be used as the name for an
@@ -744,9 +741,12 @@
# example, if your `projectId` is `myproject123`, your default Hosting site
# name might be:
# <br><code>myproject123-a5c16</code>
- "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket, in the format:
- # <br><code><var>projectId</var>.appspot.com</code>
},
+ "name": "A String", # The fully qualified resource name of the Project, in the format:
+ # <br><code>projects/<var>projectId</var></code>
+ "displayName": "A String", # The user-assigned display name of the Project.
+ "projectId": "A String", # Immutable. The globally unique, user-assigned ID of the Project.
+ "projectNumber": "A String", # The globally unique, Google-assigned identifier of the Project.
}
updateMask: string, Specifies which fields to update.
@@ -778,12 +778,9 @@
# <br>A `FirebaseProject` is actually also a GCP `Project`, so a
# `FirebaseProject` uses underlying GCP identifiers (most importantly,
# `projectId`) as its own for easy interop with GCP APIs.
- "name": "A String", # The fully qualified resource name of the Project, in the format:
- # <br><code>projects/<var>projectId</var></code>
- "displayName": "A String", # The user-assigned display name of the Project.
- "projectId": "A String", # Immutable. The globally unique, user-assigned ID of the Project.
- "projectNumber": "A String", # The globally unique, Google-assigned identifier of the Project.
"resources": { # The default resources associated with a `FirebaseProject`. # The default Firebase resources associated with the Project.
+ "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket, in the format:
+ # <br><code><var>projectId</var>.appspot.com</code>
"realtimeDatabaseInstance": "A String", # The default Firebase Realtime Database instance name, in the format:
# <br><code><var>projectId</var></code>
# <br>Though rare, your `projectId` might already be used as the name for an
@@ -814,9 +811,12 @@
# example, if your `projectId` is `myproject123`, your default Hosting site
# name might be:
# <br><code>myproject123-a5c16</code>
- "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket, in the format:
- # <br><code><var>projectId</var>.appspot.com</code>
},
+ "name": "A String", # The fully qualified resource name of the Project, in the format:
+ # <br><code>projects/<var>projectId</var></code>
+ "displayName": "A String", # The user-assigned display name of the Project.
+ "projectId": "A String", # Immutable. The globally unique, user-assigned ID of the Project.
+ "projectNumber": "A String", # The globally unique, Google-assigned identifier of the Project.
}</pre>
</div>
@@ -911,7 +911,6 @@
{
"apps": [ # One page of results from a call to `SearchFirebaseApps`.
{ # A high-level summary of an App.
- "displayName": "A String", # The user-assigned display name of the Firebase App.
"appId": "A String", # Immutable. The globally unique, Firebase-assigned identifier of the App.
# <br>
# <br>This identifier should be treated as an opaque token, as the data
@@ -921,6 +920,7 @@
# <br><code>projects/<var>projectId</var>/iosApps/<var>appId</var></code>
# or <br><code>projects/<var>projectId</var>/androidApps/<var>appId</var>
# </code>
+ "displayName": "A String", # The user-assigned display name of the Firebase App.
},
],
"nextPageToken": "A String", # If the result list is too large to fit in a single response, then a token