Class: Google::Cloud::WebSecurityScanner::V1::CrawledUrl
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1::CrawledUrl
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1/crawled_url.rb
Overview
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.
Instance Attribute Summary collapse
-
#body ⇒ ::String
Output only.
-
#http_method ⇒ ::String
Output only.
-
#url ⇒ ::String
Output only.
Instance Attribute Details
#body ⇒ ::String
Returns Output only. The body of the request that was used to visit the URL.
37 38 39 40 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/crawled_url.rb', line 37 class CrawledUrl include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#http_method ⇒ ::String
Returns Output only. The http method of the request that was used to visit the URL, in uppercase.
37 38 39 40 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/crawled_url.rb', line 37 class CrawledUrl include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url ⇒ ::String
Returns Output only. The URL that was crawled.
37 38 39 40 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/crawled_url.rb', line 37 class CrawledUrl include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |