Sizes

io.bidmachine.protobuf.ml.v1.Sizes
See theSizes companion object
final case class Sizes(originalAdm: Option[Long], purlTracker: Option[Long], impTrackers: Seq[Long], clickTrackers: Seq[Long], lurlTrackers: Seq[Long], nurl: Option[Long], burl: Option[Long], lurl: Option[Long], context: Option[Long], adm: Option[Long], bidResponse: Option[Long], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Sizes]

Attributes

Companion
object
Graph
Supertypes
trait Updatable[Sizes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addAllClickTrackers(`__vs`: Iterable[Long]): Sizes
def addAllImpTrackers(`__vs`: Iterable[Long]): Sizes
def addAllLurlTrackers(`__vs`: Iterable[Long]): Sizes
def addClickTrackers(`__vs`: Long*): Sizes
def addImpTrackers(`__vs`: Long*): Sizes
def addLurlTrackers(`__vs`: Long*): Sizes
def companion: Sizes.type
def getAdm: Long
def getBidResponse: Long
def getBurl: Long
def getContext: Long
def getField(`__field`: FieldDescriptor): PValue
def getFieldByNumber(`__fieldNumber`: Int): Any
def getLurl: Long
def getNurl: Long
def getOriginalAdm: Long
def getPurlTracker: Long
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
def toProtoString: String

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

def withAdm(`__v`: Long): Sizes
def withBidResponse(`__v`: Long): Sizes
def withBurl(`__v`: Long): Sizes
def withClickTrackers(`__v`: Seq[Long]): Sizes
def withContext(`__v`: Long): Sizes
def withImpTrackers(`__v`: Seq[Long]): Sizes
def withLurl(`__v`: Long): Sizes
def withLurlTrackers(`__v`: Seq[Long]): Sizes
def withNurl(`__v`: Long): Sizes
def withOriginalAdm(`__v`: Long): Sizes
def withPurlTracker(`__v`: Long): Sizes
def withUnknownFields(`__v`: UnknownFieldSet): Sizes
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
def update(ms: Lens[Sizes, Sizes] => () => Sizes*): Sizes

Attributes

Inherited from:
Updatable
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage