Packages

final case class Seatbid(seat: String = "", package: Boolean = false, bid: Seq[Bid] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Seatbid] with Product with Serializable

A bid response can contain multiple Seatbid objects, each on behalf of a different buyer seat and each containing one or more individual bids. If multiple items are presented in the request offer, the package attribute can be used to specify if a seat is willing to accept any impressions that it can win (default) or if it is interested in winning any only if it can win them all as a group.

seat

ID of the buyer seat on whose behalf this bid is made.

package

For offers with multiple items, this flag Indicates if the bidder is willing to accept wins on a subset of bids or requires the full group as a package. @default false

bid

Array of 1+ "Bid" objects each related to an item. Multiple bids can relate to the same item.

ext

Optional vendor-specific extensions.

extProto

Legacy proto extensions.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Seatbid], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Seatbid
  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 Seatbid(seat: String = "", package: Boolean = false, bid: Seq[Bid] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)

    seat

    ID of the buyer seat on whose behalf this bid is made.

    package

    For offers with multiple items, this flag Indicates if the bidder is willing to accept wins on a subset of bids or requires the full group as a package. @default false

    bid

    Array of 1+ "Bid" objects each related to an item. Multiple bids can relate to the same item.

    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 addAllBid(__vs: Iterable[Bid]): Seatbid
  5. def addAllExtProto(__vs: Iterable[Any]): Seatbid
  6. def addBid(__vs: Bid*): Seatbid
  7. def addExtProto(__vs: Any*): Seatbid
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val bid: Seq[Bid]
  10. def clearBid: Seatbid
  11. def clearExt: Seatbid
  12. def clearExtProto: Seatbid
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  14. def companion: Seatbid.type
    Definition Classes
    Seatbid → GeneratedMessage
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val ext: Option[Struct]
  17. val extProto: Seq[Any]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def getExt: Struct
  20. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Seatbid → GeneratedMessage
  21. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Seatbid → GeneratedMessage
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. val package: Boolean
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val seat: String
  29. def serializedSize: Int
    Definition Classes
    Seatbid → GeneratedMessage
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  32. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  33. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  34. def toProtoString: String
    Definition Classes
    Seatbid → GeneratedMessage
  35. def update(ms: (Lens[Seatbid, Seatbid]) => Mutation[Seatbid]*): Seatbid
    Definition Classes
    Updatable
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. def withBid(__v: Seq[Bid]): Seatbid
  40. def withExt(__v: Struct): Seatbid
  41. def withExtProto(__v: Seq[Any]): Seatbid
  42. def withPackage(__v: Boolean): Seatbid
  43. def withSeat(__v: String): Seatbid
  44. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  45. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Seatbid → GeneratedMessage
  46. 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[Seatbid]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped