UserExt

io.bidmachine.protobuf.ml.v1.UserExt
See theUserExt companion class
object UserExt extends GeneratedMessageCompanion[UserExt]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[UserExt]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
UserExt.type

Members list

Type members

Classlikes

implicit class UserExtLens[UpperPB](_l: Lens[UpperPB, UserExt]) extends ObjectLens[UpperPB, UserExt]

Attributes

Supertypes
class ObjectLens[UpperPB, UserExt]
trait Lens[UpperPB, UserExt]
trait Serializable
class Object
trait Matchable
class Any
Show all

Inherited types

Attributes

Inherited from:
GeneratedMessageCompanion

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]
def javaDescriptor: Descriptor

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]
def of(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]): UserExt
def parseFrom(`_input__`: CodedInputStream): UserExt

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

def scalaDescriptor: Descriptor

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
def fromAscii(s: String): UserExt

Attributes

Inherited from:
GeneratedMessageCompanion
def merge(a: UserExt, input: CodedInputStream): UserExt

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[UserExt]

Attributes

Inherited from:
GeneratedMessageCompanion
def parseDelimitedFrom(input: CodedInputStream): Option[UserExt]

Attributes

Inherited from:
GeneratedMessageCompanion
def parseFrom(s: Array[Byte]): UserExt

Attributes

Inherited from:
GeneratedMessageCompanion
def parseFrom(input: InputStream): UserExt

Attributes

Inherited from:
GeneratedMessageCompanion
def streamFromDelimitedInput(input: InputStream): Stream[UserExt]

Attributes

Inherited from:
GeneratedMessageCompanion
def toByteArray(a: UserExt): Array[Byte]

Attributes

Inherited from:
GeneratedMessageCompanion
def validate(s: Array[Byte]): Try[UserExt]

Attributes

Inherited from:
GeneratedMessageCompanion
def validateAscii(s: String): Either[TextFormatError, UserExt]

Attributes

Inherited from:
GeneratedMessageCompanion

Concrete fields

final val AGENCY_FIELD_NUMBER: 2
final val BUNDLE_FIELD_NUMBER: 3
final val IMAGENCY_FIELD_NUMBER: 4
final val IMBUNDLE_FIELD_NUMBER: 5
final val IMD_FIELD_NUMBER: 6
final val IMIMD_FIELD_NUMBER: 7
final val IMWP_FIELD_NUMBER: 8
final val RETENTION_FIELD_NUMBER: 11
final val SC_FIELD_NUMBER: 10
final val SEGMENTS_FIELD_NUMBER: 12
final val SEGMENT_IDS_FIELD_NUMBER: 13
final val WP_FIELD_NUMBER: 9
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

final implicit def UserExtLens[UpperPB](_l: Lens[UpperPB, UserExt]): UserExtLens[UpperPB]
implicit def messageCompanion: GeneratedMessageCompanion[UserExt]
implicit def messageReads: Reads[UserExt]