Google Cloud Web Security Scanner V1 Client - Class ListFindingsResponse (0.8.4)

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

Response for the ListFindings method.

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

Namespace

Google \ Cloud \ WebSecurityScanner \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ findings array<Google\Cloud\WebSecurityScanner\V1\Finding>

The list of Findings returned.

↳ next_page_token string

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

getFindings

The list of Findings returned.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setFindings

The list of Findings returned.

Parameter
Name Description
var array<Google\Cloud\WebSecurityScanner\V1\Finding>
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