public static interface RatelimitV2.RateLimitInitRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
客户端唯一标识
|
com.google.protobuf.ByteString |
getClientIdBytes()
客户端唯一标识
|
RatelimitV2.Mode |
getMode()
限流模式
|
int |
getModeValue()
限流模式
|
int |
getSlideCount()
客户端可指定滑窗数,不指定用默认值
|
RatelimitV2.LimitTarget |
getTarget()
限流目标对象数据
|
RatelimitV2.LimitTargetOrBuilder |
getTargetOrBuilder()
限流目标对象数据
|
RatelimitV2.QuotaTotal |
getTotals(int index)
限流规则信息
|
int |
getTotalsCount()
限流规则信息
|
List<RatelimitV2.QuotaTotal> |
getTotalsList()
限流规则信息
|
RatelimitV2.QuotaTotalOrBuilder |
getTotalsOrBuilder(int index)
限流规则信息
|
List<? extends RatelimitV2.QuotaTotalOrBuilder> |
getTotalsOrBuilderList()
限流规则信息
|
boolean |
hasTarget()
限流目标对象数据
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTarget()
限流目标对象数据
.polaris.metric.v2.LimitTarget target = 1;RatelimitV2.LimitTarget getTarget()
限流目标对象数据
.polaris.metric.v2.LimitTarget target = 1;RatelimitV2.LimitTargetOrBuilder getTargetOrBuilder()
限流目标对象数据
.polaris.metric.v2.LimitTarget target = 1;String getClientId()
客户端唯一标识
string clientId = 2;com.google.protobuf.ByteString getClientIdBytes()
客户端唯一标识
string clientId = 2;List<RatelimitV2.QuotaTotal> getTotalsList()
限流规则信息
repeated .polaris.metric.v2.QuotaTotal totals = 3;RatelimitV2.QuotaTotal getTotals(int index)
限流规则信息
repeated .polaris.metric.v2.QuotaTotal totals = 3;int getTotalsCount()
限流规则信息
repeated .polaris.metric.v2.QuotaTotal totals = 3;List<? extends RatelimitV2.QuotaTotalOrBuilder> getTotalsOrBuilderList()
限流规则信息
repeated .polaris.metric.v2.QuotaTotal totals = 3;RatelimitV2.QuotaTotalOrBuilder getTotalsOrBuilder(int index)
限流规则信息
repeated .polaris.metric.v2.QuotaTotal totals = 3;int getSlideCount()
客户端可指定滑窗数,不指定用默认值
uint32 slideCount = 4;int getModeValue()
限流模式
.polaris.metric.v2.Mode mode = 5;RatelimitV2.Mode getMode()
限流模式
.polaris.metric.v2.Mode mode = 5;Copyright © 2024. All rights reserved.