public static interface RateLimitProto.ClimbConfig.TriggerPolicy.ErrorRate.SpecialConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.Int64Value |
getErrorCodes(int index)
特定规则针对的错误码
repeated .google.protobuf.Int64Value errorCodes = 2; |
int |
getErrorCodesCount()
特定规则针对的错误码
repeated .google.protobuf.Int64Value errorCodes = 2; |
List<com.google.protobuf.Int64Value> |
getErrorCodesList()
特定规则针对的错误码
repeated .google.protobuf.Int64Value errorCodes = 2; |
com.google.protobuf.Int64ValueOrBuilder |
getErrorCodesOrBuilder(int index)
特定规则针对的错误码
repeated .google.protobuf.Int64Value errorCodes = 2; |
List<? extends com.google.protobuf.Int64ValueOrBuilder> |
getErrorCodesOrBuilderList()
特定规则针对的错误码
repeated .google.protobuf.Int64Value errorCodes = 2; |
com.google.protobuf.Int32Value |
getErrorRate()
特定规则错误率
.google.protobuf.Int32Value errorRate = 3; |
com.google.protobuf.Int32ValueOrBuilder |
getErrorRateOrBuilder()
特定规则错误率
.google.protobuf.Int32Value errorRate = 3; |
com.google.protobuf.StringValue |
getType()
自定义错误类型
.google.protobuf.StringValue type = 1; |
com.google.protobuf.StringValueOrBuilder |
getTypeOrBuilder()
自定义错误类型
.google.protobuf.StringValue type = 1; |
boolean |
hasErrorRate()
特定规则错误率
.google.protobuf.Int32Value errorRate = 3; |
boolean |
hasType()
自定义错误类型
.google.protobuf.StringValue type = 1; |
boolean hasType()
自定义错误类型
.google.protobuf.StringValue type = 1;com.google.protobuf.StringValue getType()
自定义错误类型
.google.protobuf.StringValue type = 1;com.google.protobuf.StringValueOrBuilder getTypeOrBuilder()
自定义错误类型
.google.protobuf.StringValue type = 1;List<com.google.protobuf.Int64Value> getErrorCodesList()
特定规则针对的错误码
repeated .google.protobuf.Int64Value errorCodes = 2;com.google.protobuf.Int64Value getErrorCodes(int index)
特定规则针对的错误码
repeated .google.protobuf.Int64Value errorCodes = 2;int getErrorCodesCount()
特定规则针对的错误码
repeated .google.protobuf.Int64Value errorCodes = 2;List<? extends com.google.protobuf.Int64ValueOrBuilder> getErrorCodesOrBuilderList()
特定规则针对的错误码
repeated .google.protobuf.Int64Value errorCodes = 2;com.google.protobuf.Int64ValueOrBuilder getErrorCodesOrBuilder(int index)
特定规则针对的错误码
repeated .google.protobuf.Int64Value errorCodes = 2;boolean hasErrorRate()
特定规则错误率
.google.protobuf.Int32Value errorRate = 3;com.google.protobuf.Int32Value getErrorRate()
特定规则错误率
.google.protobuf.Int32Value errorRate = 3;com.google.protobuf.Int32ValueOrBuilder getErrorRateOrBuilder()
特定规则错误率
.google.protobuf.Int32Value errorRate = 3;Copyright © 2021. All rights reserved.