Interface GetScriptStatusResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetScriptStatusResponse, GetScriptStatusResponse.Builder

@Generated public interface GetScriptStatusResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The current status of the script.
    The current status of the script.
    boolean
    The current status of the script.

    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

    • hasStatus

      boolean hasStatus()
      The current status of the script.
      
      .soulfire.v1.ScriptStatus status = 1;
      Returns:
      Whether the status field is set.
    • getStatus

      ScriptStatus getStatus()
      The current status of the script.
      
      .soulfire.v1.ScriptStatus status = 1;
      Returns:
      The status.
    • getStatusOrBuilder

      ScriptStatusOrBuilder getStatusOrBuilder()
      The current status of the script.
      
      .soulfire.v1.ScriptStatus status = 1;