Interface ScriptCompletedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScriptCompleted, ScriptCompleted.Builder
@Generated
public interface ScriptCompletedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the script that completed the chain.com.google.protobuf.ByteStringThe ID of the script that completed the chain.booleanWhether the chain completed successfully without errors.com.google.protobuf.TimestampWhen the chain completed execution.com.google.protobuf.TimestampOrBuilderWhen the chain completed execution.booleanWhen the chain completed execution.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getScriptId
String getScriptId()The ID of the script that completed the chain.
string script_id = 1;- Returns:
- The scriptId.
-
getScriptIdBytes
com.google.protobuf.ByteString getScriptIdBytes()The ID of the script that completed the chain.
string script_id = 1;- Returns:
- The bytes for scriptId.
-
getSuccess
boolean getSuccess()Whether the chain completed successfully without errors.
bool success = 2;- Returns:
- The success.
-
hasTimestamp
boolean hasTimestamp()When the chain completed execution.
.google.protobuf.Timestamp timestamp = 3;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
com.google.protobuf.Timestamp getTimestamp()When the chain completed execution.
.google.protobuf.Timestamp timestamp = 3;- Returns:
- The timestamp.
-
getTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()When the chain completed execution.
.google.protobuf.Timestamp timestamp = 3;
-