final case class Placement(adType: String = "", placementId: Option[String] = _root_.scala.None, customData: Option[Struct] = _root_.scala.None, hbPlacement: Option[HeaderBiddingPlacement] = _root_.scala.None, adFormat: Option[AdFormat] = _root_.scala.None) extends GeneratedMessage with Updatable[Placement] with Product with Serializable

adType

The ad type of the placement e.g. "banner", "interstitial", "native" deprecated 3.5.0

placementId

Optional placement id

customData

Optional SSP specific parameters

hbPlacement

Header Bidding placement

adFormat

AdFormat added in 3.5.0

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Placement], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Placement
  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 Placement(adType: String = "", placementId: Option[String] = _root_.scala.None, customData: Option[Struct] = _root_.scala.None, hbPlacement: Option[HeaderBiddingPlacement] = _root_.scala.None, adFormat: Option[AdFormat] = _root_.scala.None)

    adType

    The ad type of the placement e.g. "banner", "interstitial", "native" deprecated 3.5.0

    placementId

    Optional placement id

    customData

    Optional SSP specific parameters

    hbPlacement

    Header Bidding placement

    adFormat

    AdFormat added in 3.5.0

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. val adFormat: Option[AdFormat]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clearAdFormat: Placement
  7. def clearCustomData: Placement
  8. def clearHbPlacement: Placement
  9. def clearPlacementId: Placement
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. def companion: Placement.type
    Definition Classes
    Placement → GeneratedMessage
  12. val customData: Option[Struct]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def getAdFormat: AdFormat
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def getCustomData: Struct
  17. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Placement → GeneratedMessage
  18. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Placement → GeneratedMessage
  19. def getHbPlacement: HeaderBiddingPlacement
  20. def getPlacementId: String
  21. val hbPlacement: Option[HeaderBiddingPlacement]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. val placementId: Option[String]
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. def serializedSize: Int
    Definition Classes
    Placement → GeneratedMessage
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  31. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  32. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  33. def toProtoString: String
    Definition Classes
    Placement → GeneratedMessage
  34. def update(ms: (Lens[Placement, Placement]) => Mutation[Placement]*): Placement
    Definition Classes
    Updatable
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. def withAdFormat(__v: AdFormat): Placement
  39. def withAdType(__v: String): Placement
  40. def withCustomData(__v: Struct): Placement
  41. def withHbPlacement(__v: HeaderBiddingPlacement): Placement
  42. def withPlacementId(__v: String): Placement
  43. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  44. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Placement → GeneratedMessage
  45. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. val adType: String
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Updatable[Placement]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped