docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/firebasehosting_v1beta1.projects.sites.releases.html b/docs/dyn/firebasehosting_v1beta1.projects.sites.releases.html
index b28734f..dbaa054 100644
--- a/docs/dyn/firebasehosting_v1beta1.projects.sites.releases.html
+++ b/docs/dyn/firebasehosting_v1beta1.projects.sites.releases.html
@@ -98,39 +98,21 @@
 { # A `Release` is a particular
     # [collection of configurations and files](sites.versions)
     # that is set to be public at a particular time.
-  "message": "A String", # The deploy description when the release was created. The value can be up to
-      # 512 characters.
-  "releaseUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who created the release.
-      # a release or finalizing a version.
-    "email": "A String", # The email address of the user when the user performed the action.
-    "imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
-        # changed their email address or deleted their account.
-  },
-  "releaseTime": "A String", # Output only. The time at which the version is set to be public.
-  "name": "A String", # Output only. The unique identifier for the release, in the format:
-      # <code>sites/<var>site-name</var>/releases/<var>releaseID</var></code>
-      # This name is provided in the response body when you call the
-      # [`CreateRelease`](sites.releases/create) endpoint.
-  "type": "A String", # Explains the reason for the release.
-      # <br>Specify a value for this field only when creating a `SITE_DISABLE`
-      # type release.
   "version": { # A `Version` is the collection of configuration and # Output only. The configuration and content that was released.
       # [static files](sites.versions.files) that determine how a site is displayed.
-    "fileCount": "A String", # Output only. The total number of files associated with the version.
-        # <br>This value is calculated after a version is `FINALIZED`.
     "deleteUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who `DELETED` the version.
         # a release or finalizing a version.
       "email": "A String", # The email address of the user when the user performed the action.
       "imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
           # changed their email address or deleted their account.
     },
-    "deleteTime": "A String", # Output only. The time at which the version was `DELETED`.
     "finalizeUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who `FINALIZED` the version.
         # a release or finalizing a version.
       "email": "A String", # The email address of the user when the user performed the action.
       "imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
           # changed their email address or deleted their account.
     },
+    "deleteTime": "A String", # Output only. The time at which the version was `DELETED`.
     "preview": { # Version preview configuration. If active and unexpired, # Version preview configuration for the site version. This configuration
         # specfies whether previewing is enabled for this site version. Version
         # previews allow you to preview your site at a custom URL before
@@ -167,49 +149,6 @@
         # processed before serving content. The patterns are matched and applied
         # according to a specific
         # [priority order](/docs/hosting/full-config#hosting_priority_order).
-      "headers": [ # A list of custom response headers that are added to the content if the
-          # request URL path matches the glob.
-        { # A [`header`](/docs/hosting/full-config#headers) defines custom headers to
-            # add to a response should the request URL path match the pattern.
-          "headers": { # Required. The additional headers to add to the response.
-            "a_key": "A String",
-          },
-          "regex": "A String", # The user-supplied RE2 regular expression to match against the request
-              # URL path.
-          "glob": "A String", # The user-supplied [glob
-              # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
-              # against the request URL path.
-        },
-      ],
-      "appAssociation": "A String", # How to handle well known App Association files.
-      "cleanUrls": True or False, # Defines whether to drop the file extension from uploaded files.
-      "trailingSlashBehavior": "A String", # Defines how to handle a trailing slash in the URL path.
-      "rewrites": [ # A list of rewrites that will act as if the service were given the
-          # destination URL.
-        { # A [`rewrite`](/docs/hosting/full-config#rewrites) represents an internal
-            # content rewrite on the version. If the pattern matches, the request will be
-            # handled as if it were to the destination path specified in the
-            # configuration.
-          "function": "A String", # The function to proxy requests to. Must match the exported function
-              # name exactly.
-          "regex": "A String", # The user-supplied RE2 regular expression to match against the request
-              # URL path.
-          "dynamicLinks": True or False, # The request will be forwarded to Firebase Dynamic Links.
-          "run": { # A configured rewrite that directs requests to a Cloud Run service. If the # The request will be forwarded to Cloud Run.
-              # Cloud Run service does not exist when setting or updating your Firebase
-              # Hosting configuration, then the request fails. Any errors from the Cloud Run
-              # service are passed to the end user (for example, if you delete a service, any
-              # requests directed to that service receive a `404` error).
-            "region": "A String", # Optional. User-provided region where the Cloud Run service is hosted.<br>
-                # Defaults to `us-central1` if not supplied.
-            "serviceId": "A String", # Required. User-defined ID of the Cloud Run service.
-          },
-          "glob": "A String", # The user-supplied [glob
-              # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
-              # against the request URL path.
-          "path": "A String", # The URL path to rewrite the request to.
-        },
-      ],
       "redirects": [ # A list of globs that will cause the response to redirect to another
           # location.
         { # A [`redirect`](/docs/hosting/full-config#redirects) represents the
@@ -232,6 +171,49 @@
               # <br>"location": "https://example.com/foo/:capture"</code>
         },
       ],
+      "headers": [ # A list of custom response headers that are added to the content if the
+          # request URL path matches the glob.
+        { # A [`header`](/docs/hosting/full-config#headers) defines custom headers to
+            # add to a response should the request URL path match the pattern.
+          "regex": "A String", # The user-supplied RE2 regular expression to match against the request
+              # URL path.
+          "glob": "A String", # The user-supplied [glob
+              # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
+              # against the request URL path.
+          "headers": { # Required. The additional headers to add to the response.
+            "a_key": "A String",
+          },
+        },
+      ],
+      "appAssociation": "A String", # How to handle well known App Association files.
+      "trailingSlashBehavior": "A String", # Defines how to handle a trailing slash in the URL path.
+      "cleanUrls": True or False, # Defines whether to drop the file extension from uploaded files.
+      "rewrites": [ # A list of rewrites that will act as if the service were given the
+          # destination URL.
+        { # A [`rewrite`](/docs/hosting/full-config#rewrites) represents an internal
+            # content rewrite on the version. If the pattern matches, the request will be
+            # handled as if it were to the destination path specified in the
+            # configuration.
+          "regex": "A String", # The user-supplied RE2 regular expression to match against the request
+              # URL path.
+          "dynamicLinks": True or False, # The request will be forwarded to Firebase Dynamic Links.
+          "run": { # A configured rewrite that directs requests to a Cloud Run service. If the # The request will be forwarded to Cloud Run.
+              # Cloud Run service does not exist when setting or updating your Firebase
+              # Hosting configuration, then the request fails. Any errors from the Cloud Run
+              # service are passed to the end user (for example, if you delete a service, any
+              # requests directed to that service receive a `404` error).
+            "region": "A String", # Optional. User-provided region where the Cloud Run service is hosted.<br>
+                # Defaults to `us-central1` if not supplied.
+            "serviceId": "A String", # Required. User-defined ID of the Cloud Run service.
+          },
+          "glob": "A String", # The user-supplied [glob
+              # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
+              # against the request URL path.
+          "path": "A String", # The URL path to rewrite the request to.
+          "function": "A String", # The function to proxy requests to. Must match the exported function
+              # name exactly.
+        },
+      ],
     },
     "name": "A String", # The unique identifier for a version, in the format:
         # <code>sites/<var>site-name</var>/versions/<var>versionID</var></code>
@@ -243,7 +225,25 @@
       "imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
           # changed their email address or deleted their account.
     },
+    "fileCount": "A String", # Output only. The total number of files associated with the version.
+        # <br>This value is calculated after a version is `FINALIZED`.
   },
+  "message": "A String", # The deploy description when the release was created. The value can be up to
+      # 512 characters.
+  "releaseUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who created the release.
+      # a release or finalizing a version.
+    "email": "A String", # The email address of the user when the user performed the action.
+    "imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
+        # changed their email address or deleted their account.
+  },
+  "releaseTime": "A String", # Output only. The time at which the version is set to be public.
+  "name": "A String", # Output only. The unique identifier for the release, in the format:
+      # <code>sites/<var>site-name</var>/releases/<var>releaseID</var></code>
+      # This name is provided in the response body when you call the
+      # [`CreateRelease`](sites.releases/create) endpoint.
+  "type": "A String", # Explains the reason for the release.
+      # <br>Specify a value for this field only when creating a `SITE_DISABLE`
+      # type release.
 }
 
   versionName: string, The unique identifier for a version, in the format:
@@ -264,39 +264,21 @@
     { # A `Release` is a particular
       # [collection of configurations and files](sites.versions)
       # that is set to be public at a particular time.
-    "message": "A String", # The deploy description when the release was created. The value can be up to
-        # 512 characters.
-    "releaseUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who created the release.
-        # a release or finalizing a version.
-      "email": "A String", # The email address of the user when the user performed the action.
-      "imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
-          # changed their email address or deleted their account.
-    },
-    "releaseTime": "A String", # Output only. The time at which the version is set to be public.
-    "name": "A String", # Output only. The unique identifier for the release, in the format:
-        # <code>sites/<var>site-name</var>/releases/<var>releaseID</var></code>
-        # This name is provided in the response body when you call the
-        # [`CreateRelease`](sites.releases/create) endpoint.
-    "type": "A String", # Explains the reason for the release.
-        # <br>Specify a value for this field only when creating a `SITE_DISABLE`
-        # type release.
     "version": { # A `Version` is the collection of configuration and # Output only. The configuration and content that was released.
         # [static files](sites.versions.files) that determine how a site is displayed.
-      "fileCount": "A String", # Output only. The total number of files associated with the version.
-          # <br>This value is calculated after a version is `FINALIZED`.
       "deleteUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who `DELETED` the version.
           # a release or finalizing a version.
         "email": "A String", # The email address of the user when the user performed the action.
         "imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
             # changed their email address or deleted their account.
       },
-      "deleteTime": "A String", # Output only. The time at which the version was `DELETED`.
       "finalizeUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who `FINALIZED` the version.
           # a release or finalizing a version.
         "email": "A String", # The email address of the user when the user performed the action.
         "imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
             # changed their email address or deleted their account.
       },
+      "deleteTime": "A String", # Output only. The time at which the version was `DELETED`.
       "preview": { # Version preview configuration. If active and unexpired, # Version preview configuration for the site version. This configuration
           # specfies whether previewing is enabled for this site version. Version
           # previews allow you to preview your site at a custom URL before
@@ -333,49 +315,6 @@
           # processed before serving content. The patterns are matched and applied
           # according to a specific
           # [priority order](/docs/hosting/full-config#hosting_priority_order).
-        "headers": [ # A list of custom response headers that are added to the content if the
-            # request URL path matches the glob.
-          { # A [`header`](/docs/hosting/full-config#headers) defines custom headers to
-              # add to a response should the request URL path match the pattern.
-            "headers": { # Required. The additional headers to add to the response.
-              "a_key": "A String",
-            },
-            "regex": "A String", # The user-supplied RE2 regular expression to match against the request
-                # URL path.
-            "glob": "A String", # The user-supplied [glob
-                # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
-                # against the request URL path.
-          },
-        ],
-        "appAssociation": "A String", # How to handle well known App Association files.
-        "cleanUrls": True or False, # Defines whether to drop the file extension from uploaded files.
-        "trailingSlashBehavior": "A String", # Defines how to handle a trailing slash in the URL path.
-        "rewrites": [ # A list of rewrites that will act as if the service were given the
-            # destination URL.
-          { # A [`rewrite`](/docs/hosting/full-config#rewrites) represents an internal
-              # content rewrite on the version. If the pattern matches, the request will be
-              # handled as if it were to the destination path specified in the
-              # configuration.
-            "function": "A String", # The function to proxy requests to. Must match the exported function
-                # name exactly.
-            "regex": "A String", # The user-supplied RE2 regular expression to match against the request
-                # URL path.
-            "dynamicLinks": True or False, # The request will be forwarded to Firebase Dynamic Links.
-            "run": { # A configured rewrite that directs requests to a Cloud Run service. If the # The request will be forwarded to Cloud Run.
-                # Cloud Run service does not exist when setting or updating your Firebase
-                # Hosting configuration, then the request fails. Any errors from the Cloud Run
-                # service are passed to the end user (for example, if you delete a service, any
-                # requests directed to that service receive a `404` error).
-              "region": "A String", # Optional. User-provided region where the Cloud Run service is hosted.<br>
-                  # Defaults to `us-central1` if not supplied.
-              "serviceId": "A String", # Required. User-defined ID of the Cloud Run service.
-            },
-            "glob": "A String", # The user-supplied [glob
-                # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
-                # against the request URL path.
-            "path": "A String", # The URL path to rewrite the request to.
-          },
-        ],
         "redirects": [ # A list of globs that will cause the response to redirect to another
             # location.
           { # A [`redirect`](/docs/hosting/full-config#redirects) represents the
@@ -398,6 +337,49 @@
                 # <br>"location": "https://example.com/foo/:capture"</code>
           },
         ],
+        "headers": [ # A list of custom response headers that are added to the content if the
+            # request URL path matches the glob.
+          { # A [`header`](/docs/hosting/full-config#headers) defines custom headers to
+              # add to a response should the request URL path match the pattern.
+            "regex": "A String", # The user-supplied RE2 regular expression to match against the request
+                # URL path.
+            "glob": "A String", # The user-supplied [glob
+                # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
+                # against the request URL path.
+            "headers": { # Required. The additional headers to add to the response.
+              "a_key": "A String",
+            },
+          },
+        ],
+        "appAssociation": "A String", # How to handle well known App Association files.
+        "trailingSlashBehavior": "A String", # Defines how to handle a trailing slash in the URL path.
+        "cleanUrls": True or False, # Defines whether to drop the file extension from uploaded files.
+        "rewrites": [ # A list of rewrites that will act as if the service were given the
+            # destination URL.
+          { # A [`rewrite`](/docs/hosting/full-config#rewrites) represents an internal
+              # content rewrite on the version. If the pattern matches, the request will be
+              # handled as if it were to the destination path specified in the
+              # configuration.
+            "regex": "A String", # The user-supplied RE2 regular expression to match against the request
+                # URL path.
+            "dynamicLinks": True or False, # The request will be forwarded to Firebase Dynamic Links.
+            "run": { # A configured rewrite that directs requests to a Cloud Run service. If the # The request will be forwarded to Cloud Run.
+                # Cloud Run service does not exist when setting or updating your Firebase
+                # Hosting configuration, then the request fails. Any errors from the Cloud Run
+                # service are passed to the end user (for example, if you delete a service, any
+                # requests directed to that service receive a `404` error).
+              "region": "A String", # Optional. User-provided region where the Cloud Run service is hosted.<br>
+                  # Defaults to `us-central1` if not supplied.
+              "serviceId": "A String", # Required. User-defined ID of the Cloud Run service.
+            },
+            "glob": "A String", # The user-supplied [glob
+                # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
+                # against the request URL path.
+            "path": "A String", # The URL path to rewrite the request to.
+            "function": "A String", # The function to proxy requests to. Must match the exported function
+                # name exactly.
+          },
+        ],
       },
       "name": "A String", # The unique identifier for a version, in the format:
           # <code>sites/<var>site-name</var>/versions/<var>versionID</var></code>
@@ -409,7 +391,25 @@
         "imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
             # changed their email address or deleted their account.
       },
+      "fileCount": "A String", # Output only. The total number of files associated with the version.
+          # <br>This value is calculated after a version is `FINALIZED`.
     },
+    "message": "A String", # The deploy description when the release was created. The value can be up to
+        # 512 characters.
+    "releaseUser": { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who created the release.
+        # a release or finalizing a version.
+      "email": "A String", # The email address of the user when the user performed the action.
+      "imageUrl": "A String", # A profile image URL for the user. May not be present if the user has
+          # changed their email address or deleted their account.
+    },
+    "releaseTime": "A String", # Output only. The time at which the version is set to be public.
+    "name": "A String", # Output only. The unique identifier for the release, in the format:
+        # <code>sites/<var>site-name</var>/releases/<var>releaseID</var></code>
+        # This name is provided in the response body when you call the
+        # [`CreateRelease`](sites.releases/create) endpoint.
+    "type": "A String", # Explains the reason for the release.
+        # <br>Specify a value for this field only when creating a `SITE_DISABLE`
+        # type release.
   }</pre>
 </div>
 
@@ -435,39 +435,21 @@
       { # A `Release` is a particular
           # [collection of configurations and files](sites.versions)
           # that is set to be public at a particular time.
-        &quot;message&quot;: &quot;A String&quot;, # The deploy description when the release was created. The value can be up to
-            # 512&amp;nbsp;characters.
-        &quot;releaseUser&quot;: { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who created the release.
-            # a release or finalizing a version.
-          &quot;email&quot;: &quot;A String&quot;, # The email address of the user when the user performed the action.
-          &quot;imageUrl&quot;: &quot;A String&quot;, # A profile image URL for the user. May not be present if the user has
-              # changed their email address or deleted their account.
-        },
-        &quot;releaseTime&quot;: &quot;A String&quot;, # Output only. The time at which the version is set to be public.
-        &quot;name&quot;: &quot;A String&quot;, # Output only. The unique identifier for the release, in the format:
-            # &lt;code&gt;sites/&lt;var&gt;site-name&lt;/var&gt;/releases/&lt;var&gt;releaseID&lt;/var&gt;&lt;/code&gt;
-            # This name is provided in the response body when you call the
-            # [`CreateRelease`](sites.releases/create) endpoint.
-        &quot;type&quot;: &quot;A String&quot;, # Explains the reason for the release.
-            # &lt;br&gt;Specify a value for this field only when creating a `SITE_DISABLE`
-            # type release.
         &quot;version&quot;: { # A `Version` is the collection of configuration and # Output only. The configuration and content that was released.
             # [static files](sites.versions.files) that determine how a site is displayed.
-          &quot;fileCount&quot;: &quot;A String&quot;, # Output only. The total number of files associated with the version.
-              # &lt;br&gt;This value is calculated after a version is `FINALIZED`.
           &quot;deleteUser&quot;: { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who `DELETED` the version.
               # a release or finalizing a version.
             &quot;email&quot;: &quot;A String&quot;, # The email address of the user when the user performed the action.
             &quot;imageUrl&quot;: &quot;A String&quot;, # A profile image URL for the user. May not be present if the user has
                 # changed their email address or deleted their account.
           },
-          &quot;deleteTime&quot;: &quot;A String&quot;, # Output only. The time at which the version was `DELETED`.
           &quot;finalizeUser&quot;: { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who `FINALIZED` the version.
               # a release or finalizing a version.
             &quot;email&quot;: &quot;A String&quot;, # The email address of the user when the user performed the action.
             &quot;imageUrl&quot;: &quot;A String&quot;, # A profile image URL for the user. May not be present if the user has
                 # changed their email address or deleted their account.
           },
+          &quot;deleteTime&quot;: &quot;A String&quot;, # Output only. The time at which the version was `DELETED`.
           &quot;preview&quot;: { # Version preview configuration. If active and unexpired, # Version preview configuration for the site version. This configuration
               # specfies whether previewing is enabled for this site version. Version
               # previews allow you to preview your site at a custom URL before
@@ -504,49 +486,6 @@
               # processed before serving content. The patterns are matched and applied
               # according to a specific
               # [priority order](/docs/hosting/full-config#hosting_priority_order).
-            &quot;headers&quot;: [ # A list of custom response headers that are added to the content if the
-                # request URL path matches the glob.
-              { # A [`header`](/docs/hosting/full-config#headers) defines custom headers to
-                  # add to a response should the request URL path match the pattern.
-                &quot;headers&quot;: { # Required. The additional headers to add to the response.
-                  &quot;a_key&quot;: &quot;A String&quot;,
-                },
-                &quot;regex&quot;: &quot;A String&quot;, # The user-supplied RE2 regular expression to match against the request
-                    # URL path.
-                &quot;glob&quot;: &quot;A String&quot;, # The user-supplied [glob
-                    # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
-                    # against the request URL path.
-              },
-            ],
-            &quot;appAssociation&quot;: &quot;A String&quot;, # How to handle well known App Association files.
-            &quot;cleanUrls&quot;: True or False, # Defines whether to drop the file extension from uploaded files.
-            &quot;trailingSlashBehavior&quot;: &quot;A String&quot;, # Defines how to handle a trailing slash in the URL path.
-            &quot;rewrites&quot;: [ # A list of rewrites that will act as if the service were given the
-                # destination URL.
-              { # A [`rewrite`](/docs/hosting/full-config#rewrites) represents an internal
-                  # content rewrite on the version. If the pattern matches, the request will be
-                  # handled as if it were to the destination path specified in the
-                  # configuration.
-                &quot;function&quot;: &quot;A String&quot;, # The function to proxy requests to. Must match the exported function
-                    # name exactly.
-                &quot;regex&quot;: &quot;A String&quot;, # The user-supplied RE2 regular expression to match against the request
-                    # URL path.
-                &quot;dynamicLinks&quot;: True or False, # The request will be forwarded to Firebase Dynamic Links.
-                &quot;run&quot;: { # A configured rewrite that directs requests to a Cloud Run service. If the # The request will be forwarded to Cloud Run.
-                    # Cloud Run service does not exist when setting or updating your Firebase
-                    # Hosting configuration, then the request fails. Any errors from the Cloud Run
-                    # service are passed to the end user (for example, if you delete a service, any
-                    # requests directed to that service receive a `404` error).
-                  &quot;region&quot;: &quot;A String&quot;, # Optional. User-provided region where the Cloud Run service is hosted.&lt;br&gt;
-                      # Defaults to `us-central1` if not supplied.
-                  &quot;serviceId&quot;: &quot;A String&quot;, # Required. User-defined ID of the Cloud Run service.
-                },
-                &quot;glob&quot;: &quot;A String&quot;, # The user-supplied [glob
-                    # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
-                    # against the request URL path.
-                &quot;path&quot;: &quot;A String&quot;, # The URL path to rewrite the request to.
-              },
-            ],
             &quot;redirects&quot;: [ # A list of globs that will cause the response to redirect to another
                 # location.
               { # A [`redirect`](/docs/hosting/full-config#redirects) represents the
@@ -569,6 +508,49 @@
                     # &lt;br&gt;&quot;location&quot;: &quot;https://example.com/foo/:capture&quot;&lt;/code&gt;
               },
             ],
+            &quot;headers&quot;: [ # A list of custom response headers that are added to the content if the
+                # request URL path matches the glob.
+              { # A [`header`](/docs/hosting/full-config#headers) defines custom headers to
+                  # add to a response should the request URL path match the pattern.
+                &quot;regex&quot;: &quot;A String&quot;, # The user-supplied RE2 regular expression to match against the request
+                    # URL path.
+                &quot;glob&quot;: &quot;A String&quot;, # The user-supplied [glob
+                    # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
+                    # against the request URL path.
+                &quot;headers&quot;: { # Required. The additional headers to add to the response.
+                  &quot;a_key&quot;: &quot;A String&quot;,
+                },
+              },
+            ],
+            &quot;appAssociation&quot;: &quot;A String&quot;, # How to handle well known App Association files.
+            &quot;trailingSlashBehavior&quot;: &quot;A String&quot;, # Defines how to handle a trailing slash in the URL path.
+            &quot;cleanUrls&quot;: True or False, # Defines whether to drop the file extension from uploaded files.
+            &quot;rewrites&quot;: [ # A list of rewrites that will act as if the service were given the
+                # destination URL.
+              { # A [`rewrite`](/docs/hosting/full-config#rewrites) represents an internal
+                  # content rewrite on the version. If the pattern matches, the request will be
+                  # handled as if it were to the destination path specified in the
+                  # configuration.
+                &quot;regex&quot;: &quot;A String&quot;, # The user-supplied RE2 regular expression to match against the request
+                    # URL path.
+                &quot;dynamicLinks&quot;: True or False, # The request will be forwarded to Firebase Dynamic Links.
+                &quot;run&quot;: { # A configured rewrite that directs requests to a Cloud Run service. If the # The request will be forwarded to Cloud Run.
+                    # Cloud Run service does not exist when setting or updating your Firebase
+                    # Hosting configuration, then the request fails. Any errors from the Cloud Run
+                    # service are passed to the end user (for example, if you delete a service, any
+                    # requests directed to that service receive a `404` error).
+                  &quot;region&quot;: &quot;A String&quot;, # Optional. User-provided region where the Cloud Run service is hosted.&lt;br&gt;
+                      # Defaults to `us-central1` if not supplied.
+                  &quot;serviceId&quot;: &quot;A String&quot;, # Required. User-defined ID of the Cloud Run service.
+                },
+                &quot;glob&quot;: &quot;A String&quot;, # The user-supplied [glob
+                    # pattern](/docs/hosting/full-config#glob_pattern_matching) to match
+                    # against the request URL path.
+                &quot;path&quot;: &quot;A String&quot;, # The URL path to rewrite the request to.
+                &quot;function&quot;: &quot;A String&quot;, # The function to proxy requests to. Must match the exported function
+                    # name exactly.
+              },
+            ],
           },
           &quot;name&quot;: &quot;A String&quot;, # The unique identifier for a version, in the format:
               # &lt;code&gt;sites/&lt;var&gt;site-name&lt;/var&gt;/versions/&lt;var&gt;versionID&lt;/var&gt;&lt;/code&gt;
@@ -580,7 +562,25 @@
             &quot;imageUrl&quot;: &quot;A String&quot;, # A profile image URL for the user. May not be present if the user has
                 # changed their email address or deleted their account.
           },
+          &quot;fileCount&quot;: &quot;A String&quot;, # Output only. The total number of files associated with the version.
+              # &lt;br&gt;This value is calculated after a version is `FINALIZED`.
         },
+        &quot;message&quot;: &quot;A String&quot;, # The deploy description when the release was created. The value can be up to
+            # 512&amp;nbsp;characters.
+        &quot;releaseUser&quot;: { # Contains metadata about the user who performed an action, such as creating # Output only. Identifies the user who created the release.
+            # a release or finalizing a version.
+          &quot;email&quot;: &quot;A String&quot;, # The email address of the user when the user performed the action.
+          &quot;imageUrl&quot;: &quot;A String&quot;, # A profile image URL for the user. May not be present if the user has
+              # changed their email address or deleted their account.
+        },
+        &quot;releaseTime&quot;: &quot;A String&quot;, # Output only. The time at which the version is set to be public.
+        &quot;name&quot;: &quot;A String&quot;, # Output only. The unique identifier for the release, in the format:
+            # &lt;code&gt;sites/&lt;var&gt;site-name&lt;/var&gt;/releases/&lt;var&gt;releaseID&lt;/var&gt;&lt;/code&gt;
+            # This name is provided in the response body when you call the
+            # [`CreateRelease`](sites.releases/create) endpoint.
+        &quot;type&quot;: &quot;A String&quot;, # Explains the reason for the release.
+            # &lt;br&gt;Specify a value for this field only when creating a `SITE_DISABLE`
+            # type release.
       },
     ],
     &quot;nextPageToken&quot;: &quot;A String&quot;, # If there are additional releases remaining beyond the ones in this