Packages

final case class Regs(coppa: Boolean = false, gdpr: Boolean = false, gpp: String = "", gppSid: Seq[Int] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Regs] with Product with Serializable

coppa

Flag indicating if COPPA regulations apply.

gdpr

Flag indicating if GDPR regulations apply

gpp

Full consent string in its encoded form

gppSid

Section ID(s) considered to be in force

ext

Optional vendor-specific extensions.

extProto

Legacy proto extensions.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Regs], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Regs
  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 Regs(coppa: Boolean = false, gdpr: Boolean = false, gpp: String = "", gppSid: Seq[Int] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)

    coppa

    Flag indicating if COPPA regulations apply.

    gdpr

    Flag indicating if GDPR regulations apply

    gpp

    Full consent string in its encoded form

    gppSid

    Section ID(s) considered to be in force

    ext

    Optional vendor-specific extensions.

    extProto

    Legacy proto extensions.

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. def addAllExtProto(__vs: Iterable[Any]): Regs
  5. def addAllGppSid(__vs: Iterable[Int]): Regs
  6. def addExtProto(__vs: Any*): Regs
  7. def addGppSid(__vs: Int*): Regs
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clearExt: Regs
  10. def clearExtProto: Regs
  11. def clearGppSid: Regs
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  13. def companion: Regs.type
    Definition Classes
    Regs → GeneratedMessage
  14. val coppa: Boolean
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val ext: Option[Struct]
  17. val extProto: Seq[Any]
  18. val gdpr: Boolean
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def getExt: Struct
  21. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Regs → GeneratedMessage
  22. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Regs → GeneratedMessage
  23. val gpp: String
  24. val gppSid: Seq[Int]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. def serializedSize: Int
    Definition Classes
    Regs → GeneratedMessage
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  33. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  34. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  35. def toProtoString: String
    Definition Classes
    Regs → GeneratedMessage
  36. def update(ms: (Lens[Regs, Regs]) => Mutation[Regs]*): Regs
    Definition Classes
    Updatable
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. def withCoppa(__v: Boolean): Regs
  41. def withExt(__v: Struct): Regs
  42. def withExtProto(__v: Seq[Any]): Regs
  43. def withGdpr(__v: Boolean): Regs
  44. def withGpp(__v: String): Regs
  45. def withGppSid(__v: Seq[Int]): Regs
  46. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  47. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Regs → GeneratedMessage
  48. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

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[Regs]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped