object WorkflowExecutionStep extends GeneratedMessageCompanion[WorkflowExecutionStep]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WorkflowExecutionStep
- GeneratedMessageCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type ValueType = WorkflowExecutionStep
- Definition Classes
- GeneratedMessageCompanion
- implicit class WorkflowExecutionStepLens[UpperPB] extends ObjectLens[UpperPB, WorkflowExecutionStep]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val ATTEMPTS_FIELD_NUMBER: Int(9)
- final val FINISHED_AT_FIELD_NUMBER: Int(4)
- final val INPUT_FIELD_NUMBER: Int(5)
- final val LAST_FAILURE_MESSAGE_FIELD_NUMBER: Int(10)
- final val NAME_FIELD_NUMBER: Int(1)
- final val RAW_INPUT_FIELD_NUMBER: Int(6)
- final val RAW_RESULT_FIELD_NUMBER: Int(8)
- final val RESULT_FIELD_NUMBER: Int(7)
- final val STARTED_AT_FIELD_NUMBER: Int(3)
- final val STATUS_FIELD_NUMBER: Int(2)
- final val TRIGGERED_BY_FIELD_NUMBER: Int(11)
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val defaultInstance: WorkflowExecutionStep
- Definition Classes
- WorkflowExecutionStep → GeneratedMessageCompanion
- def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
- Definition Classes
- WorkflowExecutionStep → GeneratedMessageCompanion
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromAscii(s: String): WorkflowExecutionStep
- Definition Classes
- GeneratedMessageCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: Descriptor
- Definition Classes
- WorkflowExecutionStep → GeneratedMessageCompanion
- def merge(a: WorkflowExecutionStep, input: CodedInputStream): WorkflowExecutionStep
- Definition Classes
- GeneratedMessageCompanion
- implicit def messageCompanion: GeneratedMessageCompanion[WorkflowExecutionStep]
- def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
- Definition Classes
- WorkflowExecutionStep → GeneratedMessageCompanion
- implicit def messageReads: Reads[WorkflowExecutionStep]
- Definition Classes
- WorkflowExecutionStep → GeneratedMessageCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
- Definition Classes
- WorkflowExecutionStep → GeneratedMessageCompanion
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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
- def parseDelimitedFrom(input: InputStream): Option[WorkflowExecutionStep]
- Definition Classes
- GeneratedMessageCompanion
- def parseDelimitedFrom(input: CodedInputStream): Option[WorkflowExecutionStep]
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(_input__: CodedInputStream): WorkflowExecutionStep
- Definition Classes
- WorkflowExecutionStep → GeneratedMessageCompanion
- def parseFrom(s: Array[Byte]): WorkflowExecutionStep
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(input: InputStream): WorkflowExecutionStep
- Definition Classes
- GeneratedMessageCompanion
- def scalaDescriptor: Descriptor
- Definition Classes
- WorkflowExecutionStep → GeneratedMessageCompanion
- def streamFromDelimitedInput(input: InputStream): scala.Stream[WorkflowExecutionStep]
- Definition Classes
- GeneratedMessageCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteArray(a: WorkflowExecutionStep): Array[Byte]
- Definition Classes
- GeneratedMessageCompanion
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validate(s: Array[Byte]): Try[WorkflowExecutionStep]
- Definition Classes
- GeneratedMessageCompanion
- def validateAscii(s: String): Either[TextFormatError, WorkflowExecutionStep]
- Definition Classes
- GeneratedMessageCompanion
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()