final case class Ad(id: Option[String] = _root_.scala.None, adomain: Seq[String] = _root_.scala.Seq.empty, bundle: Option[String] = _root_.scala.None, iurl: Option[String] = _root_.scala.None, cat: Seq[String] = _root_.scala.Seq.empty, cattax: Option[CategoryTaxonomy] = _root_.scala.None, lang: Option[String] = _root_.scala.None, attr: Seq[CreativeAttribute] = _root_.scala.Seq.empty, secure: Option[Boolean] = _root_.scala.None, mrating: Option[MediaRating] = _root_.scala.None, ext: Option[AdExt] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Ad] with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ad
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Ad(id: Option[String] = _root_.scala.None, adomain: Seq[String] = _root_.scala.Seq.empty, bundle: Option[String] = _root_.scala.None, iurl: Option[String] = _root_.scala.None, cat: Seq[String] = _root_.scala.Seq.empty, cattax: Option[CategoryTaxonomy] = _root_.scala.None, lang: Option[String] = _root_.scala.None, attr: Seq[CreativeAttribute] = _root_.scala.Seq.empty, secure: Option[Boolean] = _root_.scala.None, mrating: Option[MediaRating] = _root_.scala.None, ext: Option[AdExt] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
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 addAllAttr(__vs: Iterable[CreativeAttribute]): Ad
- def addAllCat(__vs: Iterable[String]): Ad
- def addAttr(__vs: CreativeAttribute*): Ad
- def addCat(__vs: String*): Ad
- val adomain: Seq[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attr: Seq[CreativeAttribute]
- val bundle: Option[String]
- val cat: Seq[String]
- val cattax: Option[CategoryTaxonomy]
- def clearAdomain: Ad
- def clearAttr: Ad
- def clearBundle: Ad
- def clearCat: Ad
- def clearCattax: Ad
- def clearExt: Ad
- def clearId: Ad
- def clearIurl: Ad
- def clearLang: Ad
- def clearMrating: Ad
- def clearSecure: 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
- def discardUnknownFields: Ad
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[AdExt]
- def getBundle: String
- def getCattax: CategoryTaxonomy
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getExt: AdExt
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Ad → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Ad → GeneratedMessage
- def getId: String
- def getIurl: String
- def getLang: String
- def getMrating: MediaRating
- def getSecure: Boolean
- val id: Option[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val iurl: Option[String]
- val lang: Option[String]
- val mrating: Option[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: Option[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
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[Ad, Ad]) => Mutation[Ad]*): Ad
- Definition Classes
- Updatable
- 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 withAttr(__v: Seq[CreativeAttribute]): Ad
- def withBundle(__v: String): Ad
- def withCat(__v: Seq[String]): Ad
- def withCattax(__v: CategoryTaxonomy): Ad
- def withExt(__v: AdExt): Ad
- def withId(__v: String): Ad
- def withIurl(__v: String): Ad
- def withLang(__v: String): Ad
- def withMrating(__v: MediaRating): Ad
- def withSecure(__v: Boolean): Ad
- def withUnknownFields(__v: UnknownFieldSet): 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)