Package org.yamcs.protobuf
Class Table.Row.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
org.yamcs.protobuf.Table.Row.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
,Table.RowOrBuilder
- Enclosing class:
- Table.Row
public static final class Table.Row.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
implements Table.RowOrBuilder
Protobuf type
yamcs.protobuf.table.Row
-
Method Summary
Modifier and TypeMethodDescriptionaddAllCells
(Iterable<? extends Table.Row.Cell> values) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
addAllColumns
(Iterable<? extends Table.Row.ColumnInfo> values) the column info is only present for new columns in a stream of Row messagesaddCells
(int index, Table.Row.Cell value) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
addCells
(int index, Table.Row.Cell.Builder builderForValue) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
addCells
(Table.Row.Cell value) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
addCells
(Table.Row.Cell.Builder builderForValue) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
addCellsBuilder
(int index) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
addColumns
(int index, Table.Row.ColumnInfo value) the column info is only present for new columns in a stream of Row messagesaddColumns
(int index, Table.Row.ColumnInfo.Builder builderForValue) the column info is only present for new columns in a stream of Row messagesaddColumns
(Table.Row.ColumnInfo value) the column info is only present for new columns in a stream of Row messagesaddColumns
(Table.Row.ColumnInfo.Builder builderForValue) the column info is only present for new columns in a stream of Row messagesthe column info is only present for new columns in a stream of Row messagesaddColumnsBuilder
(int index) the column info is only present for new columns in a stream of Row messagesaddRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
the column info is only present for new columns in a stream of Row messagesclearField
(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) clone()
getCells
(int index) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
getCellsBuilder
(int index) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
int
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
getCellsOrBuilder
(int index) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
List<? extends Table.Row.CellOrBuilder>
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
getColumns
(int index) the column info is only present for new columns in a stream of Row messagesgetColumnsBuilder
(int index) the column info is only present for new columns in a stream of Row messagesthe column info is only present for new columns in a stream of Row messagesint
the column info is only present for new columns in a stream of Row messagesthe column info is only present for new columns in a stream of Row messagesgetColumnsOrBuilder
(int index) the column info is only present for new columns in a stream of Row messagesList<? extends Table.Row.ColumnInfoOrBuilder>
the column info is only present for new columns in a stream of Row messagesstatic final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) final Table.Row.Builder
mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) removeCells
(int index) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
removeColumns
(int index) the column info is only present for new columns in a stream of Row messagessetCells
(int index, Table.Row.Cell value) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
setCells
(int index, Table.Row.Cell.Builder builderForValue) repeated .yamcs.protobuf.table.Row.Cell cells = 2;
setColumns
(int index, Table.Row.ColumnInfo value) the column info is only present for new columns in a stream of Row messagessetColumns
(int index, Table.Row.ColumnInfo.Builder builderForValue) the column info is only present for new columns in a stream of Row messagessetRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Table.Row.Builder
setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
-
setField
public Table.Row.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
-
clearField
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
-
clearOneof
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
-
setRepeatedField
public Table.Row.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
-
addRepeatedField
public Table.Row.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Table.Row.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
-
mergeFrom
public Table.Row.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Table.Row.Builder>
- Throws:
IOException
-
getColumnsList
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
- Specified by:
getColumnsList
in interfaceTable.RowOrBuilder
-
getColumnsCount
public int getColumnsCount()the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
- Specified by:
getColumnsCount
in interfaceTable.RowOrBuilder
-
getColumns
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
- Specified by:
getColumns
in interfaceTable.RowOrBuilder
-
setColumns
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
-
setColumns
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
-
addColumns
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
-
addColumns
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
-
addColumns
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
-
addColumns
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
-
addAllColumns
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
-
clearColumns
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
-
removeColumns
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
-
getColumnsBuilder
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
-
getColumnsOrBuilder
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
- Specified by:
getColumnsOrBuilder
in interfaceTable.RowOrBuilder
-
getColumnsOrBuilderList
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
- Specified by:
getColumnsOrBuilderList
in interfaceTable.RowOrBuilder
-
addColumnsBuilder
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
-
addColumnsBuilder
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
-
getColumnsBuilderList
the column info is only present for new columns in a stream of Row messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
-
getCellsList
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
- Specified by:
getCellsList
in interfaceTable.RowOrBuilder
-
getCellsCount
public int getCellsCount()repeated .yamcs.protobuf.table.Row.Cell cells = 2;
- Specified by:
getCellsCount
in interfaceTable.RowOrBuilder
-
getCells
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
- Specified by:
getCells
in interfaceTable.RowOrBuilder
-
setCells
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-
setCells
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-
addCells
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-
addCells
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-
addCells
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-
addCells
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-
addAllCells
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-
clearCells
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-
removeCells
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-
getCellsBuilder
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-
getCellsOrBuilder
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
- Specified by:
getCellsOrBuilder
in interfaceTable.RowOrBuilder
-
getCellsOrBuilderList
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
- Specified by:
getCellsOrBuilderList
in interfaceTable.RowOrBuilder
-
addCellsBuilder
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-
addCellsBuilder
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-
getCellsBuilderList
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-
setUnknownFields
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
-
mergeUnknownFields
public final Table.Row.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
-