[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[],[],null,["# License Manager V1 API - Module Google::Cloud::LicenseManager::V1::LicenseManager::Paths (v0.1.0)\n\nReference documentation and code samples for the License Manager V1 API module Google::Cloud::LicenseManager::V1::LicenseManager::Paths.\n\nPath helper methods for the LicenseManager API. \n\nExtended By\n-----------\n\n- [Google::Cloud::LicenseManager::V1::LicenseManager::Paths](./Google-Cloud-LicenseManager-V1-LicenseManager-Paths)\n\nMethods\n-------\n\n### #configuration_path\n\n def configuration_path(project:, location:, configuration:) -\u003e ::String\n\nCreate a fully-qualified Configuration resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/configurations/{configuration}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **configuration** (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)\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### #product_path\n\n def product_path(project:, location:, product:) -\u003e ::String\n\nCreate a fully-qualified Product resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/products/{product}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **product** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]