final case class Placement(tagid: String = "", ssai: Int = 0, sdk: String = "", sdkver: String = "", reward: Boolean = false, bcat: Seq[String] = _root_.scala.Seq.empty, cattax: CategoryTaxonomy = com.explorestack.protobuf.adcom.CategoryTaxonomy.CATEGORY_TAXONOMY_INVALID, badv: Seq[String] = _root_.scala.Seq.empty, bapp: Seq[String] = _root_.scala.Seq.empty, battr: Seq[CreativeAttribute] = _root_.scala.Seq.empty, wlang: Seq[String] = _root_.scala.Seq.empty, secure: Boolean = false, admx: Boolean = false, curlx: Boolean = false, display: Option[DisplayPlacement] = _root_.scala.None, video: Option[VideoPlacement] = _root_.scala.None, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Placement] with Product with Serializable
- tagid
Identifier for specific ad placement or ad tag.
- ssai
Indicates if server-side ad insertion is in use and the impact of this on asset and tracker retrieval
- sdk
Name of ad mediation partner, SDK technology, or player responsible for rendering ad.
- sdkver
Version of the SDK specified in the "sdk" attribute.
- reward
Indicates if this is a rewarded placement
- bcat
Block list of content categories using IDs.
- cattax
The taxonomy in use for the "bcat" attribute.
- badv
Block list of advertisers by their domains.
- bapp
Block list of apps for which ads are disallowed.
- battr
Block list of creative attributes.
- wlang
Whitelist of permitted languages of the creative using ISO-639-1-alpha-2.
- secure
Flag to indicate if the creative is secure.
- admx
Indicates if including markup is supported.
- curlx
Indicates if retrieving markup via URL reference is supported.
- display
Placement Subtype Object that indicates that this may be a display placement and provides additional detail related thereto.
- video
Placement Subtype Object that indicates that this may be a video placement and provides additional detail related thereto. Placement Subtype Object that indicates that this may be an audio placement and provides additional detail related thereto. AudioPlacement audio = 18;
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- Placement
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Placement(tagid: String = "", ssai: Int = 0, sdk: String = "", sdkver: String = "", reward: Boolean = false, bcat: Seq[String] = _root_.scala.Seq.empty, cattax: CategoryTaxonomy = com.explorestack.protobuf.adcom.CategoryTaxonomy.CATEGORY_TAXONOMY_INVALID, badv: Seq[String] = _root_.scala.Seq.empty, bapp: Seq[String] = _root_.scala.Seq.empty, battr: Seq[CreativeAttribute] = _root_.scala.Seq.empty, wlang: Seq[String] = _root_.scala.Seq.empty, secure: Boolean = false, admx: Boolean = false, curlx: Boolean = false, display: Option[DisplayPlacement] = _root_.scala.None, video: Option[VideoPlacement] = _root_.scala.None, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)
- tagid
Identifier for specific ad placement or ad tag.
- ssai
Indicates if server-side ad insertion is in use and the impact of this on asset and tracker retrieval
- sdk
Name of ad mediation partner, SDK technology, or player responsible for rendering ad.
- sdkver
Version of the SDK specified in the "sdk" attribute.
- reward
Indicates if this is a rewarded placement
- bcat
Block list of content categories using IDs.
- cattax
The taxonomy in use for the "bcat" attribute.
- badv
Block list of advertisers by their domains.
- bapp
Block list of apps for which ads are disallowed.
- battr
Block list of creative attributes.
- wlang
Whitelist of permitted languages of the creative using ISO-639-1-alpha-2.
- secure
Flag to indicate if the creative is secure.
- admx
Indicates if including markup is supported.
- curlx
Indicates if retrieving markup via URL reference is supported.
- display
Placement Subtype Object that indicates that this may be a display placement and provides additional detail related thereto.
- video
Placement Subtype Object that indicates that this may be a video placement and provides additional detail related thereto. Placement Subtype Object that indicates that this may be an audio placement and provides additional detail related thereto. AudioPlacement audio = 18;
- 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 addAllBadv(__vs: Iterable[String]): Placement
- def addAllBapp(__vs: Iterable[String]): Placement
- def addAllBattr(__vs: Iterable[CreativeAttribute]): Placement
- def addAllBcat(__vs: Iterable[String]): Placement
- def addAllExtProto(__vs: Iterable[Any]): Placement
- def addAllWlang(__vs: Iterable[String]): Placement
- def addBadv(__vs: String*): Placement
- def addBapp(__vs: String*): Placement
- def addBattr(__vs: CreativeAttribute*): Placement
- def addBcat(__vs: String*): Placement
- def addExtProto(__vs: Any*): Placement
- def addWlang(__vs: String*): Placement
- val admx: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val badv: Seq[String]
- val bapp: Seq[String]
- val battr: Seq[CreativeAttribute]
- val bcat: Seq[String]
- val cattax: CategoryTaxonomy
- def clearBadv: Placement
- def clearBapp: Placement
- def clearBattr: Placement
- def clearBcat: Placement
- def clearDisplay: Placement
- def clearExt: Placement
- def clearExtProto: Placement
- def clearVideo: Placement
- def clearWlang: Placement
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Placement.type
- Definition Classes
- Placement → GeneratedMessage
- val curlx: Boolean
- val display: Option[DisplayPlacement]
- 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 getDisplay: DisplayPlacement
- def getExt: Struct
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Placement → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Placement → GeneratedMessage
- def getVideo: VideoPlacement
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 reward: Boolean
- val sdk: String
- val sdkver: String
- val secure: Boolean
- def serializedSize: Int
- Definition Classes
- Placement → GeneratedMessage
- val ssai: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tagid: String
- 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
- Placement → GeneratedMessage
- def update(ms: (Lens[Placement, Placement]) => Mutation[Placement]*): Placement
- Definition Classes
- Updatable
- val video: Option[VideoPlacement]
- 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 withAdmx(__v: Boolean): Placement
- def withBadv(__v: Seq[String]): Placement
- def withBapp(__v: Seq[String]): Placement
- def withBattr(__v: Seq[CreativeAttribute]): Placement
- def withBcat(__v: Seq[String]): Placement
- def withCattax(__v: CategoryTaxonomy): Placement
- def withCurlx(__v: Boolean): Placement
- def withDisplay(__v: DisplayPlacement): Placement
- def withExt(__v: Struct): Placement
- def withExtProto(__v: Seq[Any]): Placement
- def withReward(__v: Boolean): Placement
- def withSdk(__v: String): Placement
- def withSdkver(__v: String): Placement
- def withSecure(__v: Boolean): Placement
- def withSsai(__v: Int): Placement
- def withTagid(__v: String): Placement
- def withVideo(__v: VideoPlacement): Placement
- def withWlang(__v: Seq[String]): Placement
- val wlang: Seq[String]
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Placement → 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)