defaultLimit property
- @TagNumber.new(3)
Default number of tokens that can be consumed during the specified duration. This is the number of tokens assigned when a client application developer activates the service for his/her project.
Specifying a value of 0 will block all requests. This can be used if you are provisioning quota to selected consumers and blocking others. Similarly, a value of -1 will indicate an unlimited quota. No other negative values are allowed.
Used by group-based quotas only.
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get defaultLimit => $_getI64(1);
- @TagNumber.new(3)
Implementation
@$pb.TagNumber(3)
set defaultLimit($fixnum.Int64 value) => $_setInt64(1, value);