Packages

object Asset extends GeneratedMessageCompanion[Asset]

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

Type Members

  1. implicit class AssetLens[UpperPB] extends ObjectLens[UpperPB, Asset]
  2. final case class DataAsset(value: String = "", len: Int = 0, type: NativeDataAssetType = com.explorestack.protobuf.adcom.NativeDataAssetType.NATIVE_DATA_ASSET_TYPE_INVALID, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[DataAsset] with Product with Serializable

    value

    A formatted string of data to be displayed (e.g., "5 stars", "3.4 stars out of 5", etc.).

    len

    The length of the "value" contents.

    type

    The type of data represented by this asset.

    ext

    Optional vendor-specific extensions.

    extProto

    Legacy proto extensions.

    Annotations
    @SerialVersionUID()
  3. final case class DisclaimerAsset(text: String = "", percent: Int = 0, type: NativeDataAssetType = com.explorestack.protobuf.adcom.NativeDataAssetType.NATIVE_DATA_ASSET_TYPE_INVALID) extends GeneratedMessage with Updatable[DisclaimerAsset] with Product with Serializable

    Asset type for disclaimer view

    Asset type for disclaimer view

    Annotations
    @SerialVersionUID()
  4. final case class ImageAsset(url: String = "", w: Int = 0, h: Int = 0, type: NativeImageAssetType = com.explorestack.protobuf.adcom.NativeImageAssetType.NATIVE_IMAGE_ASSET_TYPE_INVALID, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[ImageAsset] with Product with Serializable

    url

    A URL that returns the image for the asset.

    w

    Width of the image asset in device independent pixels (DIPS).

    h

    Height of the image asset in device independent pixels (DIPS).

    type

    The type of image represented by this asset.

    ext

    Optional vendor-specific extensions.

    extProto

    Legacy proto extensions.

    Annotations
    @SerialVersionUID()
  5. final case class LabelAsset(content: String = "", w: Int = 0, h: Int = 0, pos: NativeAssetPosition = com.explorestack.protobuf.adcom.NativeAssetPosition.ASSET_POSITION_TOP_LEFT) extends GeneratedMessage with Updatable[LabelAsset] with Product with Serializable

    Label asset for for Ad Badge

    Label asset for for Ad Badge

    content

    Bage image png encoded as base64

    w

    Width of image

    h

    Height of image

    pos

    Position of asset in native container

    Annotations
    @SerialVersionUID()
  6. final case class TitleAsset(text: String = "", len: Int = 0, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[TitleAsset] with Product with Serializable

    text

    The text content of the text element.

    len

    The length of the contents of the "text" attribute.

    ext

    Optional vendor-specific extensions.

    extProto

    Legacy proto extensions.

    Annotations
    @SerialVersionUID()
  7. type ValueType = Asset
    Definition Classes
    GeneratedMessageCompanion
  8. final case class VideoAsset(adm: String = "", curl: String = "", ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[VideoAsset] with Product with Serializable

    adm

    Video markup (e.g., VAST document) for the asset.

    curl

    A URL that returns the video markup (e.g., VAST document) for the asset.

    ext

    Optional vendor-specific extensions.

    extProto

    Legacy proto extensions.

    Annotations
    @SerialVersionUID()

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 DATA_FIELD_NUMBER: Int(6)
  5. final val DISCLAIMER_FIELD_NUMBER: Int(11)
  6. final val EXT_FIELD_NUMBER: Int(9)
  7. final val EXT_PROTO_FIELD_NUMBER: Int(8)
  8. final val ID_FIELD_NUMBER: Int(1)
  9. final val IMAGE_FIELD_NUMBER: Int(4)
  10. final val LABEL_FIELD_NUMBER: Int(10)
  11. final val LINK_FIELD_NUMBER: Int(7)
  12. final val REQ_FIELD_NUMBER: Int(2)
  13. final val TITLE_FIELD_NUMBER: Int(3)
  14. final val VIDEO_FIELD_NUMBER: Int(5)
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  17. lazy val defaultInstance: Asset
    Definition Classes
    Asset → GeneratedMessageCompanion
  18. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  19. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    Asset → GeneratedMessageCompanion
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def fromAscii(s: String): Asset
    Definition Classes
    GeneratedMessageCompanion
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def javaDescriptor: Descriptor
    Definition Classes
    Asset → GeneratedMessageCompanion
  27. def merge(a: Asset, input: CodedInputStream): Asset
    Definition Classes
    GeneratedMessageCompanion
  28. implicit def messageCompanion: GeneratedMessageCompanion[Asset]
  29. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  30. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    Asset → GeneratedMessageCompanion
  31. implicit def messageReads: Reads[Asset]
    Definition Classes
    Asset → GeneratedMessageCompanion
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    Asset → GeneratedMessageCompanion
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. def of(id: Int, req: Boolean, title: Option[TitleAsset], image: Option[ImageAsset], video: Option[VideoAsset], data: Option[DataAsset], link: Option[LinkAsset], label: Option[LabelAsset], disclaimer: Option[DisclaimerAsset], ext: Option[Struct], extProto: Seq[Any]): Asset
  37. def parseDelimitedFrom(input: InputStream): Option[Asset]
    Definition Classes
    GeneratedMessageCompanion
  38. def parseDelimitedFrom(input: CodedInputStream): Option[Asset]
    Definition Classes
    GeneratedMessageCompanion
  39. def parseFrom(_input__: CodedInputStream): Asset
    Definition Classes
    Asset → GeneratedMessageCompanion
  40. def parseFrom(s: Array[Byte]): Asset
    Definition Classes
    GeneratedMessageCompanion
  41. def parseFrom(input: InputStream): Asset
    Definition Classes
    GeneratedMessageCompanion
  42. def scalaDescriptor: Descriptor
    Definition Classes
    Asset → GeneratedMessageCompanion
  43. def streamFromDelimitedInput(input: InputStream): Stream[Asset]
    Definition Classes
    GeneratedMessageCompanion
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toByteArray(a: Asset): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def validate(s: Array[Byte]): Try[Asset]
    Definition Classes
    GeneratedMessageCompanion
  48. def validateAscii(s: String): Either[TextFormatError, Asset]
    Definition Classes
    GeneratedMessageCompanion
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. object DataAsset extends GeneratedMessageCompanion[DataAsset]
  53. object DisclaimerAsset extends GeneratedMessageCompanion[DisclaimerAsset]
  54. object ImageAsset extends GeneratedMessageCompanion[ImageAsset]
  55. object LabelAsset extends GeneratedMessageCompanion[LabelAsset]
  56. object TitleAsset extends GeneratedMessageCompanion[TitleAsset]
  57. object VideoAsset extends GeneratedMessageCompanion[VideoAsset]

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[Asset]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped