Class: Google::Cloud::WebSecurityScanner::V1beta::GetScanRunRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb

Overview

Request for the GetScanRun method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the ScanRun to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.

Returns:

  • (::String)

    Required. The resource name of the ScanRun to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.



122
123
124
125
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb', line 122

class GetScanRunRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end