-
方法概要
从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized
从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
hasTarget
boolean hasTarget()
限流目标对象数据
.polaris.metric.v2.LimitTarget target = 1;
- 返回:
- Whether the target field is set.
-
getTarget
限流目标对象数据
.polaris.metric.v2.LimitTarget target = 1;
- 返回:
- The target.
-
getTargetOrBuilder
限流目标对象数据
.polaris.metric.v2.LimitTarget target = 1;
-
getClientId
java.lang.String getClientId()
客户端唯一标识
string clientId = 2;
- 返回:
- The clientId.
-
getClientIdBytes
com.google.protobuf.ByteString getClientIdBytes()
客户端唯一标识
string clientId = 2;
- 返回:
- The bytes for clientId.
-
getTotalsList
限流规则信息
repeated .polaris.metric.v2.QuotaTotal totals = 3;
-
getTotals
限流规则信息
repeated .polaris.metric.v2.QuotaTotal totals = 3;
-
getTotalsCount
int getTotalsCount()
限流规则信息
repeated .polaris.metric.v2.QuotaTotal totals = 3;
-
getTotalsOrBuilderList
限流规则信息
repeated .polaris.metric.v2.QuotaTotal totals = 3;
-
getTotalsOrBuilder
限流规则信息
repeated .polaris.metric.v2.QuotaTotal totals = 3;
-
getSlideCount
int getSlideCount()
客户端可指定滑窗数,不指定用默认值
uint32 slideCount = 4;
- 返回:
- The slideCount.
-
getModeValue
int getModeValue()
限流模式
.polaris.metric.v2.Mode mode = 5;
- 返回:
- The enum numeric value on the wire for mode.
-
getMode
限流模式
.polaris.metric.v2.Mode mode = 5;
- 返回:
- The mode.