final case class CDCState(vectorId: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, prevVectorId: Option[ByteString] = _root_.scala.None, userId: Seq[ByteString] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[CDCState] with Product with Serializable
The state of a graph vertex, which is represented by the vector id
- vectorId
Vector UUID that will be used for ifas/ifvs identifier
- prevVectorId
In cases of split or merge, this will contain the old vector uuid that needs to be removed from storage
- userId
List of IFA/IFV that the vector id belongs to, and within which (in a bidirectional map) this id will need to be changed
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CDCState
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CDCState(vectorId: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, prevVectorId: Option[ByteString] = _root_.scala.None, userId: Seq[ByteString] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- vectorId
Vector UUID that will be used for ifas/ifvs identifier
- prevVectorId
In cases of split or merge, this will contain the old vector uuid that needs to be removed from storage
- userId
List of IFA/IFV that the vector id belongs to, and within which (in a bidirectional map) this id will need to be changed
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 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
- 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 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: 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 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)