You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add proto annotations to web security scanner.
* Add `FORBIDDEN_UPDATE_TO_MANAGED_SCAN` error code
* Mark `DeleteScanConfig` as non-idempotent
* Remove notes about output only fields in docstrings
Copy file name to clipboardExpand all lines: packages/google-cloud-websecurityscanner/google/cloud/websecurityscanner_v1alpha/proto/web_security_scanner.proto
Copy file name to clipboardExpand all lines: packages/google-cloud-websecurityscanner/google/cloud/websecurityscanner_v1alpha/proto/web_security_scanner_pb2.py
Copy file name to clipboardExpand all lines: packages/google-cloud-websecurityscanner/google/cloud/websecurityscanner_v1beta/gapic/web_security_scanner_client.py
The ScanConfig to be updated. The name field must be set to identify the
585
+
scan_config (Union[dict, ~google.cloud.websecurityscanner_v1beta.types.ScanConfig]): Required. The ScanConfig to be updated. The name field must be set to identify the
592
586
resource to be updated. The values of fields not covered by the mask
593
587
will be ignored.
594
588
@@ -670,8 +664,7 @@ def start_scan_run(
670
664
>>> response = client.start_scan_run(name)
671
665
672
666
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
675
668
format of 'projects/{projectId}/scanConfigs/{scanConfigId}'.
676
669
retry (Optional[google.api_core.retry.Retry]): A retry object used
677
670
to retry requests. If ``None`` is specified, requests will
@@ -741,8 +734,7 @@ def get_scan_run(
741
734
>>> response = client.get_scan_run(name)
742
735
743
736
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
Copy file name to clipboardExpand all lines: packages/google-cloud-websecurityscanner/google/cloud/websecurityscanner_v1beta/gapic/web_security_scanner_client_config.py
0 commit comments