chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/firebasehosting_v1beta1.projects.sites.domains.html b/docs/dyn/firebasehosting_v1beta1.projects.sites.domains.html
index bd60689..9d9355b 100644
--- a/docs/dyn/firebasehosting_v1beta1.projects.sites.domains.html
+++ b/docs/dyn/firebasehosting_v1beta1.projects.sites.domains.html
@@ -87,7 +87,7 @@
   <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets a domain mapping on the specified site.</p>
 <p class="toc_element">
-  <code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists the domains for the specified site.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -111,37 +111,37 @@
     The object takes the form of:
 
 { # The intended behavior and status information of a domain.
-  &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
-  &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name of the association.
-  &quot;site&quot;: &quot;A String&quot;, # Required. The site name of the association.
-  &quot;provisioning&quot;: { # The current certificate provisioning status information for a domain. # Output only. Information about the provisioning of certificates and the health of the DNS resolution for the domain.
-    &quot;certChallengeDns&quot;: { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
-      &quot;domainName&quot;: &quot;A String&quot;, # The domain name upon which the DNS challenge must be satisfied.
-      &quot;token&quot;: &quot;A String&quot;, # The value that must be present as a TXT record on the domain name to satisfy the challenge.
+    &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name of the association.
+    &quot;domainRedirect&quot;: { # Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration. # If set, the domain should redirect with the provided parameters.
+      &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
+      &quot;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
     },
-    &quot;certChallengeHttp&quot;: { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
-      &quot;path&quot;: &quot;A String&quot;, # The URL path on which to serve the specified token to satisfy the certificate challenge.
-      &quot;token&quot;: &quot;A String&quot;, # The token to serve at the specified URL path to satisfy the certificate challenge.
+    &quot;status&quot;: &quot;A String&quot;, # Output only. Additional status of the domain association.
+    &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
+    &quot;provisioning&quot;: { # The current certificate provisioning status information for a domain. # Output only. Information about the provisioning of certificates and the health of the DNS resolution for the domain.
+      &quot;expectedIps&quot;: [ # The list of IPs to which the domain is expected to resolve.
+        &quot;A String&quot;,
+      ],
+      &quot;certStatus&quot;: &quot;A String&quot;, # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
+      &quot;certChallengeHttp&quot;: { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
+        &quot;path&quot;: &quot;A String&quot;, # The URL path on which to serve the specified token to satisfy the certificate challenge.
+        &quot;token&quot;: &quot;A String&quot;, # The token to serve at the specified URL path to satisfy the certificate challenge.
+      },
+      &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
+        &quot;A String&quot;,
+      ],
+      &quot;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
+      &quot;certChallengeDns&quot;: { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
+        &quot;domainName&quot;: &quot;A String&quot;, # The domain name upon which the DNS challenge must be satisfied.
+        &quot;token&quot;: &quot;A String&quot;, # The value that must be present as a TXT record on the domain name to satisfy the challenge.
+      },
+      &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
+      &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
+        &quot;A String&quot;,
+      ],
     },
-    &quot;expectedIps&quot;: [ # The list of IPs to which the domain is expected to resolve.
-      &quot;A String&quot;,
-    ],
-    &quot;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
-    &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
-    &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
-      &quot;A String&quot;,
-    ],
-    &quot;certStatus&quot;: &quot;A String&quot;, # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
-    &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
-      &quot;A String&quot;,
-    ],
-  },
-  &quot;status&quot;: &quot;A String&quot;, # Output only. Additional status of the domain association.
-  &quot;domainRedirect&quot;: { # Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration. # If set, the domain should redirect with the provided parameters.
-    &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
-    &quot;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
-  },
-}
+    &quot;site&quot;: &quot;A String&quot;, # Required. The site name of the association.
+  }
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -152,37 +152,37 @@
   An object of the form:
 
     { # The intended behavior and status information of a domain.
-    &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
-    &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name of the association.
-    &quot;site&quot;: &quot;A String&quot;, # Required. The site name of the association.
-    &quot;provisioning&quot;: { # The current certificate provisioning status information for a domain. # Output only. Information about the provisioning of certificates and the health of the DNS resolution for the domain.
-      &quot;certChallengeDns&quot;: { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
-        &quot;domainName&quot;: &quot;A String&quot;, # The domain name upon which the DNS challenge must be satisfied.
-        &quot;token&quot;: &quot;A String&quot;, # The value that must be present as a TXT record on the domain name to satisfy the challenge.
+      &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name of the association.
+      &quot;domainRedirect&quot;: { # Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration. # If set, the domain should redirect with the provided parameters.
+        &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
+        &quot;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
       },
-      &quot;certChallengeHttp&quot;: { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
-        &quot;path&quot;: &quot;A String&quot;, # The URL path on which to serve the specified token to satisfy the certificate challenge.
-        &quot;token&quot;: &quot;A String&quot;, # The token to serve at the specified URL path to satisfy the certificate challenge.
+      &quot;status&quot;: &quot;A String&quot;, # Output only. Additional status of the domain association.
+      &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
+      &quot;provisioning&quot;: { # The current certificate provisioning status information for a domain. # Output only. Information about the provisioning of certificates and the health of the DNS resolution for the domain.
+        &quot;expectedIps&quot;: [ # The list of IPs to which the domain is expected to resolve.
+          &quot;A String&quot;,
+        ],
+        &quot;certStatus&quot;: &quot;A String&quot;, # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
+        &quot;certChallengeHttp&quot;: { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
+          &quot;path&quot;: &quot;A String&quot;, # The URL path on which to serve the specified token to satisfy the certificate challenge.
+          &quot;token&quot;: &quot;A String&quot;, # The token to serve at the specified URL path to satisfy the certificate challenge.
+        },
+        &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
+          &quot;A String&quot;,
+        ],
+        &quot;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
+        &quot;certChallengeDns&quot;: { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
+          &quot;domainName&quot;: &quot;A String&quot;, # The domain name upon which the DNS challenge must be satisfied.
+          &quot;token&quot;: &quot;A String&quot;, # The value that must be present as a TXT record on the domain name to satisfy the challenge.
+        },
+        &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
+        &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
+          &quot;A String&quot;,
+        ],
       },
-      &quot;expectedIps&quot;: [ # The list of IPs to which the domain is expected to resolve.
-        &quot;A String&quot;,
-      ],
-      &quot;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
-      &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
-      &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
-        &quot;A String&quot;,
-      ],
-      &quot;certStatus&quot;: &quot;A String&quot;, # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
-      &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
-        &quot;A String&quot;,
-      ],
-    },
-    &quot;status&quot;: &quot;A String&quot;, # Output only. Additional status of the domain association.
-    &quot;domainRedirect&quot;: { # Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration. # If set, the domain should redirect with the provided parameters.
-      &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
-      &quot;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
-    },
-  }</pre>
+      &quot;site&quot;: &quot;A String&quot;, # Required. The site name of the association.
+    }</pre>
 </div>
 
 <div class="method">
@@ -218,47 +218,47 @@
   An object of the form:
 
     { # The intended behavior and status information of a domain.
-    &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
-    &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name of the association.
-    &quot;site&quot;: &quot;A String&quot;, # Required. The site name of the association.
-    &quot;provisioning&quot;: { # The current certificate provisioning status information for a domain. # Output only. Information about the provisioning of certificates and the health of the DNS resolution for the domain.
-      &quot;certChallengeDns&quot;: { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
-        &quot;domainName&quot;: &quot;A String&quot;, # The domain name upon which the DNS challenge must be satisfied.
-        &quot;token&quot;: &quot;A String&quot;, # The value that must be present as a TXT record on the domain name to satisfy the challenge.
+      &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name of the association.
+      &quot;domainRedirect&quot;: { # Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration. # If set, the domain should redirect with the provided parameters.
+        &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
+        &quot;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
       },
-      &quot;certChallengeHttp&quot;: { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
-        &quot;path&quot;: &quot;A String&quot;, # The URL path on which to serve the specified token to satisfy the certificate challenge.
-        &quot;token&quot;: &quot;A String&quot;, # The token to serve at the specified URL path to satisfy the certificate challenge.
+      &quot;status&quot;: &quot;A String&quot;, # Output only. Additional status of the domain association.
+      &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
+      &quot;provisioning&quot;: { # The current certificate provisioning status information for a domain. # Output only. Information about the provisioning of certificates and the health of the DNS resolution for the domain.
+        &quot;expectedIps&quot;: [ # The list of IPs to which the domain is expected to resolve.
+          &quot;A String&quot;,
+        ],
+        &quot;certStatus&quot;: &quot;A String&quot;, # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
+        &quot;certChallengeHttp&quot;: { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
+          &quot;path&quot;: &quot;A String&quot;, # The URL path on which to serve the specified token to satisfy the certificate challenge.
+          &quot;token&quot;: &quot;A String&quot;, # The token to serve at the specified URL path to satisfy the certificate challenge.
+        },
+        &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
+          &quot;A String&quot;,
+        ],
+        &quot;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
+        &quot;certChallengeDns&quot;: { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
+          &quot;domainName&quot;: &quot;A String&quot;, # The domain name upon which the DNS challenge must be satisfied.
+          &quot;token&quot;: &quot;A String&quot;, # The value that must be present as a TXT record on the domain name to satisfy the challenge.
+        },
+        &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
+        &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
+          &quot;A String&quot;,
+        ],
       },
-      &quot;expectedIps&quot;: [ # The list of IPs to which the domain is expected to resolve.
-        &quot;A String&quot;,
-      ],
-      &quot;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
-      &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
-      &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
-        &quot;A String&quot;,
-      ],
-      &quot;certStatus&quot;: &quot;A String&quot;, # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
-      &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
-        &quot;A String&quot;,
-      ],
-    },
-    &quot;status&quot;: &quot;A String&quot;, # Output only. Additional status of the domain association.
-    &quot;domainRedirect&quot;: { # Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration. # If set, the domain should redirect with the provided parameters.
-      &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
-      &quot;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
-    },
-  }</pre>
+      &quot;site&quot;: &quot;A String&quot;, # Required. The site name of the association.
+    }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</code>
   <pre>Lists the domains for the specified site.
 
 Args:
   parent: string, Required. The parent for which to list domains, in the format: sites/ site-name (required)
-  pageSize: integer, The page size to return. Defaults to 50.
   pageToken: string, The next_page_token from a previous request, if provided.
+  pageSize: integer, The page size to return. Defaults to 50.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -270,37 +270,37 @@
     { # The response to listing Domains.
     &quot;domains&quot;: [ # The list of domains, if any exist.
       { # The intended behavior and status information of a domain.
-        &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
-        &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name of the association.
-        &quot;site&quot;: &quot;A String&quot;, # Required. The site name of the association.
-        &quot;provisioning&quot;: { # The current certificate provisioning status information for a domain. # Output only. Information about the provisioning of certificates and the health of the DNS resolution for the domain.
-          &quot;certChallengeDns&quot;: { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
-            &quot;domainName&quot;: &quot;A String&quot;, # The domain name upon which the DNS challenge must be satisfied.
-            &quot;token&quot;: &quot;A String&quot;, # The value that must be present as a TXT record on the domain name to satisfy the challenge.
+          &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name of the association.
+          &quot;domainRedirect&quot;: { # Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration. # If set, the domain should redirect with the provided parameters.
+            &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
+            &quot;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
           },
-          &quot;certChallengeHttp&quot;: { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
-            &quot;path&quot;: &quot;A String&quot;, # The URL path on which to serve the specified token to satisfy the certificate challenge.
-            &quot;token&quot;: &quot;A String&quot;, # The token to serve at the specified URL path to satisfy the certificate challenge.
+          &quot;status&quot;: &quot;A String&quot;, # Output only. Additional status of the domain association.
+          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
+          &quot;provisioning&quot;: { # The current certificate provisioning status information for a domain. # Output only. Information about the provisioning of certificates and the health of the DNS resolution for the domain.
+            &quot;expectedIps&quot;: [ # The list of IPs to which the domain is expected to resolve.
+              &quot;A String&quot;,
+            ],
+            &quot;certStatus&quot;: &quot;A String&quot;, # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
+            &quot;certChallengeHttp&quot;: { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
+              &quot;path&quot;: &quot;A String&quot;, # The URL path on which to serve the specified token to satisfy the certificate challenge.
+              &quot;token&quot;: &quot;A String&quot;, # The token to serve at the specified URL path to satisfy the certificate challenge.
+            },
+            &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
+              &quot;A String&quot;,
+            ],
+            &quot;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
+            &quot;certChallengeDns&quot;: { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
+              &quot;domainName&quot;: &quot;A String&quot;, # The domain name upon which the DNS challenge must be satisfied.
+              &quot;token&quot;: &quot;A String&quot;, # The value that must be present as a TXT record on the domain name to satisfy the challenge.
+            },
+            &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
+            &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
+              &quot;A String&quot;,
+            ],
           },
-          &quot;expectedIps&quot;: [ # The list of IPs to which the domain is expected to resolve.
-            &quot;A String&quot;,
-          ],
-          &quot;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
-          &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
-          &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
-            &quot;A String&quot;,
-          ],
-          &quot;certStatus&quot;: &quot;A String&quot;, # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
-          &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
-            &quot;A String&quot;,
-          ],
+          &quot;site&quot;: &quot;A String&quot;, # Required. The site name of the association.
         },
-        &quot;status&quot;: &quot;A String&quot;, # Output only. Additional status of the domain association.
-        &quot;domainRedirect&quot;: { # Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration. # If set, the domain should redirect with the provided parameters.
-          &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
-          &quot;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
-        },
-      },
     ],
     &quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token, if more results exist.
   }</pre>
@@ -330,37 +330,37 @@
     The object takes the form of:
 
 { # The intended behavior and status information of a domain.
-  &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
-  &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name of the association.
-  &quot;site&quot;: &quot;A String&quot;, # Required. The site name of the association.
-  &quot;provisioning&quot;: { # The current certificate provisioning status information for a domain. # Output only. Information about the provisioning of certificates and the health of the DNS resolution for the domain.
-    &quot;certChallengeDns&quot;: { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
-      &quot;domainName&quot;: &quot;A String&quot;, # The domain name upon which the DNS challenge must be satisfied.
-      &quot;token&quot;: &quot;A String&quot;, # The value that must be present as a TXT record on the domain name to satisfy the challenge.
+    &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name of the association.
+    &quot;domainRedirect&quot;: { # Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration. # If set, the domain should redirect with the provided parameters.
+      &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
+      &quot;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
     },
-    &quot;certChallengeHttp&quot;: { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
-      &quot;path&quot;: &quot;A String&quot;, # The URL path on which to serve the specified token to satisfy the certificate challenge.
-      &quot;token&quot;: &quot;A String&quot;, # The token to serve at the specified URL path to satisfy the certificate challenge.
+    &quot;status&quot;: &quot;A String&quot;, # Output only. Additional status of the domain association.
+    &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
+    &quot;provisioning&quot;: { # The current certificate provisioning status information for a domain. # Output only. Information about the provisioning of certificates and the health of the DNS resolution for the domain.
+      &quot;expectedIps&quot;: [ # The list of IPs to which the domain is expected to resolve.
+        &quot;A String&quot;,
+      ],
+      &quot;certStatus&quot;: &quot;A String&quot;, # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
+      &quot;certChallengeHttp&quot;: { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
+        &quot;path&quot;: &quot;A String&quot;, # The URL path on which to serve the specified token to satisfy the certificate challenge.
+        &quot;token&quot;: &quot;A String&quot;, # The token to serve at the specified URL path to satisfy the certificate challenge.
+      },
+      &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
+        &quot;A String&quot;,
+      ],
+      &quot;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
+      &quot;certChallengeDns&quot;: { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
+        &quot;domainName&quot;: &quot;A String&quot;, # The domain name upon which the DNS challenge must be satisfied.
+        &quot;token&quot;: &quot;A String&quot;, # The value that must be present as a TXT record on the domain name to satisfy the challenge.
+      },
+      &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
+      &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
+        &quot;A String&quot;,
+      ],
     },
-    &quot;expectedIps&quot;: [ # The list of IPs to which the domain is expected to resolve.
-      &quot;A String&quot;,
-    ],
-    &quot;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
-    &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
-    &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
-      &quot;A String&quot;,
-    ],
-    &quot;certStatus&quot;: &quot;A String&quot;, # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
-    &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
-      &quot;A String&quot;,
-    ],
-  },
-  &quot;status&quot;: &quot;A String&quot;, # Output only. Additional status of the domain association.
-  &quot;domainRedirect&quot;: { # Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration. # If set, the domain should redirect with the provided parameters.
-    &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
-    &quot;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
-  },
-}
+    &quot;site&quot;: &quot;A String&quot;, # Required. The site name of the association.
+  }
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -371,37 +371,37 @@
   An object of the form:
 
     { # The intended behavior and status information of a domain.
-    &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
-    &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name of the association.
-    &quot;site&quot;: &quot;A String&quot;, # Required. The site name of the association.
-    &quot;provisioning&quot;: { # The current certificate provisioning status information for a domain. # Output only. Information about the provisioning of certificates and the health of the DNS resolution for the domain.
-      &quot;certChallengeDns&quot;: { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
-        &quot;domainName&quot;: &quot;A String&quot;, # The domain name upon which the DNS challenge must be satisfied.
-        &quot;token&quot;: &quot;A String&quot;, # The value that must be present as a TXT record on the domain name to satisfy the challenge.
+      &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name of the association.
+      &quot;domainRedirect&quot;: { # Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration. # If set, the domain should redirect with the provided parameters.
+        &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
+        &quot;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
       },
-      &quot;certChallengeHttp&quot;: { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
-        &quot;path&quot;: &quot;A String&quot;, # The URL path on which to serve the specified token to satisfy the certificate challenge.
-        &quot;token&quot;: &quot;A String&quot;, # The token to serve at the specified URL path to satisfy the certificate challenge.
+      &quot;status&quot;: &quot;A String&quot;, # Output only. Additional status of the domain association.
+      &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
+      &quot;provisioning&quot;: { # The current certificate provisioning status information for a domain. # Output only. Information about the provisioning of certificates and the health of the DNS resolution for the domain.
+        &quot;expectedIps&quot;: [ # The list of IPs to which the domain is expected to resolve.
+          &quot;A String&quot;,
+        ],
+        &quot;certStatus&quot;: &quot;A String&quot;, # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
+        &quot;certChallengeHttp&quot;: { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
+          &quot;path&quot;: &quot;A String&quot;, # The URL path on which to serve the specified token to satisfy the certificate challenge.
+          &quot;token&quot;: &quot;A String&quot;, # The token to serve at the specified URL path to satisfy the certificate challenge.
+        },
+        &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
+          &quot;A String&quot;,
+        ],
+        &quot;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
+        &quot;certChallengeDns&quot;: { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
+          &quot;domainName&quot;: &quot;A String&quot;, # The domain name upon which the DNS challenge must be satisfied.
+          &quot;token&quot;: &quot;A String&quot;, # The value that must be present as a TXT record on the domain name to satisfy the challenge.
+        },
+        &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
+        &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
+          &quot;A String&quot;,
+        ],
       },
-      &quot;expectedIps&quot;: [ # The list of IPs to which the domain is expected to resolve.
-        &quot;A String&quot;,
-      ],
-      &quot;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
-      &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
-      &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
-        &quot;A String&quot;,
-      ],
-      &quot;certStatus&quot;: &quot;A String&quot;, # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
-      &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
-        &quot;A String&quot;,
-      ],
-    },
-    &quot;status&quot;: &quot;A String&quot;, # Output only. Additional status of the domain association.
-    &quot;domainRedirect&quot;: { # Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration. # If set, the domain should redirect with the provided parameters.
-      &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
-      &quot;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
-    },
-  }</pre>
+      &quot;site&quot;: &quot;A String&quot;, # Required. The site name of the association.
+    }</pre>
 </div>
 
 </body></html>
\ No newline at end of file