public interface QuotaIncreaseEligibilityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QuotaIncreaseEligibility.IneligibilityReason |
getIneligibilityReason()
The reason of why it is ineligible to request increased value of the quota.
|
int |
getIneligibilityReasonValue()
The reason of why it is ineligible to request increased value of the quota.
|
boolean |
getIsEligible()
Whether a higher quota value can be requested for the quota.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getIsEligible()
Whether a higher quota value can be requested for the quota.
bool is_eligible = 1;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.v1beta.QuotaIncreaseEligibility.IneligibilityReason ineligibility_reason = 2;
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.v1beta.QuotaIncreaseEligibility.IneligibilityReason ineligibility_reason = 2;
Copyright © 2025 Google LLC. All rights reserved.