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 Summary

    Modifier and Type
    Method
    Description
    getColumns(int index)
    repeated .ColumnInfo columns = 3;
    int
    repeated .ColumnInfo columns = 3;
    repeated .ColumnInfo columns = 3;
    repeated .ColumnInfo columns = 3;
    repeated .ColumnInfo columns = 3;
    int
    stream id
    stream name
    com.google.protobuf.ByteString
    stream name
    boolean
    stream id
    boolean
    stream name

    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

    • hasId

      boolean hasId()
      stream id 
       
      optional uint32 id = 1;
      Returns:
      Whether the id field is set.
    • getId

      int getId()
      stream id 
       
      optional uint32 id = 1;
      Returns:
      The id.
    • hasName

      boolean hasName()
      stream name
       
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      stream name
       
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      stream name
       
      optional string name = 2;
      Returns:
      The bytes for name.
    • 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;