DeviceExt

io.bidmachine.protobuf.ml.v1.DeviceExt
See theDeviceExt companion object
final case class DeviceExt(access: Option[String], airplane: Option[Int], atts: Option[Int], batterylevel: Option[Double], batterysaver: Option[Int], charging: Option[Int], darkmode: Option[Int], devicename: Option[String], diskspace: Option[Int], dnd: Option[Int], headset: Option[Int], headsetname: Option[String], ifv: Option[String], inputlanguage: Seq[String], jailbreak: Option[Int], lastbootup: Option[Double], ringmute: Option[Int], screenbright: Option[Double], totaldisk: Option[Int], totalmem: Option[Long], cpuname: Option[String], cpuvendor: Option[String], gpuname: Option[String], time: Option[Long], timezone: Option[String], freemem: Option[Long], volumelevel: Option[Float], gpuvendor: Option[String], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[DeviceExt]

Attributes

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

Members list

Value members

Concrete methods

def addAllInputlanguage(`__vs`: Iterable[String]): DeviceExt
def addInputlanguage(`__vs`: String*): DeviceExt
def companion: DeviceExt.type
def getAccess: String
def getAirplane: Int
def getAtts: Int
def getBatterylevel: Double
def getBatterysaver: Int
def getCharging: Int
def getCpuname: String
def getCpuvendor: String
def getDarkmode: Int
def getDevicename: String
def getDiskspace: Int
def getDnd: Int
def getField(`__field`: FieldDescriptor): PValue
def getFieldByNumber(`__fieldNumber`: Int): Any
def getFreemem: Long
def getGpuname: String
def getGpuvendor: String
def getHeadset: Int
def getHeadsetname: String
def getIfv: String
def getJailbreak: Int
def getLastbootup: Double
def getRingmute: Int
def getScreenbright: Double
def getTime: Long
def getTimezone: String
def getTotaldisk: Int
def getTotalmem: Long
def getVolumelevel: 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 withAccess(`__v`: String): DeviceExt
def withAirplane(`__v`: Int): DeviceExt
def withAtts(`__v`: Int): DeviceExt
def withBatterylevel(`__v`: Double): DeviceExt
def withBatterysaver(`__v`: Int): DeviceExt
def withCharging(`__v`: Int): DeviceExt
def withCpuname(`__v`: String): DeviceExt
def withCpuvendor(`__v`: String): DeviceExt
def withDarkmode(`__v`: Int): DeviceExt
def withDevicename(`__v`: String): DeviceExt
def withDiskspace(`__v`: Int): DeviceExt
def withDnd(`__v`: Int): DeviceExt
def withFreemem(`__v`: Long): DeviceExt
def withGpuname(`__v`: String): DeviceExt
def withGpuvendor(`__v`: String): DeviceExt
def withHeadset(`__v`: Int): DeviceExt
def withHeadsetname(`__v`: String): DeviceExt
def withIfv(`__v`: String): DeviceExt
def withInputlanguage(`__v`: Seq[String]): DeviceExt
def withJailbreak(`__v`: Int): DeviceExt
def withLastbootup(`__v`: Double): DeviceExt
def withRingmute(`__v`: Int): DeviceExt
def withScreenbright(`__v`: Double): DeviceExt
def withTime(`__v`: Long): DeviceExt
def withTimezone(`__v`: String): DeviceExt
def withTotaldisk(`__v`: Int): DeviceExt
def withTotalmem(`__v`: Long): DeviceExt
def withUnknownFields(`__v`: UnknownFieldSet): DeviceExt
def withVolumelevel(`__v`: Float): DeviceExt
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[DeviceExt, DeviceExt] => () => DeviceExt*): DeviceExt

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