Interface StreamInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    StreamInfo, StreamInfo.Builder

    public interface StreamInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasId

        boolean hasId()
        stream id 
         
        optional uint32 id = 1;
      • getId

        int getId()
        stream id 
         
        optional uint32 id = 1;
      • hasName

        boolean hasName()
        stream name
         
        optional string name = 2;
      • getName

        String getName()
        stream name
         
        optional string name = 2;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        stream name
         
        optional string name = 2;
      • getColumnsList

        List<ColumnInfo> getColumnsList()
        repeated .ColumnInfo columns = 3;
      • getColumns

        ColumnInfo getColumns​(int index)
        repeated .ColumnInfo columns = 3;
      • getColumnsCount

        int getColumnsCount()
        repeated .ColumnInfo columns = 3;
      • getColumnsOrBuilderList

        List<? extends ColumnInfoOrBuilder> getColumnsOrBuilderList()
        repeated .ColumnInfo columns = 3;
      • getColumnsOrBuilder

        ColumnInfoOrBuilder getColumnsOrBuilder​(int index)
        repeated .ColumnInfo columns = 3;