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

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

Response for the ListScanRuns method.

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

Namespace

Google \ Cloud \ WebSecurityScanner \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ scan_runs array<Google\Cloud\WebSecurityScanner\V1\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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setScanRuns

The list of ScanRuns returned.

Parameter
NameDescription
var array<Google\Cloud\WebSecurityScanner\V1\ScanRun>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this