[[["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 IoT V1 API - Module Google::Cloud::Iot::V1::DeviceManager::Paths (v0.9.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.9.2 (latest)](/ruby/docs/reference/google-cloud-iot-v1/latest/Google-Cloud-Iot-V1-DeviceManager-Paths)\n- [0.9.1](/ruby/docs/reference/google-cloud-iot-v1/0.9.1/Google-Cloud-Iot-V1-DeviceManager-Paths)\n- [0.8.0](/ruby/docs/reference/google-cloud-iot-v1/0.8.0/Google-Cloud-Iot-V1-DeviceManager-Paths)\n- [0.7.1](/ruby/docs/reference/google-cloud-iot-v1/0.7.1/Google-Cloud-Iot-V1-DeviceManager-Paths)\n- [0.6.0](/ruby/docs/reference/google-cloud-iot-v1/0.6.0/Google-Cloud-Iot-V1-DeviceManager-Paths)\n- [0.5.0](/ruby/docs/reference/google-cloud-iot-v1/0.5.0/Google-Cloud-Iot-V1-DeviceManager-Paths)\n- [0.4.0](/ruby/docs/reference/google-cloud-iot-v1/0.4.0/Google-Cloud-Iot-V1-DeviceManager-Paths)\n- [0.3.5](/ruby/docs/reference/google-cloud-iot-v1/0.3.5/Google-Cloud-Iot-V1-DeviceManager-Paths) \nReference documentation and code samples for the Cloud IoT V1 API module Google::Cloud::Iot::V1::DeviceManager::Paths.\n\nPath helper methods for the DeviceManager API. \n\nExtended By\n-----------\n\n- [Google::Cloud::Iot::V1::DeviceManager::Paths](./Google-Cloud-Iot-V1-DeviceManager-Paths)\n\nMethods\n-------\n\n### #device_path\n\n def device_path(project:, location:, registry:, device:) -\u003e ::String\n\nCreate a fully-qualified Device resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/registries/{registry}/devices/{device}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **registry** (String)\n- **device** (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### #registry_path\n\n def registry_path(project:, location:, registry:) -\u003e ::String\n\nCreate a fully-qualified Registry resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/registries/{registry}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **registry** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]