Class: Google::Cloud::WebSecurityScanner::V1beta::ListCrawledUrlsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1beta::ListCrawledUrlsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb
Overview
Response for the ListCrawledUrls
method.
Instance Attribute Summary collapse
-
#crawled_urls ⇒ ::Array<::Google::Cloud::WebSecurityScanner::V1beta::CrawledUrl>
The list of CrawledUrls returned.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#crawled_urls ⇒ ::Array<::Google::Cloud::WebSecurityScanner::V1beta::CrawledUrl>
Returns The list of CrawledUrls returned.
200 201 202 203 |
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb', line 200 class ListCrawledUrlsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
200 201 202 203 |
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb', line 200 class ListCrawledUrlsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |