build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/firebasehosting_v1beta1.projects.sites.html b/docs/dyn/firebasehosting_v1beta1.projects.sites.html
index 26dd8da..2418345 100644
--- a/docs/dyn/firebasehosting_v1beta1.projects.sites.html
+++ b/docs/dyn/firebasehosting_v1beta1.projects.sites.html
@@ -124,8 +124,8 @@
An object of the form:
{ # A `SiteConfig` contains metadata associated with a specific site that controls Firebase Hosting serving behavior
- "cloudLoggingEnabled": True or False, # Whether or not web requests made by site visitors are logged via Cloud Logging.
"maxVersions": "A String", # The number of FINALIZED versions that will be held for a site before automatic deletion. When a new version is deployed, content for versions in storage in excess of this number will be deleted, and will no longer be billed for storage usage. Oldest versions will be deleted first; sites are created with an unlimited number of max_versions by default.
+ "cloudLoggingEnabled": True or False, # Whether or not web requests made by site visitors are logged via Cloud Logging.
}</pre>
</div>
@@ -139,8 +139,8 @@
The object takes the form of:
{ # A `SiteConfig` contains metadata associated with a specific site that controls Firebase Hosting serving behavior
- "cloudLoggingEnabled": True or False, # Whether or not web requests made by site visitors are logged via Cloud Logging.
"maxVersions": "A String", # The number of FINALIZED versions that will be held for a site before automatic deletion. When a new version is deployed, content for versions in storage in excess of this number will be deleted, and will no longer be billed for storage usage. Oldest versions will be deleted first; sites are created with an unlimited number of max_versions by default.
+ "cloudLoggingEnabled": True or False, # Whether or not web requests made by site visitors are logged via Cloud Logging.
}
updateMask: string, A set of field names from your [site configuration](../sites.SiteConfig) that you want to update. A field will be overwritten if, and only if, it's in the mask. If a mask is not provided then a default mask of only [`max_versions`](../sites.SiteConfig.max_versions) will be used.
@@ -153,8 +153,8 @@
An object of the form:
{ # A `SiteConfig` contains metadata associated with a specific site that controls Firebase Hosting serving behavior
- "cloudLoggingEnabled": True or False, # Whether or not web requests made by site visitors are logged via Cloud Logging.
"maxVersions": "A String", # The number of FINALIZED versions that will be held for a site before automatic deletion. When a new version is deployed, content for versions in storage in excess of this number will be deleted, and will no longer be billed for storage usage. Oldest versions will be deleted first; sites are created with an unlimited number of max_versions by default.
+ "cloudLoggingEnabled": True or False, # Whether or not web requests made by site visitors are logged via Cloud Logging.
}</pre>
</div>