Uses of Class
org.yamcs.protobuf.Table.Row.ColumnInfo
-
Packages that use Table.Row.ColumnInfo Package Description org.yamcs.protobuf -
-
Uses of Table.Row.ColumnInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Table.Row.ColumnInfo Modifier and Type Field Description static com.google.protobuf.Parser<Table.Row.ColumnInfo>Table.Row.ColumnInfo. PARSERDeprecated.Methods in org.yamcs.protobuf that return Table.Row.ColumnInfo Modifier and Type Method Description Table.Row.ColumnInfoTable.Row.ColumnInfo.Builder. build()Table.Row.ColumnInfoTable.Row.ColumnInfo.Builder. buildPartial()Table.Row.ColumnInfoTable.Row.Builder. getColumns(int index)the column info is only present for new columns in a stream of Row messagesTable.Row.ColumnInfoTable.Row. getColumns(int index)the column info is only present for new columns in a stream of Row messagesTable.Row.ColumnInfoTable.RowOrBuilder. getColumns(int index)the column info is only present for new columns in a stream of Row messagesstatic Table.Row.ColumnInfoTable.Row.ColumnInfo. getDefaultInstance()Table.Row.ColumnInfoTable.Row.ColumnInfo.Builder. getDefaultInstanceForType()Table.Row.ColumnInfoTable.Row.ColumnInfo. getDefaultInstanceForType()static Table.Row.ColumnInfoTable.Row.ColumnInfo. parseDelimitedFrom(InputStream input)static Table.Row.ColumnInfoTable.Row.ColumnInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.Row.ColumnInfoTable.Row.ColumnInfo. parseFrom(byte[] data)static Table.Row.ColumnInfoTable.Row.ColumnInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.Row.ColumnInfoTable.Row.ColumnInfo. parseFrom(com.google.protobuf.ByteString data)static Table.Row.ColumnInfoTable.Row.ColumnInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.Row.ColumnInfoTable.Row.ColumnInfo. parseFrom(com.google.protobuf.CodedInputStream input)static Table.Row.ColumnInfoTable.Row.ColumnInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.Row.ColumnInfoTable.Row.ColumnInfo. parseFrom(InputStream input)static Table.Row.ColumnInfoTable.Row.ColumnInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.Row.ColumnInfoTable.Row.ColumnInfo. parseFrom(ByteBuffer data)static Table.Row.ColumnInfoTable.Row.ColumnInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type Table.Row.ColumnInfo Modifier and Type Method Description List<Table.Row.ColumnInfo>Table.Row.Builder. getColumnsList()the column info is only present for new columns in a stream of Row messagesList<Table.Row.ColumnInfo>Table.Row. getColumnsList()the column info is only present for new columns in a stream of Row messagesList<Table.Row.ColumnInfo>Table.RowOrBuilder. getColumnsList()the column info is only present for new columns in a stream of Row messagescom.google.protobuf.Parser<Table.Row.ColumnInfo>Table.Row.ColumnInfo. getParserForType()static com.google.protobuf.Parser<Table.Row.ColumnInfo>Table.Row.ColumnInfo. parser()Methods in org.yamcs.protobuf with parameters of type Table.Row.ColumnInfo Modifier and Type Method Description Table.Row.BuilderTable.Row.Builder. addColumns(int index, Table.Row.ColumnInfo value)the column info is only present for new columns in a stream of Row messagesTable.Row.BuilderTable.Row.Builder. addColumns(Table.Row.ColumnInfo value)the column info is only present for new columns in a stream of Row messagesTable.Row.ColumnInfo.BuilderTable.Row.ColumnInfo.Builder. mergeFrom(Table.Row.ColumnInfo other)static Table.Row.ColumnInfo.BuilderTable.Row.ColumnInfo. newBuilder(Table.Row.ColumnInfo prototype)Table.Row.BuilderTable.Row.Builder. setColumns(int index, Table.Row.ColumnInfo value)the column info is only present for new columns in a stream of Row messagesMethod parameters in org.yamcs.protobuf with type arguments of type Table.Row.ColumnInfo Modifier and Type Method Description Table.Row.BuilderTable.Row.Builder. addAllColumns(Iterable<? extends Table.Row.ColumnInfo> values)the column info is only present for new columns in a stream of Row messages
-