Interface ProtobufMessages.ActionQueue.SignalOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.ActionQueue.Signal,ProtobufMessages.ActionQueue.Signal.Builder
- Enclosing class:
- ProtobufMessages.ActionQueue
public static interface ProtobufMessages.ActionQueue.SignalOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetEvent()optional bytes event = 2;StringgetType()optional string type = 1;com.google.protobuf.ByteStringgetTypeBytes()optional string type = 1;booleanhasEvent()optional bytes event = 2;booleanhasType()optional string 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 string type = 1;- Returns:
- Whether the type field is set.
-
getType
String getType()
optional string type = 1;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
optional string type = 1;- Returns:
- The bytes for type.
-
hasEvent
boolean hasEvent()
optional bytes event = 2;- Returns:
- Whether the event field is set.
-
getEvent
com.google.protobuf.ByteString getEvent()
optional bytes event = 2;- Returns:
- The event.
-
-