Package ru.tinkoff.piapi.contract.v1
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 TypeMethodDescriptionintКоличество unary-запросов в минутуgetMethods(int index) Названия методовcom.google.protobuf.ByteStringgetMethodsBytes(int index) Названия методовintНазвания методовНазвания методовMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
Названия методов
repeated string methods = 2;- Returns:
- A list containing the methods.
-
getMethodsCount
int getMethodsCount()Названия методов
repeated string methods = 2;- Returns:
- The count of methods.
-
getMethods
Названия методов
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.
-