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 Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
    • clear

      public Table.Row.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
    • getDefaultInstanceForType

      public Table.Row getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Table.Row build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Table.Row buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public Table.Row.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.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 interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
    • clearField

      public Table.Row.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
    • clearOneof

      public Table.Row.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.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 interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.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 interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
    • mergeFrom

      public Table.Row.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Table.Row.Builder>
    • mergeFrom

      public Table.Row.Builder mergeFrom(Table.Row other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.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 interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Table.Row.Builder>
      Throws:
      IOException
    • getColumnsList

      public List<Table.Row.ColumnInfo> 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 interface Table.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 interface Table.RowOrBuilder
    • getColumns

      public Table.Row.ColumnInfo getColumns(int index)
      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 interface Table.RowOrBuilder
    • setColumns

      public 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
       
      repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
    • setColumns

      public 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
       
      repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
    • addColumns

      public Table.Row.Builder addColumns(Table.Row.ColumnInfo value)
      the column info is only present for new columns in a stream of Row messages
       
      repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
    • addColumns

      public 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
       
      repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
    • addColumns

      public Table.Row.Builder addColumns(Table.Row.ColumnInfo.Builder builderForValue)
      the column info is only present for new columns in a stream of Row messages
       
      repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
    • addColumns

      public 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
       
      repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
    • addAllColumns

      public 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
       
      repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
    • clearColumns

      public Table.Row.Builder 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

      public Table.Row.Builder removeColumns(int index)
      the column info is only present for new columns in a stream of Row messages
       
      repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
    • getColumnsBuilder

      public Table.Row.ColumnInfo.Builder getColumnsBuilder(int index)
      the column info is only present for new columns in a stream of Row messages
       
      repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
    • getColumnsOrBuilder

      public Table.Row.ColumnInfoOrBuilder getColumnsOrBuilder(int index)
      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 interface Table.RowOrBuilder
    • getColumnsOrBuilderList

      public List<? extends Table.Row.ColumnInfoOrBuilder> 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 interface Table.RowOrBuilder
    • addColumnsBuilder

      public Table.Row.ColumnInfo.Builder 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

      public Table.Row.ColumnInfo.Builder addColumnsBuilder(int index)
      the column info is only present for new columns in a stream of Row messages
       
      repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
    • getColumnsBuilderList

      public List<Table.Row.ColumnInfo.Builder> 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

      public List<Table.Row.Cell> getCellsList()
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
      Specified by:
      getCellsList in interface Table.RowOrBuilder
    • getCellsCount

      public int getCellsCount()
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
      Specified by:
      getCellsCount in interface Table.RowOrBuilder
    • getCells

      public Table.Row.Cell getCells(int index)
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
      Specified by:
      getCells in interface Table.RowOrBuilder
    • setCells

      public Table.Row.Builder setCells(int index, Table.Row.Cell value)
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
    • setCells

      public Table.Row.Builder setCells(int index, Table.Row.Cell.Builder builderForValue)
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
    • addCells

      public Table.Row.Builder addCells(Table.Row.Cell value)
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
    • addCells

      public Table.Row.Builder addCells(int index, Table.Row.Cell value)
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
    • addCells

      public Table.Row.Builder addCells(Table.Row.Cell.Builder builderForValue)
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
    • addCells

      public Table.Row.Builder addCells(int index, Table.Row.Cell.Builder builderForValue)
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
    • addAllCells

      public Table.Row.Builder addAllCells(Iterable<? extends Table.Row.Cell> values)
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
    • clearCells

      public Table.Row.Builder clearCells()
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
    • removeCells

      public Table.Row.Builder removeCells(int index)
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
    • getCellsBuilder

      public Table.Row.Cell.Builder getCellsBuilder(int index)
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
    • getCellsOrBuilder

      public Table.Row.CellOrBuilder getCellsOrBuilder(int index)
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
      Specified by:
      getCellsOrBuilder in interface Table.RowOrBuilder
    • getCellsOrBuilderList

      public List<? extends Table.Row.CellOrBuilder> getCellsOrBuilderList()
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
      Specified by:
      getCellsOrBuilderList in interface Table.RowOrBuilder
    • addCellsBuilder

      public Table.Row.Cell.Builder addCellsBuilder()
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
    • addCellsBuilder

      public Table.Row.Cell.Builder addCellsBuilder(int index)
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
    • getCellsBuilderList

      public List<Table.Row.Cell.Builder> getCellsBuilderList()
      repeated .yamcs.protobuf.table.Row.Cell cells = 2;
    • setUnknownFields

      public final Table.Row.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>
    • mergeUnknownFields

      public final Table.Row.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.Builder>