public static interface RatelimitV2.RateLimitReportResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
uint32 code = 1; |
RatelimitV2.QuotaLeft |
getQuotaLefts(int index)
剩余配额数
|
int |
getQuotaLeftsCount()
剩余配额数
|
List<RatelimitV2.QuotaLeft> |
getQuotaLeftsList()
剩余配额数
|
RatelimitV2.QuotaLeftOrBuilder |
getQuotaLeftsOrBuilder(int index)
剩余配额数
|
List<? extends RatelimitV2.QuotaLeftOrBuilder> |
getQuotaLeftsOrBuilderList()
剩余配额数
|
long |
getTimestamp()
限流server绝对时间,单位ms
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCode()
uint32 code = 1;List<RatelimitV2.QuotaLeft> getQuotaLeftsList()
剩余配额数
repeated .polaris.metric.v2.QuotaLeft quotaLefts = 2;RatelimitV2.QuotaLeft getQuotaLefts(int index)
剩余配额数
repeated .polaris.metric.v2.QuotaLeft quotaLefts = 2;int getQuotaLeftsCount()
剩余配额数
repeated .polaris.metric.v2.QuotaLeft quotaLefts = 2;List<? extends RatelimitV2.QuotaLeftOrBuilder> getQuotaLeftsOrBuilderList()
剩余配额数
repeated .polaris.metric.v2.QuotaLeft quotaLefts = 2;RatelimitV2.QuotaLeftOrBuilder getQuotaLeftsOrBuilder(int index)
剩余配额数
repeated .polaris.metric.v2.QuotaLeft quotaLefts = 2;long getTimestamp()
限流server绝对时间,单位ms
int64 timestamp = 3;Copyright © 2024. All rights reserved.