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 Type
    Method
    Description
    int
    Максимальное количество stream-соединений
    getStreams(int index)
    Названия stream-методов
    com.google.protobuf.ByteString
    getStreamsBytes(int index)
    Названия stream-методов
    int
    Названия stream-методов
    Названия stream-методов

    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

    • getLimit

      int getLimit()
      Максимальное количество stream-соединений
       
      int32 limit = 1;
      Returns:
      The limit.
    • getStreamsList

      List<String> 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

      String getStreams(int index)
      Названия 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.