Interface Table.ListValueOrBuilder

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

    public static interface Table.ListValueOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Yamcs.Value getValues​(int index)
      repeated .yamcs.protobuf.Value values = 1;
      int getValuesCount()
      repeated .yamcs.protobuf.Value values = 1;
      List<Yamcs.Value> getValuesList()
      repeated .yamcs.protobuf.Value values = 1;
      Yamcs.ValueOrBuilder getValuesOrBuilder​(int index)
      repeated .yamcs.protobuf.Value values = 1;
      List<? extends Yamcs.ValueOrBuilder> getValuesOrBuilderList()
      repeated .yamcs.protobuf.Value values = 1;
      • 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

      • getValuesList

        List<Yamcs.Value> getValuesList()
        repeated .yamcs.protobuf.Value values = 1;
      • getValues

        Yamcs.Value getValues​(int index)
        repeated .yamcs.protobuf.Value values = 1;
      • getValuesCount

        int getValuesCount()
        repeated .yamcs.protobuf.Value values = 1;
      • getValuesOrBuilderList

        List<? extends Yamcs.ValueOrBuilder> getValuesOrBuilderList()
        repeated .yamcs.protobuf.Value values = 1;
      • getValuesOrBuilder

        Yamcs.ValueOrBuilder getValuesOrBuilder​(int index)
        repeated .yamcs.protobuf.Value values = 1;