docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/containeranalysis_v1alpha1.projects.scanConfigs.html b/docs/dyn/containeranalysis_v1alpha1.projects.scanConfigs.html
index bd055eb..47740a4 100644
--- a/docs/dyn/containeranalysis_v1alpha1.projects.scanConfigs.html
+++ b/docs/dyn/containeranalysis_v1alpha1.projects.scanConfigs.html
@@ -75,10 +75,13 @@
<h1><a href="containeranalysis_v1alpha1.html">Container Analysis API</a> . <a href="containeranalysis_v1alpha1.projects.html">projects</a> . <a href="containeranalysis_v1alpha1.projects.scanConfigs.html">scanConfigs</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="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a specific scan configuration for a project.</p>
<p class="toc_element">
- <code><a href="#list">list(parent, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists scan configurations for a project.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -88,12 +91,16 @@
<p class="firstline">Updates the scan configuration to a new value.</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="get">get(name, x__xgafv=None)</code>
<pre>Gets a specific scan configuration for a project.
Args:
- name: string, The name of the ScanConfig in the form
-projects/{project_id}/scanConfigs/{scan_config_id} (required)
+ name: string, The name of the ScanConfig in the form projects/{project_id}/scanConfigs/{scan_config_id} (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -103,24 +110,23 @@
An object of the form:
{ # Indicates various scans and whether they are turned on or off.
- "name": "A String", # Output only. The name of the ScanConfig in the form
- # “projects/{project_id}/scanConfigs/{scan_config_id}".
+ "name": "A String", # Output only. The name of the ScanConfig in the form “projects/{project_id}/scanConfigs/{scan_config_id}".
"createTime": "A String", # Output only. The time this scan config was created.
- "updateTime": "A String", # Output only. The time this scan config was last updated.
"enabled": True or False, # Indicates whether the Scan is enabled.
"description": "A String", # Output only. A human-readable description of what the `ScanConfig` does.
+ "updateTime": "A String", # Output only. The time this scan config was last updated.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(parent, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists scan configurations for a project.
Args:
parent: string, This containers the project Id i.e.: projects/{project_id} (required)
filter: string, The filter expression.
- pageToken: string, The page token to use for the next request.
pageSize: integer, The number of items to return.
+ pageToken: string, The page token to use for the next request.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -132,12 +138,11 @@
{ # A list of scan configs for the project.
"scanConfigs": [ # The set of scan configs.
{ # Indicates various scans and whether they are turned on or off.
- "name": "A String", # Output only. The name of the ScanConfig in the form
- # “projects/{project_id}/scanConfigs/{scan_config_id}".
+ "name": "A String", # Output only. The name of the ScanConfig in the form “projects/{project_id}/scanConfigs/{scan_config_id}".
"createTime": "A String", # Output only. The time this scan config was created.
- "updateTime": "A String", # Output only. The time this scan config was last updated.
"enabled": True or False, # Indicates whether the Scan is enabled.
"description": "A String", # Output only. A human-readable description of what the `ScanConfig` does.
+ "updateTime": "A String", # Output only. The time this scan config was last updated.
},
],
"nextPageToken": "A String", # A page token to pass in order to get more scan configs.
@@ -163,18 +168,16 @@
<pre>Updates the scan configuration to a new value.
Args:
- name: string, The scan config to update of the form
-projects/{project_id}/scanConfigs/{scan_config_id}. (required)
+ name: string, The scan config to update of the form projects/{project_id}/scanConfigs/{scan_config_id}. (required)
body: object, The request body.
The object takes the form of:
{ # Indicates various scans and whether they are turned on or off.
- "name": "A String", # Output only. The name of the ScanConfig in the form
- # “projects/{project_id}/scanConfigs/{scan_config_id}".
+ "name": "A String", # Output only. The name of the ScanConfig in the form “projects/{project_id}/scanConfigs/{scan_config_id}".
"createTime": "A String", # Output only. The time this scan config was created.
- "updateTime": "A String", # Output only. The time this scan config was last updated.
"enabled": True or False, # Indicates whether the Scan is enabled.
"description": "A String", # Output only. A human-readable description of what the `ScanConfig` does.
+ "updateTime": "A String", # Output only. The time this scan config was last updated.
}
updateMask: string, The fields to update.
@@ -187,12 +190,11 @@
An object of the form:
{ # Indicates various scans and whether they are turned on or off.
- "name": "A String", # Output only. The name of the ScanConfig in the form
- # “projects/{project_id}/scanConfigs/{scan_config_id}".
+ "name": "A String", # Output only. The name of the ScanConfig in the form “projects/{project_id}/scanConfigs/{scan_config_id}".
"createTime": "A String", # Output only. The time this scan config was created.
- "updateTime": "A String", # Output only. The time this scan config was last updated.
"enabled": True or False, # Indicates whether the Scan is enabled.
"description": "A String", # Output only. A human-readable description of what the `ScanConfig` does.
+ "updateTime": "A String", # Output only. The time this scan config was last updated.
}</pre>
</div>