final case class VideoTemplate(videoClickable: Option[Boolean] = _root_.scala.None, countdown: Option[CountdownTemplate] = _root_.scala.None, closableView: Option[ClosableViewTemplate] = _root_.scala.None, mute: Option[MuteTemplate] = _root_.scala.None, unmute: Option[UnmuteTemplate] = _root_.scala.None, closeTime: Option[Double] = _root_.scala.None, r1: Option[Boolean] = _root_.scala.None, r2: Option[Boolean] = _root_.scala.None, cta: Option[CTATemplate] = _root_.scala.None, animationElement: Option[AnimationElementTemplate] = _root_.scala.None, autoskip: Option[Boolean] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[VideoTemplate] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[VideoTemplate], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VideoTemplate
  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 VideoTemplate(videoClickable: Option[Boolean] = _root_.scala.None, countdown: Option[CountdownTemplate] = _root_.scala.None, closableView: Option[ClosableViewTemplate] = _root_.scala.None, mute: Option[MuteTemplate] = _root_.scala.None, unmute: Option[UnmuteTemplate] = _root_.scala.None, closeTime: Option[Double] = _root_.scala.None, r1: Option[Boolean] = _root_.scala.None, r2: Option[Boolean] = _root_.scala.None, cta: Option[CTATemplate] = _root_.scala.None, animationElement: Option[AnimationElementTemplate] = _root_.scala.None, autoskip: Option[Boolean] = _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. val animationElement: Option[AnimationElementTemplate]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val autoskip: Option[Boolean]
  7. def clearAnimationElement: VideoTemplate
  8. def clearAutoskip: VideoTemplate
  9. def clearClosableView: VideoTemplate
  10. def clearCloseTime: VideoTemplate
  11. def clearCountdown: VideoTemplate
  12. def clearCta: VideoTemplate
  13. def clearMute: VideoTemplate
  14. def clearR1: VideoTemplate
  15. def clearR2: VideoTemplate
  16. def clearUnmute: VideoTemplate
  17. def clearVideoClickable: VideoTemplate
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  19. val closableView: Option[ClosableViewTemplate]
  20. val closeTime: Option[Double]
  21. def companion: VideoTemplate.type
    Definition Classes
    VideoTemplate → GeneratedMessage
  22. val countdown: Option[CountdownTemplate]
  23. val cta: Option[CTATemplate]
  24. def discardUnknownFields: VideoTemplate
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def getAnimationElement: AnimationElementTemplate
  27. def getAutoskip: Boolean
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  29. def getClosableView: ClosableViewTemplate
  30. def getCloseTime: Double
  31. def getCountdown: CountdownTemplate
  32. def getCta: CTATemplate
  33. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    VideoTemplate → GeneratedMessage
  34. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    VideoTemplate → GeneratedMessage
  35. def getMute: MuteTemplate
  36. def getR1: Boolean
  37. def getR2: Boolean
  38. def getUnmute: UnmuteTemplate
  39. def getVideoClickable: Boolean
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. val mute: Option[MuteTemplate]
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  45. def productElementNames: Iterator[String]
    Definition Classes
    Product
  46. val r1: Option[Boolean]
  47. val r2: Option[Boolean]
  48. def serializedSize: Int
    Definition Classes
    VideoTemplate → GeneratedMessage
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  51. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  52. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  53. def toProtoString: String
    Definition Classes
    VideoTemplate → GeneratedMessage
  54. val unknownFields: UnknownFieldSet
  55. val unmute: Option[UnmuteTemplate]
  56. def update(ms: (Lens[VideoTemplate, VideoTemplate]) => Mutation[VideoTemplate]*): VideoTemplate
    Definition Classes
    Updatable
  57. val videoClickable: Option[Boolean]
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. def withAnimationElement(__v: AnimationElementTemplate): VideoTemplate
  62. def withAutoskip(__v: Boolean): VideoTemplate
  63. def withClosableView(__v: ClosableViewTemplate): VideoTemplate
  64. def withCloseTime(__v: Double): VideoTemplate
  65. def withCountdown(__v: CountdownTemplate): VideoTemplate
  66. def withCta(__v: CTATemplate): VideoTemplate
  67. def withMute(__v: MuteTemplate): VideoTemplate
  68. def withR1(__v: Boolean): VideoTemplate
  69. def withR2(__v: Boolean): VideoTemplate
  70. def withUnknownFields(__v: UnknownFieldSet): VideoTemplate
  71. def withUnmute(__v: UnmuteTemplate): VideoTemplate
  72. def withVideoClickable(__v: Boolean): VideoTemplate
  73. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  74. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    VideoTemplate → GeneratedMessage
  75. 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[VideoTemplate]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped