public interface QuotaIncreaseEligibilityOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIneligibilityReason()
public abstract QuotaIncreaseEligibility.IneligibilityReason getIneligibilityReason()
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.
.google.api.cloudquotas.v1.QuotaIncreaseEligibility.IneligibilityReason ineligibility_reason = 2;
Returns | |
---|---|
Type | Description |
QuotaIncreaseEligibility.IneligibilityReason | The ineligibilityReason. |
getIneligibilityReasonValue()
public abstract int getIneligibilityReasonValue()
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.
.google.api.cloudquotas.v1.QuotaIncreaseEligibility.IneligibilityReason ineligibility_reason = 2;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for ineligibilityReason. |
getIsEligible()
public abstract boolean getIsEligible()
Whether a higher quota value can be requested for the quota.
bool is_eligible = 1;
Returns | |
---|---|
Type | Description |
boolean | The isEligible. |