AdRequestEvent

io.bidmachine.protobuf.vectorid.v1.AdRequestEvent
See theAdRequestEvent companion class
object AdRequestEvent extends GeneratedMessageCompanion[AdRequestEvent]

Attributes

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

Members list

Type members

Classlikes

implicit class AdRequestEventLens[UpperPB](_l: Lens[UpperPB, AdRequestEvent]) extends ObjectLens[UpperPB, AdRequestEvent]

Attributes

Supertypes
class ObjectLens[UpperPB, AdRequestEvent]
trait Lens[UpperPB, AdRequestEvent]
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(osv: String, hwv: String, model: String, timestamp: Long, os: DeviceOS, connectionType: ConnectionType, ipv4: Int, ipv6: ByteString, region: String, ifa: ByteString, ifv: ByteString, lastBootup: Double, totalMem: Long, freeMem: Long, volumeLevel: Float, darkMode: Int, timezone: String, batteryLevel: Float, batterySaver: Int, screenBright: Float, charging: Int): AdRequestEvent
def parseFrom(`_input__`: CodedInputStream): AdRequestEvent

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

Attributes

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

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
GeneratedMessageCompanion

Concrete fields

final val CHARGING_FIELD_NUMBER: 21
final val DARK_MODE_FIELD_NUMBER: 16
final val FREE_MEM_FIELD_NUMBER: 14
final val HWV_FIELD_NUMBER: 2
final val IFA_FIELD_NUMBER: 10
final val IFV_FIELD_NUMBER: 11
final val IPV4_FIELD_NUMBER: 7
final val IPV6_FIELD_NUMBER: 8
final val LAST_BOOTUP_FIELD_NUMBER: 12
final val MODEL_FIELD_NUMBER: 3
final val OSV_FIELD_NUMBER: 1
final val OS_FIELD_NUMBER: 5
final val REGION_FIELD_NUMBER: 9
final val TIMESTAMP_FIELD_NUMBER: 4
final val TIMEZONE_FIELD_NUMBER: 17
final val TOTAL_MEM_FIELD_NUMBER: 13
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

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