com.explorestack.protobuf.adcom.Placement.DisplayPlacement
NativeFormat
Companion class NativeFormat
object NativeFormat extends GeneratedMessageCompanion[NativeFormat]
- Alphabetic
- By Inheritance
- NativeFormat
- GeneratedMessageCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final case class AssetFormat(id: Int = 0, req: Boolean = false, title: Option[TitleAssetFormat] = _root_.scala.None, img: Option[ImageAssetFormat] = _root_.scala.None, video: Option[VideoPlacement] = _root_.scala.None, data: Option[DataAssetFormat] = _root_.scala.None, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[AssetFormat] with Product with Serializable
This object represents the permitted specifications of a single asset of a native ad.
This object represents the permitted specifications of a single asset of a native ad. Along with its own attributes, exactly one of the asset subtype objects must be included. All others must be omitted.
- id
Asset ID, unique within the scope of this placement specification.
- req
Indicator of whether or not this asset is required
- title
Asset Format Subtype Object that indicates this is specifying a title asset and provides additional detail as such.
- img
Asset Format Subtype Object that indicates this is specifying an image asset and provides additional detail as such.
- video
Asset Format Subtype Object, which leverages the "VideoPlacement" object, that indicates this is specifying a video asset and provides additional detail as such.
- data
Asset Format Subtype Object that indicates this is specifying a data asset and provides additional detail as such.
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
- Annotations
- @SerialVersionUID()
- implicit class NativeFormatLens[UpperPB] extends ObjectLens[UpperPB, NativeFormat]
- type ValueType = NativeFormat
- 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 ASSET_FIELD_NUMBER: Int(1)
- final val EXT_FIELD_NUMBER: Int(3)
- final val EXT_PROTO_FIELD_NUMBER: Int(2)
- 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: NativeFormat
- Definition Classes
- NativeFormat → GeneratedMessageCompanion
- def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
- Definition Classes
- NativeFormat → GeneratedMessageCompanion
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromAscii(s: String): NativeFormat
- 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
- NativeFormat → GeneratedMessageCompanion
- def merge(a: NativeFormat, input: CodedInputStream): NativeFormat
- Definition Classes
- GeneratedMessageCompanion
- implicit def messageCompanion: GeneratedMessageCompanion[NativeFormat]
- def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
- Definition Classes
- NativeFormat → GeneratedMessageCompanion
- implicit def messageReads: Reads[NativeFormat]
- Definition Classes
- NativeFormat → GeneratedMessageCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
- Definition Classes
- NativeFormat → GeneratedMessageCompanion
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def of(asset: Seq[AssetFormat], ext: Option[Struct], extProto: Seq[Any]): NativeFormat
- def parseDelimitedFrom(input: InputStream): Option[NativeFormat]
- Definition Classes
- GeneratedMessageCompanion
- def parseDelimitedFrom(input: CodedInputStream): Option[NativeFormat]
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(_input__: CodedInputStream): NativeFormat
- Definition Classes
- NativeFormat → GeneratedMessageCompanion
- def parseFrom(s: Array[Byte]): NativeFormat
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(input: InputStream): NativeFormat
- Definition Classes
- GeneratedMessageCompanion
- def scalaDescriptor: Descriptor
- Definition Classes
- NativeFormat → GeneratedMessageCompanion
- def streamFromDelimitedInput(input: InputStream): Stream[NativeFormat]
- Definition Classes
- GeneratedMessageCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteArray(a: NativeFormat): Array[Byte]
- Definition Classes
- GeneratedMessageCompanion
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validate(s: Array[Byte]): Try[NativeFormat]
- Definition Classes
- GeneratedMessageCompanion
- def validateAscii(s: String): Either[TextFormatError, NativeFormat]
- 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 AssetFormat extends GeneratedMessageCompanion[AssetFormat]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)