Packages

final case class Publisher(id: String = "", name: String = "", domain: String = "", cat: Seq[String] = _root_.scala.Seq.empty, cattax: CategoryTaxonomy = com.explorestack.protobuf.adcom.CategoryTaxonomy.CATEGORY_TAXONOMY_INVALID, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Publisher] with Product with Serializable

id

Vendor-specific unique publisher identifier, as used in ads.txt files.

name

Displayable name of the publisher.

domain

Highest level domain of the publisher (e.g., "publisher.com").

cat

Array of content categories that describe the publisher using IDs from the taxonomy indicated in "cattax".

cattax

The taxonomy in use for the "cat" attribute.

ext

Optional vendor-specific extensions.

extProto

Legacy proto extensions.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Publisher], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Publisher
  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 Publisher(id: String = "", name: String = "", domain: String = "", cat: Seq[String] = _root_.scala.Seq.empty, cattax: CategoryTaxonomy = com.explorestack.protobuf.adcom.CategoryTaxonomy.CATEGORY_TAXONOMY_INVALID, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)

    id

    Vendor-specific unique publisher identifier, as used in ads.txt files.

    name

    Displayable name of the publisher.

    domain

    Highest level domain of the publisher (e.g., "publisher.com").

    cat

    Array of content categories that describe the publisher using IDs from the taxonomy indicated in "cattax".

    cattax

    The taxonomy in use for the "cat" attribute.

    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 addAllCat(__vs: Iterable[String]): Publisher
  5. def addAllExtProto(__vs: Iterable[Any]): Publisher
  6. def addCat(__vs: String*): Publisher
  7. def addExtProto(__vs: Any*): Publisher
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val cat: Seq[String]
  10. val cattax: CategoryTaxonomy
  11. def clearCat: Publisher
  12. def clearExt: Publisher
  13. def clearExtProto: Publisher
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  15. def companion: Publisher.type
    Definition Classes
    Publisher → GeneratedMessage
  16. val domain: String
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. val ext: Option[Struct]
  19. val extProto: Seq[Any]
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. def getExt: Struct
  22. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Publisher → GeneratedMessage
  23. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Publisher → GeneratedMessage
  24. val id: String
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val name: String
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. def serializedSize: Int
    Definition Classes
    Publisher → GeneratedMessage
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  34. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  35. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  36. def toProtoString: String
    Definition Classes
    Publisher → GeneratedMessage
  37. def update(ms: (Lens[Publisher, Publisher]) => Mutation[Publisher]*): Publisher
    Definition Classes
    Updatable
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. def withCat(__v: Seq[String]): Publisher
  42. def withCattax(__v: CategoryTaxonomy): Publisher
  43. def withDomain(__v: String): Publisher
  44. def withExt(__v: Struct): Publisher
  45. def withExtProto(__v: Seq[Any]): Publisher
  46. def withId(__v: String): Publisher
  47. def withName(__v: String): Publisher
  48. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  49. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Publisher → GeneratedMessage
  50. 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[Publisher]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped