Google Cloud Web Security Scanner V1beta Client - Class ListFindingsResponse (0.7.18)

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

Response for the ListFindings method.

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

Namespace

Google \ Cloud \ WebSecurityScanner \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

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

setFindings

The list of Findings returned.

Parameter
NameDescription
var array<Google\Cloud\WebSecurityScanner\V1beta\Finding>
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