docs: update docs/dyn (#1096)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets

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

Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/firebasehosting_v1beta1.projects.sites.domains.html b/docs/dyn/firebasehosting_v1beta1.projects.sites.domains.html
index 75ae674..eff0781 100644
--- a/docs/dyn/firebasehosting_v1beta1.projects.sites.domains.html
+++ b/docs/dyn/firebasehosting_v1beta1.projects.sites.domains.html
@@ -111,58 +111,17 @@
     The object takes the form of:
 
 { # The intended behavior and status information of a domain.
-  "domainName": "A String", # Required. The domain name of the association.
-  "site": "A String", # Required. The site name of the association.
-  "domainRedirect": { # 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.
-    "type": "A String", # Required. The redirect status code.
-    "domainName": "A String", # Required. The domain name to redirect to.
-  },
-  "provisioning": { # 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.
-    "certChallengeDns": { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
-      "domainName": "A String", # The domain name upon which the DNS challenge must be satisfied.
-      "token": "A String", # The value that must be present as a TXT record on the domain name to satisfy the challenge.
-    },
-    "certChallengeDiscoveredTxt": [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
-      "A String",
-    ],
-    "certChallengeHttp": { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
-      "path": "A String", # The URL path on which to serve the specified token to satisfy the certificate challenge.
-      "token": "A String", # The token to serve at the specified URL path to satisfy the certificate challenge.
-    },
-    "expectedIps": [ # The list of IPs to which the domain is expected to resolve.
-      "A String",
-    ],
-    "discoveredIps": [ # The IPs found at the last DNS fetch.
-      "A String",
-    ],
-    "dnsStatus": "A String", # The DNS record match status as of the last DNS fetch.
-    "certStatus": "A String", # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
-    "dnsFetchTime": "A String", # The time at which the last DNS fetch occurred.
-  },
-  "status": "A String", # Output only. Additional status of the domain association.
-  "updateTime": "A String", # Output only. The time at which the domain was last updated.
-}
-
-  x__xgafv: string, V1 error format.
-    Allowed values
-      1 - v1 error format
-      2 - v2 error format
-
-Returns:
-  An object of the form:
-
-    { # The intended behavior and status information of a domain.
     "domainName": "A String", # Required. The domain name of the association.
-    "site": "A String", # Required. The site name of the association.
-    "domainRedirect": { # 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.
-      "type": "A String", # Required. The redirect status code.
-      "domainName": "A String", # Required. The domain name to redirect to.
-    },
     "provisioning": { # 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.
+      "dnsStatus": "A String", # The DNS record match status as of the last DNS fetch.
+      "discoveredIps": [ # The IPs found at the last DNS fetch.
+        "A String",
+      ],
       "certChallengeDns": { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
-        "domainName": "A String", # The domain name upon which the DNS challenge must be satisfied.
         "token": "A String", # The value that must be present as a TXT record on the domain name to satisfy the challenge.
+        "domainName": "A String", # The domain name upon which the DNS challenge must be satisfied.
       },
+      "dnsFetchTime": "A String", # The time at which the last DNS fetch occurred.
       "certChallengeDiscoveredTxt": [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
         "A String",
       ],
@@ -173,16 +132,57 @@
       "expectedIps": [ # The list of IPs to which the domain is expected to resolve.
         "A String",
       ],
-      "discoveredIps": [ # The IPs found at the last DNS fetch.
-        "A String",
-      ],
-      "dnsStatus": "A String", # The DNS record match status as of the last DNS fetch.
       "certStatus": "A String", # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
-      "dnsFetchTime": "A String", # The time at which the last DNS fetch occurred.
     },
+    "domainRedirect": { # 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.
+      "type": "A String", # Required. The redirect status code.
+      "domainName": "A String", # Required. The domain name to redirect to.
+    },
+    "site": "A String", # Required. The site name of the association.
     "status": "A String", # Output only. Additional status of the domain association.
     "updateTime": "A String", # Output only. The time at which the domain was last updated.
-  }</pre>
+  }
+
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # The intended behavior and status information of a domain.
+      &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain 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;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
+        &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
+          &quot;A String&quot;,
+        ],
+        &quot;certChallengeDns&quot;: { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
+          &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;, # The domain name upon which the DNS challenge must be satisfied.
+        },
+        &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
+        &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
+          &quot;A String&quot;,
+        ],
+        &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;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;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;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
+        &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
+      },
+      &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;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
+    }</pre>
 </div>
 
 <div class="method">
@@ -218,37 +218,37 @@
   An object of the form:
 
     { # The intended behavior and status information of a domain.
-    &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;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;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
-      &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
-    },
-    &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;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;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
+        &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
+          &quot;A String&quot;,
+        ],
+        &quot;certChallengeDns&quot;: { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
+          &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;, # The domain name upon which the DNS challenge must be satisfied.
+        },
+        &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
+        &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
+          &quot;A String&quot;,
+        ],
+        &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;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;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
-        &quot;A String&quot;,
-      ],
-      &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;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;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
+        &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
       },
-      &quot;expectedIps&quot;: [ # The list of IPs to which the domain is expected to resolve.
-        &quot;A String&quot;,
-      ],
-      &quot;discoveredIps&quot;: [ # The IPs 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;certStatus&quot;: &quot;A String&quot;, # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
-      &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
-    },
-    &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.
-  }</pre>
+      &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;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
+    }</pre>
 </div>
 
 <div class="method">
@@ -271,37 +271,37 @@
     &quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token, if more results exist.
     &quot;domains&quot;: [ # The list of domains, if any exist.
       { # The intended behavior and status information of a domain.
-        &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;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;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
-          &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
-        },
-        &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;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;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
+            &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
+              &quot;A String&quot;,
+            ],
+            &quot;certChallengeDns&quot;: { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
+              &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;, # The domain name upon which the DNS challenge must be satisfied.
+            },
+            &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
+            &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
+              &quot;A String&quot;,
+            ],
+            &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;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;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
-            &quot;A String&quot;,
-          ],
-          &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;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;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
+            &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
           },
-          &quot;expectedIps&quot;: [ # The list of IPs to which the domain is expected to resolve.
-            &quot;A String&quot;,
-          ],
-          &quot;discoveredIps&quot;: [ # The IPs 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;certStatus&quot;: &quot;A String&quot;, # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
-          &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
+          &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;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
         },
-        &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.
-      },
     ],
   }</pre>
 </div>
@@ -330,58 +330,17 @@
     The object takes the form of:
 
 { # The intended behavior and status information of a domain.
-  &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;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;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
-    &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
-  },
-  &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;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
-      &quot;A String&quot;,
-    ],
-    &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;expectedIps&quot;: [ # The list of IPs to which the domain is expected to resolve.
-      &quot;A String&quot;,
-    ],
-    &quot;discoveredIps&quot;: [ # The IPs 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;certStatus&quot;: &quot;A String&quot;, # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
-    &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
-  },
-  &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.
-}
-
-  x__xgafv: string, V1 error format.
-    Allowed values
-      1 - v1 error format
-      2 - v2 error format
-
-Returns:
-  An object of the form:
-
-    { # The intended behavior and status information of a domain.
     &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;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;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
-      &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
-    },
     &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;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
+      &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
+        &quot;A String&quot;,
+      ],
       &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;, # The domain name upon which the DNS challenge must be satisfied.
       },
+      &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
       &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
         &quot;A String&quot;,
       ],
@@ -392,16 +351,57 @@
       &quot;expectedIps&quot;: [ # The list of IPs to which the domain is expected to resolve.
         &quot;A String&quot;,
       ],
-      &quot;discoveredIps&quot;: [ # The IPs 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;certStatus&quot;: &quot;A String&quot;, # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
-      &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
     },
+    &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;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
+      &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
+    },
+    &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;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
-  }</pre>
+  }
+
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # The intended behavior and status information of a domain.
+      &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain 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;dnsStatus&quot;: &quot;A String&quot;, # The DNS record match status as of the last DNS fetch.
+        &quot;discoveredIps&quot;: [ # The IPs found at the last DNS fetch.
+          &quot;A String&quot;,
+        ],
+        &quot;certChallengeDns&quot;: { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
+          &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;, # The domain name upon which the DNS challenge must be satisfied.
+        },
+        &quot;dnsFetchTime&quot;: &quot;A String&quot;, # The time at which the last DNS fetch occurred.
+        &quot;certChallengeDiscoveredTxt&quot;: [ # The TXT records (for the certificate challenge) that were found at the last DNS fetch.
+          &quot;A String&quot;,
+        ],
+        &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;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;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;type&quot;: &quot;A String&quot;, # Required. The redirect status code.
+        &quot;domainName&quot;: &quot;A String&quot;, # Required. The domain name to redirect to.
+      },
+      &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;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the domain was last updated.
+    }</pre>
 </div>
 
 </body></html>
\ No newline at end of file