public static interface RateLimitProto.ClimbConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.BoolValue |
getEnable()
是否开启
.google.protobuf.BoolValue enable = 1; |
com.google.protobuf.BoolValueOrBuilder |
getEnableOrBuilder()
是否开启
.google.protobuf.BoolValue enable = 1; |
RateLimitProto.ClimbConfig.MetricConfig |
getMetric()
限流数据统计配置
.v1.ClimbConfig.MetricConfig metric = 2; |
RateLimitProto.ClimbConfig.MetricConfigOrBuilder |
getMetricOrBuilder()
限流数据统计配置
.v1.ClimbConfig.MetricConfig metric = 2; |
RateLimitProto.ClimbConfig.TriggerPolicy |
getPolicy()
触发调整策略
.v1.ClimbConfig.TriggerPolicy policy = 3; |
RateLimitProto.ClimbConfig.TriggerPolicyOrBuilder |
getPolicyOrBuilder()
触发调整策略
.v1.ClimbConfig.TriggerPolicy policy = 3; |
RateLimitProto.ClimbConfig.ClimbThrottling |
getThrottling()
限流调整相关参数
.v1.ClimbConfig.ClimbThrottling throttling = 4; |
RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilder |
getThrottlingOrBuilder()
限流调整相关参数
.v1.ClimbConfig.ClimbThrottling throttling = 4; |
boolean |
hasEnable()
是否开启
.google.protobuf.BoolValue enable = 1; |
boolean |
hasMetric()
限流数据统计配置
.v1.ClimbConfig.MetricConfig metric = 2; |
boolean |
hasPolicy()
触发调整策略
.v1.ClimbConfig.TriggerPolicy policy = 3; |
boolean |
hasThrottling()
限流调整相关参数
.v1.ClimbConfig.ClimbThrottling throttling = 4; |
boolean hasEnable()
是否开启
.google.protobuf.BoolValue enable = 1;com.google.protobuf.BoolValue getEnable()
是否开启
.google.protobuf.BoolValue enable = 1;com.google.protobuf.BoolValueOrBuilder getEnableOrBuilder()
是否开启
.google.protobuf.BoolValue enable = 1;boolean hasMetric()
限流数据统计配置
.v1.ClimbConfig.MetricConfig metric = 2;RateLimitProto.ClimbConfig.MetricConfig getMetric()
限流数据统计配置
.v1.ClimbConfig.MetricConfig metric = 2;RateLimitProto.ClimbConfig.MetricConfigOrBuilder getMetricOrBuilder()
限流数据统计配置
.v1.ClimbConfig.MetricConfig metric = 2;boolean hasPolicy()
触发调整策略
.v1.ClimbConfig.TriggerPolicy policy = 3;RateLimitProto.ClimbConfig.TriggerPolicy getPolicy()
触发调整策略
.v1.ClimbConfig.TriggerPolicy policy = 3;RateLimitProto.ClimbConfig.TriggerPolicyOrBuilder getPolicyOrBuilder()
触发调整策略
.v1.ClimbConfig.TriggerPolicy policy = 3;boolean hasThrottling()
限流调整相关参数
.v1.ClimbConfig.ClimbThrottling throttling = 4;RateLimitProto.ClimbConfig.ClimbThrottling getThrottling()
限流调整相关参数
.v1.ClimbConfig.ClimbThrottling throttling = 4;RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilder getThrottlingOrBuilder()
限流调整相关参数
.v1.ClimbConfig.ClimbThrottling throttling = 4;Copyright © 2021. All rights reserved.