Reference documentation and code samples for the Web Security Scanner V1beta API module Google::Cloud::WebSecurityScanner::V1beta::WebSecurityScanner::Paths.
Path helper methods for the WebSecurityScanner API.
[[["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 - Module Google::Cloud::WebSecurityScanner::V1beta::WebSecurityScanner::Paths (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-WebSecurityScanner-Paths)\n- [0.11.1](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.11.1/Google-Cloud-WebSecurityScanner-V1beta-WebSecurityScanner-Paths)\n- [0.10.0](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.10.0/Google-Cloud-WebSecurityScanner-V1beta-WebSecurityScanner-Paths)\n- [0.9.1](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.9.1/Google-Cloud-WebSecurityScanner-V1beta-WebSecurityScanner-Paths)\n- [0.8.2](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.8.2/Google-Cloud-WebSecurityScanner-V1beta-WebSecurityScanner-Paths)\n- [0.7.0](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.7.0/Google-Cloud-WebSecurityScanner-V1beta-WebSecurityScanner-Paths)\n- [0.6.1](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.6.1/Google-Cloud-WebSecurityScanner-V1beta-WebSecurityScanner-Paths)\n- [0.5.0](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.5.0/Google-Cloud-WebSecurityScanner-V1beta-WebSecurityScanner-Paths)\n- [0.4.0](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.4.0/Google-Cloud-WebSecurityScanner-V1beta-WebSecurityScanner-Paths)\n- [0.3.5](/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/0.3.5/Google-Cloud-WebSecurityScanner-V1beta-WebSecurityScanner-Paths) \nReference documentation and code samples for the Web Security Scanner V1beta API module Google::Cloud::WebSecurityScanner::V1beta::WebSecurityScanner::Paths.\n\nPath helper methods for the WebSecurityScanner API. \n\nExtended By\n-----------\n\n- [Google::Cloud::WebSecurityScanner::V1beta::WebSecurityScanner::Paths](./Google-Cloud-WebSecurityScanner-V1beta-WebSecurityScanner-Paths)\n\nMethods\n-------\n\n### #finding_path\n\n def finding_path(project:, scan_config:, scan_run:, finding:) -\u003e ::String\n\nCreate a fully-qualified Finding resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/scanConfigs/{scan_config}/scanRuns/{scan_run}/findings/{finding}` \n**Parameters**\n\n- **project** (String)\n- **scan_config** (String)\n- **scan_run** (String)\n- **finding** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #project_path\n\n def project_path(project:) -\u003e ::String\n\nCreate a fully-qualified Project resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}` \n**Parameter**\n\n- **project** (String) \n**Returns**\n\n- (::String)\n\n### #scan_config_path\n\n def scan_config_path(project:, scan_config:) -\u003e ::String\n\nCreate a fully-qualified ScanConfig resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/scanConfigs/{scan_config}` \n**Parameters**\n\n- **project** (String)\n- **scan_config** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #scan_run_path\n\n def scan_run_path(project:, scan_config:, scan_run:) -\u003e ::String\n\nCreate a fully-qualified ScanRun resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/scanConfigs/{scan_config}/scanRuns/{scan_run}` \n**Parameters**\n\n- **project** (String)\n- **scan_config** (String)\n- **scan_run** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]