Class: Google::Cloud::WebSecurityScanner::V1beta::ListScanConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1beta::ListScanConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb
Overview
Response for the ListScanConfigs
method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#scan_configs ⇒ ::Array<::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig>
The list of ScanConfigs returned.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
101 102 103 104 |
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb', line 101 class ListScanConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scan_configs ⇒ ::Array<::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig>
Returns The list of ScanConfigs returned.
101 102 103 104 |
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb', line 101 class ListScanConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |