Packages

final case class Restrictions(bcat: Seq[String] = _root_.scala.Seq.empty, cattax: CategoryTaxonomy = com.explorestack.protobuf.adcom.CategoryTaxonomy.CATEGORY_TAXONOMY_INVALID, badv: Seq[String] = _root_.scala.Seq.empty, bapp: Seq[String] = _root_.scala.Seq.empty, battr: Seq[CreativeAttribute] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Restrictions] with Product with Serializable

This object allows lists of restrictions on ad responses to be specified including specific content categories, advertisers, ads pertaining to specific apps, or creative attributes.

bcat

Block list of content categories using IDs from the taxonomy indicated in cattax.

cattax

The taxonomy in use for the bcat attribute.

badv

Block list of advertisers by their domains (e.g., “ford.com”).

bapp

Block list of apps for which ads are disallowed. These should be bundle or package names (e.g., “com.foo.mygame”) and should NOT be app store IDs (e.g., not iTunes store IDs).

battr

Block list of creative attributes.

ext

Optional vendor-specific extensions.

extProto

Legacy proto extensions.

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(bcat: Seq[String] = _root_.scala.Seq.empty, cattax: CategoryTaxonomy = com.explorestack.protobuf.adcom.CategoryTaxonomy.CATEGORY_TAXONOMY_INVALID, badv: Seq[String] = _root_.scala.Seq.empty, bapp: Seq[String] = _root_.scala.Seq.empty, battr: Seq[CreativeAttribute] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)

    bcat

    Block list of content categories using IDs from the taxonomy indicated in cattax.

    cattax

    The taxonomy in use for the bcat attribute.

    badv

    Block list of advertisers by their domains (e.g., “ford.com”).

    bapp

    Block list of apps for which ads are disallowed. These should be bundle or package names (e.g., “com.foo.mygame”) and should NOT be app store IDs (e.g., not iTunes store IDs).

    battr

    Block list of creative attributes.

    ext

    Optional vendor-specific extensions.

    extProto

    Legacy proto extensions.

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 addAllExtProto(__vs: Iterable[Any]): Restrictions
  9. def addBadv(__vs: String*): Restrictions
  10. def addBapp(__vs: String*): Restrictions
  11. def addBattr(__vs: CreativeAttribute*): Restrictions
  12. def addBcat(__vs: String*): Restrictions
  13. def addExtProto(__vs: Any*): Restrictions
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. val badv: Seq[String]
  16. val bapp: Seq[String]
  17. val battr: Seq[CreativeAttribute]
  18. val bcat: Seq[String]
  19. val cattax: CategoryTaxonomy
  20. def clearBadv: Restrictions
  21. def clearBapp: Restrictions
  22. def clearBattr: Restrictions
  23. def clearBcat: Restrictions
  24. def clearExt: Restrictions
  25. def clearExtProto: Restrictions
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  27. def companion: Restrictions.type
    Definition Classes
    Restrictions → GeneratedMessage
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. val ext: Option[Struct]
  30. val extProto: Seq[Any]
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  32. def getExt: Struct
  33. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Restrictions → GeneratedMessage
  34. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Restrictions → GeneratedMessage
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  39. def productElementNames: Iterator[String]
    Definition Classes
    Product
  40. def serializedSize: Int
    Definition Classes
    Restrictions → GeneratedMessage
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  43. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  44. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  45. def toProtoString: String
    Definition Classes
    Restrictions → GeneratedMessage
  46. def update(ms: (Lens[Restrictions, Restrictions]) => Mutation[Restrictions]*): Restrictions
    Definition Classes
    Updatable
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. def withBadv(__v: Seq[String]): Restrictions
  51. def withBapp(__v: Seq[String]): Restrictions
  52. def withBattr(__v: Seq[CreativeAttribute]): Restrictions
  53. def withBcat(__v: Seq[String]): Restrictions
  54. def withCattax(__v: CategoryTaxonomy): Restrictions
  55. def withExt(__v: Struct): Restrictions
  56. def withExtProto(__v: Seq[Any]): Restrictions
  57. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  58. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Restrictions → GeneratedMessage
  59. 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