Device

io.bidmachine.protobuf.ml.v1.Device
See theDevice companion class
object Device extends GeneratedMessageCompanion[Device]

Attributes

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

Members list

Type members

Classlikes

implicit class DeviceLens[UpperPB](_l: Lens[UpperPB, Device]) extends ObjectLens[UpperPB, Device]

Attributes

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

Inherited types

type ValueType = Device

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(`type`: Option[DeviceType], ua: Option[String], ifa: Option[String], lmt: Option[Boolean], make: Option[String], model: Option[String], os: Option[String], osv: Option[String], hwv: Option[String], h: Option[Int], w: Option[Int], ppi: Option[Int], pxratio: Option[Int], js: Option[Boolean], lang: Option[String], ip: Option[String], ipv6: Option[String], xff: Option[String], iptr: Option[Boolean], carrier: Option[String], mccmnc: Option[String], mccmncsim: Option[String], contype: Option[ConnectionType], geofetch: Option[Boolean], geo: Option[Geo], ext: Option[DeviceExt]): Device
def parseFrom(`_input__`: CodedInputStream): Device

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): Device

Attributes

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

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[Device]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
GeneratedMessageCompanion

Concrete fields

final val CARRIER_FIELD_NUMBER: 20
final val CONTYPE_FIELD_NUMBER: 23
final val EXT_FIELD_NUMBER: 26
final val GEOFETCH_FIELD_NUMBER: 24
final val GEO_FIELD_NUMBER: 25
final val HWV_FIELD_NUMBER: 9
final val H_FIELD_NUMBER: 10
final val IFA_FIELD_NUMBER: 3
final val IPTR_FIELD_NUMBER: 19
final val IPV6_FIELD_NUMBER: 17
final val IP_FIELD_NUMBER: 16
final val JS_FIELD_NUMBER: 14
final val LANG_FIELD_NUMBER: 15
final val LMT_FIELD_NUMBER: 4
final val MAKE_FIELD_NUMBER: 5
final val MCCMNCSIM_FIELD_NUMBER: 22
final val MCCMNC_FIELD_NUMBER: 21
final val MODEL_FIELD_NUMBER: 6
final val OSV_FIELD_NUMBER: 8
final val OS_FIELD_NUMBER: 7
final val PPI_FIELD_NUMBER: 12
final val PXRATIO_FIELD_NUMBER: 13
final val TYPE_FIELD_NUMBER: 1
final val UA_FIELD_NUMBER: 2
final val W_FIELD_NUMBER: 11
final val XFF_FIELD_NUMBER: 18
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

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