Package org.yamcs.protobuf
Interface StreamEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamEvent,StreamEvent.Builder
public interface StreamEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDataCount()optional int64 dataCount = 3;StringgetName()optional string name = 2;com.google.protobuf.ByteStringgetNameBytes()optional string name = 2;StreamEvent.TypegetType()optional .yamcs.protobuf.yamcsManagement.StreamEvent.Type type = 1;booleanhasDataCount()optional int64 dataCount = 3;booleanhasName()optional string name = 2;booleanhasType()optional .yamcs.protobuf.yamcsManagement.StreamEvent.Type type = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasType
boolean hasType()
optional .yamcs.protobuf.yamcsManagement.StreamEvent.Type type = 1;
-
getType
StreamEvent.Type getType()
optional .yamcs.protobuf.yamcsManagement.StreamEvent.Type type = 1;
-
hasName
boolean hasName()
optional string name = 2;
-
getName
String getName()
optional string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
-
hasDataCount
boolean hasDataCount()
optional int64 dataCount = 3;
-
getDataCount
long getDataCount()
optional int64 dataCount = 3;
-
-