Class ScriptEvent
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.soulfiremc.grpc.generated.ScriptEvent
- All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ScriptEventOrBuilder, Serializable
@Generated
public final class ScriptEvent
extends com.google.protobuf.GeneratedMessage
implements ScriptEventOrBuilder
Union type for all script execution events. Streamed to clients during script activation to provide real-time feedback. Events represent individual trigger chain executions, not script lifecycle.Protobuf type
soulfire.v1.ScriptEvent- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classUnion type for all script execution events.static enumNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT, T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParentNested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, loggedPre22TypeNames, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ScriptEventstatic final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorExecution statistics for a completed trigger chain.Execution statistics for a completed trigger chain.A node completed execution successfully.A node completed execution successfully.A node encountered an error.A node encountered an error.A node started executing.A node started executing.com.google.protobuf.Parser<ScriptEvent> A trigger chain finished executing.A trigger chain finished executing.A script logged a message.A script logged a message.A trigger fired and began executing a chain.A trigger fired and began executing a chain.intbooleanExecution statistics for a completed trigger chain.inthashCode()booleanA node completed execution successfully.booleanA node encountered an error.booleanA node started executing.booleanA trigger chain finished executing.booleanA script logged a message.booleanA trigger fired and began executing a chain.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanstatic ScriptEvent.Builderstatic ScriptEvent.BuildernewBuilder(ScriptEvent prototype) protected ScriptEvent.BuildernewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) static ScriptEventparseDelimitedFrom(InputStream input) static ScriptEventparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScriptEventparseFrom(byte[] data) static ScriptEventparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScriptEventparseFrom(com.google.protobuf.ByteString data) static ScriptEventparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScriptEventparseFrom(com.google.protobuf.CodedInputStream input) static ScriptEventparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScriptEventparseFrom(InputStream input) static ScriptEventparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScriptEventparseFrom(ByteBuffer data) static ScriptEventparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<ScriptEvent> parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
NODE_STARTED_FIELD_NUMBER
public static final int NODE_STARTED_FIELD_NUMBER- See Also:
-
NODE_COMPLETED_FIELD_NUMBER
public static final int NODE_COMPLETED_FIELD_NUMBER- See Also:
-
NODE_ERROR_FIELD_NUMBER
public static final int NODE_ERROR_FIELD_NUMBER- See Also:
-
SCRIPT_COMPLETED_FIELD_NUMBER
public static final int SCRIPT_COMPLETED_FIELD_NUMBER- See Also:
-
SCRIPT_STARTED_FIELD_NUMBER
public static final int SCRIPT_STARTED_FIELD_NUMBER- See Also:
-
SCRIPT_LOG_FIELD_NUMBER
public static final int SCRIPT_LOG_FIELD_NUMBER- See Also:
-
EXECUTION_STATS_FIELD_NUMBER
public static final int EXECUTION_STATS_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getEventCase
- Specified by:
getEventCasein interfaceScriptEventOrBuilder
-
hasNodeStarted
public boolean hasNodeStarted()A node started executing.
.soulfire.v1.NodeStarted node_started = 1;- Specified by:
hasNodeStartedin interfaceScriptEventOrBuilder- Returns:
- Whether the nodeStarted field is set.
-
getNodeStarted
A node started executing.
.soulfire.v1.NodeStarted node_started = 1;- Specified by:
getNodeStartedin interfaceScriptEventOrBuilder- Returns:
- The nodeStarted.
-
getNodeStartedOrBuilder
A node started executing.
.soulfire.v1.NodeStarted node_started = 1;- Specified by:
getNodeStartedOrBuilderin interfaceScriptEventOrBuilder
-
hasNodeCompleted
public boolean hasNodeCompleted()A node completed execution successfully.
.soulfire.v1.NodeCompleted node_completed = 2;- Specified by:
hasNodeCompletedin interfaceScriptEventOrBuilder- Returns:
- Whether the nodeCompleted field is set.
-
getNodeCompleted
A node completed execution successfully.
.soulfire.v1.NodeCompleted node_completed = 2;- Specified by:
getNodeCompletedin interfaceScriptEventOrBuilder- Returns:
- The nodeCompleted.
-
getNodeCompletedOrBuilder
A node completed execution successfully.
.soulfire.v1.NodeCompleted node_completed = 2;- Specified by:
getNodeCompletedOrBuilderin interfaceScriptEventOrBuilder
-
hasNodeError
public boolean hasNodeError()A node encountered an error.
.soulfire.v1.NodeError node_error = 3;- Specified by:
hasNodeErrorin interfaceScriptEventOrBuilder- Returns:
- Whether the nodeError field is set.
-
getNodeError
A node encountered an error.
.soulfire.v1.NodeError node_error = 3;- Specified by:
getNodeErrorin interfaceScriptEventOrBuilder- Returns:
- The nodeError.
-
getNodeErrorOrBuilder
A node encountered an error.
.soulfire.v1.NodeError node_error = 3;- Specified by:
getNodeErrorOrBuilderin interfaceScriptEventOrBuilder
-
hasScriptCompleted
public boolean hasScriptCompleted()A trigger chain finished executing.
.soulfire.v1.ScriptCompleted script_completed = 4;- Specified by:
hasScriptCompletedin interfaceScriptEventOrBuilder- Returns:
- Whether the scriptCompleted field is set.
-
getScriptCompleted
A trigger chain finished executing.
.soulfire.v1.ScriptCompleted script_completed = 4;- Specified by:
getScriptCompletedin interfaceScriptEventOrBuilder- Returns:
- The scriptCompleted.
-
getScriptCompletedOrBuilder
A trigger chain finished executing.
.soulfire.v1.ScriptCompleted script_completed = 4;- Specified by:
getScriptCompletedOrBuilderin interfaceScriptEventOrBuilder
-
hasScriptStarted
public boolean hasScriptStarted()A trigger fired and began executing a chain.
.soulfire.v1.ScriptStarted script_started = 5;- Specified by:
hasScriptStartedin interfaceScriptEventOrBuilder- Returns:
- Whether the scriptStarted field is set.
-
getScriptStarted
A trigger fired and began executing a chain.
.soulfire.v1.ScriptStarted script_started = 5;- Specified by:
getScriptStartedin interfaceScriptEventOrBuilder- Returns:
- The scriptStarted.
-
getScriptStartedOrBuilder
A trigger fired and began executing a chain.
.soulfire.v1.ScriptStarted script_started = 5;- Specified by:
getScriptStartedOrBuilderin interfaceScriptEventOrBuilder
-
hasScriptLog
public boolean hasScriptLog()A script logged a message.
.soulfire.v1.ScriptLog script_log = 6;- Specified by:
hasScriptLogin interfaceScriptEventOrBuilder- Returns:
- Whether the scriptLog field is set.
-
getScriptLog
A script logged a message.
.soulfire.v1.ScriptLog script_log = 6;- Specified by:
getScriptLogin interfaceScriptEventOrBuilder- Returns:
- The scriptLog.
-
getScriptLogOrBuilder
A script logged a message.
.soulfire.v1.ScriptLog script_log = 6;- Specified by:
getScriptLogOrBuilderin interfaceScriptEventOrBuilder
-
hasExecutionStats
public boolean hasExecutionStats()Execution statistics for a completed trigger chain.
.soulfire.v1.ExecutionStats execution_stats = 7;- Specified by:
hasExecutionStatsin interfaceScriptEventOrBuilder- Returns:
- Whether the executionStats field is set.
-
getExecutionStats
Execution statistics for a completed trigger chain.
.soulfire.v1.ExecutionStats execution_stats = 7;- Specified by:
getExecutionStatsin interfaceScriptEventOrBuilder- Returns:
- The executionStats.
-
getExecutionStatsOrBuilder
Execution statistics for a completed trigger chain.
.soulfire.v1.ExecutionStats execution_stats = 7;- Specified by:
getExecutionStatsOrBuilderin interfaceScriptEventOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ScriptEvent parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ScriptEvent parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ScriptEvent parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ScriptEvent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ScriptEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ScriptEvent parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static ScriptEvent parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static ScriptEvent parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static ScriptEvent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ScriptEvent.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-