Class: Google::Cloud::WebSecurityScanner::V1::ListCrawledUrlsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1::ListCrawledUrlsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1/web_security_scanner.rb
Overview
Request for the ListCrawledUrls
method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of CrawledUrls to return, can be limited by server.
-
#page_token ⇒ ::String
A token identifying a page of results to be returned.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of CrawledUrls to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.
187 188 189 190 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/web_security_scanner.rb', line 187 class ListCrawledUrlsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A token identifying a page of results to be returned. This should be a
next_page_token
value returned from a previous List request.
If unspecified, the first page of results is returned.
187 188 189 190 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/web_security_scanner.rb', line 187 class ListCrawledUrlsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
187 188 189 190 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/web_security_scanner.rb', line 187 class ListCrawledUrlsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |