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
Updatable[VideoPlacement], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VideoPlacement
  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 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

  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]): VideoPlacement
  5. def addApi(__vs: ApiFramework*): VideoPlacement
  6. val api: Seq[ApiFramework]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clearApi: VideoPlacement
  9. def clearDelay: VideoPlacement
  10. def clearExt: VideoPlacement
  11. def clearH: VideoPlacement
  12. def clearSkip: VideoPlacement
  13. def clearSkipafter: VideoPlacement
  14. def clearSkipmin: VideoPlacement
  15. def clearW: VideoPlacement
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  17. def companion: VideoPlacement.type
    Definition Classes
    VideoPlacement → GeneratedMessage
  18. val delay: Option[Int]
  19. def discardUnknownFields: VideoPlacement
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. val ext: Option[VideoPlacementExt]
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. def getDelay: Int
  24. def getExt: VideoPlacementExt
  25. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    VideoPlacement → GeneratedMessage
  26. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    VideoPlacement → GeneratedMessage
  27. def getH: Int
  28. def getSkip: Int
  29. def getSkipafter: Int
  30. def getSkipmin: Int
  31. def getW: Int
  32. val h: Option[Int]
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. def serializedSize: Int
    Definition Classes
    VideoPlacement → GeneratedMessage
  39. val skip: Option[Int]
  40. val skipafter: Option[Int]
  41. val skipmin: Option[Int]
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  44. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  45. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  46. def toProtoString: String
    Definition Classes
    VideoPlacement → GeneratedMessage
  47. val unknownFields: UnknownFieldSet
  48. def update(ms: (Lens[VideoPlacement, VideoPlacement]) => Mutation[VideoPlacement]*): VideoPlacement
    Definition Classes
    Updatable
  49. val w: Option[Int]
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. def withApi(__v: Seq[ApiFramework]): VideoPlacement
  54. def withDelay(__v: Int): VideoPlacement
  55. def withExt(__v: VideoPlacementExt): VideoPlacement
  56. def withH(__v: Int): VideoPlacement
  57. def withSkip(__v: Int): VideoPlacement
  58. def withSkipafter(__v: Int): VideoPlacement
  59. def withSkipmin(__v: Int): VideoPlacement
  60. def withUnknownFields(__v: UnknownFieldSet): VideoPlacement
  61. def withW(__v: Int): VideoPlacement
  62. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  63. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    VideoPlacement → GeneratedMessage
  64. 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[VideoPlacement]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped