Interface UnaryLimitOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UnaryLimit, UnaryLimit.Builder

public interface UnaryLimitOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Количество unary-запросов в минуту
    getMethods(int index)
    Названия методов
    com.google.protobuf.ByteString
    getMethodsBytes(int index)
    Названия методов
    int
    Названия методов
    Названия методов

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getLimitPerMinute

      int getLimitPerMinute()
      Количество unary-запросов в минуту
       
      int32 limit_per_minute = 1;
      Returns:
      The limitPerMinute.
    • getMethodsList

      List<String> getMethodsList()
      Названия методов
       
      repeated string methods = 2;
      Returns:
      A list containing the methods.
    • getMethodsCount

      int getMethodsCount()
      Названия методов
       
      repeated string methods = 2;
      Returns:
      The count of methods.
    • getMethods

      String getMethods(int index)
      Названия методов
       
      repeated string methods = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The methods at the given index.
    • getMethodsBytes

      com.google.protobuf.ByteString getMethodsBytes(int index)
      Названия методов
       
      repeated string methods = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the methods at the given index.