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

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

Response for the ListScanConfigs method.

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

Namespace

Google \ Cloud \ WebSecurityScanner \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ scan_configs array<Google\Cloud\WebSecurityScanner\V1\ScanConfig>

The list of ScanConfigs returned.

↳ next_page_token string

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

getScanConfigs

The list of ScanConfigs returned.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setScanConfigs

The list of ScanConfigs returned.

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