Package org.yamcs.protobuf
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.ArchiveRecordgetRecords(int index)repeated .yamcs.protobuf.ArchiveRecord records = 2;intgetRecordsCount()repeated .yamcs.protobuf.ArchiveRecord records = 2;List<Yamcs.ArchiveRecord>getRecordsList()repeated .yamcs.protobuf.ArchiveRecord records = 2;Yamcs.ArchiveRecordOrBuildergetRecordsOrBuilder(int index)repeated .yamcs.protobuf.ArchiveRecord records = 2;List<? extends Yamcs.ArchiveRecordOrBuilder>getRecordsOrBuilderList()repeated .yamcs.protobuf.ArchiveRecord records = 2;StringgetTableName()if type=histogram, the tableName is the table for which the histogram is sentcom.google.protobuf.ByteStringgetTableNameBytes()if type=histogram, the tableName is the table for which the histogram is sentStringgetType()type can be histogram or completenesscom.google.protobuf.ByteStringgetTypeBytes()type can be histogram or completenessbooleanhasTableName()if type=histogram, the tableName is the table for which the histogram is sentbooleanhasType()type can be histogram or completeness-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRecordsList
List<Yamcs.ArchiveRecord> getRecordsList()
repeated .yamcs.protobuf.ArchiveRecord records = 2;
-
getRecords
Yamcs.ArchiveRecord getRecords(int index)
repeated .yamcs.protobuf.ArchiveRecord records = 2;
-
getRecordsCount
int getRecordsCount()
repeated .yamcs.protobuf.ArchiveRecord records = 2;
-
getRecordsOrBuilderList
List<? extends Yamcs.ArchiveRecordOrBuilder> getRecordsOrBuilderList()
repeated .yamcs.protobuf.ArchiveRecord records = 2;
-
getRecordsOrBuilder
Yamcs.ArchiveRecordOrBuilder getRecordsOrBuilder(int index)
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;
-
-