[[["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,["# Config Delivery V1 API - Module Google::Cloud::ConfigDelivery::V1::ConfigDelivery::Paths (v0.1.0)\n\nReference documentation and code samples for the Config Delivery V1 API module Google::Cloud::ConfigDelivery::V1::ConfigDelivery::Paths.\n\nPath helper methods for the ConfigDelivery API. \n\nExtended By\n-----------\n\n- [Google::Cloud::ConfigDelivery::V1::ConfigDelivery::Paths](./Google-Cloud-ConfigDelivery-V1-ConfigDelivery-Paths)\n\nMethods\n-------\n\n### #fleet_package_path\n\n def fleet_package_path(project:, location:, fleet_package:) -\u003e ::String\n\nCreate a fully-qualified FleetPackage resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/fleetPackages/{fleet_package}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **fleet_package** (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### #release_path\n\n def release_path(project:, location:, resource_bundle:, release:) -\u003e ::String\n\nCreate a fully-qualified Release resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/resourceBundles/{resource_bundle}/releases/{release}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **resource_bundle** (String)\n- **release** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #repository_path\n\n def repository_path(project:, location:, connection:, repository:) -\u003e ::String\n\nCreate a fully-qualified Repository resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/connections/{connection}/repositories/{repository}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **connection** (String)\n- **repository** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #resource_bundle_path\n\n def resource_bundle_path(project:, location:, resource_bundle:) -\u003e ::String\n\nCreate a fully-qualified ResourceBundle resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/resourceBundles/{resource_bundle}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **resource_bundle** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #rollout_path\n\n def rollout_path(project:, location:, fleet_package:, rollout:) -\u003e ::String\n\nCreate a fully-qualified Rollout resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **fleet_package** (String)\n- **rollout** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #variant_path\n\n def variant_path(project:, location:, resource_bundle:, release:, variant:) -\u003e ::String\n\nCreate a fully-qualified Variant resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/resourceBundles/{resource_bundle}/releases/{release}/variants/{variant}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **resource_bundle** (String)\n- **release** (String)\n- **variant** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]