ru.tinkoff.piapi.contract.v1.UnaryLimitOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: users.proto
package ru.tinkoff.piapi.contract.v1;
public interface UnaryLimitOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.UnaryLimit)
com.google.protobuf.MessageOrBuilder {
/**
*
*Количество unary-запросов в минуту.
*
*
* int32 limit_per_minute = 1;
* @return The limitPerMinute.
*/
int getLimitPerMinute();
/**
*
*Названия методов.
*
*
* repeated string methods = 2;
* @return A list containing the methods.
*/
java.util.List
getMethodsList();
/**
*
*Названия методов.
*
*
* repeated string methods = 2;
* @return The count of methods.
*/
int getMethodsCount();
/**
*
*Названия методов.
*
*
* repeated string methods = 2;
* @param index The index of the element to return.
* @return The methods at the given index.
*/
java.lang.String getMethods(int index);
/**
*
*Названия методов.
*
*
* repeated string methods = 2;
* @param index The index of the value to return.
* @return The bytes of the methods at the given index.
*/
com.google.protobuf.ByteString
getMethodsBytes(int index);
}