Google Cloud Web Security Scanner V1beta Client - Class ListScanRunsResponse (0.8.3)

Reference documentation and code samples for the Google Cloud Web Security Scanner V1beta Client class ListScanRunsResponse.

Response for the ListScanRuns method.

Generated from protobuf message google.cloud.websecurityscanner.v1beta.ListScanRunsResponse

Namespace

Google \ Cloud \ WebSecurityScanner \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ scan_runs array<Google\Cloud\WebSecurityScanner\V1beta\ScanRun>

The list of ScanRuns returned.

↳ next_page_token string

Token to retrieve the next page of results, or empty if there are no more results in the list.

getScanRuns

The list of ScanRuns returned.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setScanRuns

The list of ScanRuns returned.

Parameter
Name Description
var array<Google\Cloud\WebSecurityScanner\V1beta\ScanRun>
Returns
Type Description
$this

getNextPageToken

Token to retrieve the next page of results, or empty if there are no more results in the list.

Returns
Type Description
string

setNextPageToken

Token to retrieve the next page of results, or empty if there are no more results in the list.

Parameter
Name Description
var string
Returns
Type Description
$this