Packages

object Content extends GeneratedMessageCompanion[Content]

Linear Supertypes
GeneratedMessageCompanion[Content], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Content
  2. GeneratedMessageCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class ContentLens[UpperPB] extends ObjectLens[UpperPB, Content]
  2. 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()
  3. type ValueType = Content
    Definition Classes
    GeneratedMessageCompanion

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. final val ALBUM_FIELD_NUMBER: Int(8)
  5. final val ARTIST_FIELD_NUMBER: Int(6)
  6. final val CATTAX_FIELD_NUMBER: Int(12)
  7. final val CAT_FIELD_NUMBER: Int(11)
  8. final val CONTEXT_FIELD_NUMBER: Int(14)
  9. final val DATA_FIELD_NUMBER: Int(25)
  10. final val EMBED_FIELD_NUMBER: Int(23)
  11. final val EPISODE_FIELD_NUMBER: Int(2)
  12. final val EXT_FIELD_NUMBER: Int(27)
  13. final val EXT_PROTO_FIELD_NUMBER: Int(26)
  14. final val GENRE_FIELD_NUMBER: Int(7)
  15. final val ID_FIELD_NUMBER: Int(1)
  16. final val ISRC_FIELD_NUMBER: Int(9)
  17. final val KEYWORDS_FIELD_NUMBER: Int(18)
  18. final val LANG_FIELD_NUMBER: Int(22)
  19. final val LEN_FIELD_NUMBER: Int(21)
  20. final val LIVE_FIELD_NUMBER: Int(19)
  21. final val MRATING_FIELD_NUMBER: Int(17)
  22. final val PRODQ_FIELD_NUMBER: Int(13)
  23. final val PRODUCER_FIELD_NUMBER: Int(24)
  24. final val RATING_FIELD_NUMBER: Int(15)
  25. final val SEASON_FIELD_NUMBER: Int(5)
  26. final val SERIES_FIELD_NUMBER: Int(4)
  27. final val SRCREL_FIELD_NUMBER: Int(20)
  28. final val TITLE_FIELD_NUMBER: Int(3)
  29. final val URATING_FIELD_NUMBER: Int(16)
  30. final val URL_FIELD_NUMBER: Int(10)
  31. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  32. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  33. lazy val defaultInstance: Content
    Definition Classes
    Content → GeneratedMessageCompanion
  34. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  35. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    Content → GeneratedMessageCompanion
  36. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  38. def fromAscii(s: String): Content
    Definition Classes
    GeneratedMessageCompanion
  39. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. def javaDescriptor: Descriptor
    Definition Classes
    Content → GeneratedMessageCompanion
  43. def merge(a: Content, input: CodedInputStream): Content
    Definition Classes
    GeneratedMessageCompanion
  44. implicit def messageCompanion: GeneratedMessageCompanion[Content]
  45. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  46. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    Content → GeneratedMessageCompanion
  47. implicit def messageReads: Reads[Content]
    Definition Classes
    Content → GeneratedMessageCompanion
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    Content → GeneratedMessageCompanion
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  52. def of(id: String, episode: Int, title: String, series: String, season: String, artist: String, genre: String, album: String, isrc: String, url: String, cat: Seq[String], cattax: CategoryTaxonomy, prodq: ProductionQuality, context: ContentContext, rating: String, urating: String, mrating: MediaRating, keywords: String, live: Boolean, srcrel: Int, len: Int, lang: String, embed: Boolean, producer: Option[Producer], data: Seq[Data], ext: Option[Struct], extProto: Seq[Any]): Content
  53. def parseDelimitedFrom(input: InputStream): Option[Content]
    Definition Classes
    GeneratedMessageCompanion
  54. def parseDelimitedFrom(input: CodedInputStream): Option[Content]
    Definition Classes
    GeneratedMessageCompanion
  55. def parseFrom(_input__: CodedInputStream): Content
    Definition Classes
    Content → GeneratedMessageCompanion
  56. def parseFrom(s: Array[Byte]): Content
    Definition Classes
    GeneratedMessageCompanion
  57. def parseFrom(input: InputStream): Content
    Definition Classes
    GeneratedMessageCompanion
  58. def scalaDescriptor: Descriptor
    Definition Classes
    Content → GeneratedMessageCompanion
  59. def streamFromDelimitedInput(input: InputStream): Stream[Content]
    Definition Classes
    GeneratedMessageCompanion
  60. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  61. def toByteArray(a: Content): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  62. def toString(): String
    Definition Classes
    AnyRef → Any
  63. def validate(s: Array[Byte]): Try[Content]
    Definition Classes
    GeneratedMessageCompanion
  64. def validateAscii(s: String): Either[TextFormatError, Content]
    Definition Classes
    GeneratedMessageCompanion
  65. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. object Producer extends GeneratedMessageCompanion[Producer]

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 GeneratedMessageCompanion[Content]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped