public static interface RatelimitV2.QuotaSumOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCounterKey()
计数器的标识,一个server全局唯一,上报时候带入
uint32 counterKey = 1; |
int |
getLimited()
被限流数,上报时候带入
uint32 limited = 3; |
int |
getUsed()
已使用的配额数,上报时候带入
uint32 used = 2; |
Copyright © 2021. All rights reserved.