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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Pub
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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 addAllGppSid(__vs: Iterable[Int]): Pub
- def addGppSid(__vs: Int*): Pub
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val ccpa: Option[String]
- def clearCcpa: Pub
- def clearConsentString: Pub
- def clearCoppa: Pub
- def clearGdprConsent: Pub
- def clearGdprZone: Pub
- def clearGpp: Pub
- def clearGppSid: Pub
- def clearNonPersonalized: Pub
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Pub.type
- Definition Classes
- Pub → GeneratedMessage
- val consentString: Option[String]
- val coppa: Option[Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val gdprConsent: Option[Boolean]
- val gdprZone: Option[Boolean]
- def getCcpa: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getConsentString: String
- def getCoppa: Boolean
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Pub → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Pub → GeneratedMessage
- def getGdprConsent: Boolean
- def getGdprZone: Boolean
- def getGpp: String
- def getNonPersonalized: Boolean
- val gpp: Option[String]
- val gppSid: Seq[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nonPersonalized: Option[Boolean]
- 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
- Pub → 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
- Pub → GeneratedMessage
- def update(ms: (Lens[Pub, Pub]) => Mutation[Pub]*): Pub
- 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 withCcpa(__v: String): Pub
- def withConsentString(__v: String): Pub
- def withCoppa(__v: Boolean): Pub
- def withGdprConsent(__v: Boolean): Pub
- def withGdprZone(__v: Boolean): Pub
- def withGpp(__v: String): Pub
- def withGppSid(__v: Seq[Int]): Pub
- def withNonPersonalized(__v: Boolean): Pub
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Pub → 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)