Class FSM
-
- 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.schema.FSMOrBuilder
public final class FSM extends GeneratedMessageV3 implements FSMOrBuilder
Protobuf type
xyz.block.ftl.v1.schema.FSM
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFSM.BuilderProtobuf type
xyz.block.ftl.v1.schema.FSM
-
Field Summary
Fields Modifier and Type Field Description public final static intPOS_FIELD_NUMBERpublic final static intCOMMENTS_FIELD_NUMBERpublic final static intNAME_FIELD_NUMBERpublic final static intSTART_FIELD_NUMBERpublic final static intTRANSITIONS_FIELD_NUMBERpublic final static intMETADATA_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasPos()optional .xyz.block.ftl.v1.schema.Position pos = 1;PositiongetPos()optional .xyz.block.ftl.v1.schema.Position pos = 1;PositionOrBuildergetPosOrBuilder()optional .xyz.block.ftl.v1.schema.Position pos = 1;ProtocolStringListgetCommentsList()repeated string comments = 2;intgetCommentsCount()repeated string comments = 2;StringgetComments(int index)repeated string comments = 2;ByteStringgetCommentsBytes(int index)repeated string comments = 2;StringgetName()string name = 3;ByteStringgetNameBytes()string name = 3;List<Ref>getStartList()repeated .xyz.block.ftl.v1.schema.Ref start = 4;List<out RefOrBuilder>getStartOrBuilderList()repeated .xyz.block.ftl.v1.schema.Ref start = 4;intgetStartCount()repeated .xyz.block.ftl.v1.schema.Ref start = 4;RefgetStart(int index)repeated .xyz.block.ftl.v1.schema.Ref start = 4;RefOrBuildergetStartOrBuilder(int index)repeated .xyz.block.ftl.v1.schema.Ref start = 4;List<FSMTransition>getTransitionsList()repeated .xyz.block.ftl.v1.schema.FSMTransition transitions = 5;List<out FSMTransitionOrBuilder>getTransitionsOrBuilderList()repeated .xyz.block.ftl.v1.schema.FSMTransition transitions = 5;intgetTransitionsCount()repeated .xyz.block.ftl.v1.schema.FSMTransition transitions = 5;FSMTransitiongetTransitions(int index)repeated .xyz.block.ftl.v1.schema.FSMTransition transitions = 5;FSMTransitionOrBuildergetTransitionsOrBuilder(int index)repeated .xyz.block.ftl.v1.schema.FSMTransition transitions = 5;List<Metadata>getMetadataList()repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;List<out MetadataOrBuilder>getMetadataOrBuilderList()repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;intgetMetadataCount()repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;MetadatagetMetadata(int index)repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;MetadataOrBuildergetMetadataOrBuilder(int index)repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static FSMparseFrom(ByteBuffer data)static FSMparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static FSMparseFrom(ByteString data)static FSMparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static FSMparseFrom(Array<byte> data)static FSMparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static FSMparseFrom(InputStream input)static FSMparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static FSMparseDelimitedFrom(InputStream input)static FSMparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static FSMparseFrom(CodedInputStream input)static FSMparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)FSM.BuildernewBuilderForType()static FSM.BuildernewBuilder()static FSM.BuildernewBuilder(FSM prototype)FSM.BuildertoBuilder()static FSMgetDefaultInstance()static Parser<FSM>parser()Parser<FSM>getParserForType()FSMgetDefaultInstanceForType()-
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()
-
hasPos
boolean hasPos()
optional .xyz.block.ftl.v1.schema.Position pos = 1;- Returns:
Whether the pos field is set.
-
getPosOrBuilder
PositionOrBuilder getPosOrBuilder()
optional .xyz.block.ftl.v1.schema.Position pos = 1;
-
getCommentsList
ProtocolStringList getCommentsList()
repeated string comments = 2;- Returns:
A list containing the comments.
-
getCommentsCount
int getCommentsCount()
repeated string comments = 2;- Returns:
The count of comments.
-
getComments
String getComments(int index)
repeated string comments = 2;- Parameters:
index- The index of the element to return.- Returns:
The comments at the given index.
-
getCommentsBytes
ByteString getCommentsBytes(int index)
repeated string comments = 2;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the comments at the given index.
-
getNameBytes
ByteString getNameBytes()
string name = 3;- Returns:
The bytes for name.
-
getStartList
List<Ref> getStartList()
repeated .xyz.block.ftl.v1.schema.Ref start = 4;
-
getStartOrBuilderList
List<out RefOrBuilder> getStartOrBuilderList()
repeated .xyz.block.ftl.v1.schema.Ref start = 4;
-
getStartCount
int getStartCount()
repeated .xyz.block.ftl.v1.schema.Ref start = 4;
-
getStartOrBuilder
RefOrBuilder getStartOrBuilder(int index)
repeated .xyz.block.ftl.v1.schema.Ref start = 4;
-
getTransitionsList
List<FSMTransition> getTransitionsList()
repeated .xyz.block.ftl.v1.schema.FSMTransition transitions = 5;
-
getTransitionsOrBuilderList
List<out FSMTransitionOrBuilder> getTransitionsOrBuilderList()
repeated .xyz.block.ftl.v1.schema.FSMTransition transitions = 5;
-
getTransitionsCount
int getTransitionsCount()
repeated .xyz.block.ftl.v1.schema.FSMTransition transitions = 5;
-
getTransitions
FSMTransition getTransitions(int index)
repeated .xyz.block.ftl.v1.schema.FSMTransition transitions = 5;
-
getTransitionsOrBuilder
FSMTransitionOrBuilder getTransitionsOrBuilder(int index)
repeated .xyz.block.ftl.v1.schema.FSMTransition transitions = 5;
-
getMetadataList
List<Metadata> getMetadataList()
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;
-
getMetadataOrBuilderList
List<out MetadataOrBuilder> getMetadataOrBuilderList()
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;
-
getMetadataCount
int getMetadataCount()
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;
-
getMetadata
Metadata getMetadata(int index)
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;
-
getMetadataOrBuilder
MetadataOrBuilder getMetadataOrBuilder(int index)
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static FSM parseFrom(ByteBuffer data)
-
parseFrom
static FSM parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static FSM parseFrom(InputStream input)
-
parseFrom
static FSM parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static FSM parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static FSM parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
FSM.Builder newBuilderForType()
-
newBuilder
static FSM.Builder newBuilder()
-
newBuilder
static FSM.Builder newBuilder(FSM prototype)
-
toBuilder
FSM.Builder toBuilder()
-
getDefaultInstance
static FSM getDefaultInstance()
-
getParserForType
Parser<FSM> getParserForType()
-
getDefaultInstanceForType
FSM getDefaultInstanceForType()
-
-
-
-