Google Cloud Web Security Scanner V1 Client - Class StopScanRunRequest (0.7.18)

Reference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class StopScanRunRequest.

Request for the StopScanRun method.

Generated from protobuf message google.cloud.websecurityscanner.v1.StopScanRunRequest

Namespace

Google \ Cloud \ WebSecurityScanner \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

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

getName

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

Returns
TypeDescription
string

setName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this