Reference documentation and code samples for the Web Security Scanner V1beta API class Google::Cloud::WebSecurityScanner::V1beta::ListScanConfigsResponse.
Response for the ListScanConfigs method.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#next_page_token
defnext_page_token()->::String
Returns
(::String) — Token to retrieve the next page of results, or empty if there are no
more results in the list.
#next_page_token=
defnext_page_token=(value)->::String
Parameter
value (::String) — Token to retrieve the next page of results, or empty if there are no
more results in the list.
Returns
(::String) — Token to retrieve the next page of results, or empty if there are no
more results in the list.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Web Security Scanner V1beta API - Class Google::Cloud::WebSecurityScanner::V1beta::ListScanConfigsResponse (v0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/latest/Google-Cloud-WebSecurityScanner-V1beta-ListScanConfigsResponse)\n- [0.11.1](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.11.1/Google-Cloud-WebSecurityScanner-V1beta-ListScanConfigsResponse)\n- [0.10.0](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.10.0/Google-Cloud-WebSecurityScanner-V1beta-ListScanConfigsResponse)\n- [0.9.1](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.9.1/Google-Cloud-WebSecurityScanner-V1beta-ListScanConfigsResponse)\n- [0.8.2](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.8.2/Google-Cloud-WebSecurityScanner-V1beta-ListScanConfigsResponse)\n- [0.7.0](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.7.0/Google-Cloud-WebSecurityScanner-V1beta-ListScanConfigsResponse)\n- [0.6.1](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.6.1/Google-Cloud-WebSecurityScanner-V1beta-ListScanConfigsResponse)\n- [0.5.0](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.5.0/Google-Cloud-WebSecurityScanner-V1beta-ListScanConfigsResponse)\n- [0.4.0](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.4.0/Google-Cloud-WebSecurityScanner-V1beta-ListScanConfigsResponse)\n- [0.3.5](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.3.5/Google-Cloud-WebSecurityScanner-V1beta-ListScanConfigsResponse) \nReference documentation and code samples for the Web Security Scanner V1beta API class Google::Cloud::WebSecurityScanner::V1beta::ListScanConfigsResponse.\n\nResponse for the `ListScanConfigs` method. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #next_page_token\n\n def next_page_token() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Token to retrieve the next page of results, or empty if there are no more results in the list.\n\n### #next_page_token=\n\n def next_page_token=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Token to retrieve the next page of results, or empty if there are no more results in the list. \n**Returns**\n\n- (::String) --- Token to retrieve the next page of results, or empty if there are no more results in the list.\n\n### #scan_configs\n\n def scan_configs() -\u003e ::Array\u003c::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig\u003e\n\n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig](./Google-Cloud-WebSecurityScanner-V1beta-ScanConfig)\\\u003e) --- The list of ScanConfigs returned.\n\n### #scan_configs=\n\n def scan_configs=(value) -\u003e ::Array\u003c::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c[::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig](./Google-Cloud-WebSecurityScanner-V1beta-ScanConfig)\\\u003e) --- The list of ScanConfigs returned. \n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::WebSecurityScanner::V1beta::ScanConfig](./Google-Cloud-WebSecurityScanner-V1beta-ScanConfig)\\\u003e) --- The list of ScanConfigs returned."]]