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.
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.
Required. The parent resource name, which should be a scan run resource name in the
format
'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
[[["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-03-21 UTC."],[[["The latest version of the `ListCrawledUrlsRequest` is 2.5.0, while version 2.0.0 is also documented, along with other previous versions ranging from 1.0.0 to 2.4.0."],["`ListCrawledUrlsRequest` is a request for the `ListCrawledUrls` method, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["It includes constructors for default initialization and copying from another `ListCrawledUrlsRequest`, along with properties like `PageSize`, `PageToken`, and `Parent`."],["The `Parent` property is required and represents the scan run resource name in the specified format, whereas `PageSize` and `PageToken` will manage the pagination of the results."]]],[]]