final case class Restrictions(cattax: Option[CategoryTaxonomy] = _root_.scala.None, bcat: Seq[String] = _root_.scala.Seq.empty, badv: Seq[String] = _root_.scala.Seq.empty, bapp: Seq[String] = _root_.scala.Seq.empty, battr: Seq[CreativeAttribute] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Restrictions] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Restrictions], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Restrictions
  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 Restrictions(cattax: Option[CategoryTaxonomy] = _root_.scala.None, bcat: Seq[String] = _root_.scala.Seq.empty, badv: Seq[String] = _root_.scala.Seq.empty, bapp: Seq[String] = _root_.scala.Seq.empty, battr: Seq[CreativeAttribute] = _root_.scala.Seq.empty, 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 addAllBadv(__vs: Iterable[String]): Restrictions
  5. def addAllBapp(__vs: Iterable[String]): Restrictions
  6. def addAllBattr(__vs: Iterable[CreativeAttribute]): Restrictions
  7. def addAllBcat(__vs: Iterable[String]): Restrictions
  8. def addBadv(__vs: String*): Restrictions
  9. def addBapp(__vs: String*): Restrictions
  10. def addBattr(__vs: CreativeAttribute*): Restrictions
  11. def addBcat(__vs: String*): Restrictions
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. val badv: Seq[String]
  14. val bapp: Seq[String]
  15. val battr: Seq[CreativeAttribute]
  16. val bcat: Seq[String]
  17. val cattax: Option[CategoryTaxonomy]
  18. def clearBadv: Restrictions
  19. def clearBapp: Restrictions
  20. def clearBattr: Restrictions
  21. def clearBcat: Restrictions
  22. def clearCattax: Restrictions
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  24. def companion: Restrictions.type
    Definition Classes
    Restrictions → GeneratedMessage
  25. def discardUnknownFields: Restrictions
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def getCattax: CategoryTaxonomy
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  29. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Restrictions → GeneratedMessage
  30. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Restrictions → GeneratedMessage
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. def serializedSize: Int
    Definition Classes
    Restrictions → GeneratedMessage
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  39. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  40. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  41. def toProtoString: String
    Definition Classes
    Restrictions → GeneratedMessage
  42. val unknownFields: UnknownFieldSet
  43. def update(ms: (Lens[Restrictions, Restrictions]) => Mutation[Restrictions]*): Restrictions
    Definition Classes
    Updatable
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. def withBadv(__v: Seq[String]): Restrictions
  48. def withBapp(__v: Seq[String]): Restrictions
  49. def withBattr(__v: Seq[CreativeAttribute]): Restrictions
  50. def withBcat(__v: Seq[String]): Restrictions
  51. def withCattax(__v: CategoryTaxonomy): Restrictions
  52. def withUnknownFields(__v: UnknownFieldSet): Restrictions
  53. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  54. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Restrictions → GeneratedMessage
  55. 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[Restrictions]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped