final case class User(id: String = "", buyeruid: String = "", yob: Int = 0, gender: String = "", keywords: String = "", consent: String = "", geo: Option[Geo] = _root_.scala.None, data: Seq[Data] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[User] with Product with Serializable
- id
Vendor-specific ID for the user.
- buyeruid
Buyer-specific ID for the user as mapped by an exchange for the buyer.
- yob
Year of birth as a 4-digit integer.
- gender
Gender, where "M" = male, "F" = female, "O" = known to be other.
- keywords
Comma separated list of keywords, interests, or intent.
- consent
GDPR consent string if applicable, complying with the comply with the IAB standard.
- geo
Location of the user's home base
- data
Additional user data
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- User
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new User(id: String = "", buyeruid: String = "", yob: Int = 0, gender: String = "", keywords: String = "", consent: String = "", geo: Option[Geo] = _root_.scala.None, data: Seq[Data] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)
- id
Vendor-specific ID for the user.
- buyeruid
Buyer-specific ID for the user as mapped by an exchange for the buyer.
- yob
Year of birth as a 4-digit integer.
- gender
Gender, where "M" = male, "F" = female, "O" = known to be other.
- keywords
Comma separated list of keywords, interests, or intent.
- consent
GDPR consent string if applicable, complying with the comply with the IAB standard.
- geo
Location of the user's home base
- data
Additional user data
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
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 addAllData(__vs: Iterable[Data]): User
- def addAllExtProto(__vs: Iterable[Any]): User
- def addData(__vs: Data*): User
- def addExtProto(__vs: Any*): User
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val buyeruid: String
- def clearData: User
- def clearExt: User
- def clearExtProto: User
- def clearGeo: User
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: User.type
- Definition Classes
- User → GeneratedMessage
- val consent: String
- val data: Seq[Data]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[Struct]
- val extProto: Seq[Any]
- val gender: String
- val geo: Option[Geo]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getExt: Struct
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- User → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- User → GeneratedMessage
- def getGeo: Geo
- val id: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keywords: String
- 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
- User → 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
- User → GeneratedMessage
- def update(ms: (Lens[User, User]) => Mutation[User]*): User
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withBuyeruid(__v: String): User
- def withConsent(__v: String): User
- def withData(__v: Seq[Data]): User
- def withExt(__v: Struct): User
- def withExtProto(__v: Seq[Any]): User
- def withGender(__v: String): User
- def withGeo(__v: Geo): User
- def withId(__v: String): User
- def withKeywords(__v: String): User
- def withYob(__v: Int): User
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- User → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- val yob: Int
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)