final case class Ad(id: String = "", adomain: Seq[String] = _root_.scala.Seq.empty, bundle: Seq[String] = _root_.scala.Seq.empty, iurl: String = "", cat: Seq[String] = _root_.scala.Seq.empty, cattax: CategoryTaxonomy = com.explorestack.protobuf.adcom.CategoryTaxonomy.CATEGORY_TAXONOMY_INVALID, lang: String = "", secure: Boolean = false, mrating: MediaRating = com.explorestack.protobuf.adcom.MediaRating.MEDIA_RATING_INVALID, init: String = "", lastmod: String = "", display: Option[Display] = _root_.scala.None, video: Option[Video] = _root_.scala.None, audit: Option[Audit] = _root_.scala.None, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Ad] with Product with Serializable
- id
ID of the creative; unique at least throughout the scope of a vendor
- adomain
Advertiser domain; top two levels only (e.g., "ford.com").
- bundle
When the product of the ad is an app, the unique ID of that app as a bundle or package name.
- iurl
URL without cache-busting to an image that is representative of the ad content for cursory level ad quality checking.
- cat
Array of content categories describing the ad.
- cattax
The taxonomy in use for the "cat" attribute.
- lang
Language of the creative using ISO-639-1-alpha-2. Set of attributes describing the creative. repeated CreativeAttribute attr = 8;
- secure
Flag to indicate if the creative is secure.
- mrating
Media rating per IQG guidelines.
- init
Date/time of the original instantiation of this ad in the format of ISO-8601; W3C profile.
- lastmod
Date/time of most recent modification to this ad in the format of ISO-8601; W3C profile.
- display
Media Subtype Object that indicates this is a display ad and provides additional detail as such.
- video
Media Subtype Object that indicates this is a video ad and provides additional detail as such. Audio audio = 15;
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- Ad
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Ad(id: String = "", adomain: Seq[String] = _root_.scala.Seq.empty, bundle: Seq[String] = _root_.scala.Seq.empty, iurl: String = "", cat: Seq[String] = _root_.scala.Seq.empty, cattax: CategoryTaxonomy = com.explorestack.protobuf.adcom.CategoryTaxonomy.CATEGORY_TAXONOMY_INVALID, lang: String = "", secure: Boolean = false, mrating: MediaRating = com.explorestack.protobuf.adcom.MediaRating.MEDIA_RATING_INVALID, init: String = "", lastmod: String = "", display: Option[Display] = _root_.scala.None, video: Option[Video] = _root_.scala.None, audit: Option[Audit] = _root_.scala.None, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)
- id
ID of the creative; unique at least throughout the scope of a vendor
- adomain
Advertiser domain; top two levels only (e.g., "ford.com").
- bundle
When the product of the ad is an app, the unique ID of that app as a bundle or package name.
- iurl
URL without cache-busting to an image that is representative of the ad content for cursory level ad quality checking.
- cat
Array of content categories describing the ad.
- cattax
The taxonomy in use for the "cat" attribute.
- lang
Language of the creative using ISO-639-1-alpha-2. Set of attributes describing the creative. repeated CreativeAttribute attr = 8;
- secure
Flag to indicate if the creative is secure.
- mrating
Media rating per IQG guidelines.
- init
Date/time of the original instantiation of this ad in the format of ISO-8601; W3C profile.
- lastmod
Date/time of most recent modification to this ad in the format of ISO-8601; W3C profile.
- display
Media Subtype Object that indicates this is a display ad and provides additional detail as such.
- video
Media Subtype Object that indicates this is a video ad and provides additional detail as such. Audio audio = 15;
- 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 addAdomain(__vs: String*): Ad
- def addAllAdomain(__vs: Iterable[String]): Ad
- def addAllBundle(__vs: Iterable[String]): Ad
- def addAllCat(__vs: Iterable[String]): Ad
- def addAllExtProto(__vs: Iterable[Any]): Ad
- def addBundle(__vs: String*): Ad
- def addCat(__vs: String*): Ad
- def addExtProto(__vs: Any*): Ad
- val adomain: Seq[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val audit: Option[Audit]
- val bundle: Seq[String]
- val cat: Seq[String]
- val cattax: CategoryTaxonomy
- def clearAdomain: Ad
- def clearAudit: Ad
- def clearBundle: Ad
- def clearCat: Ad
- def clearDisplay: Ad
- def clearExt: Ad
- def clearExtProto: Ad
- def clearVideo: Ad
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Ad.type
- Definition Classes
- Ad → GeneratedMessage
- val display: Option[Display]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[Struct]
- val extProto: Seq[Any]
- def getAudit: Audit
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDisplay: Display
- def getExt: Struct
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Ad → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Ad → GeneratedMessage
- def getVideo: Video
- val id: String
- val init: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val iurl: String
- val lang: String
- val lastmod: String
- val mrating: MediaRating
- 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 secure: Boolean
- def serializedSize: Int
- Definition Classes
- Ad → 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
- Ad → GeneratedMessage
- def update(ms: (Lens[Ad, Ad]) => Mutation[Ad]*): Ad
- Definition Classes
- Updatable
- val video: Option[Video]
- 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 withAdomain(__v: Seq[String]): Ad
- def withAudit(__v: Audit): Ad
- def withBundle(__v: Seq[String]): Ad
- def withCat(__v: Seq[String]): Ad
- def withCattax(__v: CategoryTaxonomy): Ad
- def withDisplay(__v: Display): Ad
- def withExt(__v: Struct): Ad
- def withExtProto(__v: Seq[Any]): Ad
- def withId(__v: String): Ad
- def withInit(__v: String): Ad
- def withIurl(__v: String): Ad
- def withLang(__v: String): Ad
- def withLastmod(__v: String): Ad
- def withMrating(__v: MediaRating): Ad
- def withSecure(__v: Boolean): Ad
- def withVideo(__v: Video): Ad
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Ad → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)