Reference documentation and code samples for the Cloud Quotas V1 API class Google::Cloud::CloudQuotas::V1::QuotaIncreaseEligibility.
Eligibility information regarding requesting increase adjustment of a quota.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ineligibility_reason
def ineligibility_reason() -> ::Google::Cloud::CloudQuotas::V1::QuotaIncreaseEligibility::IneligibilityReason
Returns
- (::Google::Cloud::CloudQuotas::V1::QuotaIncreaseEligibility::IneligibilityReason) — The reason of why it is ineligible to request increased value of the quota. If the is_eligible field is true, it defaults to INELIGIBILITY_REASON_UNSPECIFIED.
#ineligibility_reason=
def ineligibility_reason=(value) -> ::Google::Cloud::CloudQuotas::V1::QuotaIncreaseEligibility::IneligibilityReason
Parameter
- value (::Google::Cloud::CloudQuotas::V1::QuotaIncreaseEligibility::IneligibilityReason) — The reason of why it is ineligible to request increased value of the quota. If the is_eligible field is true, it defaults to INELIGIBILITY_REASON_UNSPECIFIED.
Returns
- (::Google::Cloud::CloudQuotas::V1::QuotaIncreaseEligibility::IneligibilityReason) — The reason of why it is ineligible to request increased value of the quota. If the is_eligible field is true, it defaults to INELIGIBILITY_REASON_UNSPECIFIED.
#is_eligible
def is_eligible() -> ::Boolean
Returns
- (::Boolean) — Whether a higher quota value can be requested for the quota.
#is_eligible=
def is_eligible=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether a higher quota value can be requested for the quota.
Returns
- (::Boolean) — Whether a higher quota value can be requested for the quota.