docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/securitycenter_v1beta2.projects.html b/docs/dyn/securitycenter_v1beta2.projects.html
new file mode 100644
index 0000000..bf7da40
--- /dev/null
+++ b/docs/dyn/securitycenter_v1beta2.projects.html
@@ -0,0 +1,445 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ font-weight: inherit;
+ font-style: inherit;
+ font-size: 100%;
+ font-family: inherit;
+ vertical-align: baseline;
+}
+
+body {
+ font-size: 13px;
+ padding: 1em;
+}
+
+h1 {
+ font-size: 26px;
+ margin-bottom: 1em;
+}
+
+h2 {
+ font-size: 24px;
+ margin-bottom: 1em;
+}
+
+h3 {
+ font-size: 20px;
+ margin-bottom: 1em;
+ margin-top: 1em;
+}
+
+pre, code {
+ line-height: 1.5;
+ font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+ margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+ font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+ border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+ margin-top: 0.5em;
+}
+
+.firstline {
+ margin-left: 2 em;
+}
+
+.method {
+ margin-top: 1em;
+ border: solid 1px #CCC;
+ padding: 1em;
+ background: #EEE;
+}
+
+.details {
+ font-weight: bold;
+ font-size: 14px;
+}
+
+</style>
+
+<h1><a href="securitycenter_v1beta2.html">Security Command Center API</a> . <a href="securitycenter_v1beta2.projects.html">projects</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+ <code><a href="securitycenter_v1beta2.projects.containerThreatDetectionSettings.html">containerThreatDetectionSettings()</a></code>
+</p>
+<p class="firstline">Returns the containerThreatDetectionSettings Resource.</p>
+
+<p class="toc_element">
+ <code><a href="securitycenter_v1beta2.projects.eventThreatDetectionSettings.html">eventThreatDetectionSettings()</a></code>
+</p>
+<p class="firstline">Returns the eventThreatDetectionSettings Resource.</p>
+
+<p class="toc_element">
+ <code><a href="securitycenter_v1beta2.projects.locations.html">locations()</a></code>
+</p>
+<p class="firstline">Returns the locations Resource.</p>
+
+<p class="toc_element">
+ <code><a href="securitycenter_v1beta2.projects.securityHealthAnalyticsSettings.html">securityHealthAnalyticsSettings()</a></code>
+</p>
+<p class="firstline">Returns the securityHealthAnalyticsSettings Resource.</p>
+
+<p class="toc_element">
+ <code><a href="securitycenter_v1beta2.projects.webSecurityScannerSettings.html">webSecurityScannerSettings()</a></code>
+</p>
+<p class="firstline">Returns the webSecurityScannerSettings 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="#getContainerThreatDetectionSettings">getContainerThreatDetectionSettings(name, x__xgafv=None)</a></code></p>
+<p class="firstline">Get the ContainerThreatDetectionSettings resource.</p>
+<p class="toc_element">
+ <code><a href="#getEventThreatDetectionSettings">getEventThreatDetectionSettings(name, x__xgafv=None)</a></code></p>
+<p class="firstline">Get the EventThreatDetectionSettings resource.</p>
+<p class="toc_element">
+ <code><a href="#getSecurityHealthAnalyticsSettings">getSecurityHealthAnalyticsSettings(name, x__xgafv=None)</a></code></p>
+<p class="firstline">Get the SecurityHealthAnalyticsSettings resource.</p>
+<p class="toc_element">
+ <code><a href="#getWebSecurityScannerSettings">getWebSecurityScannerSettings(name, x__xgafv=None)</a></code></p>
+<p class="firstline">Get the WebSecurityScannerSettings resource.</p>
+<p class="toc_element">
+ <code><a href="#updateContainerThreatDetectionSettings">updateContainerThreatDetectionSettings(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Update the ContainerThreatDetectionSettings resource.</p>
+<p class="toc_element">
+ <code><a href="#updateEventThreatDetectionSettings">updateEventThreatDetectionSettings(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Update the EventThreatDetectionSettings resource.</p>
+<p class="toc_element">
+ <code><a href="#updateSecurityHealthAnalyticsSettings">updateSecurityHealthAnalyticsSettings(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Update the SecurityHealthAnalyticsSettings resource.</p>
+<p class="toc_element">
+ <code><a href="#updateWebSecurityScannerSettings">updateWebSecurityScannerSettings(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Update the WebSecurityScannerSettings resource.</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="getContainerThreatDetectionSettings">getContainerThreatDetectionSettings(name, x__xgafv=None)</code>
+ <pre>Get the ContainerThreatDetectionSettings resource.
+
+Args:
+ name: string, Required. The name of the ContainerThreatDetectionSettings to retrieve. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Resource capturing the settings for the Container Threat Detection service.
+ "serviceEnablementState": "A String", # The state of enablement for the service at its level of the resource hierarchy. A DISABLED state will override all module enablement_states to DISABLED.
+ "updateTime": "A String", # Output only. The time the settings were last updated.
+ "modules": { # The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's.
+ "a_key": { # Configuration of a module.
+ "value": { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
+ "a_key": "", # Properties of the object.
+ },
+ "moduleEnablementState": "A String", # The state of enablement for the module at its level of the resource hierarchy.
+ },
+ },
+ "serviceAccount": "A String", # Output only. The service account used by Container Threat Detection for scanning. Service accounts are scoped at the project level meaning this field will be empty at any level above a project.
+ "name": "A String", # The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings
+ }</pre>
+</div>
+
+<div class="method">
+ <code class="details" id="getEventThreatDetectionSettings">getEventThreatDetectionSettings(name, x__xgafv=None)</code>
+ <pre>Get the EventThreatDetectionSettings resource.
+
+Args:
+ name: string, Required. The name of the EventThreatDetectionSettings to retrieve. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Resource capturing the settings for the Event Threat Detection service.
+ "updateTime": "A String", # Output only. The time the settings were last updated.
+ "serviceEnablementState": "A String", # The state of enablement for the service at its level of the resource hierarchy. A DISABLED state will override all module enablement_states to DISABLED.
+ "modules": { # The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's.
+ "a_key": { # Configuration of a module.
+ "value": { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
+ "a_key": "", # Properties of the object.
+ },
+ "moduleEnablementState": "A String", # The state of enablement for the module at its level of the resource hierarchy.
+ },
+ },
+ "name": "A String", # The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings
+ }</pre>
+</div>
+
+<div class="method">
+ <code class="details" id="getSecurityHealthAnalyticsSettings">getSecurityHealthAnalyticsSettings(name, x__xgafv=None)</code>
+ <pre>Get the SecurityHealthAnalyticsSettings resource.
+
+Args:
+ name: string, Required. The name of the SecurityHealthAnalyticsSettings to retrieve. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Resource capturing the settings for the Security Health Analytics service.
+ "name": "A String", # The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings
+ "serviceAccount": "A String", # Output only. The service account used by Security Health Analytics detectors.
+ "serviceEnablementState": "A String", # The state of enablement for the service at its level of the resource hierarchy. A DISABLED state will override all module enablement_states to DISABLED.
+ "updateTime": "A String", # Output only. The time the settings were last updated.
+ "modules": { # The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's.
+ "a_key": { # Configuration of a module.
+ "value": { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
+ "a_key": "", # Properties of the object.
+ },
+ "moduleEnablementState": "A String", # The state of enablement for the module at its level of the resource hierarchy.
+ },
+ },
+ }</pre>
+</div>
+
+<div class="method">
+ <code class="details" id="getWebSecurityScannerSettings">getWebSecurityScannerSettings(name, x__xgafv=None)</code>
+ <pre>Get the WebSecurityScannerSettings resource.
+
+Args:
+ name: string, Required. The name of the WebSecurityScannerSettings to retrieve. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Resource capturing the settings for the Web Security Scanner service.
+ "name": "A String", # The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings
+ "modules": { # The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's.
+ "a_key": { # Configuration of a module.
+ "value": { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
+ "a_key": "", # Properties of the object.
+ },
+ "moduleEnablementState": "A String", # The state of enablement for the module at its level of the resource hierarchy.
+ },
+ },
+ "serviceEnablementState": "A String", # The state of enablement for the service at its level of the resource hierarchy. A DISABLED state will override all module enablement_states to DISABLED.
+ "updateTime": "A String", # Output only. The time the settings were last updated.
+ }</pre>
+</div>
+
+<div class="method">
+ <code class="details" id="updateContainerThreatDetectionSettings">updateContainerThreatDetectionSettings(name, body=None, updateMask=None, x__xgafv=None)</code>
+ <pre>Update the ContainerThreatDetectionSettings resource.
+
+Args:
+ name: string, The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings (required)
+ body: object, The request body.
+ The object takes the form of:
+
+{ # Resource capturing the settings for the Container Threat Detection service.
+ "serviceEnablementState": "A String", # The state of enablement for the service at its level of the resource hierarchy. A DISABLED state will override all module enablement_states to DISABLED.
+ "updateTime": "A String", # Output only. The time the settings were last updated.
+ "modules": { # The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's.
+ "a_key": { # Configuration of a module.
+ "value": { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
+ "a_key": "", # Properties of the object.
+ },
+ "moduleEnablementState": "A String", # The state of enablement for the module at its level of the resource hierarchy.
+ },
+ },
+ "serviceAccount": "A String", # Output only. The service account used by Container Threat Detection for scanning. Service accounts are scoped at the project level meaning this field will be empty at any level above a project.
+ "name": "A String", # The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings
+ }
+
+ updateMask: string, The list of fields to be updated.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Resource capturing the settings for the Container Threat Detection service.
+ "serviceEnablementState": "A String", # The state of enablement for the service at its level of the resource hierarchy. A DISABLED state will override all module enablement_states to DISABLED.
+ "updateTime": "A String", # Output only. The time the settings were last updated.
+ "modules": { # The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's.
+ "a_key": { # Configuration of a module.
+ "value": { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
+ "a_key": "", # Properties of the object.
+ },
+ "moduleEnablementState": "A String", # The state of enablement for the module at its level of the resource hierarchy.
+ },
+ },
+ "serviceAccount": "A String", # Output only. The service account used by Container Threat Detection for scanning. Service accounts are scoped at the project level meaning this field will be empty at any level above a project.
+ "name": "A String", # The resource name of the ContainerThreatDetectionSettings. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings
+ }</pre>
+</div>
+
+<div class="method">
+ <code class="details" id="updateEventThreatDetectionSettings">updateEventThreatDetectionSettings(name, body=None, updateMask=None, x__xgafv=None)</code>
+ <pre>Update the EventThreatDetectionSettings resource.
+
+Args:
+ name: string, The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings (required)
+ body: object, The request body.
+ The object takes the form of:
+
+{ # Resource capturing the settings for the Event Threat Detection service.
+ "updateTime": "A String", # Output only. The time the settings were last updated.
+ "serviceEnablementState": "A String", # The state of enablement for the service at its level of the resource hierarchy. A DISABLED state will override all module enablement_states to DISABLED.
+ "modules": { # The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's.
+ "a_key": { # Configuration of a module.
+ "value": { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
+ "a_key": "", # Properties of the object.
+ },
+ "moduleEnablementState": "A String", # The state of enablement for the module at its level of the resource hierarchy.
+ },
+ },
+ "name": "A String", # The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings
+}
+
+ updateMask: string, The list of fields to be updated.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Resource capturing the settings for the Event Threat Detection service.
+ "updateTime": "A String", # Output only. The time the settings were last updated.
+ "serviceEnablementState": "A String", # The state of enablement for the service at its level of the resource hierarchy. A DISABLED state will override all module enablement_states to DISABLED.
+ "modules": { # The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's.
+ "a_key": { # Configuration of a module.
+ "value": { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
+ "a_key": "", # Properties of the object.
+ },
+ "moduleEnablementState": "A String", # The state of enablement for the module at its level of the resource hierarchy.
+ },
+ },
+ "name": "A String", # The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings
+ }</pre>
+</div>
+
+<div class="method">
+ <code class="details" id="updateSecurityHealthAnalyticsSettings">updateSecurityHealthAnalyticsSettings(name, body=None, updateMask=None, x__xgafv=None)</code>
+ <pre>Update the SecurityHealthAnalyticsSettings resource.
+
+Args:
+ name: string, The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings (required)
+ body: object, The request body.
+ The object takes the form of:
+
+{ # Resource capturing the settings for the Security Health Analytics service.
+ "name": "A String", # The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings
+ "serviceAccount": "A String", # Output only. The service account used by Security Health Analytics detectors.
+ "serviceEnablementState": "A String", # The state of enablement for the service at its level of the resource hierarchy. A DISABLED state will override all module enablement_states to DISABLED.
+ "updateTime": "A String", # Output only. The time the settings were last updated.
+ "modules": { # The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's.
+ "a_key": { # Configuration of a module.
+ "value": { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
+ "a_key": "", # Properties of the object.
+ },
+ "moduleEnablementState": "A String", # The state of enablement for the module at its level of the resource hierarchy.
+ },
+ },
+ }
+
+ updateMask: string, The list of fields to be updated.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Resource capturing the settings for the Security Health Analytics service.
+ "name": "A String", # The resource name of the SecurityHealthAnalyticsSettings. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings
+ "serviceAccount": "A String", # Output only. The service account used by Security Health Analytics detectors.
+ "serviceEnablementState": "A String", # The state of enablement for the service at its level of the resource hierarchy. A DISABLED state will override all module enablement_states to DISABLED.
+ "updateTime": "A String", # Output only. The time the settings were last updated.
+ "modules": { # The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's.
+ "a_key": { # Configuration of a module.
+ "value": { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
+ "a_key": "", # Properties of the object.
+ },
+ "moduleEnablementState": "A String", # The state of enablement for the module at its level of the resource hierarchy.
+ },
+ },
+ }</pre>
+</div>
+
+<div class="method">
+ <code class="details" id="updateWebSecurityScannerSettings">updateWebSecurityScannerSettings(name, body=None, updateMask=None, x__xgafv=None)</code>
+ <pre>Update the WebSecurityScannerSettings resource.
+
+Args:
+ name: string, The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings (required)
+ body: object, The request body.
+ The object takes the form of:
+
+{ # Resource capturing the settings for the Web Security Scanner service.
+ "name": "A String", # The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings
+ "modules": { # The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's.
+ "a_key": { # Configuration of a module.
+ "value": { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
+ "a_key": "", # Properties of the object.
+ },
+ "moduleEnablementState": "A String", # The state of enablement for the module at its level of the resource hierarchy.
+ },
+ },
+ "serviceEnablementState": "A String", # The state of enablement for the service at its level of the resource hierarchy. A DISABLED state will override all module enablement_states to DISABLED.
+ "updateTime": "A String", # Output only. The time the settings were last updated.
+ }
+
+ updateMask: string, The list of fields to be updated.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Resource capturing the settings for the Web Security Scanner service.
+ "name": "A String", # The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings
+ "modules": { # The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's.
+ "a_key": { # Configuration of a module.
+ "value": { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
+ "a_key": "", # Properties of the object.
+ },
+ "moduleEnablementState": "A String", # The state of enablement for the module at its level of the resource hierarchy.
+ },
+ },
+ "serviceEnablementState": "A String", # The state of enablement for the service at its level of the resource hierarchy. A DISABLED state will override all module enablement_states to DISABLED.
+ "updateTime": "A String", # Output only. The time the settings were last updated.
+ }</pre>
+</div>
+
+</body></html>
\ No newline at end of file