Reference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class ListCrawledUrlsRequest.
Request for the ListCrawledUrls method.
Generated from protobuf message google.cloud.websecurityscanner.v1.ListCrawledUrlsRequest
Namespace
Google \ Cloud \ WebSecurityScanner \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
↳ page_token
string
A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous List request. If unspecified, the first page of results is returned.
↳ page_size
int
The maximum number of CrawledUrls to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.
getParent
Required. The parent resource name, which should be a scan run resource name in the
format
'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
Returns
Type
Description
string
setParent
Required. The parent resource name, which should be a scan run resource name in the
format
'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageToken
A token identifying a page of results to be returned. This should be a
next_page_token value returned from a previous List request.
If unspecified, the first page of results is returned.
Returns
Type
Description
string
setPageToken
A token identifying a page of results to be returned. This should be a
next_page_token value returned from a previous List request.
If unspecified, the first page of results is returned.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
The maximum number of CrawledUrls to return, can be limited by server.
If not specified or not positive, the implementation will select a
reasonable value.
Returns
Type
Description
int
setPageSize
The maximum number of CrawledUrls to return, can be limited by server.
If not specified or not positive, the implementation will select a
reasonable value.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Web Security Scanner V1 Client - Class ListCrawledUrlsRequest (1.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.5 (latest)](/php/docs/reference/cloud-web-security-scanner/latest/V1.ListCrawledUrlsRequest)\n- [1.0.4](/php/docs/reference/cloud-web-security-scanner/1.0.4/V1.ListCrawledUrlsRequest)\n- [0.8.5](/php/docs/reference/cloud-web-security-scanner/0.8.5/V1.ListCrawledUrlsRequest)\n- [0.7.18](/php/docs/reference/cloud-web-security-scanner/0.7.18/V1.ListCrawledUrlsRequest) \nReference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class ListCrawledUrlsRequest.\n\nRequest for the `ListCrawledUrls` method.\n\nGenerated from protobuf message `google.cloud.websecurityscanner.v1.ListCrawledUrlsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ WebSecurityScanner \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The parent resource name, which should be a scan run resource name in the\nformat\n'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.\n\n### setParent\n\nRequired. The parent resource name, which should be a scan run resource name in the\nformat\n'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.\n\n### getPageToken\n\nA token identifying a page of results to be returned. This should be a\n`next_page_token` value returned from a previous List request.\n\nIf unspecified, the first page of results is returned.\n\n### setPageToken\n\nA token identifying a page of results to be returned. This should be a\n`next_page_token` value returned from a previous List request.\n\nIf unspecified, the first page of results is returned.\n\n### getPageSize\n\nThe maximum number of CrawledUrls to return, can be limited by server.\n\nIf not specified or not positive, the implementation will select a\nreasonable value.\n\n### setPageSize\n\nThe maximum number of CrawledUrls to return, can be limited by server.\n\nIf not specified or not positive, the implementation will select a\nreasonable value."]]