Packages

final case class Producer(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[Producer] with Product with Serializable

id

Vendor-specific unique producer identifier.

name

Displayable name of the producer.

domain

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

cat

Array of content categories that describe the producer 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[Producer], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Producer
  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 Producer(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 producer identifier.

    name

    Displayable name of the producer.

    domain

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

    cat

    Array of content categories that describe the producer 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]): Producer
  5. def addAllExtProto(__vs: Iterable[Any]): Producer
  6. def addCat(__vs: String*): Producer
  7. def addExtProto(__vs: Any*): Producer
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val cat: Seq[String]
  10. val cattax: CategoryTaxonomy
  11. def clearCat: Producer
  12. def clearExt: Producer
  13. def clearExtProto: Producer
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  15. def companion: Producer.type
    Definition Classes
    Producer → 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
    Producer → GeneratedMessage
  23. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Producer → 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
    Producer → 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
    Producer → GeneratedMessage
  37. def update(ms: (Lens[Producer, Producer]) => Mutation[Producer]*): Producer
    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]): Producer
  42. def withCattax(__v: CategoryTaxonomy): Producer
  43. def withDomain(__v: String): Producer
  44. def withExt(__v: Struct): Producer
  45. def withExtProto(__v: Seq[Any]): Producer
  46. def withId(__v: String): Producer
  47. def withName(__v: String): Producer
  48. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  49. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Producer → 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[Producer]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped