Packages

object Layout extends GeneratedMessageCompanion[Layout]

Linear Supertypes
GeneratedMessageCompanion[Layout], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Layout
  2. GeneratedMessageCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Constraint(sourceAnchor: Anchor = io.bidmachine.protobuf.rendering.Rendering.Phase.ViewComponent.Layout.Constraint.Anchor.ANCHOR_INVALID, targetAnchor: Anchor = io.bidmachine.protobuf.rendering.Rendering.Phase.ViewComponent.Layout.Constraint.Anchor.ANCHOR_INVALID, target: String = "", value: Double = 0.0, multiplier: Double = 0.0) extends GeneratedMessage with Updatable[Constraint] with Product with Serializable

    target

    Any string value. Must match the name of the component from ads or controls Note: If it is necessary to bind to the screen, then target = system

    value

    The importance of constraint. Note: Negative values for X constants shift left, for Y constants shift up. For height and width, the value 0 - is the value of the full width and height of the screen

    multiplier

    The value of the multiplier for a relative value. Relative value applies only to dimensions and constraints. width and height use multiplier, there are no other bindings

    Annotations
    @SerialVersionUID()
  2. implicit class LayoutLens[UpperPB] extends ObjectLens[UpperPB, Layout]
  3. type ValueType = Layout
    Definition Classes
    GeneratedMessageCompanion

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. final val CONSTRAINTS_FIELD_NUMBER: Int(1)
  5. final val ZINDEX_FIELD_NUMBER: Int(2)
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. lazy val defaultInstance: Layout
    Definition Classes
    Layout → GeneratedMessageCompanion
  9. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  10. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    Layout → GeneratedMessageCompanion
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def fromAscii(s: String): Layout
    Definition Classes
    GeneratedMessageCompanion
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def javaDescriptor: Descriptor
    Definition Classes
    Layout → GeneratedMessageCompanion
  18. def merge(a: Layout, input: CodedInputStream): Layout
    Definition Classes
    GeneratedMessageCompanion
  19. implicit def messageCompanion: GeneratedMessageCompanion[Layout]
  20. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  21. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    Layout → GeneratedMessageCompanion
  22. implicit def messageReads: Reads[Layout]
    Definition Classes
    Layout → GeneratedMessageCompanion
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    Layout → GeneratedMessageCompanion
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. def of(constraints: Seq[Constraint], zIndex: Int): Layout
  28. def parseDelimitedFrom(input: InputStream): Option[Layout]
    Definition Classes
    GeneratedMessageCompanion
  29. def parseDelimitedFrom(input: CodedInputStream): Option[Layout]
    Definition Classes
    GeneratedMessageCompanion
  30. def parseFrom(_input__: CodedInputStream): Layout
    Definition Classes
    Layout → GeneratedMessageCompanion
  31. def parseFrom(s: Array[Byte]): Layout
    Definition Classes
    GeneratedMessageCompanion
  32. def parseFrom(input: InputStream): Layout
    Definition Classes
    GeneratedMessageCompanion
  33. def scalaDescriptor: Descriptor
    Definition Classes
    Layout → GeneratedMessageCompanion
  34. def streamFromDelimitedInput(input: InputStream): Stream[Layout]
    Definition Classes
    GeneratedMessageCompanion
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toByteArray(a: Layout): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def validate(s: Array[Byte]): Try[Layout]
    Definition Classes
    GeneratedMessageCompanion
  39. def validateAscii(s: String): Either[TextFormatError, Layout]
    Definition Classes
    GeneratedMessageCompanion
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. object Constraint extends GeneratedMessageCompanion[Constraint]

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 GeneratedMessageCompanion[Layout]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped