final case class User(id: Option[String] = _root_.scala.None, buyeruid: Option[String] = _root_.scala.None, yob: Option[Int] = _root_.scala.None, gender: Option[String] = _root_.scala.None, keywords: Option[String] = _root_.scala.None, consent: Option[String] = _root_.scala.None, geo: Option[Geo] = _root_.scala.None, ext: Option[UserExt] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[User] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[User], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. User
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new User(id: Option[String] = _root_.scala.None, buyeruid: Option[String] = _root_.scala.None, yob: Option[Int] = _root_.scala.None, gender: Option[String] = _root_.scala.None, keywords: Option[String] = _root_.scala.None, consent: Option[String] = _root_.scala.None, geo: Option[Geo] = _root_.scala.None, ext: Option[UserExt] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val buyeruid: Option[String]
  6. def clearBuyeruid: User
  7. def clearConsent: User
  8. def clearExt: User
  9. def clearGender: User
  10. def clearGeo: User
  11. def clearId: User
  12. def clearKeywords: User
  13. def clearYob: User
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  15. def companion: User.type
    Definition Classes
    User → GeneratedMessage
  16. val consent: Option[String]
  17. def discardUnknownFields: User
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val ext: Option[UserExt]
  20. val gender: Option[String]
  21. val geo: Option[Geo]
  22. def getBuyeruid: String
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. def getConsent: String
  25. def getExt: UserExt
  26. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    User → GeneratedMessage
  27. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    User → GeneratedMessage
  28. def getGender: String
  29. def getGeo: Geo
  30. def getId: String
  31. def getKeywords: String
  32. def getYob: Int
  33. val id: Option[String]
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. val keywords: Option[String]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  39. def productElementNames: Iterator[String]
    Definition Classes
    Product
  40. def serializedSize: Int
    Definition Classes
    User → GeneratedMessage
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  43. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  44. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  45. def toProtoString: String
    Definition Classes
    User → GeneratedMessage
  46. val unknownFields: UnknownFieldSet
  47. def update(ms: (Lens[User, User]) => Mutation[User]*): User
    Definition Classes
    Updatable
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. def withBuyeruid(__v: String): User
  52. def withConsent(__v: String): User
  53. def withExt(__v: UserExt): User
  54. def withGender(__v: String): User
  55. def withGeo(__v: Geo): User
  56. def withId(__v: String): User
  57. def withKeywords(__v: String): User
  58. def withUnknownFields(__v: UnknownFieldSet): User
  59. def withYob(__v: Int): User
  60. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  61. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    User → GeneratedMessage
  62. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  63. val yob: Option[Int]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Updatable[User]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped