[[["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-04 UTC."],[],[],null,["# Chronicle V1 API - Module Google::Cloud::Chronicle::V1::DataAccessControlService::Paths (v0.1.0)\n\nReference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::DataAccessControlService::Paths.\n\nPath helper methods for the DataAccessControlService API. \n\nExtended By\n-----------\n\n- [Google::Cloud::Chronicle::V1::DataAccessControlService::Paths](./Google-Cloud-Chronicle-V1-DataAccessControlService-Paths)\n\nMethods\n-------\n\n### #data_access_label_path\n\n def data_access_label_path(project:, location:, instance:, data_access_label:) -\u003e ::String\n\nCreate a fully-qualified DataAccessLabel resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **instance** (String)\n- **data_access_label** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\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)"]]