final case class VideoPlacement(ptype: VideoPlacementType = com.explorestack.protobuf.adcom.VideoPlacementType.VIDEO_PLACEMENT_TYPE_INVALID, pos: PlacementPosition = com.explorestack.protobuf.adcom.PlacementPosition.PLACEMENT_POSITION_INVALID, delay: Int = 0, skip: Boolean = false, skipmin: Int = 0, skipafter: Int = 0, playmethod: PlaybackMethod = com.explorestack.protobuf.adcom.PlaybackMethod.PLAYBACK_METHOD_INVALID, playend: PlaybackCessationMode = com.explorestack.protobuf.adcom.PlaybackCessationMode.PLAYBACK_CESSATION_MODE_INVALID, clktype: ClickType = com.explorestack.protobuf.adcom.ClickType.CLICK_TYPE_NON_CLICKABLE, mime: Seq[String] = _root_.scala.Seq.empty, api: Seq[ApiFramework] = _root_.scala.Seq.empty, ctype: Seq[VideoCreativeType] = _root_.scala.Seq.empty, w: Int = 0, h: Int = 0, unit: SizeUnit = com.explorestack.protobuf.adcom.SizeUnit.SIZE_UNIT_INVALID, mindur: Int = 0, maxdur: Int = 0, maxext: Int = 0, minbitr: Int = 0, maxbitr: Int = 0, delivery: Seq[DeliveryMethod] = _root_.scala.Seq.empty, maxseq: Int = 0, linear: LinearityMode = com.explorestack.protobuf.adcom.LinearityMode.LINEARITY_MODE_INVALID, boxing: Boolean = false, comp: Seq[Companion] = _root_.scala.Seq.empty, comptype: Seq[CompanionType] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[VideoPlacement] with Product with Serializable
- ptype
Placement subtype.
- pos
Placement position on screen.
- delay
Indicates the start delay in seconds for pre-roll, mid-roll, or post-roll placements.
- skip
Indicates if the placement imposes ad skippability.
- skipmin
The placement allows creatives of total duration greater than this number of seconds to be skipped.
- skipafter
Number of seconds a creative must play before the placement enables skipping;
- playmethod
Playback method in use for this placement.
- playend
The event that causes playback to end for this placement.
- clktype
Indicates the click type of the placement.
- mime
Array of supported mime types
- api
List of supported APIs for this placement.
- ctype
Creative subtypes permitted for this placement.
- w
Width of the creative in units specified by "unit".
- h
Height of the creative in units specified by "unit".
- unit
Units of size used for "w" and "h" attributes.
- mindur
Minimum creative duration in seconds.
- maxdur
Maximum creative duration in seconds.
- maxext
Maximum extended creative duration if extension is allowed.
- minbitr
Minimum bit rate of the creative in Kbps.
- maxbitr
Maximum bit rate of the creative in Kbps.
- delivery
Array of supported creative delivery methods.
- maxseq
The maximum number of ads that can be played in an ad pod.
- linear
Indicates if the creative must be linear, nonlinear, etc.
- boxing
Indicates if letterboxing of 4:3 creatives into a 16:9 window is allowed.
- comp
Array of objects indicating that companion ads are available and providing the specifications thereof.
- comptype
Supported companion ad types.
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- VideoPlacement
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new VideoPlacement(ptype: VideoPlacementType = com.explorestack.protobuf.adcom.VideoPlacementType.VIDEO_PLACEMENT_TYPE_INVALID, pos: PlacementPosition = com.explorestack.protobuf.adcom.PlacementPosition.PLACEMENT_POSITION_INVALID, delay: Int = 0, skip: Boolean = false, skipmin: Int = 0, skipafter: Int = 0, playmethod: PlaybackMethod = com.explorestack.protobuf.adcom.PlaybackMethod.PLAYBACK_METHOD_INVALID, playend: PlaybackCessationMode = com.explorestack.protobuf.adcom.PlaybackCessationMode.PLAYBACK_CESSATION_MODE_INVALID, clktype: ClickType = com.explorestack.protobuf.adcom.ClickType.CLICK_TYPE_NON_CLICKABLE, mime: Seq[String] = _root_.scala.Seq.empty, api: Seq[ApiFramework] = _root_.scala.Seq.empty, ctype: Seq[VideoCreativeType] = _root_.scala.Seq.empty, w: Int = 0, h: Int = 0, unit: SizeUnit = com.explorestack.protobuf.adcom.SizeUnit.SIZE_UNIT_INVALID, mindur: Int = 0, maxdur: Int = 0, maxext: Int = 0, minbitr: Int = 0, maxbitr: Int = 0, delivery: Seq[DeliveryMethod] = _root_.scala.Seq.empty, maxseq: Int = 0, linear: LinearityMode = com.explorestack.protobuf.adcom.LinearityMode.LINEARITY_MODE_INVALID, boxing: Boolean = false, comp: Seq[Companion] = _root_.scala.Seq.empty, comptype: Seq[CompanionType] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)
- ptype
Placement subtype.
- pos
Placement position on screen.
- delay
Indicates the start delay in seconds for pre-roll, mid-roll, or post-roll placements.
- skip
Indicates if the placement imposes ad skippability.
- skipmin
The placement allows creatives of total duration greater than this number of seconds to be skipped.
- skipafter
Number of seconds a creative must play before the placement enables skipping;
- playmethod
Playback method in use for this placement.
- playend
The event that causes playback to end for this placement.
- clktype
Indicates the click type of the placement.
- mime
Array of supported mime types
- api
List of supported APIs for this placement.
- ctype
Creative subtypes permitted for this placement.
- w
Width of the creative in units specified by "unit".
- h
Height of the creative in units specified by "unit".
- unit
Units of size used for "w" and "h" attributes.
- mindur
Minimum creative duration in seconds.
- maxdur
Maximum creative duration in seconds.
- maxext
Maximum extended creative duration if extension is allowed.
- minbitr
Minimum bit rate of the creative in Kbps.
- maxbitr
Maximum bit rate of the creative in Kbps.
- delivery
Array of supported creative delivery methods.
- maxseq
The maximum number of ads that can be played in an ad pod.
- linear
Indicates if the creative must be linear, nonlinear, etc.
- boxing
Indicates if letterboxing of 4:3 creatives into a 16:9 window is allowed.
- comp
Array of objects indicating that companion ads are available and providing the specifications thereof.
- comptype
Supported companion ad types.
- 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]): VideoPlacement
- def addAllComp(__vs: Iterable[Companion]): VideoPlacement
- def addAllComptype(__vs: Iterable[CompanionType]): VideoPlacement
- def addAllCtype(__vs: Iterable[VideoCreativeType]): VideoPlacement
- def addAllDelivery(__vs: Iterable[DeliveryMethod]): VideoPlacement
- def addAllExtProto(__vs: Iterable[Any]): VideoPlacement
- def addAllMime(__vs: Iterable[String]): VideoPlacement
- def addApi(__vs: ApiFramework*): VideoPlacement
- def addComp(__vs: Companion*): VideoPlacement
- def addComptype(__vs: CompanionType*): VideoPlacement
- def addCtype(__vs: VideoCreativeType*): VideoPlacement
- def addDelivery(__vs: DeliveryMethod*): VideoPlacement
- def addExtProto(__vs: Any*): VideoPlacement
- def addMime(__vs: String*): VideoPlacement
- val api: Seq[ApiFramework]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val boxing: Boolean
- def clearApi: VideoPlacement
- def clearComp: VideoPlacement
- def clearComptype: VideoPlacement
- def clearCtype: VideoPlacement
- def clearDelivery: VideoPlacement
- def clearExt: VideoPlacement
- def clearExtProto: VideoPlacement
- def clearMime: VideoPlacement
- val clktype: ClickType
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val comp: Seq[Companion]
- def companion: VideoPlacement.type
- Definition Classes
- VideoPlacement → GeneratedMessage
- val comptype: Seq[CompanionType]
- val ctype: Seq[VideoCreativeType]
- val delay: Int
- val delivery: Seq[DeliveryMethod]
- 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
- VideoPlacement → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- VideoPlacement → GeneratedMessage
- val h: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val linear: LinearityMode
- val maxbitr: Int
- val maxdur: Int
- val maxext: Int
- val maxseq: Int
- val mime: Seq[String]
- val minbitr: Int
- val mindur: Int
- 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()
- val playend: PlaybackCessationMode
- val playmethod: PlaybackMethod
- val pos: PlacementPosition
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val ptype: VideoPlacementType
- def serializedSize: Int
- Definition Classes
- VideoPlacement → GeneratedMessage
- val skip: Boolean
- val skipafter: Int
- val skipmin: 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 unit: SizeUnit
- def update(ms: (Lens[VideoPlacement, VideoPlacement]) => Mutation[VideoPlacement]*): VideoPlacement
- Definition Classes
- Updatable
- val w: 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 withBoxing(__v: Boolean): VideoPlacement
- def withClktype(__v: ClickType): VideoPlacement
- def withComp(__v: Seq[Companion]): VideoPlacement
- def withComptype(__v: Seq[CompanionType]): VideoPlacement
- def withCtype(__v: Seq[VideoCreativeType]): VideoPlacement
- def withDelay(__v: Int): VideoPlacement
- def withDelivery(__v: Seq[DeliveryMethod]): VideoPlacement
- def withExt(__v: Struct): VideoPlacement
- def withExtProto(__v: Seq[Any]): VideoPlacement
- def withH(__v: Int): VideoPlacement
- def withLinear(__v: LinearityMode): VideoPlacement
- def withMaxbitr(__v: Int): VideoPlacement
- def withMaxdur(__v: Int): VideoPlacement
- def withMaxext(__v: Int): VideoPlacement
- def withMaxseq(__v: Int): VideoPlacement
- def withMime(__v: Seq[String]): VideoPlacement
- def withMinbitr(__v: Int): VideoPlacement
- def withMindur(__v: Int): VideoPlacement
- def withPlayend(__v: PlaybackCessationMode): VideoPlacement
- def withPlaymethod(__v: PlaybackMethod): VideoPlacement
- def withPos(__v: PlacementPosition): VideoPlacement
- def withPtype(__v: VideoPlacementType): VideoPlacement
- def withSkip(__v: Boolean): VideoPlacement
- def withSkipafter(__v: Int): VideoPlacement
- def withSkipmin(__v: Int): VideoPlacement
- def withUnit(__v: SizeUnit): 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)