memquota Config

Index

Params

FieldTypeDescription
quotas[]repeated QuotaThe set of known quotas.
minDeduplicationDurationDurationMinimum number of seconds that deduplication is possible for a given operation.

Override

FieldTypeDescription
dimensionsrepeated map<string, string>The specific dimensions for which this override applies. String representation of instance dimensions is used to check against configured dimensions.
maxAmountint64The upper limit for this quota.
validDurationDurationThe amount of time allocated quota remains valid before it is automatically released. This is only meaningful for rate limit quotas, otherwise the value must be zero.

Quota

FieldTypeDescription
namestringThe name of the quota
maxAmountint64The upper limit for this quota.
validDurationDurationThe amount of time allocated quota remains valid before it is automatically released. This is only meaningful for rate limit quotas, otherwise the value must be zero.
overrides[]repeated OverrideOverrides associated with this quota. The first matching override is applied.