Packages

final case class Pub(coppa: Option[Boolean] = _root_.scala.None, gdprZone: Option[Boolean] = _root_.scala.None, gdprConsent: Option[Boolean] = _root_.scala.None, consentString: Option[String] = _root_.scala.None, ccpa: Option[String] = _root_.scala.None, gpp: Option[String] = _root_.scala.None, gppSid: Seq[Int] = _root_.scala.Seq.empty, nonPersonalized: Option[Boolean] = _root_.scala.None) extends GeneratedMessage with Updatable[Pub] with Product with Serializable

coppa

COPPA flag

gdprZone

GDPR applicability flag

gdprConsent

GDPR consent boolean flag

consentString

GDPR consent string

ccpa

US Privacy string (CCPA)

gpp

GPP consent string

gppSid

GPP section IDs

nonPersonalized

Non personalized mode

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Pub], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pub
  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 Pub(coppa: Option[Boolean] = _root_.scala.None, gdprZone: Option[Boolean] = _root_.scala.None, gdprConsent: Option[Boolean] = _root_.scala.None, consentString: Option[String] = _root_.scala.None, ccpa: Option[String] = _root_.scala.None, gpp: Option[String] = _root_.scala.None, gppSid: Seq[Int] = _root_.scala.Seq.empty, nonPersonalized: Option[Boolean] = _root_.scala.None)

    coppa

    COPPA flag

    gdprZone

    GDPR applicability flag

    gdprConsent

    GDPR consent boolean flag

    consentString

    GDPR consent string

    ccpa

    US Privacy string (CCPA)

    gpp

    GPP consent string

    gppSid

    GPP section IDs

    nonPersonalized

    Non personalized mode

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 addAllGppSid(__vs: Iterable[Int]): Pub
  5. def addGppSid(__vs: Int*): Pub
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val ccpa: Option[String]
  8. def clearCcpa: Pub
  9. def clearConsentString: Pub
  10. def clearCoppa: Pub
  11. def clearGdprConsent: Pub
  12. def clearGdprZone: Pub
  13. def clearGpp: Pub
  14. def clearGppSid: Pub
  15. def clearNonPersonalized: Pub
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  17. def companion: Pub.type
    Definition Classes
    Pub → GeneratedMessage
  18. val consentString: Option[String]
  19. val coppa: Option[Boolean]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. val gdprConsent: Option[Boolean]
  22. val gdprZone: Option[Boolean]
  23. def getCcpa: String
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. def getConsentString: String
  26. def getCoppa: Boolean
  27. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Pub → GeneratedMessage
  28. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Pub → GeneratedMessage
  29. def getGdprConsent: Boolean
  30. def getGdprZone: Boolean
  31. def getGpp: String
  32. def getNonPersonalized: Boolean
  33. val gpp: Option[String]
  34. val gppSid: Seq[Int]
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. val nonPersonalized: Option[Boolean]
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  40. def productElementNames: Iterator[String]
    Definition Classes
    Product
  41. def serializedSize: Int
    Definition Classes
    Pub → GeneratedMessage
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  44. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  45. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  46. def toProtoString: String
    Definition Classes
    Pub → GeneratedMessage
  47. def update(ms: (Lens[Pub, Pub]) => Mutation[Pub]*): Pub
    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 withCcpa(__v: String): Pub
  52. def withConsentString(__v: String): Pub
  53. def withCoppa(__v: Boolean): Pub
  54. def withGdprConsent(__v: Boolean): Pub
  55. def withGdprZone(__v: Boolean): Pub
  56. def withGpp(__v: String): Pub
  57. def withGppSid(__v: Seq[Int]): Pub
  58. def withNonPersonalized(__v: Boolean): Pub
  59. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  60. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Pub → GeneratedMessage
  61. 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[Pub]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped