object WorkflowExecutionStep extends GeneratedMessageCompanion[WorkflowExecutionStep]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WorkflowExecutionStep
  2. GeneratedMessageCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ValueType = WorkflowExecutionStep
    Definition Classes
    GeneratedMessageCompanion
  2. implicit class WorkflowExecutionStepLens[UpperPB] extends ObjectLens[UpperPB, WorkflowExecutionStep]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val ATTEMPTS_FIELD_NUMBER: Int(9)
  5. final val FINISHED_AT_FIELD_NUMBER: Int(4)
  6. final val INPUT_FIELD_NUMBER: Int(5)
  7. final val LAST_FAILURE_MESSAGE_FIELD_NUMBER: Int(10)
  8. final val NAME_FIELD_NUMBER: Int(1)
  9. final val RAW_INPUT_FIELD_NUMBER: Int(6)
  10. final val RAW_RESULT_FIELD_NUMBER: Int(8)
  11. final val RESULT_FIELD_NUMBER: Int(7)
  12. final val STARTED_AT_FIELD_NUMBER: Int(3)
  13. final val STATUS_FIELD_NUMBER: Int(2)
  14. final val TRIGGERED_BY_FIELD_NUMBER: Int(11)
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. lazy val defaultInstance: WorkflowExecutionStep
    Definition Classes
    WorkflowExecutionStep → GeneratedMessageCompanion
  18. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  19. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    WorkflowExecutionStep → GeneratedMessageCompanion
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def fromAscii(s: String): WorkflowExecutionStep
    Definition Classes
    GeneratedMessageCompanion
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def javaDescriptor: Descriptor
    Definition Classes
    WorkflowExecutionStep → GeneratedMessageCompanion
  27. def merge(a: WorkflowExecutionStep, input: CodedInputStream): WorkflowExecutionStep
    Definition Classes
    GeneratedMessageCompanion
  28. implicit def messageCompanion: GeneratedMessageCompanion[WorkflowExecutionStep]
  29. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  30. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    WorkflowExecutionStep → GeneratedMessageCompanion
  31. implicit def messageReads: Reads[WorkflowExecutionStep]
    Definition Classes
    WorkflowExecutionStep → GeneratedMessageCompanion
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    WorkflowExecutionStep → GeneratedMessageCompanion
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def of(name: String, status: String, startedAt: Option[Timestamp], finishedAt: Option[Timestamp], input: String, rawInput: Option[Any], result: String, rawResult: Option[Any], attempts: Int, lastFailureMessage: String, triggeredBy: String): WorkflowExecutionStep
  37. def parseDelimitedFrom(input: InputStream): Option[WorkflowExecutionStep]
    Definition Classes
    GeneratedMessageCompanion
  38. def parseDelimitedFrom(input: CodedInputStream): Option[WorkflowExecutionStep]
    Definition Classes
    GeneratedMessageCompanion
  39. def parseFrom(_input__: CodedInputStream): WorkflowExecutionStep
    Definition Classes
    WorkflowExecutionStep → GeneratedMessageCompanion
  40. def parseFrom(s: Array[Byte]): WorkflowExecutionStep
    Definition Classes
    GeneratedMessageCompanion
  41. def parseFrom(input: InputStream): WorkflowExecutionStep
    Definition Classes
    GeneratedMessageCompanion
  42. def scalaDescriptor: Descriptor
    Definition Classes
    WorkflowExecutionStep → GeneratedMessageCompanion
  43. def streamFromDelimitedInput(input: InputStream): scala.Stream[WorkflowExecutionStep]
    Definition Classes
    GeneratedMessageCompanion
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toByteArray(a: WorkflowExecutionStep): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def validate(s: Array[Byte]): Try[WorkflowExecutionStep]
    Definition Classes
    GeneratedMessageCompanion
  48. def validateAscii(s: String): Either[TextFormatError, WorkflowExecutionStep]
    Definition Classes
    GeneratedMessageCompanion
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped