Package org.yamcs.protobuf
Interface Yamcs.AggregateValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Yamcs.AggregateValue,Yamcs.AggregateValue.Builder
- Enclosing class:
- Yamcs
public static interface Yamcs.AggregateValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName(int index)repeated string name = 1;com.google.protobuf.ByteStringgetNameBytes(int index)repeated string name = 1;intgetNameCount()repeated string name = 1;List<String>getNameList()repeated string name = 1;Yamcs.ValuegetValue(int index)repeated .yamcs.protobuf.Value value = 2;intgetValueCount()repeated .yamcs.protobuf.Value value = 2;List<Yamcs.Value>getValueList()repeated .yamcs.protobuf.Value value = 2;Yamcs.ValueOrBuildergetValueOrBuilder(int index)repeated .yamcs.protobuf.Value value = 2;List<? extends Yamcs.ValueOrBuilder>getValueOrBuilderList()repeated .yamcs.protobuf.Value value = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNameCount
int getNameCount()
repeated string name = 1;
-
getName
String getName(int index)
repeated string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes(int index)
repeated string name = 1;
-
getValueList
List<Yamcs.Value> getValueList()
repeated .yamcs.protobuf.Value value = 2;
-
getValue
Yamcs.Value getValue(int index)
repeated .yamcs.protobuf.Value value = 2;
-
getValueCount
int getValueCount()
repeated .yamcs.protobuf.Value value = 2;
-
getValueOrBuilderList
List<? extends Yamcs.ValueOrBuilder> getValueOrBuilderList()
repeated .yamcs.protobuf.Value value = 2;
-
getValueOrBuilder
Yamcs.ValueOrBuilder getValueOrBuilder(int index)
repeated .yamcs.protobuf.Value value = 2;
-
-