Package ru.tinkoff.piapi.contract.v1
Interface StreamLimitOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamLimit,StreamLimit.Builder
public interface StreamLimitOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetLimit()Максимальное количество stream-соединенийgetStreams(int index) Названия stream-методовcom.google.protobuf.ByteStringgetStreamsBytes(int index) Названия stream-методовintНазвания stream-методовНазвания stream-методов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
-
getLimit
int getLimit()Максимальное количество stream-соединений
int32 limit = 1;- Returns:
- The limit.
-
getStreamsList
Названия stream-методов
repeated string streams = 2;- Returns:
- A list containing the streams.
-
getStreamsCount
int getStreamsCount()Названия stream-методов
repeated string streams = 2;- Returns:
- The count of streams.
-
getStreams
Названия stream-методов
repeated string streams = 2;- Parameters:
index- The index of the element to return.- Returns:
- The streams at the given index.
-
getStreamsBytes
com.google.protobuf.ByteString getStreamsBytes(int index) Названия stream-методов
repeated string streams = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the streams at the given index.
-