Interface Yamcs.IndexResultOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Yamcs.IndexResult, Yamcs.IndexResult.Builder
    Enclosing class:
    Yamcs

    public static interface Yamcs.IndexResultOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Yamcs.ArchiveRecord getRecords​(int index)
      repeated .yamcs.protobuf.ArchiveRecord records = 2;
      int getRecordsCount()
      repeated .yamcs.protobuf.ArchiveRecord records = 2;
      List<Yamcs.ArchiveRecord> getRecordsList()
      repeated .yamcs.protobuf.ArchiveRecord records = 2;
      Yamcs.ArchiveRecordOrBuilder getRecordsOrBuilder​(int index)
      repeated .yamcs.protobuf.ArchiveRecord records = 2;
      List<? extends Yamcs.ArchiveRecordOrBuilder> getRecordsOrBuilderList()
      repeated .yamcs.protobuf.ArchiveRecord records = 2;
      String getTableName()
      if type=histogram, the tableName is the table for which the histogram is sent
      com.google.protobuf.ByteString getTableNameBytes()
      if type=histogram, the tableName is the table for which the histogram is sent
      String getType()
      type can be histogram or completeness
      com.google.protobuf.ByteString getTypeBytes()
      type can be histogram or completeness
      boolean hasTableName()
      if type=histogram, the tableName is the table for which the histogram is sent
      boolean hasType()
      type can be histogram or completeness
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getRecords

        Yamcs.ArchiveRecord getRecords​(int index)
        repeated .yamcs.protobuf.ArchiveRecord records = 2;
      • getRecordsCount

        int getRecordsCount()
        repeated .yamcs.protobuf.ArchiveRecord records = 2;
      • hasType

        boolean hasType()
        type can be histogram or completeness
         
        optional string type = 3;
      • getType

        String getType()
        type can be histogram or completeness
         
        optional string type = 3;
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        type can be histogram or completeness
         
        optional string type = 3;
      • hasTableName

        boolean hasTableName()
        if type=histogram, the tableName is the table for which the histogram is sent
         
        optional string tableName = 4;
      • getTableName

        String getTableName()
        if type=histogram, the tableName is the table for which the histogram is sent
         
        optional string tableName = 4;
      • getTableNameBytes

        com.google.protobuf.ByteString getTableNameBytes()
        if type=histogram, the tableName is the table for which the histogram is sent
         
        optional string tableName = 4;