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.
Included In
Methods
#quota_adjuster_settings_path
def quota_adjuster_settings_path(project:, location:) -> ::String
def quota_adjuster_settings_path(organization:, location:) -> ::String
def quota_adjuster_settings_path(folder:, location:) -> ::StringCreate a fully-qualified QuotaAdjusterSettings resource string.
def quota_adjuster_settings_path(project:, location:) -> ::String
projects/{project}/locations/{location}/quotaAdjusterSettings
- project (String)
- location (String)
def quota_adjuster_settings_path(organization:, location:) -> ::String
organizations/{organization}/locations/{location}/quotaAdjusterSettings
- organization (String)
- location (String)
def quota_adjuster_settings_path(folder:, location:) -> ::String
folders/{folder}/locations/{location}/quotaAdjusterSettings
- folder (String)
- location (String)
- (::String)
- (::ArgumentError)