Packages

final case class Display(mime: Seq[String] = _root_.scala.Seq.empty, api: Seq[ApiFramework] = _root_.scala.Seq.empty, type: Seq[DisplayCreativeType] = _root_.scala.Seq.empty, w: Int = 0, h: Int = 0, wratio: Int = 0, hratio: Int = 0, adm: String = "", curl: String = "", banner: Option[Banner] = _root_.scala.None, native: Option[Native] = _root_.scala.None, event: Seq[Event] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Display] with Product with Serializable

mime

Mime type of the ad (e.g., "image/jpeg").

api

API required by the ad if applicable.

type

Subtype of display creative.

w

Absolute width of the creative in device independent pixels (DIPS), typically for non-native ads.

h

Absolute height of the creative in device independent pixels (DIPS), typically for non-native ads.

wratio

Relative width of the creative when expressing size as a ratio, typically for non-native ads.

hratio

Relative height of the creative when expressing size as a ratio, typically for non-native ads.

adm

General display markup (e.g., HTML, AMPHTML) if not using a structured alternative (e.g., "banner", "native").

curl

Optional means of retrieving display markup by reference.

banner

Structured banner image object, recommended for simple banner creatives.

native

Structured native object, recommended for native ads.

event

Array of events that the advertiser or buying platform wants to track.

ext

Optional vendor-specific extensions.

extProto

Legacy proto extensions.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Display], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Display
  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 Display(mime: Seq[String] = _root_.scala.Seq.empty, api: Seq[ApiFramework] = _root_.scala.Seq.empty, type: Seq[DisplayCreativeType] = _root_.scala.Seq.empty, w: Int = 0, h: Int = 0, wratio: Int = 0, hratio: Int = 0, adm: String = "", curl: String = "", banner: Option[Banner] = _root_.scala.None, native: Option[Native] = _root_.scala.None, event: Seq[Event] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)

    mime

    Mime type of the ad (e.g., "image/jpeg").

    api

    API required by the ad if applicable.

    type

    Subtype of display creative.

    w

    Absolute width of the creative in device independent pixels (DIPS), typically for non-native ads.

    h

    Absolute height of the creative in device independent pixels (DIPS), typically for non-native ads.

    wratio

    Relative width of the creative when expressing size as a ratio, typically for non-native ads.

    hratio

    Relative height of the creative when expressing size as a ratio, typically for non-native ads.

    adm

    General display markup (e.g., HTML, AMPHTML) if not using a structured alternative (e.g., "banner", "native").

    curl

    Optional means of retrieving display markup by reference.

    banner

    Structured banner image object, recommended for simple banner creatives.

    native

    Structured native object, recommended for native ads.

    event

    Array of events that the advertiser or buying platform wants to track.

    ext

    Optional vendor-specific extensions.

    extProto

    Legacy proto extensions.

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 addAllApi(__vs: Iterable[ApiFramework]): Display
  5. def addAllEvent(__vs: Iterable[Event]): Display
  6. def addAllExtProto(__vs: Iterable[Any]): Display
  7. def addAllMime(__vs: Iterable[String]): Display
  8. def addAllType(__vs: Iterable[DisplayCreativeType]): Display
  9. def addApi(__vs: ApiFramework*): Display
  10. def addEvent(__vs: Event*): Display
  11. def addExtProto(__vs: Any*): Display
  12. def addMime(__vs: String*): Display
  13. def addType(__vs: DisplayCreativeType*): Display
  14. val adm: String
  15. val api: Seq[ApiFramework]
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. val banner: Option[Banner]
  18. def clearApi: Display
  19. def clearBanner: Display
  20. def clearEvent: Display
  21. def clearExt: Display
  22. def clearExtProto: Display
  23. def clearMime: Display
  24. def clearNative: Display
  25. def clearType: Display
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  27. def companion: Display.type
    Definition Classes
    Display → GeneratedMessage
  28. val curl: String
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. val event: Seq[Event]
  31. val ext: Option[Struct]
  32. val extProto: Seq[Any]
  33. def getBanner: Banner
  34. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  35. def getExt: Struct
  36. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Display → GeneratedMessage
  37. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Display → GeneratedMessage
  38. def getNative: Native
  39. val h: Int
  40. val hratio: Int
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. val mime: Seq[String]
  43. val native: Option[Native]
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  47. def productElementNames: Iterator[String]
    Definition Classes
    Product
  48. def serializedSize: Int
    Definition Classes
    Display → GeneratedMessage
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  51. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  52. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  53. def toProtoString: String
    Definition Classes
    Display → GeneratedMessage
  54. val type: Seq[DisplayCreativeType]
  55. def update(ms: (Lens[Display, Display]) => Mutation[Display]*): Display
    Definition Classes
    Updatable
  56. val w: Int
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. def withAdm(__v: String): Display
  61. def withApi(__v: Seq[ApiFramework]): Display
  62. def withBanner(__v: Banner): Display
  63. def withCurl(__v: String): Display
  64. def withEvent(__v: Seq[Event]): Display
  65. def withExt(__v: Struct): Display
  66. def withExtProto(__v: Seq[Any]): Display
  67. def withH(__v: Int): Display
  68. def withHratio(__v: Int): Display
  69. def withMime(__v: Seq[String]): Display
  70. def withNative(__v: Native): Display
  71. def withType(__v: Seq[DisplayCreativeType]): Display
  72. def withW(__v: Int): Display
  73. def withWratio(__v: Int): Display
  74. val wratio: Int
  75. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  76. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Display → GeneratedMessage
  77. 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[Display]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped