docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/firebasehosting_v1beta1.projects.sites.domains.html b/docs/dyn/firebasehosting_v1beta1.projects.sites.domains.html
index 21d13cf..4944c94 100644
--- a/docs/dyn/firebasehosting_v1beta1.projects.sites.domains.html
+++ b/docs/dyn/firebasehosting_v1beta1.projects.sites.domains.html
@@ -75,6 +75,9 @@
<h1><a href="firebasehosting_v1beta1.html">Firebase Hosting API</a> . <a href="firebasehosting_v1beta1.projects.html">projects</a> . <a href="firebasehosting_v1beta1.projects.sites.html">sites</a> . <a href="firebasehosting_v1beta1.projects.sites.domains.html">domains</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
+ <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Creates a domain mapping on the specified site.</p>
<p class="toc_element">
@@ -91,56 +94,52 @@
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
<code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Updates the specified domain mapping, creating the mapping as if it does</p>
+<p class="firstline">Updates the specified domain mapping, creating the mapping as if it does not exist.</p>
<h3>Method Details</h3>
<div class="method">
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
<pre>Creates a domain mapping on the specified site.
Args:
- parent: string, Required. The parent to create the domain association for, in the format:
-<code>sites/<var>site-name</var></code> (required)
+ parent: string, Required. The parent to create the domain association for, in the format: sites/site-name (required)
body: object, The request body.
The object takes the form of:
{ # The intended behavior and status information of a domain.
"updateTime": "A String", # Output only. The time at which the domain was last updated.
- "domainRedirect": { # Defines the behavior of a domain-level redirect. Domain redirects preserve # If set, the domain should redirect with the provided parameters.
- # the path of the redirect but replace the requested domain with the one
- # specified in the redirect configuration.
+ "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.
},
- "status": "A String", # Output only. Additional status of the domain association.
- "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.
- "certChallengeHttp": { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
- "token": "A String", # The token to serve at the specified URL path to satisfy the certificate
- # challenge.
- "path": "A String", # The URL path on which to serve the specified token to satisfy the
- # certificate challenge.
- },
- "dnsStatus": "A String", # The DNS record match status as of the last DNS fetch.
+ "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.
"discoveredIps": [ # The IPs found at the last DNS fetch.
"A String",
],
- "certStatus": "A String", # The certificate provisioning status; updated when Firebase Hosting
- # provisions an SSL certificate for the domain.
- "certChallengeDns": { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
- "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.
+ "certStatus": "A String", # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
+ "certChallengeHttp": { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
+ "token": "A String", # The token to serve at the specified URL path to satisfy the certificate challenge.
+ "path": "A String", # The URL path on which to serve the specified token to satisfy the certificate challenge.
},
+ "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",
+ ],
+ "dnsStatus": "A String", # The DNS record match status as of the last DNS fetch.
+ "dnsFetchTime": "A String", # The time at which the last DNS fetch occurred.
"expectedIps": [ # The list of IPs to which the domain is expected to resolve.
"A String",
],
- "certChallengeDiscoveredTxt": [ # The TXT records (for the certificate challenge) that were found at the last
- # DNS fetch.
- "A String",
- ],
- "dnsFetchTime": "A String", # The time at which the last DNS fetch occurred.
},
- "site": "A String", # Required. The site name of the association.
+ "status": "A String", # Output only. Additional status of the domain association.
"domainName": "A String", # Required. The domain name of the association.
}
@@ -154,42 +153,34 @@
{ # The intended behavior and status information of a domain.
"updateTime": "A String", # Output only. The time at which the domain was last updated.
- "domainRedirect": { # Defines the behavior of a domain-level redirect. Domain redirects preserve # If set, the domain should redirect with the provided parameters.
- # the path of the redirect but replace the requested domain with the one
- # specified in the redirect configuration.
+ "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.
},
- "status": "A String", # Output only. Additional status of the domain association.
- "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.
- "certChallengeHttp": { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
- "token": "A String", # The token to serve at the specified URL path to satisfy the certificate
- # challenge.
- "path": "A String", # The URL path on which to serve the specified token to satisfy the
- # certificate challenge.
- },
- "dnsStatus": "A String", # The DNS record match status as of the last DNS fetch.
+ "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.
"discoveredIps": [ # The IPs found at the last DNS fetch.
"A String",
],
- "certStatus": "A String", # The certificate provisioning status; updated when Firebase Hosting
- # provisions an SSL certificate for the domain.
- "certChallengeDns": { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
- "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.
+ "certStatus": "A String", # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
+ "certChallengeHttp": { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
+ "token": "A String", # The token to serve at the specified URL path to satisfy the certificate challenge.
+ "path": "A String", # The URL path on which to serve the specified token to satisfy the certificate challenge.
},
+ "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",
+ ],
+ "dnsStatus": "A String", # The DNS record match status as of the last DNS fetch.
+ "dnsFetchTime": "A String", # The time at which the last DNS fetch occurred.
"expectedIps": [ # The list of IPs to which the domain is expected to resolve.
"A String",
],
- "certChallengeDiscoveredTxt": [ # The TXT records (for the certificate challenge) that were found at the last
- # DNS fetch.
- "A String",
- ],
- "dnsFetchTime": "A String", # The time at which the last DNS fetch occurred.
},
- "site": "A String", # Required. The site name of the association.
+ "status": "A String", # Output only. Additional status of the domain association.
"domainName": "A String", # Required. The domain name of the association.
}</pre>
</div>
@@ -208,15 +199,7 @@
Returns:
An object of the form:
- { # A generic empty message that you can re-use to avoid defining duplicated
- # empty messages in your APIs. A typical example is to use it as the request
- # or the response type of an API method. For instance:
- #
- # service Foo {
- # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
- # }
- #
- # The JSON representation for `Empty` is empty JSON object `{}`.
+ { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
}</pre>
</div>
@@ -236,42 +219,34 @@
{ # The intended behavior and status information of a domain.
"updateTime": "A String", # Output only. The time at which the domain was last updated.
- "domainRedirect": { # Defines the behavior of a domain-level redirect. Domain redirects preserve # If set, the domain should redirect with the provided parameters.
- # the path of the redirect but replace the requested domain with the one
- # specified in the redirect configuration.
+ "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.
},
- "status": "A String", # Output only. Additional status of the domain association.
- "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.
- "certChallengeHttp": { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
- "token": "A String", # The token to serve at the specified URL path to satisfy the certificate
- # challenge.
- "path": "A String", # The URL path on which to serve the specified token to satisfy the
- # certificate challenge.
- },
- "dnsStatus": "A String", # The DNS record match status as of the last DNS fetch.
+ "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.
"discoveredIps": [ # The IPs found at the last DNS fetch.
"A String",
],
- "certStatus": "A String", # The certificate provisioning status; updated when Firebase Hosting
- # provisions an SSL certificate for the domain.
- "certChallengeDns": { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
- "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.
+ "certStatus": "A String", # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
+ "certChallengeHttp": { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
+ "token": "A String", # The token to serve at the specified URL path to satisfy the certificate challenge.
+ "path": "A String", # The URL path on which to serve the specified token to satisfy the certificate challenge.
},
+ "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",
+ ],
+ "dnsStatus": "A String", # The DNS record match status as of the last DNS fetch.
+ "dnsFetchTime": "A String", # The time at which the last DNS fetch occurred.
"expectedIps": [ # The list of IPs to which the domain is expected to resolve.
"A String",
],
- "certChallengeDiscoveredTxt": [ # The TXT records (for the certificate challenge) that were found at the last
- # DNS fetch.
- "A String",
- ],
- "dnsFetchTime": "A String", # The time at which the last DNS fetch occurred.
},
- "site": "A String", # Required. The site name of the association.
+ "status": "A String", # Output only. Additional status of the domain association.
"domainName": "A String", # Required. The domain name of the association.
}</pre>
</div>
@@ -281,8 +256,7 @@
<pre>Lists the domains for the specified site.
Args:
- parent: string, Required. The parent for which to list domains, in the format:
-<code>sites/<var>site-name</var></code> (required)
+ parent: string, Required. The parent for which to list domains, in the format: sites/ site-name (required)
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.
@@ -294,49 +268,41 @@
An object of the form:
{ # The response to listing Domains.
+ "nextPageToken": "A String", # The pagination token, if more results exist.
"domains": [ # The list of domains, if any exist.
{ # The intended behavior and status information of a domain.
"updateTime": "A String", # Output only. The time at which the domain was last updated.
- "domainRedirect": { # Defines the behavior of a domain-level redirect. Domain redirects preserve # If set, the domain should redirect with the provided parameters.
- # the path of the redirect but replace the requested domain with the one
- # specified in the redirect configuration.
+ "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.
},
- "status": "A String", # Output only. Additional status of the domain association.
- "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.
- "certChallengeHttp": { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
- "token": "A String", # The token to serve at the specified URL path to satisfy the certificate
- # challenge.
- "path": "A String", # The URL path on which to serve the specified token to satisfy the
- # certificate challenge.
- },
- "dnsStatus": "A String", # The DNS record match status as of the last DNS fetch.
+ "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.
"discoveredIps": [ # The IPs found at the last DNS fetch.
"A String",
],
- "certStatus": "A String", # The certificate provisioning status; updated when Firebase Hosting
- # provisions an SSL certificate for the domain.
- "certChallengeDns": { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
- "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.
+ "certStatus": "A String", # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
+ "certChallengeHttp": { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
+ "token": "A String", # The token to serve at the specified URL path to satisfy the certificate challenge.
+ "path": "A String", # The URL path on which to serve the specified token to satisfy the certificate challenge.
},
+ "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",
+ ],
+ "dnsStatus": "A String", # The DNS record match status as of the last DNS fetch.
+ "dnsFetchTime": "A String", # The time at which the last DNS fetch occurred.
"expectedIps": [ # The list of IPs to which the domain is expected to resolve.
"A String",
],
- "certChallengeDiscoveredTxt": [ # The TXT records (for the certificate challenge) that were found at the last
- # DNS fetch.
- "A String",
- ],
- "dnsFetchTime": "A String", # The time at which the last DNS fetch occurred.
},
- "site": "A String", # Required. The site name of the association.
+ "status": "A String", # Output only. Additional status of the domain association.
"domainName": "A String", # Required. The domain name of the association.
},
],
- "nextPageToken": "A String", # The pagination token, if more results exist.
}</pre>
</div>
@@ -356,53 +322,43 @@
<div class="method">
<code class="details" id="update">update(name, body=None, x__xgafv=None)</code>
- <pre>Updates the specified domain mapping, creating the mapping as if it does
-not exist.
+ <pre>Updates the specified domain mapping, creating the mapping as if it does not exist.
Args:
- name: string, Required. The name of the domain association to update or create, if an
-association doesn't already exist. (required)
+ name: string, Required. The name of the domain association to update or create, if an association doesn't already exist. (required)
body: object, The request body.
The object takes the form of:
{ # The intended behavior and status information of a domain.
"updateTime": "A String", # Output only. The time at which the domain was last updated.
- "domainRedirect": { # Defines the behavior of a domain-level redirect. Domain redirects preserve # If set, the domain should redirect with the provided parameters.
- # the path of the redirect but replace the requested domain with the one
- # specified in the redirect configuration.
+ "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.
},
- "status": "A String", # Output only. Additional status of the domain association.
- "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.
- "certChallengeHttp": { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
- "token": "A String", # The token to serve at the specified URL path to satisfy the certificate
- # challenge.
- "path": "A String", # The URL path on which to serve the specified token to satisfy the
- # certificate challenge.
- },
- "dnsStatus": "A String", # The DNS record match status as of the last DNS fetch.
+ "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.
"discoveredIps": [ # The IPs found at the last DNS fetch.
"A String",
],
- "certStatus": "A String", # The certificate provisioning status; updated when Firebase Hosting
- # provisions an SSL certificate for the domain.
- "certChallengeDns": { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
- "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.
+ "certStatus": "A String", # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
+ "certChallengeHttp": { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
+ "token": "A String", # The token to serve at the specified URL path to satisfy the certificate challenge.
+ "path": "A String", # The URL path on which to serve the specified token to satisfy the certificate challenge.
},
+ "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",
+ ],
+ "dnsStatus": "A String", # The DNS record match status as of the last DNS fetch.
+ "dnsFetchTime": "A String", # The time at which the last DNS fetch occurred.
"expectedIps": [ # The list of IPs to which the domain is expected to resolve.
"A String",
],
- "certChallengeDiscoveredTxt": [ # The TXT records (for the certificate challenge) that were found at the last
- # DNS fetch.
- "A String",
- ],
- "dnsFetchTime": "A String", # The time at which the last DNS fetch occurred.
},
- "site": "A String", # Required. The site name of the association.
+ "status": "A String", # Output only. Additional status of the domain association.
"domainName": "A String", # Required. The domain name of the association.
}
@@ -416,42 +372,34 @@
{ # The intended behavior and status information of a domain.
"updateTime": "A String", # Output only. The time at which the domain was last updated.
- "domainRedirect": { # Defines the behavior of a domain-level redirect. Domain redirects preserve # If set, the domain should redirect with the provided parameters.
- # the path of the redirect but replace the requested domain with the one
- # specified in the redirect configuration.
+ "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.
},
- "status": "A String", # Output only. Additional status of the domain association.
- "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.
- "certChallengeHttp": { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
- "token": "A String", # The token to serve at the specified URL path to satisfy the certificate
- # challenge.
- "path": "A String", # The URL path on which to serve the specified token to satisfy the
- # certificate challenge.
- },
- "dnsStatus": "A String", # The DNS record match status as of the last DNS fetch.
+ "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.
"discoveredIps": [ # The IPs found at the last DNS fetch.
"A String",
],
- "certStatus": "A String", # The certificate provisioning status; updated when Firebase Hosting
- # provisions an SSL certificate for the domain.
- "certChallengeDns": { # Represents a DNS certificate challenge. # The DNS challenge for generating a certificate.
- "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.
+ "certStatus": "A String", # The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain.
+ "certChallengeHttp": { # Represents an HTTP certificate challenge. # The HTTP challenge for generating a certificate.
+ "token": "A String", # The token to serve at the specified URL path to satisfy the certificate challenge.
+ "path": "A String", # The URL path on which to serve the specified token to satisfy the certificate challenge.
},
+ "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",
+ ],
+ "dnsStatus": "A String", # The DNS record match status as of the last DNS fetch.
+ "dnsFetchTime": "A String", # The time at which the last DNS fetch occurred.
"expectedIps": [ # The list of IPs to which the domain is expected to resolve.
"A String",
],
- "certChallengeDiscoveredTxt": [ # The TXT records (for the certificate challenge) that were found at the last
- # DNS fetch.
- "A String",
- ],
- "dnsFetchTime": "A String", # The time at which the last DNS fetch occurred.
},
- "site": "A String", # Required. The site name of the association.
+ "status": "A String", # Output only. Additional status of the domain association.
"domainName": "A String", # Required. The domain name of the association.
}</pre>
</div>