接口 RatelimitV2.QuotaSumOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
RatelimitV2.QuotaSum, RatelimitV2.QuotaSum.Builder
封闭类:
RatelimitV2

public static interface RatelimitV2.QuotaSumOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型 方法 说明
    int getCounterKey()
    计数器的标识,一个server全局唯一,上报时候带入
    int getLimited()
    被限流数,上报时候带入
    int getUsed()
    已使用的配额数,上报时候带入

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getCounterKey

      int getCounterKey()
      计数器的标识,一个server全局唯一,上报时候带入
       
      uint32 counterKey = 1;
      返回:
      The counterKey.
    • getUsed

      int getUsed()
      已使用的配额数,上报时候带入
       
      uint32 used = 2;
      返回:
      The used.
    • getLimited

      int getLimited()
      被限流数,上报时候带入
       
      uint32 limited = 3;
      返回:
      The limited.