public static final class RateLimitProto.ClimbConfig extends com.google.protobuf.GeneratedMessageV3 implements RateLimitProto.ClimbConfigOrBuilder
限流调整算法Climb相关配置Protobuf type
v1.ClimbConfig| 限定符和类型 | 类和说明 |
|---|---|
static class |
RateLimitProto.ClimbConfig.Builder
限流调整算法Climb相关配置
Protobuf type
v1.ClimbConfig |
static class |
RateLimitProto.ClimbConfig.ClimbThrottling
爬坡调整相关参数
Protobuf type
v1.ClimbConfig.ClimbThrottling |
static interface |
RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilder |
static class |
RateLimitProto.ClimbConfig.MetricConfig
限流数据统计配置
Protobuf type
v1.ClimbConfig.MetricConfig |
static interface |
RateLimitProto.ClimbConfig.MetricConfigOrBuilder |
static class |
RateLimitProto.ClimbConfig.TriggerPolicy
触发调整的策略
Protobuf type
v1.ClimbConfig.TriggerPolicy |
static interface |
RateLimitProto.ClimbConfig.TriggerPolicyOrBuilder |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ENABLE_FIELD_NUMBER |
static int |
METRIC_FIELD_NUMBER |
static int |
POLICY_FIELD_NUMBER |
static int |
THROTTLING_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static RateLimitProto.ClimbConfig |
getDefaultInstance() |
RateLimitProto.ClimbConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<RateLimitProto.ClimbConfig> |
getParserForType() |
RateLimitProto.ClimbConfig.TriggerPolicy |
getPolicy()
触发调整策略
.v1.ClimbConfig.TriggerPolicy policy = 3; |
RateLimitProto.ClimbConfig.TriggerPolicyOrBuilder |
getPolicyOrBuilder()
触发调整策略
.v1.ClimbConfig.TriggerPolicy policy = 3; |
int |
getSerializedSize() |
RateLimitProto.ClimbConfig.ClimbThrottling |
getThrottling()
限流调整相关参数
.v1.ClimbConfig.ClimbThrottling throttling = 4; |
RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilder |
getThrottlingOrBuilder()
限流调整相关参数
.v1.ClimbConfig.ClimbThrottling throttling = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEnable()
是否开启
.google.protobuf.BoolValue enable = 1; |
int |
hashCode() |
boolean |
hasMetric()
限流数据统计配置
.v1.ClimbConfig.MetricConfig metric = 2; |
boolean |
hasPolicy()
触发调整策略
.v1.ClimbConfig.TriggerPolicy policy = 3; |
boolean |
hasThrottling()
限流调整相关参数
.v1.ClimbConfig.ClimbThrottling throttling = 4; |
boolean |
isInitialized() |
static RateLimitProto.ClimbConfig.Builder |
newBuilder() |
static RateLimitProto.ClimbConfig.Builder |
newBuilder(RateLimitProto.ClimbConfig prototype) |
RateLimitProto.ClimbConfig.Builder |
newBuilderForType() |
static RateLimitProto.ClimbConfig |
parseDelimitedFrom(InputStream input) |
static RateLimitProto.ClimbConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.ClimbConfig |
parseFrom(byte[] data) |
static RateLimitProto.ClimbConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.ClimbConfig |
parseFrom(ByteBuffer data) |
static RateLimitProto.ClimbConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.ClimbConfig |
parseFrom(com.google.protobuf.ByteString data) |
static RateLimitProto.ClimbConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.ClimbConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RateLimitProto.ClimbConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.ClimbConfig |
parseFrom(InputStream input) |
static RateLimitProto.ClimbConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RateLimitProto.ClimbConfig> |
parser() |
RateLimitProto.ClimbConfig.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int ENABLE_FIELD_NUMBER
public static final int METRIC_FIELD_NUMBER
public static final int POLICY_FIELD_NUMBER
public static final int THROTTLING_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasEnable()
是否开启
.google.protobuf.BoolValue enable = 1;hasEnable 在接口中 RateLimitProto.ClimbConfigOrBuilderpublic com.google.protobuf.BoolValue getEnable()
是否开启
.google.protobuf.BoolValue enable = 1;getEnable 在接口中 RateLimitProto.ClimbConfigOrBuilderpublic com.google.protobuf.BoolValueOrBuilder getEnableOrBuilder()
是否开启
.google.protobuf.BoolValue enable = 1;public boolean hasMetric()
限流数据统计配置
.v1.ClimbConfig.MetricConfig metric = 2;hasMetric 在接口中 RateLimitProto.ClimbConfigOrBuilderpublic RateLimitProto.ClimbConfig.MetricConfig getMetric()
限流数据统计配置
.v1.ClimbConfig.MetricConfig metric = 2;getMetric 在接口中 RateLimitProto.ClimbConfigOrBuilderpublic RateLimitProto.ClimbConfig.MetricConfigOrBuilder getMetricOrBuilder()
限流数据统计配置
.v1.ClimbConfig.MetricConfig metric = 2;public boolean hasPolicy()
触发调整策略
.v1.ClimbConfig.TriggerPolicy policy = 3;hasPolicy 在接口中 RateLimitProto.ClimbConfigOrBuilderpublic RateLimitProto.ClimbConfig.TriggerPolicy getPolicy()
触发调整策略
.v1.ClimbConfig.TriggerPolicy policy = 3;getPolicy 在接口中 RateLimitProto.ClimbConfigOrBuilderpublic RateLimitProto.ClimbConfig.TriggerPolicyOrBuilder getPolicyOrBuilder()
触发调整策略
.v1.ClimbConfig.TriggerPolicy policy = 3;public boolean hasThrottling()
限流调整相关参数
.v1.ClimbConfig.ClimbThrottling throttling = 4;hasThrottling 在接口中 RateLimitProto.ClimbConfigOrBuilderpublic RateLimitProto.ClimbConfig.ClimbThrottling getThrottling()
限流调整相关参数
.v1.ClimbConfig.ClimbThrottling throttling = 4;getThrottling 在接口中 RateLimitProto.ClimbConfigOrBuilderpublic RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilder getThrottlingOrBuilder()
限流调整相关参数
.v1.ClimbConfig.ClimbThrottling throttling = 4;public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static RateLimitProto.ClimbConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.ClimbConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.ClimbConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.ClimbConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.ClimbConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.ClimbConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.ClimbConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static RateLimitProto.ClimbConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RateLimitProto.ClimbConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RateLimitProto.ClimbConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RateLimitProto.ClimbConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RateLimitProto.ClimbConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RateLimitProto.ClimbConfig.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static RateLimitProto.ClimbConfig.Builder newBuilder()
public static RateLimitProto.ClimbConfig.Builder newBuilder(RateLimitProto.ClimbConfig prototype)
public RateLimitProto.ClimbConfig.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLitepublic static RateLimitProto.ClimbConfig getDefaultInstance()
public static com.google.protobuf.Parser<RateLimitProto.ClimbConfig> parser()
public com.google.protobuf.Parser<RateLimitProto.ClimbConfig> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public RateLimitProto.ClimbConfig getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2022. All rights reserved.