Table.Row.Builder |
Table.Row.Builder.addAllCells(Iterable<? extends Table.Row.Cell> values) |
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
|
Table.Row.Builder |
Table.Row.Builder.addAllColumns(Iterable<? extends Table.Row.ColumnInfo> values) |
the column info is only present for new columns in a stream of Row messages
|
Table.Row.Builder |
Table.Row.Builder.addCells(int index,
Table.Row.Cell value) |
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
|
Table.Row.Builder |
Table.Row.Builder.addCells(int index,
Table.Row.Cell.Builder builderForValue) |
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
|
Table.Row.Builder |
Table.Row.Builder.addCells(Table.Row.Cell value) |
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
|
Table.Row.Builder |
Table.Row.Builder.addCells(Table.Row.Cell.Builder builderForValue) |
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
|
Table.Row.Builder |
Table.Row.Builder.addColumns(int index,
Table.Row.ColumnInfo value) |
the column info is only present for new columns in a stream of Row messages
|
Table.Row.Builder |
Table.Row.Builder.addColumns(int index,
Table.Row.ColumnInfo.Builder builderForValue) |
the column info is only present for new columns in a stream of Row messages
|
Table.Row.Builder |
Table.Row.Builder.addColumns(Table.Row.ColumnInfo value) |
the column info is only present for new columns in a stream of Row messages
|
Table.Row.Builder |
Table.Row.Builder.addColumns(Table.Row.ColumnInfo.Builder builderForValue) |
the column info is only present for new columns in a stream of Row messages
|
Table.Row.Builder |
Table.Row.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Table.Row.Builder |
Table.Row.Builder.clear() |
|
Table.Row.Builder |
Table.Row.Builder.clearCells() |
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
|
Table.Row.Builder |
Table.Row.Builder.clearColumns() |
the column info is only present for new columns in a stream of Row messages
|
Table.Row.Builder |
Table.Row.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Table.Row.Builder |
Table.Row.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Table.Row.Builder |
Table.Row.Builder.clone() |
|
Table.Row.Builder |
Table.WriteRowsRequest.Builder.getRowBuilder() |
optional .yamcs.protobuf.table.Row row = 3;
|
Table.Row.Builder |
Table.Row.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Table.Row.Builder |
Table.Row.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Table.Row.Builder |
Table.Row.Builder.mergeFrom(Table.Row other) |
|
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.Builder |
Table.Row.newBuilderForType() |
|
protected Table.Row.Builder |
Table.Row.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Table.Row.Builder |
Table.Row.Builder.removeCells(int index) |
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
|
Table.Row.Builder |
Table.Row.Builder.removeColumns(int index) |
the column info is only present for new columns in a stream of Row messages
|
Table.Row.Builder |
Table.Row.Builder.setCells(int index,
Table.Row.Cell value) |
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
|
Table.Row.Builder |
Table.Row.Builder.setCells(int index,
Table.Row.Cell.Builder builderForValue) |
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
|
Table.Row.Builder |
Table.Row.Builder.setColumns(int index,
Table.Row.ColumnInfo value) |
the column info is only present for new columns in a stream of Row messages
|
Table.Row.Builder |
Table.Row.Builder.setColumns(int index,
Table.Row.ColumnInfo.Builder builderForValue) |
the column info is only present for new columns in a stream of Row messages
|
Table.Row.Builder |
Table.Row.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Table.Row.Builder |
Table.Row.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Table.Row.Builder |
Table.Row.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Table.Row.Builder |
Table.Row.toBuilder() |
|