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 Type
    Method
    Description
    The ID of the script containing the triggered chain.
    com.google.protobuf.ByteString
    The ID of the script containing the triggered chain.
    com.google.protobuf.Timestamp
    When the trigger fired and execution began.
    com.google.protobuf.TimestampOrBuilder
    When the trigger fired and execution began.
    boolean
    When the trigger fired and execution began.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;