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"]],[["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."],[[["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."]]],[]]