docs: update generated docs (#981)

diff --git a/docs/dyn/firebase_v1beta1.projects.html b/docs/dyn/firebase_v1beta1.projects.html
index 456ec0c..ac4b11c 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(pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(pageSize=None, pageToken=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>
@@ -127,7 +127,7 @@
   <code><a href="#removeAnalytics">removeAnalytics(parent, body=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Unlinks the specified `FirebaseProject` from its Google Analytics account.</p>
 <p class="toc_element">
-  <code><a href="#searchApps">searchApps(parent, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+  <code><a href="#searchApps">searchApps(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
 <p class="firstline">A convenience method that lists all available Apps for the specified</p>
 <p class="toc_element">
   <code><a href="#searchApps_next">searchApps_next(previous_request, previous_response)</a></code></p>
@@ -141,7 +141,7 @@
 &lt;br&gt;
 &lt;br&gt;Since a FirebaseProject is actually also a GCP `Project`, a
 `FirebaseProject` uses underlying GCP identifiers (most importantly,
-the `projectId`) as its own for easy interop with GCP APIs.
+the `PROJECT_NUMBER`) as its own for easy interop with GCP APIs.
 &lt;br&gt;
 &lt;br&gt;The result of this call is an [`Operation`](../../v1beta1/operations).
 Poll the `Operation` to track the provisioning process by calling
@@ -168,10 +168,10 @@
 Args:
   project: string, The resource name of the GCP `Project` to which Firebase resources will be
 added, in the format:
-&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
+&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;PROJECT_NUMBER&lt;/var&gt;&lt;/code&gt;
 After calling `AddFirebase`, the
-[`projectId`](https://cloud.google.com/resource-manager/reference/rest/v1/projects#Project.FIELDS.project_id)
-of the GCP `Project` is also the `projectId` of the FirebaseProject. (required)
+[`project_id`](https://cloud.google.com/resource-manager/reference/rest/v1/projects#Project.FIELDS.project_id)
+of the GCP `Project` is also the `project_id` of the FirebaseProject. (required)
   body: object, The request body.
     The object takes the form of:
 
@@ -211,22 +211,12 @@
 
     { # This resource represents a long-running operation that is the result of a
       # network API call.
-    &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
-        # If `true`, the operation is completed, and either `error` or `response` is
-        # available.
-    &quot;response&quot;: { # The normal response of the operation in case of success.  If the original
-        # method returns no data on success, such as `Delete`, the response is
-        # `google.protobuf.Empty`.  If the original method is standard
-        # `Get`/`Create`/`Update`, the response should be the resource.  For other
-        # methods, the response should have the type `XxxResponse`, where `Xxx`
-        # is the original method name.  For example, if the original method name
-        # is `TakeSnapshot()`, the inferred response type is
-        # `TakeSnapshotResponse`.
+    &quot;metadata&quot;: { # Service-specific metadata associated with the operation.  It typically
+        # contains progress information and common metadata such as create time.
+        # Some services might not provide such metadata.  Any method that returns a
+        # long-running operation should document the metadata type, if any.
       &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
     },
-    &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that
-        # originally returns it. If you use the default HTTP mapping, the
-        # `name` should be a resource name ending with `operations/{unique_id}`.
     &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
         # different programming environments, including REST APIs and RPC APIs. It is
         # used by [gRPC](https://github.com/grpc). Each `Status` message contains
@@ -245,12 +235,22 @@
       ],
       &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
     },
-    &quot;metadata&quot;: { # Service-specific metadata associated with the operation.  It typically
-        # contains progress information and common metadata such as create time.
-        # Some services might not provide such metadata.  Any method that returns a
-        # long-running operation should document the metadata type, if any.
+    &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that
+        # originally returns it. If you use the default HTTP mapping, the
+        # `name` should be a resource name ending with `operations/{unique_id}`.
+    &quot;response&quot;: { # The normal response of the operation in case of success.  If the original
+        # method returns no data on success, such as `Delete`, the response is
+        # `google.protobuf.Empty`.  If the original method is standard
+        # `Get`/`Create`/`Update`, the response should be the resource.  For other
+        # methods, the response should have the type `XxxResponse`, where `Xxx`
+        # is the original method name.  For example, if the original method name
+        # is `TakeSnapshot()`, the inferred response type is
+        # `TakeSnapshotResponse`.
       &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
     },
+    &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
+        # If `true`, the operation is completed, and either `error` or `response` is
+        # available.
   }</pre>
 </div>
 
@@ -313,7 +313,7 @@
 Args:
   parent: string, The parent `FirebaseProject` to link to an existing Google Analytics
 account, in the format:
-&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt; (required)
+&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;PROJECT_NUMBER&lt;/var&gt;&lt;/code&gt; (required)
   body: object, The request body.
     The object takes the form of:
 
@@ -339,22 +339,12 @@
 
     { # This resource represents a long-running operation that is the result of a
       # network API call.
-    &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
-        # If `true`, the operation is completed, and either `error` or `response` is
-        # available.
-    &quot;response&quot;: { # The normal response of the operation in case of success.  If the original
-        # method returns no data on success, such as `Delete`, the response is
-        # `google.protobuf.Empty`.  If the original method is standard
-        # `Get`/`Create`/`Update`, the response should be the resource.  For other
-        # methods, the response should have the type `XxxResponse`, where `Xxx`
-        # is the original method name.  For example, if the original method name
-        # is `TakeSnapshot()`, the inferred response type is
-        # `TakeSnapshotResponse`.
+    &quot;metadata&quot;: { # Service-specific metadata associated with the operation.  It typically
+        # contains progress information and common metadata such as create time.
+        # Some services might not provide such metadata.  Any method that returns a
+        # long-running operation should document the metadata type, if any.
       &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
     },
-    &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that
-        # originally returns it. If you use the default HTTP mapping, the
-        # `name` should be a resource name ending with `operations/{unique_id}`.
     &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
         # different programming environments, including REST APIs and RPC APIs. It is
         # used by [gRPC](https://github.com/grpc). Each `Status` message contains
@@ -373,12 +363,22 @@
       ],
       &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
     },
-    &quot;metadata&quot;: { # Service-specific metadata associated with the operation.  It typically
-        # contains progress information and common metadata such as create time.
-        # Some services might not provide such metadata.  Any method that returns a
-        # long-running operation should document the metadata type, if any.
+    &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that
+        # originally returns it. If you use the default HTTP mapping, the
+        # `name` should be a resource name ending with `operations/{unique_id}`.
+    &quot;response&quot;: { # The normal response of the operation in case of success.  If the original
+        # method returns no data on success, such as `Delete`, the response is
+        # `google.protobuf.Empty`.  If the original method is standard
+        # `Get`/`Create`/`Update`, the response should be the resource.  For other
+        # methods, the response should have the type `XxxResponse`, where `Xxx`
+        # is the original method name.  For example, if the original method name
+        # is `TakeSnapshot()`, the inferred response type is
+        # `TakeSnapshotResponse`.
       &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
     },
+    &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
+        # If `true`, the operation is completed, and either `error` or `response` is
+        # available.
   }</pre>
 </div>
 
@@ -388,7 +388,7 @@
 
 Args:
   name: string, The fully qualified resource name of the Project, in the format:
-&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt; (required)
+&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;PROJECT_NUMBER&lt;/var&gt;&lt;/code&gt; (required)
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -413,20 +413,9 @@
         # &lt;br&gt;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.
+      &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the Project, in the format:
+          # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
       &quot;resources&quot;: { # The default resources associated with a `FirebaseProject`. # The default Firebase resources associated with the Project.
-        &quot;storageBucket&quot;: &quot;A String&quot;, # The default Cloud Storage for Firebase storage bucket, in the format:
-            # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;.appspot.com&lt;/code&gt;
-        &quot;realtimeDatabaseInstance&quot;: &quot;A String&quot;, # The default Firebase Realtime Database instance name, in the format:
-            # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
-            # &lt;br&gt;Though rare, your `projectId` might already be used as the name for an
-            # existing Realtime Database instance in another project (learn more about
-            # [database
-            # sharding](https://firebase.google.com/docs/database/usage/sharding)). In
-            # these cases, your `projectId` is appended with a hyphen then five
-            # alphanumeric characters to create your default Realtime Database instance
-            # name. For example, if your `projectId` is `myproject123`, your default
-            # database instance name might be:
-            # &lt;br&gt;&lt;code&gt;myproject123-a5c16&lt;/code&gt;
         &quot;locationId&quot;: &quot;A String&quot;, # The ID of the project&#x27;s default GCP resource location. The location is one
             # of the available
             # [GCP resource
@@ -435,6 +424,8 @@
             # finalized yet. To set your project&#x27;s default GCP resource location,
             # call [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize)
             # after you add Firebase services to your project.
+        &quot;storageBucket&quot;: &quot;A String&quot;, # The default Cloud Storage for Firebase storage bucket, in the format:
+            # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;.appspot.com&lt;/code&gt;
         &quot;hostingSite&quot;: &quot;A String&quot;, # The default Firebase Hosting site name, in the format:
             # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
             # &lt;br&gt;Though rare, your `projectId` might already be used as the name for an
@@ -446,9 +437,18 @@
             # example, if your `projectId` is `myproject123`, your default Hosting site
             # name might be:
             # &lt;br&gt;&lt;code&gt;myproject123-a5c16&lt;/code&gt;
+        &quot;realtimeDatabaseInstance&quot;: &quot;A String&quot;, # The default Firebase Realtime Database instance name, in the format:
+            # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
+            # &lt;br&gt;Though rare, your `projectId` might already be used as the name for an
+            # existing Realtime Database instance in another project (learn more about
+            # [database
+            # sharding](https://firebase.google.com/docs/database/usage/sharding)). In
+            # these cases, your `projectId` is appended with a hyphen then five
+            # alphanumeric characters to create your default Realtime Database instance
+            # name. For example, if your `projectId` is `myproject123`, your default
+            # database instance name might be:
+            # &lt;br&gt;&lt;code&gt;myproject123-a5c16&lt;/code&gt;
       },
-      &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the Project, in the format:
-          # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
       &quot;displayName&quot;: &quot;A String&quot;, # The user-assigned display name of the Project.
       &quot;projectId&quot;: &quot;A String&quot;, # Immutable. The globally unique, user-assigned ID of the Project.
       &quot;projectNumber&quot;: &quot;A String&quot;, # The globally unique, Google-assigned identifier of the Project.
@@ -465,7 +465,7 @@
 
 Args:
   name: string, The fully qualified resource name of the Project, in the format:
-&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;/adminSdkConfig&lt;/code&gt; (required)
+&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;PROJECT_NUMBER&lt;/var&gt;/adminSdkConfig&lt;/code&gt; (required)
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -475,7 +475,7 @@
   An object of the form:
 
     {
-    &quot;storageBucket&quot;: &quot;A String&quot;, # The default Cloud Storage for Firebase storage bucket name.
+    &quot;databaseURL&quot;: &quot;A String&quot;, # The default Firebase Realtime Database URL.
     &quot;locationId&quot;: &quot;A String&quot;, # The ID of the project&#x27;s default GCP resource location. The location is one
         # of the available
         # [GCP resource
@@ -484,9 +484,9 @@
         # finalized yet. To set your project&#x27;s default GCP resource location,
         # call [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize)
         # after you add Firebase services to your project.
+    &quot;storageBucket&quot;: &quot;A String&quot;, # The default Cloud Storage for Firebase storage bucket name.
     &quot;projectId&quot;: &quot;A String&quot;, # Immutable. The globally unique, user-assigned project ID of the parent
         # Project.
-    &quot;databaseURL&quot;: &quot;A String&quot;, # The default Firebase Realtime Database URL.
   }</pre>
 </div>
 
@@ -500,7 +500,7 @@
 
 Args:
   name: string, The fully qualified resource name, in the format:
-&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;/analyticsDetails&lt;/code&gt; (required)
+&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;PROJECT_NUMBER&lt;/var&gt;/analyticsDetails&lt;/code&gt; (required)
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -515,6 +515,8 @@
         # &lt;br&gt;
         # &lt;br&gt;This object contains the details of the Google Analytics property
         # associated with the specified `FirebaseProject`.
+      &quot;displayName&quot;: &quot;A String&quot;, # The display name of the Google Analytics property associated with the
+          # specified `FirebaseProject`.
       &quot;id&quot;: &quot;A String&quot;, # The globally unique, Google-assigned identifier of the Google Analytics
           # property associated with the specified `FirebaseProject`.
           # &lt;br&gt;
@@ -523,8 +525,6 @@
           # 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`.
-      &quot;displayName&quot;: &quot;A String&quot;, # The display name of the Google Analytics property associated with the
-          # specified `FirebaseProject`.
     },
     &quot;streamMappings&quot;: [ # For Android Apps and iOS Apps: A map of `app` to `streamId` for each
         # Firebase App in the specified `FirebaseProject`. Each `app` and
@@ -534,19 +534,6 @@
         # Firebase App in the specified `FirebaseProject`. Each `app`, `streamId`,
         # and `measurementId` appears only once.
       { # A mapping of a Firebase App to a Google Analytics data stream
-        &quot;streamId&quot;: &quot;A String&quot;, # The unique Google-assigned identifier of the Google Analytics data stream
-            # associated with the Firebase App.
-            # &lt;br&gt;
-            # &lt;br&gt;Learn more about Google Analytics data streams in the
-            # [Analytics
-            # documentation](https://support.google.com/analytics/answer/9303323).
-        &quot;app&quot;: &quot;A String&quot;, # The fully qualified resource name of the Firebase App associated with the
-            # Google Analytics data stream, 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;
-            # or
-            # &lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;/iosApps/&lt;var&gt;appId&lt;/var&gt;&lt;/code&gt;
-            # or
-            # &lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;/webApps/&lt;var&gt;appId&lt;/var&gt;&lt;/code&gt;
         &quot;measurementId&quot;: &quot;A String&quot;, # Applicable for Firebase Web Apps only.&lt;br&gt;
             # &lt;br&gt;The unique Google-assigned identifier of the Google Analytics web
             # stream associated with the Firebase Web App. Firebase SDKs use this ID to
@@ -555,13 +542,26 @@
             # &lt;br&gt;Learn more about this ID and Google Analytics web streams in the
             # [Analytics
             # documentation](https://support.google.com/analytics/topic/9303475).
+        &quot;streamId&quot;: &quot;A String&quot;, # The unique Google-assigned identifier of the Google Analytics data stream
+            # associated with the Firebase App.
+            # &lt;br&gt;
+            # &lt;br&gt;Learn more about Google Analytics data streams in the
+            # [Analytics
+            # documentation](https://support.google.com/analytics/answer/9303323).
+        &quot;app&quot;: &quot;A String&quot;, # The fully qualified resource name of the Firebase App associated with the
+            # Google Analytics data stream, in the format:
+            # &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;
+            # or
+            # &lt;code&gt;projects/&lt;var&gt;PROJECT_NUMBER&lt;/var&gt;/iosApps/&lt;var&gt;APP_ID&lt;/var&gt;&lt;/code&gt;
+            # or
+            # &lt;code&gt;projects/&lt;var&gt;PROJECT_NUMBER&lt;/var&gt;/webApps/&lt;var&gt;APP_ID&lt;/var&gt;&lt;/code&gt;
       },
     ],
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(pageToken=None, pageSize=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code>
   <pre>Lists each FirebaseProject accessible to the caller.
 &lt;br&gt;
 &lt;br&gt;The elements are returned in no particular order, but they will be a
@@ -578,8 +578,6 @@
 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.
 &lt;br&gt;
 &lt;br&gt;The server may return fewer than this at its discretion.
@@ -587,6 +585,8 @@
 will impose its own limit.
 &lt;br&gt;
 &lt;br&gt;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
@@ -596,14 +596,6 @@
   An object of the form:
 
     {
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # If the result list is too large to fit in a single response, then a token
-        # is returned. If the string is empty, then this response is the last page of
-        # results.
-        # &lt;br&gt;
-        # &lt;br&gt;This token can be used in a subsequent calls to `ListFirebaseProjects`
-        # to find the next group of Projects.
-        # &lt;br&gt;
-        # &lt;br&gt;Page tokens are short-lived and should not be persisted.
     &quot;results&quot;: [ # One page of the list of Projects that are accessible to the caller.
       { # A `FirebaseProject` is the top-level Firebase entity. It is the container for
             # Firebase Apps, Firebase Hosting sites, storage systems (Firebase Realtime
@@ -621,20 +613,9 @@
             # &lt;br&gt;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.
+          &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the Project, in the format:
+              # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
           &quot;resources&quot;: { # The default resources associated with a `FirebaseProject`. # The default Firebase resources associated with the Project.
-            &quot;storageBucket&quot;: &quot;A String&quot;, # The default Cloud Storage for Firebase storage bucket, in the format:
-                # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;.appspot.com&lt;/code&gt;
-            &quot;realtimeDatabaseInstance&quot;: &quot;A String&quot;, # The default Firebase Realtime Database instance name, in the format:
-                # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
-                # &lt;br&gt;Though rare, your `projectId` might already be used as the name for an
-                # existing Realtime Database instance in another project (learn more about
-                # [database
-                # sharding](https://firebase.google.com/docs/database/usage/sharding)). In
-                # these cases, your `projectId` is appended with a hyphen then five
-                # alphanumeric characters to create your default Realtime Database instance
-                # name. For example, if your `projectId` is `myproject123`, your default
-                # database instance name might be:
-                # &lt;br&gt;&lt;code&gt;myproject123-a5c16&lt;/code&gt;
             &quot;locationId&quot;: &quot;A String&quot;, # The ID of the project&#x27;s default GCP resource location. The location is one
                 # of the available
                 # [GCP resource
@@ -643,6 +624,8 @@
                 # finalized yet. To set your project&#x27;s default GCP resource location,
                 # call [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize)
                 # after you add Firebase services to your project.
+            &quot;storageBucket&quot;: &quot;A String&quot;, # The default Cloud Storage for Firebase storage bucket, in the format:
+                # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;.appspot.com&lt;/code&gt;
             &quot;hostingSite&quot;: &quot;A String&quot;, # The default Firebase Hosting site name, in the format:
                 # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
                 # &lt;br&gt;Though rare, your `projectId` might already be used as the name for an
@@ -654,14 +637,31 @@
                 # example, if your `projectId` is `myproject123`, your default Hosting site
                 # name might be:
                 # &lt;br&gt;&lt;code&gt;myproject123-a5c16&lt;/code&gt;
+            &quot;realtimeDatabaseInstance&quot;: &quot;A String&quot;, # The default Firebase Realtime Database instance name, in the format:
+                # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
+                # &lt;br&gt;Though rare, your `projectId` might already be used as the name for an
+                # existing Realtime Database instance in another project (learn more about
+                # [database
+                # sharding](https://firebase.google.com/docs/database/usage/sharding)). In
+                # these cases, your `projectId` is appended with a hyphen then five
+                # alphanumeric characters to create your default Realtime Database instance
+                # name. For example, if your `projectId` is `myproject123`, your default
+                # database instance name might be:
+                # &lt;br&gt;&lt;code&gt;myproject123-a5c16&lt;/code&gt;
           },
-          &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the Project, in the format:
-              # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
           &quot;displayName&quot;: &quot;A String&quot;, # The user-assigned display name of the Project.
           &quot;projectId&quot;: &quot;A String&quot;, # Immutable. The globally unique, user-assigned ID of the Project.
           &quot;projectNumber&quot;: &quot;A String&quot;, # The globally unique, Google-assigned identifier of the Project.
         },
     ],
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # If the result list is too large to fit in a single response, then a token
+        # is returned. If the string is empty, then this response is the last page of
+        # results.
+        # &lt;br&gt;
+        # &lt;br&gt;This token can be used in a subsequent calls to `ListFirebaseProjects`
+        # to find the next group of Projects.
+        # &lt;br&gt;
+        # &lt;br&gt;Page tokens are short-lived and should not be persisted.
   }</pre>
 </div>
 
@@ -708,20 +708,9 @@
       # &lt;br&gt;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.
+    &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the Project, in the format:
+        # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
     &quot;resources&quot;: { # The default resources associated with a `FirebaseProject`. # The default Firebase resources associated with the Project.
-      &quot;storageBucket&quot;: &quot;A String&quot;, # The default Cloud Storage for Firebase storage bucket, in the format:
-          # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;.appspot.com&lt;/code&gt;
-      &quot;realtimeDatabaseInstance&quot;: &quot;A String&quot;, # The default Firebase Realtime Database instance name, in the format:
-          # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
-          # &lt;br&gt;Though rare, your `projectId` might already be used as the name for an
-          # existing Realtime Database instance in another project (learn more about
-          # [database
-          # sharding](https://firebase.google.com/docs/database/usage/sharding)). In
-          # these cases, your `projectId` is appended with a hyphen then five
-          # alphanumeric characters to create your default Realtime Database instance
-          # name. For example, if your `projectId` is `myproject123`, your default
-          # database instance name might be:
-          # &lt;br&gt;&lt;code&gt;myproject123-a5c16&lt;/code&gt;
       &quot;locationId&quot;: &quot;A String&quot;, # The ID of the project&#x27;s default GCP resource location. The location is one
           # of the available
           # [GCP resource
@@ -730,6 +719,8 @@
           # finalized yet. To set your project&#x27;s default GCP resource location,
           # call [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize)
           # after you add Firebase services to your project.
+      &quot;storageBucket&quot;: &quot;A String&quot;, # The default Cloud Storage for Firebase storage bucket, in the format:
+          # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;.appspot.com&lt;/code&gt;
       &quot;hostingSite&quot;: &quot;A String&quot;, # The default Firebase Hosting site name, in the format:
           # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
           # &lt;br&gt;Though rare, your `projectId` might already be used as the name for an
@@ -741,9 +732,18 @@
           # example, if your `projectId` is `myproject123`, your default Hosting site
           # name might be:
           # &lt;br&gt;&lt;code&gt;myproject123-a5c16&lt;/code&gt;
+      &quot;realtimeDatabaseInstance&quot;: &quot;A String&quot;, # The default Firebase Realtime Database instance name, in the format:
+          # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
+          # &lt;br&gt;Though rare, your `projectId` might already be used as the name for an
+          # existing Realtime Database instance in another project (learn more about
+          # [database
+          # sharding](https://firebase.google.com/docs/database/usage/sharding)). In
+          # these cases, your `projectId` is appended with a hyphen then five
+          # alphanumeric characters to create your default Realtime Database instance
+          # name. For example, if your `projectId` is `myproject123`, your default
+          # database instance name might be:
+          # &lt;br&gt;&lt;code&gt;myproject123-a5c16&lt;/code&gt;
     },
-    &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the Project, in the format:
-        # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
     &quot;displayName&quot;: &quot;A String&quot;, # The user-assigned display name of the Project.
     &quot;projectId&quot;: &quot;A String&quot;, # Immutable. The globally unique, user-assigned ID of the Project.
     &quot;projectNumber&quot;: &quot;A String&quot;, # The globally unique, Google-assigned identifier of the Project.
@@ -778,20 +778,9 @@
         # &lt;br&gt;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.
+      &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the Project, in the format:
+          # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
       &quot;resources&quot;: { # The default resources associated with a `FirebaseProject`. # The default Firebase resources associated with the Project.
-        &quot;storageBucket&quot;: &quot;A String&quot;, # The default Cloud Storage for Firebase storage bucket, in the format:
-            # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;.appspot.com&lt;/code&gt;
-        &quot;realtimeDatabaseInstance&quot;: &quot;A String&quot;, # The default Firebase Realtime Database instance name, in the format:
-            # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
-            # &lt;br&gt;Though rare, your `projectId` might already be used as the name for an
-            # existing Realtime Database instance in another project (learn more about
-            # [database
-            # sharding](https://firebase.google.com/docs/database/usage/sharding)). In
-            # these cases, your `projectId` is appended with a hyphen then five
-            # alphanumeric characters to create your default Realtime Database instance
-            # name. For example, if your `projectId` is `myproject123`, your default
-            # database instance name might be:
-            # &lt;br&gt;&lt;code&gt;myproject123-a5c16&lt;/code&gt;
         &quot;locationId&quot;: &quot;A String&quot;, # The ID of the project&#x27;s default GCP resource location. The location is one
             # of the available
             # [GCP resource
@@ -800,6 +789,8 @@
             # finalized yet. To set your project&#x27;s default GCP resource location,
             # call [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize)
             # after you add Firebase services to your project.
+        &quot;storageBucket&quot;: &quot;A String&quot;, # The default Cloud Storage for Firebase storage bucket, in the format:
+            # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;.appspot.com&lt;/code&gt;
         &quot;hostingSite&quot;: &quot;A String&quot;, # The default Firebase Hosting site name, in the format:
             # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
             # &lt;br&gt;Though rare, your `projectId` might already be used as the name for an
@@ -811,9 +802,18 @@
             # example, if your `projectId` is `myproject123`, your default Hosting site
             # name might be:
             # &lt;br&gt;&lt;code&gt;myproject123-a5c16&lt;/code&gt;
+        &quot;realtimeDatabaseInstance&quot;: &quot;A String&quot;, # The default Firebase Realtime Database instance name, in the format:
+            # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
+            # &lt;br&gt;Though rare, your `projectId` might already be used as the name for an
+            # existing Realtime Database instance in another project (learn more about
+            # [database
+            # sharding](https://firebase.google.com/docs/database/usage/sharding)). In
+            # these cases, your `projectId` is appended with a hyphen then five
+            # alphanumeric characters to create your default Realtime Database instance
+            # name. For example, if your `projectId` is `myproject123`, your default
+            # database instance name might be:
+            # &lt;br&gt;&lt;code&gt;myproject123-a5c16&lt;/code&gt;
       },
-      &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the Project, in the format:
-          # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt;
       &quot;displayName&quot;: &quot;A String&quot;, # The user-assigned display name of the Project.
       &quot;projectId&quot;: &quot;A String&quot;, # Immutable. The globally unique, user-assigned ID of the Project.
       &quot;projectNumber&quot;: &quot;A String&quot;, # The globally unique, Google-assigned identifier of the Project.
@@ -843,7 +843,7 @@
 Args:
   parent: string, The parent `FirebaseProject` to unlink from its Google Analytics account,
 in the format:
-&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt; (required)
+&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;PROJECT_NUMBER&lt;/var&gt;&lt;/code&gt; (required)
   body: object, The request body.
     The object takes the form of:
 
@@ -880,7 +880,7 @@
 </div>
 
 <div class="method">
-    <code class="details" id="searchApps">searchApps(parent, pageToken=None, pageSize=None, x__xgafv=None)</code>
+    <code class="details" id="searchApps">searchApps(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
   <pre>A convenience method that lists all available Apps for the specified
 FirebaseProject.
 &lt;br&gt;
@@ -890,9 +890,7 @@
 
 Args:
   parent: string, The parent Project for which to list Apps, in the format:
-&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;&lt;/code&gt; (required)
-  pageToken: string, Token returned from a previous call to `SearchFirebaseApps` indicating
-where in the set of Apps to resume listing.
+&lt;br&gt;&lt;code&gt;projects/&lt;var&gt;PROJECT_NUMBER&lt;/var&gt;&lt;/code&gt; (required)
   pageSize: integer, The maximum number of Apps to return in the response.
 &lt;br&gt;
 &lt;br&gt;The server may return fewer than this value at its discretion.
@@ -900,6 +898,8 @@
 server will impose its own limit.
 &lt;br&gt;
 &lt;br&gt;This value cannot be negative.
+  pageToken: string, Token returned from a previous call to `SearchFirebaseApps` indicating
+where in the set of Apps to resume listing.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -909,20 +909,6 @@
   An object of the form:
 
     {
-    &quot;apps&quot;: [ # One page of results from a call to `SearchFirebaseApps`.
-      { # A high-level summary of an App.
-        &quot;appId&quot;: &quot;A String&quot;, # Immutable. The globally unique, Firebase-assigned identifier of the App.
-            # &lt;br&gt;
-            # &lt;br&gt;This identifier should be treated as an opaque token, as the data
-            # format is not specified.
-        &quot;platform&quot;: &quot;A String&quot;, # The platform of the Firebase App.
-        &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the Firebase App, in the format:
-            # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;/iosApps/&lt;var&gt;appId&lt;/var&gt;&lt;/code&gt;
-            # or &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;
-        &quot;displayName&quot;: &quot;A String&quot;, # The user-assigned display name of the Firebase App.
-      },
-    ],
     &quot;nextPageToken&quot;: &quot;A String&quot;, # If the result list is too large to fit in a single response, then a token
         # is returned.
         # &lt;br&gt;
@@ -930,6 +916,20 @@
         # to find the next group of Apps.
         # &lt;br&gt;If the string is empty, then this response is the last page of results.
         # &lt;br&gt;Page tokens are short-lived and should not be persisted.
+    &quot;apps&quot;: [ # One page of results from a call to `SearchFirebaseApps`.
+      { # A high-level summary of an App.
+        &quot;appId&quot;: &quot;A String&quot;, # Immutable. The globally unique, Firebase-assigned identifier of the App.
+            # &lt;br&gt;
+            # &lt;br&gt;This identifier should be treated as an opaque token, as the data
+            # format is not specified.
+        &quot;platform&quot;: &quot;A String&quot;, # The platform of the Firebase App.
+        &quot;displayName&quot;: &quot;A String&quot;, # The user-assigned display name of the Firebase App.
+        &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the Firebase App, in the format:
+            # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;/iosApps/&lt;var&gt;appId&lt;/var&gt;&lt;/code&gt;
+            # or &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;
+      },
+    ],
   }</pre>
 </div>