Uses of Interface
org.yamcs.protobuf.Table.Row.ColumnInfoOrBuilder
-
Packages that use Table.Row.ColumnInfoOrBuilder Package Description org.yamcs.protobuf -
-
Uses of Table.Row.ColumnInfoOrBuilder in org.yamcs.protobuf
Classes in org.yamcs.protobuf that implement Table.Row.ColumnInfoOrBuilder Modifier and Type Class Description static classTable.Row.ColumnInfoProtobuf typeyamcs.protobuf.table.Row.ColumnInfostatic classTable.Row.ColumnInfo.BuilderProtobuf typeyamcs.protobuf.table.Row.ColumnInfoMethods in org.yamcs.protobuf that return Table.Row.ColumnInfoOrBuilder Modifier and Type Method Description Table.Row.ColumnInfoOrBuilderTable.Row.Builder. getColumnsOrBuilder(int index)the column info is only present for new columns in a stream of Row messagesTable.Row.ColumnInfoOrBuilderTable.Row. getColumnsOrBuilder(int index)the column info is only present for new columns in a stream of Row messagesTable.Row.ColumnInfoOrBuilderTable.RowOrBuilder. getColumnsOrBuilder(int index)the column info is only present for new columns in a stream of Row messagesMethods in org.yamcs.protobuf that return types with arguments of type Table.Row.ColumnInfoOrBuilder Modifier and Type Method Description List<? extends Table.Row.ColumnInfoOrBuilder>Table.Row.Builder. getColumnsOrBuilderList()the column info is only present for new columns in a stream of Row messagesList<? extends Table.Row.ColumnInfoOrBuilder>Table.Row. getColumnsOrBuilderList()the column info is only present for new columns in a stream of Row messagesList<? extends Table.Row.ColumnInfoOrBuilder>Table.RowOrBuilder. getColumnsOrBuilderList()the column info is only present for new columns in a stream of Row messages
-