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

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

Response for the ListCrawledUrls method.

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

Namespace

Google \ Cloud \ WebSecurityScanner \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ crawled_urls array<Google\Cloud\WebSecurityScanner\V1beta\CrawledUrl>

The list of CrawledUrls returned.

↳ next_page_token string

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

getCrawledUrls

The list of CrawledUrls returned.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCrawledUrls

The list of CrawledUrls returned.

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