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()
- Alphabetic
- By Inheritance
- Display
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- 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
- 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]): Display
- def addAllEvent(__vs: Iterable[Event]): Display
- def addAllExtProto(__vs: Iterable[Any]): Display
- def addAllMime(__vs: Iterable[String]): Display
- def addAllType(__vs: Iterable[DisplayCreativeType]): Display
- def addApi(__vs: ApiFramework*): Display
- def addEvent(__vs: Event*): Display
- def addExtProto(__vs: Any*): Display
- def addMime(__vs: String*): Display
- def addType(__vs: DisplayCreativeType*): Display
- val adm: String
- val api: Seq[ApiFramework]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val banner: Option[Banner]
- def clearApi: Display
- def clearBanner: Display
- def clearEvent: Display
- def clearExt: Display
- def clearExtProto: Display
- def clearMime: Display
- def clearNative: Display
- def clearType: Display
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Display.type
- Definition Classes
- Display → GeneratedMessage
- val curl: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val event: Seq[Event]
- val ext: Option[Struct]
- val extProto: Seq[Any]
- def getBanner: Banner
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getExt: Struct
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Display → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Display → GeneratedMessage
- def getNative: Native
- val h: Int
- val hratio: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mime: Seq[String]
- val native: Option[Native]
- 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
- def serializedSize: Int
- Definition Classes
- Display → 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
- Display → GeneratedMessage
- val type: Seq[DisplayCreativeType]
- def update(ms: (Lens[Display, Display]) => Mutation[Display]*): Display
- Definition Classes
- Updatable
- val w: Int
- 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 withAdm(__v: String): Display
- def withApi(__v: Seq[ApiFramework]): Display
- def withBanner(__v: Banner): Display
- def withCurl(__v: String): Display
- def withEvent(__v: Seq[Event]): Display
- def withExt(__v: Struct): Display
- def withExtProto(__v: Seq[Any]): Display
- def withH(__v: Int): Display
- def withHratio(__v: Int): Display
- def withMime(__v: Seq[String]): Display
- def withNative(__v: Native): Display
- def withType(__v: Seq[DisplayCreativeType]): Display
- def withW(__v: Int): Display
- def withWratio(__v: Int): Display
- val wratio: Int
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Display → 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)