public static interface RateLimitProto.ReportOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.UInt32Value |
getAmountPercent()
使用了百分之多少配额后启动一次实时上报,值范围(0,100]
.google.protobuf.UInt32Value amountPercent = 2; |
com.google.protobuf.UInt32ValueOrBuilder |
getAmountPercentOrBuilder()
使用了百分之多少配额后启动一次实时上报,值范围(0,100]
.google.protobuf.UInt32Value amountPercent = 2; |
com.google.protobuf.Duration |
getInterval()
配额固定上报周期,单位毫秒
.google.protobuf.Duration interval = 1; |
com.google.protobuf.DurationOrBuilder |
getIntervalOrBuilder()
配额固定上报周期,单位毫秒
.google.protobuf.Duration interval = 1; |
boolean |
hasAmountPercent()
使用了百分之多少配额后启动一次实时上报,值范围(0,100]
.google.protobuf.UInt32Value amountPercent = 2; |
boolean |
hasInterval()
配额固定上报周期,单位毫秒
.google.protobuf.Duration interval = 1; |
boolean hasInterval()
配额固定上报周期,单位毫秒
.google.protobuf.Duration interval = 1;com.google.protobuf.Duration getInterval()
配额固定上报周期,单位毫秒
.google.protobuf.Duration interval = 1;com.google.protobuf.DurationOrBuilder getIntervalOrBuilder()
配额固定上报周期,单位毫秒
.google.protobuf.Duration interval = 1;boolean hasAmountPercent()
使用了百分之多少配额后启动一次实时上报,值范围(0,100]
.google.protobuf.UInt32Value amountPercent = 2;com.google.protobuf.UInt32Value getAmountPercent()
使用了百分之多少配额后启动一次实时上报,值范围(0,100]
.google.protobuf.UInt32Value amountPercent = 2;com.google.protobuf.UInt32ValueOrBuilder getAmountPercentOrBuilder()
使用了百分之多少配额后启动一次实时上报,值范围(0,100]
.google.protobuf.UInt32Value amountPercent = 2;Copyright © 2022. All rights reserved.