UInt32Value

Companion
class
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

class UInt32ValueLens[UpperPB](_l: Lens[UpperPB, UInt32Value]) extends ObjectLens[UpperPB, UInt32Value]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A

Value members

Concrete methods

def javaDescriptor: Descriptor
def of(value: Int): UInt32Value
def parseFrom(`_input__`: CodedInputStream): UInt32Value

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def fromAscii(s: String): UInt32Value
def merge(a: UInt32Value, input: CodedInputStream): UInt32Value

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[UInt32Value]
def parseDelimitedFrom(input: CodedInputStream): Option[UInt32Value]
def parseFrom(s: Array[Byte]): UInt32Value
def parseFrom(input: InputStream): UInt32Value
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[UInt32Value]
def toByteArray(a: UInt32Value): Array[Byte]
def validate(s: Array[Byte]): Try[UInt32Value]