[[["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,["# Infrastructure Manager V1 API - Module Google::Cloud::Config::V1::Config::Paths (v0.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.2.0 (latest)](/ruby/docs/reference/google-cloud-config-v1/latest/Google-Cloud-Config-V1-Config-Paths)\n- [0.1.0](/ruby/docs/reference/google-cloud-config-v1/0.1.0/Google-Cloud-Config-V1-Config-Paths) \nReference documentation and code samples for the Infrastructure Manager V1 API module Google::Cloud::Config::V1::Config::Paths.\n\nPath helper methods for the Config API. \n\nExtended By\n-----------\n\n- [Google::Cloud::Config::V1::Config::Paths](./Google-Cloud-Config-V1-Config-Paths)\n\nMethods\n-------\n\n### #deployment_path\n\n def deployment_path(project:, location:, deployment:) -\u003e ::String\n\nCreate a fully-qualified Deployment resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/deployments/{deployment}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **deployment** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #location_path\n\n def location_path(project:, location:) -\u003e ::String\n\nCreate a fully-qualified Location resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}` \n**Parameters**\n\n- **project** (String)\n- **location** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #resource_path\n\n def resource_path(project:, location:, deployment:, revision:, resource:) -\u003e ::String\n\nCreate a fully-qualified Resource resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/deployments/{deployment}/revisions/{revision}/resources/{resource}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **deployment** (String)\n- **revision** (String)\n- **resource** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #revision_path\n\n def revision_path(project:, location:, deployment:, revision:) -\u003e ::String\n\nCreate a fully-qualified Revision resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/deployments/{deployment}/revisions/{revision}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **deployment** (String)\n- **revision** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #service_account_path\n\n def service_account_path(project:, service_account:) -\u003e ::String\n\nCreate a fully-qualified ServiceAccount resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/serviceAccounts/{service_account}` \n**Parameters**\n\n- **project** (String)\n- **service_account** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #worker_pool_path\n\n def worker_pool_path(project:, location:, worker_pool:) -\u003e ::String\n\nCreate a fully-qualified WorkerPool resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/workerPools/{worker_pool}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **worker_pool** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]