[[["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,["# Cloud Asset V1 API - Module Google::Cloud::Asset::V1::AssetService::Paths (v1.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.1 (latest)](/ruby/docs/reference/google-cloud-asset-v1/latest/Google-Cloud-Asset-V1-AssetService-Paths)\n- [1.4.0](/ruby/docs/reference/google-cloud-asset-v1/1.4.0/Google-Cloud-Asset-V1-AssetService-Paths)\n- [1.3.1](/ruby/docs/reference/google-cloud-asset-v1/1.3.1/Google-Cloud-Asset-V1-AssetService-Paths)\n- [1.2.0](/ruby/docs/reference/google-cloud-asset-v1/1.2.0/Google-Cloud-Asset-V1-AssetService-Paths)\n- [1.1.0](/ruby/docs/reference/google-cloud-asset-v1/1.1.0/Google-Cloud-Asset-V1-AssetService-Paths)\n- [1.0.2](/ruby/docs/reference/google-cloud-asset-v1/1.0.2/Google-Cloud-Asset-V1-AssetService-Paths)\n- [0.32.0](/ruby/docs/reference/google-cloud-asset-v1/0.32.0/Google-Cloud-Asset-V1-AssetService-Paths)\n- [0.31.0](/ruby/docs/reference/google-cloud-asset-v1/0.31.0/Google-Cloud-Asset-V1-AssetService-Paths)\n- [0.30.0](/ruby/docs/reference/google-cloud-asset-v1/0.30.0/Google-Cloud-Asset-V1-AssetService-Paths)\n- [0.29.3](/ruby/docs/reference/google-cloud-asset-v1/0.29.3/Google-Cloud-Asset-V1-AssetService-Paths)\n- [0.28.1](/ruby/docs/reference/google-cloud-asset-v1/0.28.1/Google-Cloud-Asset-V1-AssetService-Paths)\n- [0.27.0](/ruby/docs/reference/google-cloud-asset-v1/0.27.0/Google-Cloud-Asset-V1-AssetService-Paths)\n- [0.26.1](/ruby/docs/reference/google-cloud-asset-v1/0.26.1/Google-Cloud-Asset-V1-AssetService-Paths)\n- [0.25.0](/ruby/docs/reference/google-cloud-asset-v1/0.25.0/Google-Cloud-Asset-V1-AssetService-Paths)\n- [0.24.0](/ruby/docs/reference/google-cloud-asset-v1/0.24.0/Google-Cloud-Asset-V1-AssetService-Paths)\n- [0.23.0](/ruby/docs/reference/google-cloud-asset-v1/0.23.0/Google-Cloud-Asset-V1-AssetService-Paths)\n- [0.22.0](/ruby/docs/reference/google-cloud-asset-v1/0.22.0/Google-Cloud-Asset-V1-AssetService-Paths)\n- [0.21.1](/ruby/docs/reference/google-cloud-asset-v1/0.21.1/Google-Cloud-Asset-V1-AssetService-Paths)\n- [0.20.1](/ruby/docs/reference/google-cloud-asset-v1/0.20.1/Google-Cloud-Asset-V1-AssetService-Paths)\n- [0.19.0](/ruby/docs/reference/google-cloud-asset-v1/0.19.0/Google-Cloud-Asset-V1-AssetService-Paths)\n- [0.18.0](/ruby/docs/reference/google-cloud-asset-v1/0.18.0/Google-Cloud-Asset-V1-AssetService-Paths)\n- [0.17.3](/ruby/docs/reference/google-cloud-asset-v1/0.17.3/Google-Cloud-Asset-V1-AssetService-Paths) \nReference documentation and code samples for the Cloud Asset V1 API module Google::Cloud::Asset::V1::AssetService::Paths.\n\nPath helper methods for the AssetService API. \n\nExtended By\n-----------\n\n- [Google::Cloud::Asset::V1::AssetService::Paths](./Google-Cloud-Asset-V1-AssetService-Paths)\n\nMethods\n-------\n\n### #feed_path\n\n def feed_path(project:, feed:) -\u003e ::String\n def feed_path(folder:, feed:) -\u003e ::String\n def feed_path(organization:, feed:) -\u003e ::String\n\nCreate a fully-qualified Feed resource string. \n**Overloads** \n\n def feed_path(project:, feed:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`projects/{project}/feeds/{feed}` \n**Parameters**\n\n- **project** (String)\n- **feed** (String) \n\n def feed_path(folder:, feed:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`folders/{folder}/feeds/{feed}` \n**Parameters**\n\n- **folder** (String)\n- **feed** (String) \n\n def feed_path(organization:, feed:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`organizations/{organization}/feeds/{feed}` \n**Parameters**\n\n- **organization** (String)\n- **feed** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #folder_path\n\n def folder_path(folder:) -\u003e ::String\n\nCreate a fully-qualified Folder resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`folders/{folder}` \n**Parameter**\n\n- **folder** (String) \n**Returns**\n\n- (::String)\n\n### #organization_path\n\n def organization_path(organization:) -\u003e ::String\n\nCreate a fully-qualified Organization resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`organizations/{organization}` \n**Parameter**\n\n- **organization** (String) \n**Returns**\n\n- (::String)\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### #saved_query_path\n\n def saved_query_path(project:, saved_query:) -\u003e ::String\n def saved_query_path(folder:, saved_query:) -\u003e ::String\n def saved_query_path(organization:, saved_query:) -\u003e ::String\n\nCreate a fully-qualified SavedQuery resource string. \n**Overloads** \n\n def saved_query_path(project:, saved_query:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`projects/{project}/savedQueries/{saved_query}` \n**Parameters**\n\n- **project** (String)\n- **saved_query** (String) \n\n def saved_query_path(folder:, saved_query:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`folders/{folder}/savedQueries/{saved_query}` \n**Parameters**\n\n- **folder** (String)\n- **saved_query** (String) \n\n def saved_query_path(organization:, saved_query:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`organizations/{organization}/savedQueries/{saved_query}` \n**Parameters**\n\n- **organization** (String)\n- **saved_query** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]