docs: update generated docs (#981)

diff --git a/docs/dyn/firebase_v1beta1.availableProjects.html b/docs/dyn/firebase_v1beta1.availableProjects.html
index 7cdebfc..288d406 100644
--- a/docs/dyn/firebase_v1beta1.availableProjects.html
+++ b/docs/dyn/firebase_v1beta1.availableProjects.html
@@ -126,8 +126,6 @@
         # <br>Page tokens are short-lived and should not be persisted.
     "projectInfo": [ # The list of GCP `Projects` which can have Firebase resources added to them.
       { # A reference to a Google Cloud Platform (GCP) `Project`.
-        "displayName": "A String", # The user-assigned display name of the GCP `Project`, for example:
-            # <code>My App</code>
         "locationId": "A String", # The ID of the project's default GCP resource location. The location is one
             # of the available
             # [GCP resource
@@ -139,7 +137,9 @@
             # add Firebase resources to your project.
         "project": "A String", # The resource name of the GCP `Project` to which Firebase resources can be
             # added, in the format:
-            # <br><code>projects/<var>projectId</var></code>
+            # <br><code>projects/<var>PROJECT_NUMBER</var></code>
+        "displayName": "A String", # The user-assigned display name of the GCP `Project`, for example:
+            # <code>My App</code>
       },
     ],
   }</pre>