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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Video
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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
- def addAllApi(__vs: Iterable[ApiFramework]): Video
- def addAllExtProto(__vs: Iterable[Any]): Video
- def addAllMime(__vs: Iterable[String]): Video
- def addAllType(__vs: Iterable[VideoCreativeType]): Video
- def addApi(__vs: ApiFramework*): Video
- def addExtProto(__vs: Any*): Video
- def addMime(__vs: String*): Video
- def addType(__vs: VideoCreativeType*): Video
- val adm: String
- val api: Seq[ApiFramework]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearApi: Video
- def clearExt: Video
- def clearExtProto: Video
- def clearMime: Video
- def clearType: Video
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Video.type
- Definition Classes
- Video → GeneratedMessage
- val curl: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[Struct]
- val extProto: Seq[Any]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getExt: Struct
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Video → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Video → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mime: Seq[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- Video → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Video → GeneratedMessage
- val type: Seq[VideoCreativeType]
- def update(ms: (Lens[Video, Video]) => Mutation[Video]*): Video
- Definition Classes
- Updatable
- 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])
- def withAdm(__v: String): Video
- def withApi(__v: Seq[ApiFramework]): Video
- def withCurl(__v: String): Video
- def withExt(__v: Struct): Video
- def withExtProto(__v: Seq[Any]): Video
- def withMime(__v: Seq[String]): Video
- def withType(__v: Seq[VideoCreativeType]): Video
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Video → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)