final case class CDCState(vectorId: Option[ByteString] = _root_.scala.None, prevVectorId: Option[ByteString] = _root_.scala.None, userId: Seq[ByteString] = _root_.scala.Seq.empty, operation: CDCOperation = io.bidmachine.protobuf.vectorid.cdc.v1.CDCOperation.CDC_OPERATION_UNSPECIFIED, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[CDCState] with Product with Serializable
A single state change entry within a CDC message. Represents one operation affecting a set of IFA/IFV vertices.
Field presence by operation: DELETE: prev_vector_id + user_id SPLIT: vector_id + prev_vector_id + user_id UNION: vector_id + prev_vector_id + user_id APPEND: vector_id + user_id ALIVE: vector_id only (TTL heartbeat, no user_id changes)
- vectorId
Vector UUID after the operation. Present for APPEND, UNION, SPLIT, ALIVE. Absent for DELETE.
- prevVectorId
Previous vector UUID before the operation. Present for DELETE, UNION, SPLIT. Absent for APPEND, ALIVE.
- userId
List of IFA/IFV source IDs affected by this state change. Present for DELETE, SPLIT, UNION, APPEND. Empty for ALIVE (no mapping changes).
- operation
The operation that produced this state change
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- CDCState
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CDCState(vectorId: Option[ByteString] = _root_.scala.None, prevVectorId: Option[ByteString] = _root_.scala.None, userId: Seq[ByteString] = _root_.scala.Seq.empty, operation: CDCOperation = io.bidmachine.protobuf.vectorid.cdc.v1.CDCOperation.CDC_OPERATION_UNSPECIFIED, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- vectorId
Vector UUID after the operation. Present for APPEND, UNION, SPLIT, ALIVE. Absent for DELETE.
- prevVectorId
Previous vector UUID before the operation. Present for DELETE, UNION, SPLIT. Absent for APPEND, ALIVE.
- userId
List of IFA/IFV source IDs affected by this state change. Present for DELETE, SPLIT, UNION, APPEND. Empty for ALIVE (no mapping changes).
- operation
The operation that produced this state change
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 addAllUserId(__vs: Iterable[ByteString]): CDCState
- def addUserId(__vs: ByteString*): CDCState
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearPrevVectorId: CDCState
- def clearUserId: CDCState
- def clearVectorId: CDCState
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: CDCState.type
- Definition Classes
- CDCState → GeneratedMessage
- def discardUnknownFields: CDCState
- 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
- CDCState → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- CDCState → GeneratedMessage
- def getPrevVectorId: ByteString
- def getVectorId: ByteString
- 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()
- val operation: CDCOperation
- val prevVectorId: Option[ByteString]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- CDCState → 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
- CDCState → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[CDCState, CDCState]) => Mutation[CDCState]*): CDCState
- Definition Classes
- Updatable
- val userId: Seq[ByteString]
- val vectorId: Option[ByteString]
- 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 withOperation(__v: CDCOperation): CDCState
- def withPrevVectorId(__v: ByteString): CDCState
- def withUnknownFields(__v: UnknownFieldSet): CDCState
- def withUserId(__v: Seq[ByteString]): CDCState
- def withVectorId(__v: ByteString): CDCState
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- CDCState → 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)