Web Security Scanner V1 API - Class Google::Cloud::WebSecurityScanner::V1::CrawledUrl (v0.10.0)

Reference documentation and code samples for the Web Security Scanner V1 API class Google::Cloud::WebSecurityScanner::V1::CrawledUrl.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#body

def body() -> ::String
Returns
  • (::String) — Output only. The body of the request that was used to visit the URL.

#body=

def body=(value) -> ::String
Parameter
  • value (::String) — Output only. The body of the request that was used to visit the URL.
Returns
  • (::String) — Output only. The body of the request that was used to visit the URL.

#http_method

def http_method() -> ::String
Returns
  • (::String) — Output only. The http method of the request that was used to visit the URL, in uppercase.

#http_method=

def http_method=(value) -> ::String
Parameter
  • value (::String) — Output only. The http method of the request that was used to visit the URL, in uppercase.
Returns
  • (::String) — Output only. The http method of the request that was used to visit the URL, in uppercase.

#url

def url() -> ::String
Returns
  • (::String) — Output only. The URL that was crawled.

#url=

def url=(value) -> ::String
Parameter
  • value (::String) — Output only. The URL that was crawled.
Returns
  • (::String) — Output only. The URL that was crawled.