SaaS Runtime V1BETA1 API - Module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::SaasDeployments::Paths (v0.1.0)
Reference documentation and code samples for the SaaS Runtime V1BETA1 API module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::SaasDeployments::Paths.
[[["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,["# SaaS Runtime V1BETA1 API - Module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::SaasDeployments::Paths (v0.1.0)\n\nReference documentation and code samples for the SaaS Runtime V1BETA1 API module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::SaasDeployments::Paths.\n\nPath helper methods for the SaasDeployments API. \n\nExtended By\n-----------\n\n- [Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::SaasDeployments::Paths](./Google-Cloud-SaasPlatform-SaasServiceMgmt-V1beta1-SaasDeployments-Paths)\n\nMethods\n-------\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### #release_path\n\n def release_path(project:, location:, 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}/releases/{release}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **release** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #rollout_path\n\n def rollout_path(project:, location:, rollout_id:) -\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}/rollouts/{rollout_id}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **rollout_id** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #saas_path\n\n def saas_path(project:, location:, saas:) -\u003e ::String\n\nCreate a fully-qualified Saas resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/saas/{saas}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **saas** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #tenant_path\n\n def tenant_path(project:, location:, tenant:) -\u003e ::String\n\nCreate a fully-qualified Tenant resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/tenants/{tenant}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **tenant** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #unit_kind_path\n\n def unit_kind_path(project:, location:, unit_kind:) -\u003e ::String\n\nCreate a fully-qualified UnitKind resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/unitKinds/{unit_kind}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **unit_kind** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #unit_operation_path\n\n def unit_operation_path(project:, location:, unit_operation:) -\u003e ::String\n\nCreate a fully-qualified UnitOperation resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/unitOperations/{unit_operation}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **unit_operation** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #unit_path\n\n def unit_path(project:, location:, unit:) -\u003e ::String\n\nCreate a fully-qualified Unit resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/units/{unit}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **unit** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]