final case class UserSession(lastActivity: Long = 0L, metricsByAdType: Seq[AdTypeMetrics] = _root_.scala.Seq.empty, sessionStart: Long = 0L, lastRequestRejectionReason: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[UserSession] with Product with Serializable
New message for tracking user session metrics
- lastActivity
Last activity timestamp (unix milliseconds)
- sessionStart
Session start timestamp
- lastRequestRejectionReason
The reason why ad request was not registered Resides in SessionState since single proto definition is reused for session metrics and auction-tracker level caching Not stored in session metrics, stored in tracker context cache
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UserSession
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UserSession(lastActivity: Long = 0L, metricsByAdType: Seq[AdTypeMetrics] = _root_.scala.Seq.empty, sessionStart: Long = 0L, lastRequestRejectionReason: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- lastActivity
Last activity timestamp (unix milliseconds)
- sessionStart
Session start timestamp
- lastRequestRejectionReason
The reason why ad request was not registered Resides in SessionState since single proto definition is reused for session metrics and auction-tracker level caching Not stored in session metrics, stored in tracker context cache
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllMetricsByAdType(__vs: Iterable[AdTypeMetrics]): UserSession
- def addMetricsByAdType(__vs: AdTypeMetrics*): UserSession
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearMetricsByAdType: UserSession
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: UserSession.type
- Definition Classes
- UserSession → GeneratedMessage
- def discardUnknownFields: UserSession
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- UserSession → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- UserSession → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lastActivity: Long
- val lastRequestRejectionReason: String
- val metricsByAdType: Seq[AdTypeMetrics]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- UserSession → GeneratedMessage
- val sessionStart: Long
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- UserSession → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[UserSession, UserSession]) => Mutation[UserSession]*): UserSession
- Definition Classes
- Updatable
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withLastActivity(__v: Long): UserSession
- def withLastRequestRejectionReason(__v: String): UserSession
- def withMetricsByAdType(__v: Seq[AdTypeMetrics]): UserSession
- def withSessionStart(__v: Long): UserSession
- def withUnknownFields(__v: UnknownFieldSet): UserSession
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- UserSession → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)