-
方法概要
从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized
从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getCode
int getCode()
uint32 code = 1;
- 返回:
- The code.
-
getQuotaLeftsList
剩余配额数
repeated .polaris.metric.v2.QuotaLeft quotaLefts = 2;
-
getQuotaLefts
剩余配额数
repeated .polaris.metric.v2.QuotaLeft quotaLefts = 2;
-
getQuotaLeftsCount
int getQuotaLeftsCount()
剩余配额数
repeated .polaris.metric.v2.QuotaLeft quotaLefts = 2;
-
getQuotaLeftsOrBuilderList
剩余配额数
repeated .polaris.metric.v2.QuotaLeft quotaLefts = 2;
-
getQuotaLeftsOrBuilder
剩余配额数
repeated .polaris.metric.v2.QuotaLeft quotaLefts = 2;
-
getTimestamp
long getTimestamp()
限流server绝对时间,单位ms
int64 timestamp = 3;
- 返回:
- The timestamp.