Class: Google::Cloud::WebSecurityScanner::V1beta::StopScanRunRequest
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1beta::StopScanRunRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb
Overview
Request for the StopScanRun
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the ScanRun to be stopped. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
166 167 168 169 |
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb', line 166 class StopScanRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |