-
方法概要
从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized
从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getClientKey
int getClientKey()
客户端标识
uint32 clientKey = 1;
- 返回:
- The clientKey.
-
getQuotaUsesList
已使用的配额数
repeated .polaris.metric.v2.QuotaSum quotaUses = 2;
-
getQuotaUses
已使用的配额数
repeated .polaris.metric.v2.QuotaSum quotaUses = 2;
-
getQuotaUsesCount
int getQuotaUsesCount()
已使用的配额数
repeated .polaris.metric.v2.QuotaSum quotaUses = 2;
-
getQuotaUsesOrBuilderList
已使用的配额数
repeated .polaris.metric.v2.QuotaSum quotaUses = 2;
-
getQuotaUsesOrBuilder
已使用的配额数
repeated .polaris.metric.v2.QuotaSum quotaUses = 2;
-
getTimestamp
long getTimestamp()
配额发生的时间,单位ms
int64 timestamp = 3;
- 返回:
- The timestamp.