QuotaSafetyCheck(value)Enumerations of quota safety checks.
Enums |
|
|---|---|
| Name | Description |
QUOTA_SAFETY_CHECK_UNSPECIFIED |
Unspecified quota safety check. |
QUOTA_DECREASE_BELOW_USAGE |
Validates that a quota mutation would not cause the consumer's effective limit to be lower than the consumer's quota usage. |
QUOTA_DECREASE_PERCENTAGE_TOO_HIGH |
Validates that a quota mutation would not cause the consumer's effective limit to decrease by more than 10 percent. |