Uses of Class
org.yamcs.protobuf.Table.Row.Cell.Builder
-
Packages that use Table.Row.Cell.Builder Package Description org.yamcs.protobuf -
-
Uses of Table.Row.Cell.Builder in org.yamcs.protobuf
Methods in org.yamcs.protobuf that return Table.Row.Cell.Builder Modifier and Type Method Description Table.Row.Cell.BuilderTable.Row.Builder. addCellsBuilder()repeated .yamcs.protobuf.table.Row.Cell cells = 2;Table.Row.Cell.BuilderTable.Row.Builder. addCellsBuilder(int index)repeated .yamcs.protobuf.table.Row.Cell cells = 2;Table.Row.Cell.BuilderTable.Row.Cell.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Table.Row.Cell.BuilderTable.Row.Cell.Builder. clear()Table.Row.Cell.BuilderTable.Row.Cell.Builder. clearColumnId()optional uint32 columnId = 1;Table.Row.Cell.BuilderTable.Row.Cell.Builder. clearData()optional bytes data = 2;Table.Row.Cell.BuilderTable.Row.Cell.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Table.Row.Cell.BuilderTable.Row.Cell.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Table.Row.Cell.BuilderTable.Row.Cell.Builder. clone()Table.Row.Cell.BuilderTable.Row.Builder. getCellsBuilder(int index)repeated .yamcs.protobuf.table.Row.Cell cells = 2;Table.Row.Cell.BuilderTable.Row.Cell.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Table.Row.Cell.BuilderTable.Row.Cell.Builder. mergeFrom(com.google.protobuf.Message other)Table.Row.Cell.BuilderTable.Row.Cell.Builder. mergeFrom(Table.Row.Cell other)Table.Row.Cell.BuilderTable.Row.Cell.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Table.Row.Cell.BuilderTable.Row.Cell. newBuilder()static Table.Row.Cell.BuilderTable.Row.Cell. newBuilder(Table.Row.Cell prototype)Table.Row.Cell.BuilderTable.Row.Cell. newBuilderForType()protected Table.Row.Cell.BuilderTable.Row.Cell. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Table.Row.Cell.BuilderTable.Row.Cell.Builder. setColumnId(int value)optional uint32 columnId = 1;Table.Row.Cell.BuilderTable.Row.Cell.Builder. setData(com.google.protobuf.ByteString value)optional bytes data = 2;Table.Row.Cell.BuilderTable.Row.Cell.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Table.Row.Cell.BuilderTable.Row.Cell.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Table.Row.Cell.BuilderTable.Row.Cell.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Table.Row.Cell.BuilderTable.Row.Cell. toBuilder()Methods in org.yamcs.protobuf that return types with arguments of type Table.Row.Cell.Builder Modifier and Type Method Description List<Table.Row.Cell.Builder>Table.Row.Builder. getCellsBuilderList()repeated .yamcs.protobuf.table.Row.Cell cells = 2;Methods in org.yamcs.protobuf with parameters of type Table.Row.Cell.Builder Modifier and Type Method Description Table.Row.BuilderTable.Row.Builder. addCells(int index, Table.Row.Cell.Builder builderForValue)repeated .yamcs.protobuf.table.Row.Cell cells = 2;Table.Row.BuilderTable.Row.Builder. addCells(Table.Row.Cell.Builder builderForValue)repeated .yamcs.protobuf.table.Row.Cell cells = 2;Table.Row.BuilderTable.Row.Builder. setCells(int index, Table.Row.Cell.Builder builderForValue)repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-