object Asset extends GeneratedMessageCompanion[Asset]
- Alphabetic
- By Inheritance
- Asset
- GeneratedMessageCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- implicit class AssetLens[UpperPB] extends ObjectLens[UpperPB, Asset]
- 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()
- 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()
- 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()
- 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()
- 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()
- type ValueType = Asset
- Definition Classes
- GeneratedMessageCompanion
- 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
- 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 DATA_FIELD_NUMBER: Int(6)
- final val DISCLAIMER_FIELD_NUMBER: Int(11)
- final val EXT_FIELD_NUMBER: Int(9)
- final val EXT_PROTO_FIELD_NUMBER: Int(8)
- final val ID_FIELD_NUMBER: Int(1)
- final val IMAGE_FIELD_NUMBER: Int(4)
- final val LABEL_FIELD_NUMBER: Int(10)
- final val LINK_FIELD_NUMBER: Int(7)
- final val REQ_FIELD_NUMBER: Int(2)
- final val TITLE_FIELD_NUMBER: Int(3)
- final val VIDEO_FIELD_NUMBER: Int(5)
- 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: Asset
- Definition Classes
- Asset → GeneratedMessageCompanion
- def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
- Definition Classes
- Asset → GeneratedMessageCompanion
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromAscii(s: String): Asset
- 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
- Asset → GeneratedMessageCompanion
- def merge(a: Asset, input: CodedInputStream): Asset
- Definition Classes
- GeneratedMessageCompanion
- implicit def messageCompanion: GeneratedMessageCompanion[Asset]
- def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
- Definition Classes
- Asset → GeneratedMessageCompanion
- implicit def messageReads: Reads[Asset]
- Definition Classes
- Asset → GeneratedMessageCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
- Definition Classes
- Asset → GeneratedMessageCompanion
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- 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
- def parseDelimitedFrom(input: InputStream): Option[Asset]
- Definition Classes
- GeneratedMessageCompanion
- def parseDelimitedFrom(input: CodedInputStream): Option[Asset]
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(_input__: CodedInputStream): Asset
- Definition Classes
- Asset → GeneratedMessageCompanion
- def parseFrom(s: Array[Byte]): Asset
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(input: InputStream): Asset
- Definition Classes
- GeneratedMessageCompanion
- def scalaDescriptor: Descriptor
- Definition Classes
- Asset → GeneratedMessageCompanion
- def streamFromDelimitedInput(input: InputStream): Stream[Asset]
- Definition Classes
- GeneratedMessageCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteArray(a: Asset): Array[Byte]
- Definition Classes
- GeneratedMessageCompanion
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validate(s: Array[Byte]): Try[Asset]
- Definition Classes
- GeneratedMessageCompanion
- def validateAscii(s: String): Either[TextFormatError, Asset]
- 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 DataAsset extends GeneratedMessageCompanion[DataAsset]
- object DisclaimerAsset extends GeneratedMessageCompanion[DisclaimerAsset]
- object ImageAsset extends GeneratedMessageCompanion[ImageAsset]
- object LabelAsset extends GeneratedMessageCompanion[LabelAsset]
- object TitleAsset extends GeneratedMessageCompanion[TitleAsset]
- object VideoAsset extends GeneratedMessageCompanion[VideoAsset]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)