public sealed class CrawledUrl : IMessage<CrawledUrl>, IEquatable<CrawledUrl>, IDeepCloneable<CrawledUrl>, IBufferMessage, IMessage
A CrawledUrl resource represents a URL that was crawled during a ScanRun. Web
Security Scanner Service crawls the web applications, following all links
within the scope of sites, to find the URLs to test against.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `CrawledUrl` class, which represents a URL crawled during a web security scan, and is part of the Google Cloud Web Security Scanner V1 library."],["The `CrawledUrl` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors for creating new instances, including copying existing `CrawledUrl` objects."],["The class has properties `Body`, `HttpMethod`, and `Url`, which respectively store the request body, the HTTP method, and the crawled URL, all of which are output-only values."],["The latest version of this class is 2.5.0, with several older versions, dating back to version 1.0.0, available for reference within the Google Cloud Web Security Scanner V1 library documentation."]]],[]]