Packages

final case class Video(mime: Seq[String] = _root_.scala.Seq.empty, api: Seq[ApiFramework] = _root_.scala.Seq.empty, type: Seq[VideoCreativeType] = _root_.scala.Seq.empty, adm: String = "", curl: String = "", ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Video] with Product with Serializable

mime

Mime type(s) of the ad creative(s) (e.g., "video/mp4").

api

API required by the ad if applicable.

type

Subtype of video creative.

adm

Video markup (e.g., VAST).

curl

Optional means of retrieving markup by reference; a URL that returns video markup

ext

Optional vendor-specific extensions.

extProto

Legacy proto extensions.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Video], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Video
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Video(mime: Seq[String] = _root_.scala.Seq.empty, api: Seq[ApiFramework] = _root_.scala.Seq.empty, type: Seq[VideoCreativeType] = _root_.scala.Seq.empty, adm: String = "", curl: String = "", ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)

    mime

    Mime type(s) of the ad creative(s) (e.g., "video/mp4").

    api

    API required by the ad if applicable.

    type

    Subtype of video creative.

    adm

    Video markup (e.g., VAST).

    curl

    Optional means of retrieving markup by reference; a URL that returns video markup

    ext

    Optional vendor-specific extensions.

    extProto

    Legacy proto extensions.

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. def addAllApi(__vs: Iterable[ApiFramework]): Video
  5. def addAllExtProto(__vs: Iterable[Any]): Video
  6. def addAllMime(__vs: Iterable[String]): Video
  7. def addAllType(__vs: Iterable[VideoCreativeType]): Video
  8. def addApi(__vs: ApiFramework*): Video
  9. def addExtProto(__vs: Any*): Video
  10. def addMime(__vs: String*): Video
  11. def addType(__vs: VideoCreativeType*): Video
  12. val adm: String
  13. val api: Seq[ApiFramework]
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clearApi: Video
  16. def clearExt: Video
  17. def clearExtProto: Video
  18. def clearMime: Video
  19. def clearType: Video
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  21. def companion: Video.type
    Definition Classes
    Video → GeneratedMessage
  22. val curl: String
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. val ext: Option[Struct]
  25. val extProto: Seq[Any]
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  27. def getExt: Struct
  28. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Video → GeneratedMessage
  29. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Video → GeneratedMessage
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. val mime: Seq[String]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. def serializedSize: Int
    Definition Classes
    Video → GeneratedMessage
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  39. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  40. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  41. def toProtoString: String
    Definition Classes
    Video → GeneratedMessage
  42. val type: Seq[VideoCreativeType]
  43. def update(ms: (Lens[Video, Video]) => Mutation[Video]*): Video
    Definition Classes
    Updatable
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. def withAdm(__v: String): Video
  48. def withApi(__v: Seq[ApiFramework]): Video
  49. def withCurl(__v: String): Video
  50. def withExt(__v: Struct): Video
  51. def withExtProto(__v: Seq[Any]): Video
  52. def withMime(__v: Seq[String]): Video
  53. def withType(__v: Seq[VideoCreativeType]): Video
  54. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  55. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Video → GeneratedMessage
  56. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

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 Updatable[Video]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped