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