public static final class RateLimitProto.RateLimit extends com.google.protobuf.GeneratedMessageV3 implements RateLimitProto.RateLimitOrBuilder
同一服务下限流规则集合Protobuf type
v1.RateLimit| 限定符和类型 | 类和说明 |
|---|---|
static class |
RateLimitProto.RateLimit.Builder
同一服务下限流规则集合
Protobuf type
v1.RateLimit |
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 |
REVISION_FIELD_NUMBER |
static int |
RULES_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static RateLimitProto.RateLimit |
getDefaultInstance() |
RateLimitProto.RateLimit |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<RateLimitProto.RateLimit> |
getParserForType() |
com.google.protobuf.StringValue |
getRevision()
限流规则汇总的revision信息
.google.protobuf.StringValue revision = 2; |
com.google.protobuf.StringValueOrBuilder |
getRevisionOrBuilder()
限流规则汇总的revision信息
.google.protobuf.StringValue revision = 2; |
RateLimitProto.Rule |
getRules(int index)
限流规则集合
repeated .v1.Rule rules = 1; |
int |
getRulesCount()
限流规则集合
repeated .v1.Rule rules = 1; |
List<RateLimitProto.Rule> |
getRulesList()
限流规则集合
repeated .v1.Rule rules = 1; |
RateLimitProto.RuleOrBuilder |
getRulesOrBuilder(int index)
限流规则集合
repeated .v1.Rule rules = 1; |
List<? extends RateLimitProto.RuleOrBuilder> |
getRulesOrBuilderList()
限流规则集合
repeated .v1.Rule rules = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasRevision()
限流规则汇总的revision信息
.google.protobuf.StringValue revision = 2; |
boolean |
isInitialized() |
static RateLimitProto.RateLimit.Builder |
newBuilder() |
static RateLimitProto.RateLimit.Builder |
newBuilder(RateLimitProto.RateLimit prototype) |
RateLimitProto.RateLimit.Builder |
newBuilderForType() |
static RateLimitProto.RateLimit |
parseDelimitedFrom(InputStream input) |
static RateLimitProto.RateLimit |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.RateLimit |
parseFrom(byte[] data) |
static RateLimitProto.RateLimit |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.RateLimit |
parseFrom(ByteBuffer data) |
static RateLimitProto.RateLimit |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.RateLimit |
parseFrom(com.google.protobuf.ByteString data) |
static RateLimitProto.RateLimit |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.RateLimit |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RateLimitProto.RateLimit |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.RateLimit |
parseFrom(InputStream input) |
static RateLimitProto.RateLimit |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RateLimitProto.RateLimit> |
parser() |
RateLimitProto.RateLimit.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 RULES_FIELD_NUMBER
public static final int REVISION_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 List<RateLimitProto.Rule> getRulesList()
限流规则集合
repeated .v1.Rule rules = 1;public List<? extends RateLimitProto.RuleOrBuilder> getRulesOrBuilderList()
限流规则集合
repeated .v1.Rule rules = 1;public int getRulesCount()
限流规则集合
repeated .v1.Rule rules = 1;public RateLimitProto.Rule getRules(int index)
限流规则集合
repeated .v1.Rule rules = 1;getRules 在接口中 RateLimitProto.RateLimitOrBuilderpublic RateLimitProto.RuleOrBuilder getRulesOrBuilder(int index)
限流规则集合
repeated .v1.Rule rules = 1;public boolean hasRevision()
限流规则汇总的revision信息
.google.protobuf.StringValue revision = 2;hasRevision 在接口中 RateLimitProto.RateLimitOrBuilderpublic com.google.protobuf.StringValue getRevision()
限流规则汇总的revision信息
.google.protobuf.StringValue revision = 2;getRevision 在接口中 RateLimitProto.RateLimitOrBuilderpublic com.google.protobuf.StringValueOrBuilder getRevisionOrBuilder()
限流规则汇总的revision信息
.google.protobuf.StringValue revision = 2;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.RateLimit parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.RateLimit parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.RateLimit parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.RateLimit parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.RateLimit parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.RateLimit parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.RateLimit parseFrom(InputStream input) throws IOException
IOExceptionpublic static RateLimitProto.RateLimit parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RateLimitProto.RateLimit parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RateLimitProto.RateLimit parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RateLimitProto.RateLimit parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RateLimitProto.RateLimit parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RateLimitProto.RateLimit.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static RateLimitProto.RateLimit.Builder newBuilder()
public static RateLimitProto.RateLimit.Builder newBuilder(RateLimitProto.RateLimit prototype)
public RateLimitProto.RateLimit.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLitepublic static RateLimitProto.RateLimit getDefaultInstance()
public static com.google.protobuf.Parser<RateLimitProto.RateLimit> parser()
public com.google.protobuf.Parser<RateLimitProto.RateLimit> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public RateLimitProto.RateLimit getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2022. All rights reserved.