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

    Modifier and Type
    Method
    Description
    getValues(int index)
    repeated .yamcs.protobuf.Value values = 1;
    int
    repeated .yamcs.protobuf.Value values = 1;
    repeated .yamcs.protobuf.Value values = 1;
    getValuesOrBuilder(int index)
    repeated .yamcs.protobuf.Value values = 1;
    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 Details

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