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;
int
repeated .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.ByteString
optional bytes binaryValue = 6;
boolean
optional bool booleanValue = 11;
double
optional double doubleValue = 3;
float
optional float floatValue = 2;
int
optional sint32 sint32Value = 4;
long
optional sint64 sint64Value = 10;
optional string stringValue = 7;
com.google.protobuf.ByteString
optional string stringValue = 7;
long
optional int64 timestampValue = 8;
getType()
required .yamcs.protobuf.Value.Type type = 1;
int
optional uint32 uint32Value = 5;
long
optional uint64 uint64Value = 9;
boolean
optional .yamcs.protobuf.AggregateValue aggregateValue = 12;
boolean
optional bytes binaryValue = 6;
boolean
optional bool booleanValue = 11;
boolean
optional double doubleValue = 3;
boolean
optional float floatValue = 2;
boolean
optional sint32 sint32Value = 4;
boolean
optional sint64 sint64Value = 10;
boolean
optional string stringValue = 7;
boolean
optional int64 timestampValue = 8;
boolean
hasType()
required .yamcs.protobuf.Value.Type type = 1;
boolean
optional uint32 uint32Value = 5;
boolean
optional uint64 uint64Value = 9;
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
-
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;
-