final case class Task(name: TaskName = io.bidmachine.protobuf.rendering.Rendering.Phase.Event.Task.TaskName.TASK_NAME_INVALID, target: String = "", value: String = "", stateGroups: Seq[String] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Task] with Product with Serializable
- target
The name of the component that should perform the action. Must match the name of one of the components:
ads,controls,methods. Note: the system target is marked assystem.- value
Note: 1) If the value is empty or not valid for the given action, the value passed through the
eventwill be taken. 2) The values passed in this field are always prioritized, then the values from theeventare prioritized. 3) If there is no value or it is not valid and there is no value from theevent, but the value is mandatory for this action, then the action is considered invalid.- stateGroups
The names of the state_groups to which the current task belongs. By default, if an empty array comes from the server, then it is considered that the task belongs to the default state_group.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- Task
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Task(name: TaskName = io.bidmachine.protobuf.rendering.Rendering.Phase.Event.Task.TaskName.TASK_NAME_INVALID, target: String = "", value: String = "", stateGroups: Seq[String] = _root_.scala.Seq.empty)
- target
The name of the component that should perform the action. Must match the name of one of the components:
ads,controls,methods. Note: the system target is marked assystem.- value
Note: 1) If the value is empty or not valid for the given action, the value passed through the
eventwill be taken. 2) The values passed in this field are always prioritized, then the values from theeventare prioritized. 3) If there is no value or it is not valid and there is no value from theevent, but the value is mandatory for this action, then the action is considered invalid.- stateGroups
The names of the state_groups to which the current task belongs. By default, if an empty array comes from the server, then it is considered that the task belongs to the default state_group.
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
- def addAllStateGroups(__vs: Iterable[String]): Task
- def addStateGroups(__vs: String*): Task
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearStateGroups: Task
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Task.type
- Definition Classes
- Task → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Task → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Task → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: TaskName
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- Task → GeneratedMessage
- val stateGroups: Seq[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val target: String
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Task → GeneratedMessage
- def update(ms: (Lens[Task, Task]) => Mutation[Task]*): Task
- Definition Classes
- Updatable
- val value: String
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withName(__v: TaskName): Task
- def withStateGroups(__v: Seq[String]): Task
- def withTarget(__v: String): Task
- def withValue(__v: String): Task
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Task → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)