Package org.yamcs.protobuf
Interface AlgorithmTrace.LogOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AlgorithmTrace.Log,AlgorithmTrace.Log.Builder
- Enclosing class:
- AlgorithmTrace
public static interface AlgorithmTrace.LogOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMsg()optional string msg = 3;com.google.protobuf.ByteStringgetMsgBytes()optional string msg = 3;com.google.protobuf.TimestampgetTime()optional .google.protobuf.Timestamp time = 2;com.google.protobuf.TimestampOrBuildergetTimeOrBuilder()optional .google.protobuf.Timestamp time = 2;booleanhasMsg()optional string msg = 3;booleanhasTime()optional .google.protobuf.Timestamp time = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTime
boolean hasTime()
optional .google.protobuf.Timestamp time = 2;
-
getTime
com.google.protobuf.Timestamp getTime()
optional .google.protobuf.Timestamp time = 2;
-
getTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
optional .google.protobuf.Timestamp time = 2;
-
hasMsg
boolean hasMsg()
optional string msg = 3;
-
getMsg
String getMsg()
optional string msg = 3;
-
getMsgBytes
com.google.protobuf.ByteString getMsgBytes()
optional string msg = 3;
-
-