docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/firebasehosting_v1beta1.sites.html b/docs/dyn/firebasehosting_v1beta1.sites.html
index 2587ac4..1d739f9 100644
--- a/docs/dyn/firebasehosting_v1beta1.sites.html
+++ b/docs/dyn/firebasehosting_v1beta1.sites.html
@@ -117,13 +117,15 @@
An object of the form:
{ # A `SiteConfig` contains metadata associated with a specific site that
- # controls Firebase Hosting serving behavior
- "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.
- }</pre>
+ # controls Firebase Hosting serving behavior
+ "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>
<div class="method">
@@ -137,17 +139,19 @@
The object takes the form of:
{ # A `SiteConfig` contains metadata associated with a specific site that
- # controls Firebase Hosting serving behavior
- "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.
- }
+ # controls Firebase Hosting serving behavior
+ "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.
-<br>A field will be overwritten if, and only if, it's in the mask.
+<br>A field will be overwritten if, and only if, it's in the mask.
<br>If a mask is not provided then a default mask of only
[`max_versions`](../sites.SiteConfig.max_versions) will be used.
x__xgafv: string, V1 error format.
@@ -159,13 +163,15 @@
An object of the form:
{ # A `SiteConfig` contains metadata associated with a specific site that
- # controls Firebase Hosting serving behavior
- "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.
- }</pre>
+ # controls Firebase Hosting serving behavior
+ "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>
</body></html>
\ No newline at end of file