ru.tinkoff.piapi.contract.v1.StreamLimitOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: users.proto
package ru.tinkoff.piapi.contract.v1;
public interface StreamLimitOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.StreamLimit)
com.google.protobuf.MessageOrBuilder {
/**
*
*Максимальное количество stream-соединений.
*
*
* int32 limit = 1;
* @return The limit.
*/
int getLimit();
/**
*
*Названия stream-методов.
*
*
* repeated string streams = 2;
* @return A list containing the streams.
*/
java.util.List
getStreamsList();
/**
*
*Названия stream-методов.
*
*
* repeated string streams = 2;
* @return The count of streams.
*/
int getStreamsCount();
/**
*
*Названия stream-методов.
*
*
* repeated string streams = 2;
* @param index The index of the element to return.
* @return The streams at the given index.
*/
java.lang.String getStreams(int index);
/**
*
*Названия stream-методов.
*
*
* repeated string streams = 2;
* @param index The index of the value to return.
* @return The bytes of the streams at the given index.
*/
com.google.protobuf.ByteString
getStreamsBytes(int index);
/**
*
*Текущее количество открытых stream-соединений.
*
*
* int32 open = 3;
* @return The open.
*/
int getOpen();
}