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
Updatable[Ad], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ad
  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 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

  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 addAdomain(__vs: String*): Ad
  5. def addAllAdomain(__vs: Iterable[String]): Ad
  6. def addAllAttr(__vs: Iterable[CreativeAttribute]): Ad
  7. def addAllCat(__vs: Iterable[String]): Ad
  8. def addAttr(__vs: CreativeAttribute*): Ad
  9. def addCat(__vs: String*): Ad
  10. val adomain: Seq[String]
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. val attr: Seq[CreativeAttribute]
  13. val bundle: Option[String]
  14. val cat: Seq[String]
  15. val cattax: Option[CategoryTaxonomy]
  16. def clearAdomain: Ad
  17. def clearAttr: Ad
  18. def clearBundle: Ad
  19. def clearCat: Ad
  20. def clearCattax: Ad
  21. def clearExt: Ad
  22. def clearId: Ad
  23. def clearIurl: Ad
  24. def clearLang: Ad
  25. def clearMrating: Ad
  26. def clearSecure: Ad
  27. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  28. def companion: Ad.type
    Definition Classes
    Ad → GeneratedMessage
  29. def discardUnknownFields: Ad
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. val ext: Option[AdExt]
  32. def getBundle: String
  33. def getCattax: CategoryTaxonomy
  34. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  35. def getExt: AdExt
  36. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Ad → GeneratedMessage
  37. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Ad → GeneratedMessage
  38. def getId: String
  39. def getIurl: String
  40. def getLang: String
  41. def getMrating: MediaRating
  42. def getSecure: Boolean
  43. val id: Option[String]
  44. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  45. val iurl: Option[String]
  46. val lang: Option[String]
  47. val mrating: Option[MediaRating]
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  51. def productElementNames: Iterator[String]
    Definition Classes
    Product
  52. val secure: Option[Boolean]
  53. def serializedSize: Int
    Definition Classes
    Ad → GeneratedMessage
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  56. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  57. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  58. def toProtoString: String
    Definition Classes
    Ad → GeneratedMessage
  59. val unknownFields: UnknownFieldSet
  60. def update(ms: (Lens[Ad, Ad]) => Mutation[Ad]*): Ad
    Definition Classes
    Updatable
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. def withAdomain(__v: Seq[String]): Ad
  65. def withAttr(__v: Seq[CreativeAttribute]): Ad
  66. def withBundle(__v: String): Ad
  67. def withCat(__v: Seq[String]): Ad
  68. def withCattax(__v: CategoryTaxonomy): Ad
  69. def withExt(__v: AdExt): Ad
  70. def withId(__v: String): Ad
  71. def withIurl(__v: String): Ad
  72. def withLang(__v: String): Ad
  73. def withMrating(__v: MediaRating): Ad
  74. def withSecure(__v: Boolean): Ad
  75. def withUnknownFields(__v: UnknownFieldSet): Ad
  76. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  77. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Ad → GeneratedMessage
  78. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

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

    (Since version 9)

Inherited from Updatable[Ad]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped