Module: Google::Cloud::CloudQuotas::V1::QuotaSafetyCheck

Defined in:
proto_docs/google/api/cloudquotas/v1/resources.rb

Overview

Enumerations of quota safety checks.

Constant Summary collapse

QUOTA_SAFETY_CHECK_UNSPECIFIED =

Unspecified quota safety check.

0
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.

1
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.

2