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 SummaryModifier and TypeMethodDescriptiongetName(int index) repeated string name = 1;com.google.protobuf.ByteStringgetNameBytes(int index) repeated string name = 1;intrepeated string name = 1;repeated string name = 1;getValue(int index) repeated .yamcs.protobuf.Value value = 2;intrepeated .yamcs.protobuf.Value value = 2;repeated .yamcs.protobuf.Value value = 2;getValueOrBuilder(int index) repeated .yamcs.protobuf.Value value = 2;List<? extends Yamcs.ValueOrBuilder>repeated .yamcs.protobuf.Value value = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
getNameListrepeated string name = 1;- Returns:
- A list containing the name.
 
- 
getNameCountint getNameCount()repeated string name = 1;- Returns:
- The count of name.
 
- 
getNamerepeated string name = 1;- Parameters:
- index- The index of the element to return.
- Returns:
- The name at the given index.
 
- 
getNameBytescom.google.protobuf.ByteString getNameBytes(int index) repeated string name = 1;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the name at the given index.
 
- 
getValueListList<Yamcs.Value> getValueList()repeated .yamcs.protobuf.Value value = 2;
- 
getValuerepeated .yamcs.protobuf.Value value = 2;
- 
getValueCountint getValueCount()repeated .yamcs.protobuf.Value value = 2;
- 
getValueOrBuilderListList<? extends Yamcs.ValueOrBuilder> getValueOrBuilderList()repeated .yamcs.protobuf.Value value = 2;
- 
getValueOrBuilderrepeated .yamcs.protobuf.Value value = 2;
 
-