Enum ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.ProducerOverridesResource.CreateRequest.ForceOnlyEnum
The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.
Namespace: Google.Apis.ServiceConsumerManagement.v1beta1
Assembly: Google.Apis.ServiceConsumerManagement.v1beta1.dll
Syntax
public enum ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.ProducerOverridesResource.CreateRequest.ForceOnlyEnum
Fields
Name | Description |
---|---|
LIMITDECREASEBELOWUSAGE | Validates that a quota mutation would not cause the consumer's effective limit to be lower than the consumer's quota usage. |
LIMITDECREASEPERCENTAGETOOHIGH | Validates that a quota mutation would not cause the consumer's effective limit to decrease by more than 10 percent. |
QUOTASAFETYCHECKUNSPECIFIED | Unspecified quota safety check. |