public static final class RateLimitProto.Report extends com.google.protobuf.GeneratedMessageV3 implements RateLimitProto.ReportOrBuilder
限流上报方式Protobuf type
v1.Report| 限定符和类型 | 类和说明 |
|---|---|
static class |
RateLimitProto.Report.Builder
限流上报方式
Protobuf type
v1.Report |
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 |
AMOUNTPERCENT_FIELD_NUMBER |
static int |
INTERVAL_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.UInt32Value |
getAmountPercent()
使用了百分之多少配额后启动一次实时上报,值范围(0,100]
.google.protobuf.UInt32Value amountPercent = 2; |
com.google.protobuf.UInt32ValueOrBuilder |
getAmountPercentOrBuilder()
使用了百分之多少配额后启动一次实时上报,值范围(0,100]
.google.protobuf.UInt32Value amountPercent = 2; |
static RateLimitProto.Report |
getDefaultInstance() |
RateLimitProto.Report |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Duration |
getInterval()
配额固定上报周期,单位毫秒
.google.protobuf.Duration interval = 1; |
com.google.protobuf.DurationOrBuilder |
getIntervalOrBuilder()
配额固定上报周期,单位毫秒
.google.protobuf.Duration interval = 1; |
com.google.protobuf.Parser<RateLimitProto.Report> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAmountPercent()
使用了百分之多少配额后启动一次实时上报,值范围(0,100]
.google.protobuf.UInt32Value amountPercent = 2; |
int |
hashCode() |
boolean |
hasInterval()
配额固定上报周期,单位毫秒
.google.protobuf.Duration interval = 1; |
boolean |
isInitialized() |
static RateLimitProto.Report.Builder |
newBuilder() |
static RateLimitProto.Report.Builder |
newBuilder(RateLimitProto.Report prototype) |
RateLimitProto.Report.Builder |
newBuilderForType() |
static RateLimitProto.Report |
parseDelimitedFrom(InputStream input) |
static RateLimitProto.Report |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.Report |
parseFrom(byte[] data) |
static RateLimitProto.Report |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.Report |
parseFrom(ByteBuffer data) |
static RateLimitProto.Report |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.Report |
parseFrom(com.google.protobuf.ByteString data) |
static RateLimitProto.Report |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.Report |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RateLimitProto.Report |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RateLimitProto.Report |
parseFrom(InputStream input) |
static RateLimitProto.Report |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RateLimitProto.Report> |
parser() |
RateLimitProto.Report.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 INTERVAL_FIELD_NUMBER
public static final int AMOUNTPERCENT_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 hasInterval()
配额固定上报周期,单位毫秒
.google.protobuf.Duration interval = 1;hasInterval 在接口中 RateLimitProto.ReportOrBuilderpublic com.google.protobuf.Duration getInterval()
配额固定上报周期,单位毫秒
.google.protobuf.Duration interval = 1;getInterval 在接口中 RateLimitProto.ReportOrBuilderpublic com.google.protobuf.DurationOrBuilder getIntervalOrBuilder()
配额固定上报周期,单位毫秒
.google.protobuf.Duration interval = 1;public boolean hasAmountPercent()
使用了百分之多少配额后启动一次实时上报,值范围(0,100]
.google.protobuf.UInt32Value amountPercent = 2;hasAmountPercent 在接口中 RateLimitProto.ReportOrBuilderpublic com.google.protobuf.UInt32Value getAmountPercent()
使用了百分之多少配额后启动一次实时上报,值范围(0,100]
.google.protobuf.UInt32Value amountPercent = 2;getAmountPercent 在接口中 RateLimitProto.ReportOrBuilderpublic com.google.protobuf.UInt32ValueOrBuilder getAmountPercentOrBuilder()
使用了百分之多少配额后启动一次实时上报,值范围(0,100]
.google.protobuf.UInt32Value amountPercent = 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.Report parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.Report parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.Report parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.Report parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.Report parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.Report parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RateLimitProto.Report parseFrom(InputStream input) throws IOException
IOExceptionpublic static RateLimitProto.Report parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RateLimitProto.Report parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RateLimitProto.Report parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RateLimitProto.Report parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RateLimitProto.Report parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RateLimitProto.Report.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static RateLimitProto.Report.Builder newBuilder()
public static RateLimitProto.Report.Builder newBuilder(RateLimitProto.Report prototype)
public RateLimitProto.Report.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLitepublic static RateLimitProto.Report getDefaultInstance()
public static com.google.protobuf.Parser<RateLimitProto.Report> parser()
public com.google.protobuf.Parser<RateLimitProto.Report> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public RateLimitProto.Report getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2022. All rights reserved.