WireType

scalapb.WireType$
object WireType

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class Fixed32(value: Seq[Long]) extends WireValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WireValue
class Object
trait Matchable
class Any
case class Fixed64(value: Seq[Long]) extends WireValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WireValue
class Object
trait Matchable
class Any
case class LengthDelimited(value: Seq[ByteString]) extends WireValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WireValue
class Object
trait Matchable
class Any
case class Varint(value: Seq[Long]) extends WireValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WireValue
class Object
trait Matchable
class Any
sealed trait WireValue

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Fixed32
class Fixed64
class Varint

Value members

Concrete methods

def getTagFieldNumber(tag: Int): Int
def getTagWireType(tag: Int): Int