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

    Modifier and Type
    Method
    Description
    getName(int index)
    repeated string name = 1;
    com.google.protobuf.ByteString
    getNameBytes(int index)
    repeated string name = 1;
    int
    repeated string name = 1;
    repeated string name = 1;
    getValue(int index)
    repeated .yamcs.protobuf.Value value = 2;
    int
    repeated .yamcs.protobuf.Value value = 2;
    repeated .yamcs.protobuf.Value value = 2;
    getValueOrBuilder(int index)
    repeated .yamcs.protobuf.Value value = 2;
    repeated .yamcs.protobuf.Value value = 2;

    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 Details

    • getNameList

      List<String> getNameList()
      repeated string name = 1;
      Returns:
      A list containing the name.
    • getNameCount

      int getNameCount()
      repeated string name = 1;
      Returns:
      The count of name.
    • getName

      String getName(int index)
      repeated string name = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The name at the given index.
    • getNameBytes

      com.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.
    • 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;