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 within the `Google.Cloud.WebSecurityScanner.V1` namespace, which is part of the Web Security Scanner Service."],["`CrawledUrl` represents a URL that was crawled during a ScanRun, found by the service when following links within the scope of a web application."],["The `CrawledUrl` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Body`, `HttpMethod`, and `Url`, which store information about the crawled URL and the request made to visit it."],["There are nine different versions of the `CrawledUrl` resources being listed, ranging from version `1.0.0` to the latest `2.5.0` version."]]],[]]