Packages

object NativeFormat extends GeneratedMessageCompanion[NativeFormat]

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

Type Members

  1. 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()
  2. implicit class NativeFormatLens[UpperPB] extends ObjectLens[UpperPB, NativeFormat]
  3. type ValueType = NativeFormat
    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 ASSET_FIELD_NUMBER: Int(1)
  5. final val EXT_FIELD_NUMBER: Int(3)
  6. final val EXT_PROTO_FIELD_NUMBER: Int(2)
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. lazy val defaultInstance: NativeFormat
    Definition Classes
    NativeFormat → GeneratedMessageCompanion
  10. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  11. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    NativeFormat → GeneratedMessageCompanion
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def fromAscii(s: String): NativeFormat
    Definition Classes
    GeneratedMessageCompanion
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def javaDescriptor: Descriptor
    Definition Classes
    NativeFormat → GeneratedMessageCompanion
  19. def merge(a: NativeFormat, input: CodedInputStream): NativeFormat
    Definition Classes
    GeneratedMessageCompanion
  20. implicit def messageCompanion: GeneratedMessageCompanion[NativeFormat]
  21. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  22. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    NativeFormat → GeneratedMessageCompanion
  23. implicit def messageReads: Reads[NativeFormat]
    Definition Classes
    NativeFormat → GeneratedMessageCompanion
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    NativeFormat → GeneratedMessageCompanion
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. def of(asset: Seq[AssetFormat], ext: Option[Struct], extProto: Seq[Any]): NativeFormat
  29. def parseDelimitedFrom(input: InputStream): Option[NativeFormat]
    Definition Classes
    GeneratedMessageCompanion
  30. def parseDelimitedFrom(input: CodedInputStream): Option[NativeFormat]
    Definition Classes
    GeneratedMessageCompanion
  31. def parseFrom(_input__: CodedInputStream): NativeFormat
    Definition Classes
    NativeFormat → GeneratedMessageCompanion
  32. def parseFrom(s: Array[Byte]): NativeFormat
    Definition Classes
    GeneratedMessageCompanion
  33. def parseFrom(input: InputStream): NativeFormat
    Definition Classes
    GeneratedMessageCompanion
  34. def scalaDescriptor: Descriptor
    Definition Classes
    NativeFormat → GeneratedMessageCompanion
  35. def streamFromDelimitedInput(input: InputStream): Stream[NativeFormat]
    Definition Classes
    GeneratedMessageCompanion
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toByteArray(a: NativeFormat): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def validate(s: Array[Byte]): Try[NativeFormat]
    Definition Classes
    GeneratedMessageCompanion
  40. def validateAscii(s: String): Either[TextFormatError, NativeFormat]
    Definition Classes
    GeneratedMessageCompanion
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. object AssetFormat extends GeneratedMessageCompanion[AssetFormat]

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

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped