Package xyz.block.ftl.v1
Class SendFSMEventRequest
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.v1.SendFSMEventRequestOrBuilder
public final class SendFSMEventRequest extends GeneratedMessageV3 implements SendFSMEventRequestOrBuilder
Protobuf type
xyz.block.ftl.v1.SendFSMEventRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSendFSMEventRequest.BuilderProtobuf type
xyz.block.ftl.v1.SendFSMEventRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intFSM_FIELD_NUMBERpublic final static intINSTANCE_FIELD_NUMBERpublic final static intEVENT_FIELD_NUMBERpublic final static intBODY_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasFsm().xyz.block.ftl.v1.schema.Ref fsm = 1;RefgetFsm().xyz.block.ftl.v1.schema.Ref fsm = 1;RefOrBuildergetFsmOrBuilder().xyz.block.ftl.v1.schema.Ref fsm = 1;StringgetInstance()string instance = 2;ByteStringgetInstanceBytes()string instance = 2;booleanhasEvent().xyz.block.ftl.v1.schema.Type event = 3;TypegetEvent().xyz.block.ftl.v1.schema.Type event = 3;TypeOrBuildergetEventOrBuilder().xyz.block.ftl.v1.schema.Type event = 3;ByteStringgetBody()bytes body = 4;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static SendFSMEventRequestparseFrom(ByteBuffer data)static SendFSMEventRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static SendFSMEventRequestparseFrom(ByteString data)static SendFSMEventRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static SendFSMEventRequestparseFrom(Array<byte> data)static SendFSMEventRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static SendFSMEventRequestparseFrom(InputStream input)static SendFSMEventRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SendFSMEventRequestparseDelimitedFrom(InputStream input)static SendFSMEventRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SendFSMEventRequestparseFrom(CodedInputStream input)static SendFSMEventRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)SendFSMEventRequest.BuildernewBuilderForType()static SendFSMEventRequest.BuildernewBuilder()static SendFSMEventRequest.BuildernewBuilder(SendFSMEventRequest prototype)SendFSMEventRequest.BuildertoBuilder()static SendFSMEventRequestgetDefaultInstance()static Parser<SendFSMEventRequest>parser()Parser<SendFSMEventRequest>getParserForType()SendFSMEventRequestgetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
hasFsm
boolean hasFsm()
.xyz.block.ftl.v1.schema.Ref fsm = 1;- Returns:
Whether the fsm field is set.
-
getFsmOrBuilder
RefOrBuilder getFsmOrBuilder()
.xyz.block.ftl.v1.schema.Ref fsm = 1;
-
getInstance
String getInstance()
string instance = 2;- Returns:
The instance.
-
getInstanceBytes
ByteString getInstanceBytes()
string instance = 2;- Returns:
The bytes for instance.
-
hasEvent
boolean hasEvent()
.xyz.block.ftl.v1.schema.Type event = 3;- Returns:
Whether the event field is set.
-
getEventOrBuilder
TypeOrBuilder getEventOrBuilder()
.xyz.block.ftl.v1.schema.Type event = 3;
-
getBody
ByteString getBody()
bytes body = 4;- Returns:
The body.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static SendFSMEventRequest parseFrom(ByteBuffer data)
-
parseFrom
static SendFSMEventRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SendFSMEventRequest parseFrom(ByteString data)
-
parseFrom
static SendFSMEventRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SendFSMEventRequest parseFrom(Array<byte> data)
-
parseFrom
static SendFSMEventRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SendFSMEventRequest parseFrom(InputStream input)
-
parseFrom
static SendFSMEventRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static SendFSMEventRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static SendFSMEventRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SendFSMEventRequest parseFrom(CodedInputStream input)
-
parseFrom
static SendFSMEventRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
SendFSMEventRequest.Builder newBuilderForType()
-
newBuilder
static SendFSMEventRequest.Builder newBuilder()
-
newBuilder
static SendFSMEventRequest.Builder newBuilder(SendFSMEventRequest prototype)
-
toBuilder
SendFSMEventRequest.Builder toBuilder()
-
getDefaultInstance
static SendFSMEventRequest getDefaultInstance()
-
parser
static Parser<SendFSMEventRequest> parser()
-
getParserForType
Parser<SendFSMEventRequest> getParserForType()
-
getDefaultInstanceForType
SendFSMEventRequest getDefaultInstanceForType()
-
-
-
-