[[["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-09-09 UTC."],[],[],null,["# Chronicle V1 API - Module Google::Cloud::Chronicle::V1::RuleService::Paths (v0.1.0)\n\nReference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::RuleService::Paths.\n\nPath helper methods for the RuleService API. \n\nExtended By\n-----------\n\n- [Google::Cloud::Chronicle::V1::RuleService::Paths](./Google-Cloud-Chronicle-V1-RuleService-Paths)\n\nMethods\n-------\n\n### #data_access_scope_path\n\n def data_access_scope_path(project:, location:, instance:, data_access_scope:) -\u003e ::String\n\nCreate a fully-qualified DataAccessScope resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **instance** (String)\n- **data_access_scope** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #instance_path\n\n def instance_path(project:, location:, instance:) -\u003e ::String\n\nCreate a fully-qualified Instance resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/instances/{instance}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **instance** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #reference_list_path\n\n def reference_list_path(project:, location:, instance:, reference_list:) -\u003e ::String\n\nCreate a fully-qualified ReferenceList resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/instances/{instance}/referenceLists/{reference_list}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **instance** (String)\n- **reference_list** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #retrohunt_path\n\n def retrohunt_path(project:, location:, instance:, rule:, retrohunt:) -\u003e ::String\n\nCreate a fully-qualified Retrohunt resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **instance** (String)\n- **rule** (String)\n- **retrohunt** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #rule_deployment_path\n\n def rule_deployment_path(project:, location:, instance:, rule:) -\u003e ::String\n\nCreate a fully-qualified RuleDeployment resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **instance** (String)\n- **rule** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #rule_path\n\n def rule_path(project:, location:, instance:, rule:) -\u003e ::String\n\nCreate a fully-qualified Rule resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/instances/{instance}/rules/{rule}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **instance** (String)\n- **rule** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]