SaaS Runtime V1BETA1 API - Module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::SaasRollouts::Paths (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the SaaS Runtime V1BETA1 API module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::SaasRollouts::Paths.
[[["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-08-26 UTC."],[],[],null,["# SaaS Runtime V1BETA1 API - Module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::SaasRollouts::Paths (v0.1.0)\n\nReference documentation and code samples for the SaaS Runtime V1BETA1 API module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::SaasRollouts::Paths.\n\nPath helper methods for the SaasRollouts API. \n\nExtended By\n-----------\n\n- [Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::SaasRollouts::Paths](./Google-Cloud-SaasPlatform-SaasServiceMgmt-V1beta1-SaasRollouts-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_kind_path\n\n def rollout_kind_path(project:, location:, rollout_kind_id:) -\u003e ::String\n\nCreate a fully-qualified RolloutKind resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/rolloutKinds/{rollout_kind_id}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **rollout_kind_id** (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### #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)"]]