DeviceExt

io.bidmachine.protobuf.ml.v1.DeviceExt
See theDeviceExt companion class
object DeviceExt extends GeneratedMessageCompanion[DeviceExt]

Attributes

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

Members list

Type members

Classlikes

implicit class DeviceExtLens[UpperPB](_l: Lens[UpperPB, DeviceExt]) extends ObjectLens[UpperPB, DeviceExt]

Attributes

Supertypes
class ObjectLens[UpperPB, DeviceExt]
trait Lens[UpperPB, DeviceExt]
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(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]): DeviceExt
def parseFrom(`_input__`: CodedInputStream): DeviceExt

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

Attributes

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

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
GeneratedMessageCompanion

Concrete fields

final val ACCESS_FIELD_NUMBER: 1
final val AIRPLANE_FIELD_NUMBER: 2
final val ATTS_FIELD_NUMBER: 3
final val CHARGING_FIELD_NUMBER: 6
final val CPUNAME_FIELD_NUMBER: 21
final val CPUVENDOR_FIELD_NUMBER: 22
final val DARKMODE_FIELD_NUMBER: 7
final val DISKSPACE_FIELD_NUMBER: 9
final val DND_FIELD_NUMBER: 10
final val FREEMEM_FIELD_NUMBER: 26
final val GPUNAME_FIELD_NUMBER: 23
final val GPUVENDOR_FIELD_NUMBER: 28
final val HEADSETNAME_FIELD_NUMBER: 12
final val HEADSET_FIELD_NUMBER: 11
final val IFV_FIELD_NUMBER: 13
final val JAILBREAK_FIELD_NUMBER: 15
final val LASTBOOTUP_FIELD_NUMBER: 16
final val RINGMUTE_FIELD_NUMBER: 17
final val TIMEZONE_FIELD_NUMBER: 25
final val TIME_FIELD_NUMBER: 24
final val TOTALDISK_FIELD_NUMBER: 19
final val TOTALMEM_FIELD_NUMBER: 20
final val VOLUMELEVEL_FIELD_NUMBER: 27
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

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