Packages

final case class ImageAssetFormat(type: NativeImageAssetType = com.explorestack.protobuf.adcom.NativeImageAssetType.NATIVE_IMAGE_ASSET_TYPE_INVALID, mime: Seq[String] = _root_.scala.Seq.empty, w: Int = 0, h: Int = 0, wmin: Int = 0, hmin: Int = 0, wratio: Int = 0, hratio: Int = 0, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[ImageAssetFormat] with Product with Serializable

This object is used to provide native asset format specifications for an image element. Image elements are typically used for the actual creative image and icons.

type

The type of image asset supported.

mime

Array of supported mime types (e.g., "image/jpeg", "image/gif").

w

Absolute width of the image asset in device independent pixels (DIPS).

h

Absolute height of the image asset in device independent pixels (DIPS).

wmin

The minimum requested absolute width of the image in device independent pixels (DIPS). This option should be used for any scaling of images by the client.

hmin

The minimum requested absolute height of the image in device independent pixels (DIPS). This option should be used for any scaling of images by the client.

wratio

Relative width of the image asset when expressing size as a ratio.

hratio

Relative height of the image asset when expressing size as a ratio.

ext

Optional vendor-specific extensions.

extProto

Legacy proto extensions.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[ImageAssetFormat], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImageAssetFormat
  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 ImageAssetFormat(type: NativeImageAssetType = com.explorestack.protobuf.adcom.NativeImageAssetType.NATIVE_IMAGE_ASSET_TYPE_INVALID, mime: Seq[String] = _root_.scala.Seq.empty, w: Int = 0, h: Int = 0, wmin: Int = 0, hmin: Int = 0, wratio: Int = 0, hratio: Int = 0, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)

    type

    The type of image asset supported.

    mime

    Array of supported mime types (e.g., "image/jpeg", "image/gif").

    w

    Absolute width of the image asset in device independent pixels (DIPS).

    h

    Absolute height of the image asset in device independent pixels (DIPS).

    wmin

    The minimum requested absolute width of the image in device independent pixels (DIPS). This option should be used for any scaling of images by the client.

    hmin

    The minimum requested absolute height of the image in device independent pixels (DIPS). This option should be used for any scaling of images by the client.

    wratio

    Relative width of the image asset when expressing size as a ratio.

    hratio

    Relative height of the image asset when expressing size as a ratio.

    ext

    Optional vendor-specific extensions.

    extProto

    Legacy proto extensions.

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 addAllExtProto(__vs: Iterable[Any]): ImageAssetFormat
  5. def addAllMime(__vs: Iterable[String]): ImageAssetFormat
  6. def addExtProto(__vs: Any*): ImageAssetFormat
  7. def addMime(__vs: String*): ImageAssetFormat
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clearExt: ImageAssetFormat
  10. def clearExtProto: ImageAssetFormat
  11. def clearMime: ImageAssetFormat
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  13. def companion: ImageAssetFormat.type
    Definition Classes
    ImageAssetFormat → GeneratedMessage
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val ext: Option[Struct]
  16. val extProto: Seq[Any]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def getExt: Struct
  19. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ImageAssetFormat → GeneratedMessage
  20. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ImageAssetFormat → GeneratedMessage
  21. val h: Int
  22. val hmin: Int
  23. val hratio: Int
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val mime: Seq[String]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. def serializedSize: Int
    Definition Classes
    ImageAssetFormat → GeneratedMessage
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  33. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  34. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  35. def toProtoString: String
    Definition Classes
    ImageAssetFormat → GeneratedMessage
  36. val type: NativeImageAssetType
  37. def update(ms: (Lens[ImageAssetFormat, ImageAssetFormat]) => Mutation[ImageAssetFormat]*): ImageAssetFormat
    Definition Classes
    Updatable
  38. val w: Int
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. def withExt(__v: Struct): ImageAssetFormat
  43. def withExtProto(__v: Seq[Any]): ImageAssetFormat
  44. def withH(__v: Int): ImageAssetFormat
  45. def withHmin(__v: Int): ImageAssetFormat
  46. def withHratio(__v: Int): ImageAssetFormat
  47. def withMime(__v: Seq[String]): ImageAssetFormat
  48. def withType(__v: NativeImageAssetType): ImageAssetFormat
  49. def withW(__v: Int): ImageAssetFormat
  50. def withWmin(__v: Int): ImageAssetFormat
  51. def withWratio(__v: Int): ImageAssetFormat
  52. val wmin: Int
  53. val wratio: Int
  54. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  55. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ImageAssetFormat → GeneratedMessage
  56. 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[ImageAssetFormat]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped