Interface Table.StreamDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Table.StreamData, Table.StreamData.Builder
Enclosing class:
Table

public static interface Table.StreamDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getColumn(int index)
    repeated .yamcs.protobuf.table.ColumnData column = 2;
    int
    repeated .yamcs.protobuf.table.ColumnData column = 2;
    repeated .yamcs.protobuf.table.ColumnData column = 2;
    getColumnOrBuilder(int index)
    repeated .yamcs.protobuf.table.ColumnData column = 2;
    repeated .yamcs.protobuf.table.ColumnData column = 2;
    optional string stream = 1;
    com.google.protobuf.ByteString
    optional string stream = 1;
    boolean
    optional string stream = 1;

    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

    • hasStream

      boolean hasStream()
      optional string stream = 1;
      Returns:
      Whether the stream field is set.
    • getStream

      String getStream()
      optional string stream = 1;
      Returns:
      The stream.
    • getStreamBytes

      com.google.protobuf.ByteString getStreamBytes()
      optional string stream = 1;
      Returns:
      The bytes for stream.
    • getColumnList

      List<Table.ColumnData> getColumnList()
      repeated .yamcs.protobuf.table.ColumnData column = 2;
    • getColumn

      Table.ColumnData getColumn(int index)
      repeated .yamcs.protobuf.table.ColumnData column = 2;
    • getColumnCount

      int getColumnCount()
      repeated .yamcs.protobuf.table.ColumnData column = 2;
    • getColumnOrBuilderList

      List<? extends Table.ColumnDataOrBuilder> getColumnOrBuilderList()
      repeated .yamcs.protobuf.table.ColumnData column = 2;
    • getColumnOrBuilder

      Table.ColumnDataOrBuilder getColumnOrBuilder(int index)
      repeated .yamcs.protobuf.table.ColumnData column = 2;