Web Security Scanner V1beta API - Class Google::Cloud::WebSecurityScanner::V1beta::CrawledUrl (v0.9.0)

Reference documentation and code samples for the Web Security Scanner V1beta API class Google::Cloud::WebSecurityScanner::V1beta::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) — The body of the request that was used to visit the URL.

#body=

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

#http_method

def http_method() -> ::String
Returns
  • (::String) — 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) — The http method of the request that was used to visit the URL, in uppercase.
Returns
  • (::String) — The http method of the request that was used to visit the URL, in uppercase.

#url

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

#url=

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