Interface QuotaIncreaseEligibilityOrBuilder (0.2.0)

public interface QuotaIncreaseEligibilityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

The isEligible.