docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/containeranalysis_v1alpha1.projects.scanConfigs.html b/docs/dyn/containeranalysis_v1alpha1.projects.scanConfigs.html
index fa385ca..004cdde 100644
--- a/docs/dyn/containeranalysis_v1alpha1.projects.scanConfigs.html
+++ b/docs/dyn/containeranalysis_v1alpha1.projects.scanConfigs.html
@@ -103,12 +103,12 @@
An object of the form:
{ # Indicates various scans and whether they are turned on or off.
+ "updateTime": "A String", # Output only. The time this scan config was last updated.
"name": "A String", # Output only. The name of the ScanConfig in the form
# “projects/{project_id}/scanConfigs/{scan_config_id}".
"description": "A String", # Output only. A human-readable description of what the `ScanConfig` does.
"enabled": True or False, # Indicates whether the Scan is enabled.
"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.
}</pre>
</div>
@@ -132,12 +132,12 @@
{ # 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.
+ "updateTime": "A String", # Output only. The time this scan config was last updated.
"name": "A String", # Output only. The name of the ScanConfig in the form
# “projects/{project_id}/scanConfigs/{scan_config_id}".
"description": "A String", # Output only. A human-readable description of what the `ScanConfig` does.
"enabled": True or False, # Indicates whether the Scan is enabled.
"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.
},
],
"nextPageToken": "A String", # A page token to pass in order to get more scan configs.
@@ -169,12 +169,12 @@
The object takes the form of:
{ # Indicates various scans and whether they are turned on or off.
+ "updateTime": "A String", # Output only. The time this scan config was last updated.
"name": "A String", # Output only. The name of the ScanConfig in the form
# “projects/{project_id}/scanConfigs/{scan_config_id}".
"description": "A String", # Output only. A human-readable description of what the `ScanConfig` does.
"enabled": True or False, # Indicates whether the Scan is enabled.
"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.
}
updateMask: string, The fields to update.
@@ -187,12 +187,12 @@
An object of the form:
{ # Indicates various scans and whether they are turned on or off.
+ "updateTime": "A String", # Output only. The time this scan config was last updated.
"name": "A String", # Output only. The name of the ScanConfig in the form
# “projects/{project_id}/scanConfigs/{scan_config_id}".
"description": "A String", # Output only. A human-readable description of what the `ScanConfig` does.
"enabled": True or False, # Indicates whether the Scan is enabled.
"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.
}</pre>
</div>