Reference documentation and code samples for the Cloud Quotas V1BETA API module Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettingsManager::Paths.
Path helper methods for the QuotaAdjusterSettingsManager API.
[[["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 Quotas V1BETA API - Module Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettingsManager::Paths (v0.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.5.0 (latest)](/ruby/docs/reference/google-cloud-cloud_quotas-v1beta/latest/Google-Cloud-CloudQuotas-V1beta-QuotaAdjusterSettingsManager-Paths)\n- [0.4.0](/ruby/docs/reference/google-cloud-cloud_quotas-v1beta/0.4.0/Google-Cloud-CloudQuotas-V1beta-QuotaAdjusterSettingsManager-Paths)\n- [0.3.2](/ruby/docs/reference/google-cloud-cloud_quotas-v1beta/0.3.2/Google-Cloud-CloudQuotas-V1beta-QuotaAdjusterSettingsManager-Paths)\n- [0.2.0](/ruby/docs/reference/google-cloud-cloud_quotas-v1beta/0.2.0/Google-Cloud-CloudQuotas-V1beta-QuotaAdjusterSettingsManager-Paths)\n- [0.1.0](/ruby/docs/reference/google-cloud-cloud_quotas-v1beta/0.1.0/Google-Cloud-CloudQuotas-V1beta-QuotaAdjusterSettingsManager-Paths) \nReference documentation and code samples for the Cloud Quotas V1BETA API module Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettingsManager::Paths.\n\nPath helper methods for the QuotaAdjusterSettingsManager API. \n\nExtended By\n-----------\n\n- [Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettingsManager::Paths](./Google-Cloud-CloudQuotas-V1beta-QuotaAdjusterSettingsManager-Paths)\n\nMethods\n-------\n\n### #quota_adjuster_settings_path\n\n def quota_adjuster_settings_path(project:, location:) -\u003e ::String\n def quota_adjuster_settings_path(organization:, location:) -\u003e ::String\n def quota_adjuster_settings_path(folder:, location:) -\u003e ::String\n\nCreate a fully-qualified QuotaAdjusterSettings resource string. \n**Overloads** \n\n def quota_adjuster_settings_path(project:, location:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`projects/{project}/locations/{location}/quotaAdjusterSettings` \n**Parameters**\n\n- **project** (String)\n- **location** (String) \n\n def quota_adjuster_settings_path(organization:, location:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`organizations/{organization}/locations/{location}/quotaAdjusterSettings` \n**Parameters**\n\n- **organization** (String)\n- **location** (String) \n\n def quota_adjuster_settings_path(folder:, location:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`folders/{folder}/locations/{location}/quotaAdjusterSettings` \n**Parameters**\n\n- **folder** (String)\n- **location** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]