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 Type
    Method
    Description
    The ID of the script that completed the chain.
    com.google.protobuf.ByteString
    The ID of the script that completed the chain.
    boolean
    Whether the chain completed successfully without errors.
    com.google.protobuf.Timestamp
    When the chain completed execution.
    com.google.protobuf.TimestampOrBuilder
    When the chain completed execution.
    boolean
    When the chain completed execution.

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