UserExt

io.bidmachine.protobuf.ml.v1.UserExt
See theUserExt companion object
final case class UserExt(sessionduration: Option[Long], agency: Option[String], bundle: Option[String], imagency: Option[String], imbundle: Option[String], imd: Option[Int], imimd: Option[Int], imwp: Option[Float], wp: Option[Float], sc: Option[Int], retention: Option[Int], segments: Seq[String], segmentIds: Seq[Int], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[UserExt]

Attributes

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

Members list

Value members

Concrete methods

def addAllSegmentIds(`__vs`: Iterable[Int]): UserExt
def addAllSegments(`__vs`: Iterable[String]): UserExt
def addSegmentIds(`__vs`: Int*): UserExt
def addSegments(`__vs`: String*): UserExt
def companion: UserExt.type
def getAgency: String
def getBundle: String
def getField(`__field`: FieldDescriptor): PValue
def getFieldByNumber(`__fieldNumber`: Int): Any
def getImagency: String
def getImbundle: String
def getImd: Int
def getImimd: Int
def getImwp: Float
def getRetention: Int
def getSc: Int
def getSessionduration: Long
def getWp: Float
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 withAgency(`__v`: String): UserExt
def withBundle(`__v`: String): UserExt
def withImagency(`__v`: String): UserExt
def withImbundle(`__v`: String): UserExt
def withImd(`__v`: Int): UserExt
def withImimd(`__v`: Int): UserExt
def withImwp(`__v`: Float): UserExt
def withRetention(`__v`: Int): UserExt
def withSc(`__v`: Int): UserExt
def withSegmentIds(`__v`: Seq[Int]): UserExt
def withSegments(`__v`: Seq[String]): UserExt
def withSessionduration(`__v`: Long): UserExt
def withUnknownFields(`__v`: UnknownFieldSet): UserExt
def withWp(`__v`: Float): UserExt
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[UserExt, UserExt] => () => UserExt*): UserExt

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