final case class VideoPlacement(delay: Option[Int] = _root_.scala.None, skip: Option[Int] = _root_.scala.None, skipmin: Option[Int] = _root_.scala.None, skipafter: Option[Int] = _root_.scala.None, api: Seq[ApiFramework] = _root_.scala.Seq.empty, w: Option[Int] = _root_.scala.None, h: Option[Int] = _root_.scala.None, ext: Option[VideoPlacementExt] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[VideoPlacement] with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VideoPlacement
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VideoPlacement(delay: Option[Int] = _root_.scala.None, skip: Option[Int] = _root_.scala.None, skipmin: Option[Int] = _root_.scala.None, skipafter: Option[Int] = _root_.scala.None, api: Seq[ApiFramework] = _root_.scala.Seq.empty, w: Option[Int] = _root_.scala.None, h: Option[Int] = _root_.scala.None, ext: Option[VideoPlacementExt] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
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]): VideoPlacement
- def addApi(__vs: ApiFramework*): VideoPlacement
- val api: Seq[ApiFramework]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearApi: VideoPlacement
- def clearDelay: VideoPlacement
- def clearExt: VideoPlacement
- def clearH: VideoPlacement
- def clearSkip: VideoPlacement
- def clearSkipafter: VideoPlacement
- def clearSkipmin: VideoPlacement
- def clearW: VideoPlacement
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: VideoPlacement.type
- Definition Classes
- VideoPlacement → GeneratedMessage
- val delay: Option[Int]
- def discardUnknownFields: VideoPlacement
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[VideoPlacementExt]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDelay: Int
- def getExt: VideoPlacementExt
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- VideoPlacement → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- VideoPlacement → GeneratedMessage
- def getH: Int
- def getSkip: Int
- def getSkipafter: Int
- def getSkipmin: Int
- def getW: Int
- val h: Option[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- VideoPlacement → GeneratedMessage
- val skip: Option[Int]
- val skipafter: Option[Int]
- val skipmin: Option[Int]
- 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
- VideoPlacement → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[VideoPlacement, VideoPlacement]) => Mutation[VideoPlacement]*): VideoPlacement
- Definition Classes
- Updatable
- val w: Option[Int]
- 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 withApi(__v: Seq[ApiFramework]): VideoPlacement
- def withDelay(__v: Int): VideoPlacement
- def withExt(__v: VideoPlacementExt): VideoPlacement
- def withH(__v: Int): VideoPlacement
- def withSkip(__v: Int): VideoPlacement
- def withSkipafter(__v: Int): VideoPlacement
- def withSkipmin(__v: Int): VideoPlacement
- def withUnknownFields(__v: UnknownFieldSet): VideoPlacement
- def withW(__v: Int): VideoPlacement
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- VideoPlacement → 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)