Interface ScriptStartedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScriptStarted, ScriptStarted.Builder
@Generated
public interface ScriptStartedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the script containing the triggered chain.com.google.protobuf.ByteStringThe ID of the script containing the triggered chain.com.google.protobuf.TimestampWhen the trigger fired and execution began.com.google.protobuf.TimestampOrBuilderWhen the trigger fired and execution began.booleanWhen the trigger fired and execution began.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 containing the triggered chain.
string script_id = 1;- Returns:
- The scriptId.
-
getScriptIdBytes
com.google.protobuf.ByteString getScriptIdBytes()The ID of the script containing the triggered chain.
string script_id = 1;- Returns:
- The bytes for scriptId.
-
hasTimestamp
boolean hasTimestamp()When the trigger fired and execution began.
.google.protobuf.Timestamp timestamp = 2;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
com.google.protobuf.Timestamp getTimestamp()When the trigger fired and execution began.
.google.protobuf.Timestamp timestamp = 2;- Returns:
- The timestamp.
-
getTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()When the trigger fired and execution began.
.google.protobuf.Timestamp timestamp = 2;
-