Interface Yamcs.ValueOrBuilder

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

    public static interface Yamcs.ValueOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasType

        boolean hasType()
        required .yamcs.protobuf.Value.Type type = 1;
      • getType

        Yamcs.Value.Type getType()
        required .yamcs.protobuf.Value.Type type = 1;
      • hasFloatValue

        boolean hasFloatValue()
        optional float floatValue = 2;
      • getFloatValue

        float getFloatValue()
        optional float floatValue = 2;
      • hasDoubleValue

        boolean hasDoubleValue()
        optional double doubleValue = 3;
      • getDoubleValue

        double getDoubleValue()
        optional double doubleValue = 3;
      • hasSint32Value

        boolean hasSint32Value()
        optional sint32 sint32Value = 4;
      • getSint32Value

        int getSint32Value()
        optional sint32 sint32Value = 4;
      • hasUint32Value

        boolean hasUint32Value()
        optional uint32 uint32Value = 5;
      • getUint32Value

        int getUint32Value()
        optional uint32 uint32Value = 5;
      • hasBinaryValue

        boolean hasBinaryValue()
        optional bytes binaryValue = 6;
      • getBinaryValue

        com.google.protobuf.ByteString getBinaryValue()
        optional bytes binaryValue = 6;
      • hasStringValue

        boolean hasStringValue()
        optional string stringValue = 7;
      • getStringValue

        String getStringValue()
        optional string stringValue = 7;
      • getStringValueBytes

        com.google.protobuf.ByteString getStringValueBytes()
        optional string stringValue = 7;
      • hasTimestampValue

        boolean hasTimestampValue()
        optional int64 timestampValue = 8;
      • getTimestampValue

        long getTimestampValue()
        optional int64 timestampValue = 8;
      • hasUint64Value

        boolean hasUint64Value()
        optional uint64 uint64Value = 9;
      • getUint64Value

        long getUint64Value()
        optional uint64 uint64Value = 9;
      • hasSint64Value

        boolean hasSint64Value()
        optional sint64 sint64Value = 10;
      • getSint64Value

        long getSint64Value()
        optional sint64 sint64Value = 10;
      • hasBooleanValue

        boolean hasBooleanValue()
        optional bool booleanValue = 11;
      • getBooleanValue

        boolean getBooleanValue()
        optional bool booleanValue = 11;
      • hasAggregateValue

        boolean hasAggregateValue()
        optional .yamcs.protobuf.AggregateValue aggregateValue = 12;
      • getAggregateValue

        Yamcs.AggregateValue getAggregateValue()
        optional .yamcs.protobuf.AggregateValue aggregateValue = 12;
      • getAggregateValueOrBuilder

        Yamcs.AggregateValueOrBuilder getAggregateValueOrBuilder()
        optional .yamcs.protobuf.AggregateValue aggregateValue = 12;
      • getArrayValueList

        List<Yamcs.Value> getArrayValueList()
        repeated .yamcs.protobuf.Value arrayValue = 13;
      • getArrayValue

        Yamcs.Value getArrayValue​(int index)
        repeated .yamcs.protobuf.Value arrayValue = 13;
      • getArrayValueCount

        int getArrayValueCount()
        repeated .yamcs.protobuf.Value arrayValue = 13;
      • getArrayValueOrBuilderList

        List<? extends Yamcs.ValueOrBuilder> getArrayValueOrBuilderList()
        repeated .yamcs.protobuf.Value arrayValue = 13;
      • getArrayValueOrBuilder

        Yamcs.ValueOrBuilder getArrayValueOrBuilder​(int index)
        repeated .yamcs.protobuf.Value arrayValue = 13;