Class: Google::Cloud::WebSecurityScanner::V1::ListScanRunsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1::ListScanRunsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1/web_security_scanner.rb
Overview
Request for the ListScanRuns method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of ScanRuns 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
142 143 144 145 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/web_security_scanner.rb', line 142 class ListScanRunsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
142 143 144 145 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/web_security_scanner.rb', line 142 class ListScanRunsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
142 143 144 145 |
# File 'proto_docs/google/cloud/websecurityscanner/v1/web_security_scanner.rb', line 142 class ListScanRunsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |