Package xyz.block.ftl.v1
Interface SendFSMEventRequestOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface SendFSMEventRequestOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasFsm().xyz.block.ftl.v1.schema.Ref fsm = 1;abstract RefgetFsm().xyz.block.ftl.v1.schema.Ref fsm = 1;abstract RefOrBuildergetFsmOrBuilder().xyz.block.ftl.v1.schema.Ref fsm = 1;abstract StringgetInstance()string instance = 2;abstract ByteStringgetInstanceBytes()string instance = 2;abstract booleanhasEvent().xyz.block.ftl.v1.schema.Type event = 3;abstract TypegetEvent().xyz.block.ftl.v1.schema.Type event = 3;abstract TypeOrBuildergetEventOrBuilder().xyz.block.ftl.v1.schema.Type event = 3;abstract ByteStringgetBody()bytes body = 4;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasFsm
abstract boolean hasFsm()
.xyz.block.ftl.v1.schema.Ref fsm = 1;- Returns:
Whether the fsm field is set.
-
getFsmOrBuilder
abstract RefOrBuilder getFsmOrBuilder()
.xyz.block.ftl.v1.schema.Ref fsm = 1;
-
getInstance
abstract String getInstance()
string instance = 2;- Returns:
The instance.
-
getInstanceBytes
abstract ByteString getInstanceBytes()
string instance = 2;- Returns:
The bytes for instance.
-
hasEvent
abstract boolean hasEvent()
.xyz.block.ftl.v1.schema.Type event = 3;- Returns:
Whether the event field is set.
-
getEventOrBuilder
abstract TypeOrBuilder getEventOrBuilder()
.xyz.block.ftl.v1.schema.Type event = 3;
-
getBody
abstract ByteString getBody()
bytes body = 4;- Returns:
The body.
-
-
-
-