final case class EventSpec(type: EventType = com.explorestack.protobuf.adcom.EventType.EVENT_TYPE_INVALID, method: Seq[EventTrackingMethod] = _root_.scala.Seq.empty, api: Seq[ApiFramework] = _root_.scala.Seq.empty, jstrk: Seq[String] = _root_.scala.Seq.empty, wjs: Boolean = false, pxtrk: Seq[String] = _root_.scala.Seq.empty, wpx: Boolean = false, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[EventSpec] with Product with Serializable
- type
Type of supported ad tracking event.
- method
Array of supported event tracking methods for this event type.
- api
Event tracking APIs available for use; only relevant for JavaScript method trackers.
- jstrk
Array of domains, top two levels only (e.g., "tracker.com"), that constitute a restriction list of JavaScript trackers. The sense of the restrictions is determined by "wjs".
- wjs
Sense of the "jstrk" restriction list, where false = block list, true = whitelist. default true
- pxtrk
Array of domains, top two levels only (e.g., "tracker.com"), that constitute a restriction list of pixel image trackers. The sense of the restrictions is determined by "wpx".
- wpx
Sense of the "pxtrk" restriction list, where false = block list, true = whitelist. default true
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- EventSpec
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new EventSpec(type: EventType = com.explorestack.protobuf.adcom.EventType.EVENT_TYPE_INVALID, method: Seq[EventTrackingMethod] = _root_.scala.Seq.empty, api: Seq[ApiFramework] = _root_.scala.Seq.empty, jstrk: Seq[String] = _root_.scala.Seq.empty, wjs: Boolean = false, pxtrk: Seq[String] = _root_.scala.Seq.empty, wpx: Boolean = false, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)
- type
Type of supported ad tracking event.
- method
Array of supported event tracking methods for this event type.
- api
Event tracking APIs available for use; only relevant for JavaScript method trackers.
- jstrk
Array of domains, top two levels only (e.g., "tracker.com"), that constitute a restriction list of JavaScript trackers. The sense of the restrictions is determined by "wjs".
- wjs
Sense of the "jstrk" restriction list, where false = block list, true = whitelist. default true
- pxtrk
Array of domains, top two levels only (e.g., "tracker.com"), that constitute a restriction list of pixel image trackers. The sense of the restrictions is determined by "wpx".
- wpx
Sense of the "pxtrk" restriction list, where false = block list, true = whitelist. default true
- 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 addAllApi(__vs: Iterable[ApiFramework]): EventSpec
- def addAllExtProto(__vs: Iterable[Any]): EventSpec
- def addAllJstrk(__vs: Iterable[String]): EventSpec
- def addAllMethod(__vs: Iterable[EventTrackingMethod]): EventSpec
- def addAllPxtrk(__vs: Iterable[String]): EventSpec
- def addApi(__vs: ApiFramework*): EventSpec
- def addExtProto(__vs: Any*): EventSpec
- def addJstrk(__vs: String*): EventSpec
- def addMethod(__vs: EventTrackingMethod*): EventSpec
- def addPxtrk(__vs: String*): EventSpec
- val api: Seq[ApiFramework]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearApi: EventSpec
- def clearExt: EventSpec
- def clearExtProto: EventSpec
- def clearJstrk: EventSpec
- def clearMethod: EventSpec
- def clearPxtrk: EventSpec
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: EventSpec.type
- Definition Classes
- EventSpec → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[Struct]
- val extProto: Seq[Any]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getExt: Struct
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- EventSpec → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- EventSpec → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jstrk: Seq[String]
- val method: Seq[EventTrackingMethod]
- 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
- val pxtrk: Seq[String]
- def serializedSize: Int
- Definition Classes
- EventSpec → 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
- EventSpec → GeneratedMessage
- val type: EventType
- def update(ms: (Lens[EventSpec, EventSpec]) => Mutation[EventSpec]*): EventSpec
- 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 withApi(__v: Seq[ApiFramework]): EventSpec
- def withExt(__v: Struct): EventSpec
- def withExtProto(__v: Seq[Any]): EventSpec
- def withJstrk(__v: Seq[String]): EventSpec
- def withMethod(__v: Seq[EventTrackingMethod]): EventSpec
- def withPxtrk(__v: Seq[String]): EventSpec
- def withType(__v: EventType): EventSpec
- def withWjs(__v: Boolean): EventSpec
- def withWpx(__v: Boolean): EventSpec
- val wjs: Boolean
- val wpx: Boolean
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- EventSpec → 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)