@@ -260,11 +260,9 @@ def create_scan_config(
260260 >>> response = client.create_scan_config(parent, scan_config)
261261
262262 Args:
263- parent (str): Required.
264- The parent resource name where the scan is created, which should be a
263+ parent (str): Required. The parent resource name where the scan is created, which should be a
265264 project resource name in the format 'projects/{projectId}'.
266- scan_config (Union[dict, ~google.cloud.websecurityscanner_v1alpha.types.ScanConfig]): Required.
267- The ScanConfig to be created.
265+ scan_config (Union[dict, ~google.cloud.websecurityscanner_v1alpha.types.ScanConfig]): Required. The ScanConfig to be created.
268266
269267 If a dict is provided, it must be of the same form as the protobuf
270268 message :class:`~google.cloud.websecurityscanner_v1alpha.types.ScanConfig`
@@ -338,8 +336,7 @@ def delete_scan_config(
338336 >>> client.delete_scan_config(name)
339337
340338 Args:
341- name (str): Required.
342- The resource name of the ScanConfig to be deleted. The name follows the
339+ name (str): Required. The resource name of the ScanConfig to be deleted. The name follows the
343340 format of 'projects/{projectId}/scanConfigs/{scanConfigId}'.
344341 retry (Optional[google.api_core.retry.Retry]): A retry object used
345342 to retry requests. If ``None`` is specified, requests will
@@ -406,8 +403,7 @@ def get_scan_config(
406403 >>> response = client.get_scan_config(name)
407404
408405 Args:
409- name (str): Required.
410- The resource name of the ScanConfig to be returned. The name follows the
406+ name (str): Required. The resource name of the ScanConfig to be returned. The name follows the
411407 format of 'projects/{projectId}/scanConfigs/{scanConfigId}'.
412408 retry (Optional[google.api_core.retry.Retry]): A retry object used
413409 to retry requests. If ``None`` is specified, requests will
@@ -490,8 +486,7 @@ def list_scan_configs(
490486 ... pass
491487
492488 Args:
493- parent (str): Required.
494- The parent resource name, which should be a project resource name in the
489+ parent (str): Required. The parent resource name, which should be a project resource name in the
495490 format 'projects/{projectId}'.
496491 page_size (int): The maximum number of resources contained in the
497492 underlying API response. If page streaming is performed per-
@@ -587,8 +582,7 @@ def update_scan_config(
587582 >>> response = client.update_scan_config(scan_config, update_mask)
588583
589584 Args:
590- scan_config (Union[dict, ~google.cloud.websecurityscanner_v1alpha.types.ScanConfig]): Required.
591- The ScanConfig to be updated. The name field must be set to identify the
585+ scan_config (Union[dict, ~google.cloud.websecurityscanner_v1alpha.types.ScanConfig]): Required. The ScanConfig to be updated. The name field must be set to identify the
592586 resource to be updated. The values of fields not covered by the mask
593587 will be ignored.
594588
@@ -670,8 +664,7 @@ def start_scan_run(
670664 >>> response = client.start_scan_run(name)
671665
672666 Args:
673- name (str): Required.
674- The resource name of the ScanConfig to be used. The name follows the
667+ name (str): Required. The resource name of the ScanConfig to be used. The name follows the
675668 format of 'projects/{projectId}/scanConfigs/{scanConfigId}'.
676669 retry (Optional[google.api_core.retry.Retry]): A retry object used
677670 to retry requests. If ``None`` is specified, requests will
@@ -741,8 +734,7 @@ def get_scan_run(
741734 >>> response = client.get_scan_run(name)
742735
743736 Args:
744- name (str): Required.
745- The resource name of the ScanRun to be returned. The name follows the
737+ name (str): Required. The resource name of the ScanRun to be returned. The name follows the
746738 format of
747739 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
748740 retry (Optional[google.api_core.retry.Retry]): A retry object used
@@ -827,8 +819,7 @@ def list_scan_runs(
827819 ... pass
828820
829821 Args:
830- parent (str): Required.
831- The parent resource name, which should be a scan resource name in the
822+ parent (str): Required. The parent resource name, which should be a scan resource name in the
832823 format 'projects/{projectId}/scanConfigs/{scanConfigId}'.
833824 page_size (int): The maximum number of resources contained in the
834825 underlying API response. If page streaming is performed per-
@@ -919,8 +910,7 @@ def stop_scan_run(
919910 >>> response = client.stop_scan_run(name)
920911
921912 Args:
922- name (str): Required.
923- The resource name of the ScanRun to be stopped. The name follows the
913+ name (str): Required. The resource name of the ScanRun to be stopped. The name follows the
924914 format of
925915 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
926916 retry (Optional[google.api_core.retry.Retry]): A retry object used
@@ -1004,8 +994,7 @@ def list_crawled_urls(
1004994 ... pass
1005995
1006996 Args:
1007- parent (str): Required.
1008- The parent resource name, which should be a scan run resource name in the
997+ parent (str): Required. The parent resource name, which should be a scan run resource name in the
1009998 format
1010999 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
10111000 page_size (int): The maximum number of resources contained in the
@@ -1097,8 +1086,7 @@ def get_finding(
10971086 >>> response = client.get_finding(name)
10981087
10991088 Args:
1100- name (str): Required.
1101- The resource name of the Finding to be returned. The name follows the
1089+ name (str): Required. The resource name of the Finding to be returned. The name follows the
11021090 format of
11031091 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}/findings/{findingId}'.
11041092 retry (Optional[google.api_core.retry.Retry]): A retry object used
@@ -1186,12 +1174,11 @@ def list_findings(
11861174 ... pass
11871175
11881176 Args:
1189- parent (str): Required.
1190- The parent resource name, which should be a scan run resource name in the
1177+ parent (str): Required. The parent resource name, which should be a scan run resource name in the
11911178 format
11921179 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
1193- filter_ (str): The filter expression. The expression must be in the format: . Supported
1194- field: 'finding\_type'. Supported operator: '='.
1180+ filter_ (str): Required. The filter expression. The expression must be in the format: .
1181+ Supported field: 'finding\_type'. Supported operator: '='.
11951182 page_size (int): The maximum number of resources contained in the
11961183 underlying API response. If page streaming is performed per-
11971184 resource, this parameter does not affect the return value. If page
@@ -1281,8 +1268,7 @@ def list_finding_type_stats(
12811268 >>> response = client.list_finding_type_stats(parent)
12821269
12831270 Args:
1284- parent (str): Required.
1285- The parent resource name, which should be a scan run resource name in the
1271+ parent (str): Required. The parent resource name, which should be a scan run resource name in the
12861272 format
12871273 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
12881274 retry (Optional[google.api_core.retry.Retry]): A retry object used
0 commit comments