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.html b/docs/dyn/firebasehosting_v1beta1.projects.sites.html
index 89f93e2..26dd8da 100644
--- a/docs/dyn/firebasehosting_v1beta1.projects.sites.html
+++ b/docs/dyn/firebasehosting_v1beta1.projects.sites.html
@@ -95,6 +95,9 @@
<p class="firstline">Returns the versions Resource.</p>
<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="#getConfig">getConfig(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the Hosting metadata for a specific site.</p>
<p class="toc_element">
@@ -102,12 +105,16 @@
<p class="firstline">Sets the Hosting metadata for a specific site.</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="getConfig">getConfig(name, x__xgafv=None)</code>
<pre>Gets the Hosting metadata for a specific site.
Args:
- name: string, Required. The site for which to get the SiteConfig, in the format:
-<code>sites/<var>site-name</var>/config</code> (required)
+ name: string, Required. The site for which to get the SiteConfig, in the format: sites/ site-name/config (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -116,16 +123,10 @@
Returns:
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.
- "cloudLoggingEnabled": True or False, # Whether or not web requests made by site visitors are logged via Cloud
- # Logging.
- }</pre>
+ { # 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.
+ }</pre>
</div>
<div class="method">
@@ -133,27 +134,16 @@
<pre>Sets the Hosting metadata for a specific site.
Args:
- name: string, Required. The site for which to update the SiteConfig, in the format:
-<code>sites/<var>site-name</var>/config</code> (required)
+ name: string, Required. The site for which to update the SiteConfig, in the format: sites/ site-name/config (required)
body: object, The request body.
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.
- "cloudLoggingEnabled": True or False, # Whether or not web requests made by site visitors are logged via Cloud
- # Logging.
- }
+{ # 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.
+}
- 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>If a mask is not provided then a default mask of only
-[`max_versions`](../sites.SiteConfig.max_versions) will be used.
+ 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.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -162,16 +152,10 @@
Returns:
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.
- "cloudLoggingEnabled": True or False, # Whether or not web requests made by site visitors are logged via Cloud
- # Logging.
- }</pre>
+ { # 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.
+ }</pre>
</div>
</body></html>
\ No newline at end of file