c
com.explorestack.protobuf.adcom.Placement.DisplayPlacement.NativeFormat.AssetFormat
DataAssetFormat
Companion object DataAssetFormat
final case class DataAssetFormat(type: NativeDataAssetType = com.explorestack.protobuf.adcom.NativeDataAssetType.NATIVE_DATA_ASSET_TYPE_INVALID, len: Int = 0, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[DataAssetFormat] with Product with Serializable
This object is used to provide native asset format specifications for a data element. A data asset is used for all miscellaneous elements such as brand name, ratings, stars, review count, downloads, prices, etc. It is purposefully generic to support native elements not currently contemplated by this specification.
- type
The type of data asset supported.
- len
The maximum allowed length of the data value.
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DataAssetFormat
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DataAssetFormat(type: NativeDataAssetType = com.explorestack.protobuf.adcom.NativeDataAssetType.NATIVE_DATA_ASSET_TYPE_INVALID, len: Int = 0, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)
- type
The type of data asset supported.
- len
The maximum allowed length of the data value.
- 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 addAllExtProto(__vs: Iterable[Any]): DataAssetFormat
- def addExtProto(__vs: Any*): DataAssetFormat
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearExt: DataAssetFormat
- def clearExtProto: DataAssetFormat
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: DataAssetFormat.type
- Definition Classes
- DataAssetFormat → GeneratedMessage
- 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
- DataAssetFormat → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- DataAssetFormat → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val len: 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- DataAssetFormat → 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
- DataAssetFormat → GeneratedMessage
- val type: NativeDataAssetType
- def update(ms: (Lens[DataAssetFormat, DataAssetFormat]) => Mutation[DataAssetFormat]*): DataAssetFormat
- 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 withExt(__v: Struct): DataAssetFormat
- def withExtProto(__v: Seq[Any]): DataAssetFormat
- def withLen(__v: Int): DataAssetFormat
- def withType(__v: NativeDataAssetType): DataAssetFormat
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- DataAssetFormat → 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)