final case class IncludeEntityIds(entityIdOffset: Seq[EntityIdOffset] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[IncludeEntityIds] with Product with Serializable
Include events for entities with the given entity ids. A matching include overrides a matching exclude.
For the given entity ids a seq_nr
can be defined to replay all events for the entity
from the sequence number (inclusive). If seq_nr
is 0 events will not be replayed.
- Annotations
- @SerialVersionUID()
- Source
- IncludeEntityIds.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IncludeEntityIds
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new IncludeEntityIds(entityIdOffset: Seq[EntityIdOffset] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
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 addAllEntityIdOffset(__vs: Iterable[EntityIdOffset]): IncludeEntityIds
- def addEntityIdOffset(__vs: EntityIdOffset*): IncludeEntityIds
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearEntityIdOffset: IncludeEntityIds
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: IncludeEntityIds.type
- Definition Classes
- IncludeEntityIds → GeneratedMessage
- def discardUnknownFields: IncludeEntityIds
- val entityIdOffset: Seq[EntityIdOffset]
- 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
- IncludeEntityIds → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- IncludeEntityIds → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- IncludeEntityIds → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- IncludeEntityIds → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[IncludeEntityIds, IncludeEntityIds]) => Mutation[IncludeEntityIds]*): IncludeEntityIds
- Definition Classes
- Updatable
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withEntityIdOffset(__v: Seq[EntityIdOffset]): IncludeEntityIds
- def withUnknownFields(__v: UnknownFieldSet): IncludeEntityIds
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- IncludeEntityIds → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage