[[["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,["# App Hub V1 API - Module Google::Cloud::AppHub::V1::AppHub::Paths (v1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/ruby/docs/reference/google-cloud-app_hub-v1/latest/Google-Cloud-AppHub-V1-AppHub-Paths)\n- [1.1.1](/ruby/docs/reference/google-cloud-app_hub-v1/1.1.1/Google-Cloud-AppHub-V1-AppHub-Paths)\n- [1.0.0](/ruby/docs/reference/google-cloud-app_hub-v1/1.0.0/Google-Cloud-AppHub-V1-AppHub-Paths)\n- [0.3.0](/ruby/docs/reference/google-cloud-app_hub-v1/0.3.0/Google-Cloud-AppHub-V1-AppHub-Paths)\n- [0.2.0](/ruby/docs/reference/google-cloud-app_hub-v1/0.2.0/Google-Cloud-AppHub-V1-AppHub-Paths)\n- [0.1.1](/ruby/docs/reference/google-cloud-app_hub-v1/0.1.1/Google-Cloud-AppHub-V1-AppHub-Paths) \nReference documentation and code samples for the App Hub V1 API module Google::Cloud::AppHub::V1::AppHub::Paths.\n\nPath helper methods for the AppHub API. \n\nExtended By\n-----------\n\n- [Google::Cloud::AppHub::V1::AppHub::Paths](./Google-Cloud-AppHub-V1-AppHub-Paths)\n\nMethods\n-------\n\n### #application_path\n\n def application_path(project:, location:, application:) -\u003e ::String\n\nCreate a fully-qualified Application resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/applications/{application}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **application** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #discovered_service_path\n\n def discovered_service_path(project:, location:, discovered_service:) -\u003e ::String\n\nCreate a fully-qualified DiscoveredService resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/discoveredServices/{discovered_service}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **discovered_service** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #discovered_workload_path\n\n def discovered_workload_path(project:, location:, discovered_workload:) -\u003e ::String\n\nCreate a fully-qualified DiscoveredWorkload resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/discoveredWorkloads/{discovered_workload}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **discovered_workload** (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### #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### #service_path\n\n def service_path(project:, location:, application:, service:) -\u003e ::String\n\nCreate a fully-qualified Service resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/applications/{application}/services/{service}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **application** (String)\n- **service** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #service_project_attachment_path\n\n def service_project_attachment_path(project:, location:, service_project_attachment:) -\u003e ::String\n\nCreate a fully-qualified ServiceProjectAttachment resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/serviceProjectAttachments/{service_project_attachment}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **service_project_attachment** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #workload_path\n\n def workload_path(project:, location:, application:, workload:) -\u003e ::String\n\nCreate a fully-qualified Workload resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/applications/{application}/workloads/{workload}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **application** (String)\n- **workload** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]