Package org.yamcs.protobuf
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 Summary
Modifier and TypeMethodDescriptionoptional .yamcs.protobuf.AggregateValue aggregateValue = 12;optional .yamcs.protobuf.AggregateValue aggregateValue = 12;getArrayValue(int index) repeated .yamcs.protobuf.Value arrayValue = 13;intrepeated .yamcs.protobuf.Value arrayValue = 13;repeated .yamcs.protobuf.Value arrayValue = 13;getArrayValueOrBuilder(int index) repeated .yamcs.protobuf.Value arrayValue = 13;List<? extends Yamcs.ValueOrBuilder>repeated .yamcs.protobuf.Value arrayValue = 13;com.google.protobuf.ByteStringoptional bytes binaryValue = 6;booleanoptional bool booleanValue = 11;doubleoptional double doubleValue = 3;floatoptional float floatValue = 2;intoptional sint32 sint32Value = 4;longoptional sint64 sint64Value = 10;optional string stringValue = 7;com.google.protobuf.ByteStringoptional string stringValue = 7;longoptional int64 timestampValue = 8;getType()required .yamcs.protobuf.Value.Type type = 1;intoptional uint32 uint32Value = 5;longoptional uint64 uint64Value = 9;booleanoptional .yamcs.protobuf.AggregateValue aggregateValue = 12;booleanoptional bytes binaryValue = 6;booleanoptional bool booleanValue = 11;booleanoptional double doubleValue = 3;booleanoptional float floatValue = 2;booleanoptional sint32 sint32Value = 4;booleanoptional sint64 sint64Value = 10;booleanoptional string stringValue = 7;booleanoptional int64 timestampValue = 8;booleanhasType()required .yamcs.protobuf.Value.Type type = 1;booleanoptional uint32 uint32Value = 5;booleanoptional uint64 uint64Value = 9;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasType
boolean hasType()required .yamcs.protobuf.Value.Type type = 1;- Returns:
- Whether the type field is set.
-
getType
Yamcs.Value.Type getType()required .yamcs.protobuf.Value.Type type = 1;- Returns:
- The type.
-
hasFloatValue
boolean hasFloatValue()optional float floatValue = 2;- Returns:
- Whether the floatValue field is set.
-
getFloatValue
float getFloatValue()optional float floatValue = 2;- Returns:
- The floatValue.
-
hasDoubleValue
boolean hasDoubleValue()optional double doubleValue = 3;- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
double getDoubleValue()optional double doubleValue = 3;- Returns:
- The doubleValue.
-
hasSint32Value
boolean hasSint32Value()optional sint32 sint32Value = 4;- Returns:
- Whether the sint32Value field is set.
-
getSint32Value
int getSint32Value()optional sint32 sint32Value = 4;- Returns:
- The sint32Value.
-
hasUint32Value
boolean hasUint32Value()optional uint32 uint32Value = 5;- Returns:
- Whether the uint32Value field is set.
-
getUint32Value
int getUint32Value()optional uint32 uint32Value = 5;- Returns:
- The uint32Value.
-
hasBinaryValue
boolean hasBinaryValue()optional bytes binaryValue = 6;- Returns:
- Whether the binaryValue field is set.
-
getBinaryValue
com.google.protobuf.ByteString getBinaryValue()optional bytes binaryValue = 6;- Returns:
- The binaryValue.
-
hasStringValue
boolean hasStringValue()optional string stringValue = 7;- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()optional string stringValue = 7;- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()optional string stringValue = 7;- Returns:
- The bytes for stringValue.
-
hasTimestampValue
boolean hasTimestampValue()optional int64 timestampValue = 8;- Returns:
- Whether the timestampValue field is set.
-
getTimestampValue
long getTimestampValue()optional int64 timestampValue = 8;- Returns:
- The timestampValue.
-
hasUint64Value
boolean hasUint64Value()optional uint64 uint64Value = 9;- Returns:
- Whether the uint64Value field is set.
-
getUint64Value
long getUint64Value()optional uint64 uint64Value = 9;- Returns:
- The uint64Value.
-
hasSint64Value
boolean hasSint64Value()optional sint64 sint64Value = 10;- Returns:
- Whether the sint64Value field is set.
-
getSint64Value
long getSint64Value()optional sint64 sint64Value = 10;- Returns:
- The sint64Value.
-
hasBooleanValue
boolean hasBooleanValue()optional bool booleanValue = 11;- Returns:
- Whether the booleanValue field is set.
-
getBooleanValue
boolean getBooleanValue()optional bool booleanValue = 11;- Returns:
- The booleanValue.
-
hasAggregateValue
boolean hasAggregateValue()optional .yamcs.protobuf.AggregateValue aggregateValue = 12;- Returns:
- Whether the aggregateValue field is set.
-
getAggregateValue
Yamcs.AggregateValue getAggregateValue()optional .yamcs.protobuf.AggregateValue aggregateValue = 12;- Returns:
- The aggregateValue.
-
getAggregateValueOrBuilder
Yamcs.AggregateValueOrBuilder getAggregateValueOrBuilder()optional .yamcs.protobuf.AggregateValue aggregateValue = 12; -
getArrayValueList
List<Yamcs.Value> getArrayValueList()repeated .yamcs.protobuf.Value arrayValue = 13; -
getArrayValue
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
repeated .yamcs.protobuf.Value arrayValue = 13;
-