object App extends GeneratedMessageCompanion[App]
- Alphabetic
- By Inheritance
- App
- GeneratedMessageCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- implicit class AppLens[UpperPB] extends ObjectLens[UpperPB, App]
- final case class Content(id: String = "", episode: Int = 0, title: String = "", series: String = "", season: String = "", artist: String = "", genre: String = "", album: String = "", isrc: String = "", url: String = "", cat: Seq[String] = _root_.scala.Seq.empty, cattax: CategoryTaxonomy = com.explorestack.protobuf.adcom.CategoryTaxonomy.CATEGORY_TAXONOMY_INVALID, prodq: ProductionQuality = com.explorestack.protobuf.adcom.ProductionQuality.PRODUCTION_QUALITY_INVALID, context: ContentContext = com.explorestack.protobuf.adcom.ContentContext.CONTENT_CONTEXT_INVALID, rating: String = "", urating: String = "", mrating: MediaRating = com.explorestack.protobuf.adcom.MediaRating.MEDIA_RATING_INVALID, keywords: String = "", live: Boolean = false, srcrel: Int = 0, len: Int = 0, lang: String = "", embed: Boolean = false, producer: Option[Producer] = _root_.scala.None, data: Seq[Data] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Content] with Product with Serializable
- id
ID uniquely identifying the content.
- episode
Episode number.
- title
Content title.
- series
Content series.
- season
Content season (e.g., "Season 3").
- artist
Artist credited with the content.
- genre
Genre that best describes the content (e.g., rock, pop, etc).
- album
Album to which the content belongs; typically for audio.
- isrc
International Standard Recording Code conforming to ISO-3901.
- url
URL of the content, for buy-side contextualization or review.
- cat
Array of content categories describing the content using IDs from the taxonomy indicated in "cattax".
- cattax
The taxonomy in use for the "cat" attribute.
- prodq
Production quality.
- context
Type of content (game, video, text, etc.).
- rating
Content rating (e.g., MPAA).
- urating
User rating of the content (e.g., number of stars, likes, etc.).
- mrating
Media rating per IQG guidelines.
- keywords
Comma separated list of keywords describing the content.
- live
Indication of live content.
- srcrel
Source relationship, where 0 = indirect, 1 = direct.
- len
Length of content in seconds; typically for video or audio.
- lang
Content language using ISO-639-1-alpha-2.
- embed
Indicator of whether or not the content is embedded off-site from the the site or app described in those objects (e.g., an embedded video player)
- producer
Details about the content producer.
- data
Additional user data. Each "Data" object represents a different data source.
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
- Annotations
- @SerialVersionUID()
- 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()
- final case class Release(type: String = "", signatureSHA1: String = "", signatureSHA256: String = "") extends GeneratedMessage with Updatable[Release] with Product with Serializable
- type
The release type of the application. Possible values: debug, release, or testflight (testflight — iOS only).
- signatureSHA1
Specific App-Level signature data (Android only)
- signatureSHA256
Specific App-Level signature data (Android only)
- Annotations
- @SerialVersionUID()
- type ValueType = App
- Definition Classes
- GeneratedMessageCompanion
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val BUNDLE_FIELD_NUMBER: Int(12)
- final val CATTAX_FIELD_NUMBER: Int(9)
- final val CAT_FIELD_NUMBER: Int(6)
- final val CONTENT_FIELD_NUMBER: Int(4)
- final val DOMAIN_FIELD_NUMBER: Int(5)
- final val EXT_FIELD_NUMBER: Int(18)
- final val EXT_PROTO_FIELD_NUMBER: Int(17)
- final val ID_FIELD_NUMBER: Int(1)
- final val KEYWORDS_FIELD_NUMBER: Int(11)
- final val NAME_FIELD_NUMBER: Int(2)
- final val PAGECAT_FIELD_NUMBER: Int(8)
- final val PAID_FIELD_NUMBER: Int(16)
- final val PRIVPOLICY_FIELD_NUMBER: Int(10)
- final val PUB_FIELD_NUMBER: Int(3)
- final val RELEASE_FIELD_NUMBER: Int(19)
- final val SECTCAT_FIELD_NUMBER: Int(7)
- final val STOREID_FIELD_NUMBER: Int(13)
- final val STOREURL_FIELD_NUMBER: Int(14)
- final val VER_FIELD_NUMBER: Int(15)
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- lazy val defaultInstance: App
- Definition Classes
- App → GeneratedMessageCompanion
- def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
- Definition Classes
- App → GeneratedMessageCompanion
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromAscii(s: String): App
- Definition Classes
- GeneratedMessageCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: Descriptor
- Definition Classes
- App → GeneratedMessageCompanion
- def merge(a: App, input: CodedInputStream): App
- Definition Classes
- GeneratedMessageCompanion
- implicit def messageCompanion: GeneratedMessageCompanion[App]
- def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
- Definition Classes
- App → GeneratedMessageCompanion
- implicit def messageReads: Reads[App]
- Definition Classes
- App → GeneratedMessageCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
- Definition Classes
- App → GeneratedMessageCompanion
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def of(id: String, name: String, pub: Option[Publisher], content: Option[Content], domain: String, cat: Seq[String], sectcat: Seq[String], pagecat: Seq[String], cattax: CategoryTaxonomy, privpolicy: Boolean, keywords: String, bundle: String, storeid: String, storeurl: String, ver: String, paid: Boolean, release: Option[Release], ext: Option[Struct], extProto: Seq[Any]): App
- def parseDelimitedFrom(input: InputStream): Option[App]
- Definition Classes
- GeneratedMessageCompanion
- def parseDelimitedFrom(input: CodedInputStream): Option[App]
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(_input__: CodedInputStream): App
- Definition Classes
- App → GeneratedMessageCompanion
- def parseFrom(s: Array[Byte]): App
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(input: InputStream): App
- Definition Classes
- GeneratedMessageCompanion
- def scalaDescriptor: Descriptor
- Definition Classes
- App → GeneratedMessageCompanion
- def streamFromDelimitedInput(input: InputStream): Stream[App]
- Definition Classes
- GeneratedMessageCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteArray(a: App): Array[Byte]
- Definition Classes
- GeneratedMessageCompanion
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validate(s: Array[Byte]): Try[App]
- Definition Classes
- GeneratedMessageCompanion
- def validateAscii(s: String): Either[TextFormatError, App]
- Definition Classes
- GeneratedMessageCompanion
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Content extends GeneratedMessageCompanion[Content]
- object Publisher extends GeneratedMessageCompanion[Publisher]
- object Release extends GeneratedMessageCompanion[Release]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)