Uses of Class
org.yamcs.protobuf.Table.Row.Builder
Packages that use Table.Row.Builder
-
Uses of Table.Row.Builder in org.yamcs.protobuf
Methods in org.yamcs.protobuf that return Table.Row.BuilderModifier and TypeMethodDescriptionTable.Row.Builder.addAllCells
(Iterable<? extends Table.Row.Cell> values) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
Table.Row.Builder.addAllColumns
(Iterable<? extends Table.Row.ColumnInfo> values) the column info is only present for new columns in a stream of Row messagesTable.Row.Builder.addCells
(int index, Table.Row.Cell value) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
Table.Row.Builder.addCells
(int index, Table.Row.Cell.Builder builderForValue) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
Table.Row.Builder.addCells
(Table.Row.Cell value) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
Table.Row.Builder.addCells
(Table.Row.Cell.Builder builderForValue) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
Table.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.Builder.addColumns
(int index, Table.Row.ColumnInfo.Builder builderForValue) the column info is only present for new columns in a stream of Row messagesTable.Row.Builder.addColumns
(Table.Row.ColumnInfo value) the column info is only present for new columns in a stream of Row messagesTable.Row.Builder.addColumns
(Table.Row.ColumnInfo.Builder builderForValue) the column info is only present for new columns in a stream of Row messagesTable.Row.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Table.Row.Builder.clear()
Table.Row.Builder.clearCells()
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
Table.Row.Builder.clearColumns()
the column info is only present for new columns in a stream of Row messagesTable.Row.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Table.Row.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Table.Row.Builder.clone()
Table.WriteRowsRequest.Builder.getRowBuilder()
optional .yamcs.protobuf.table.Row row = 3;
Table.Row.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Table.Row.Builder.mergeFrom
(com.google.protobuf.Message other) final Table.Row.Builder
Table.Row.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Table.Row.Builder
Table.Row.newBuilder()
static Table.Row.Builder
Table.Row.newBuilder
(Table.Row prototype) Table.Row.newBuilderForType()
protected Table.Row.Builder
Table.Row.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Table.Row.Builder.removeCells
(int index) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
Table.Row.Builder.removeColumns
(int index) the column info is only present for new columns in a stream of Row messagesTable.Row.Builder.setCells
(int index, Table.Row.Cell value) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
Table.Row.Builder.setCells
(int index, Table.Row.Cell.Builder builderForValue) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
Table.Row.Builder.setColumns
(int index, Table.Row.ColumnInfo value) the column info is only present for new columns in a stream of Row messagesTable.Row.Builder.setColumns
(int index, Table.Row.ColumnInfo.Builder builderForValue) the column info is only present for new columns in a stream of Row messagesTable.Row.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Table.Row.Builder
Table.Row.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Table.Row.toBuilder()
Methods in org.yamcs.protobuf with parameters of type Table.Row.BuilderModifier and TypeMethodDescriptionTable.WriteRowsRequest.Builder.setRow
(Table.Row.Builder builderForValue) optional .yamcs.protobuf.table.Row row = 3;