UUID

object UUID extends GeneratedMessageCompanion[UUID]
Companion:
class
trait Product
trait Mirror
trait GeneratedMessageCompanion[UUID]
trait Serializable
class Object
trait Matchable
class Any
UUID.type

Type members

Classlikes

final case class Structured(mostSignificantBits: Long, leastSignificantBits: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[Structured]
Companion:
object
object Structured extends GeneratedMessageCompanion[Structured]
Companion:
class
implicit class UUIDLens[UpperPB](_l: Lens[UpperPB, UUID]) extends ObjectLens[UpperPB, UUID]
object Value
Companion:
class
sealed trait Value extends GeneratedOneof
Companion:
object

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror
type ValueType = A
Inherited from:
GeneratedMessageCompanion

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]
def javaDescriptor: Descriptor
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]
def of(value: Value): UUID
def parseFrom(`_input__`: CodedInputStream): UUID
def scalaDescriptor: Descriptor

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
Inherited from:
GeneratedMessageCompanion
Inherited from:
GeneratedMessageCompanion
def merge(a: UUID, input: CodedInputStream): UUID

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 messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
Inherited from:
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[UUID]
Inherited from:
GeneratedMessageCompanion
def parseDelimitedFrom(input: CodedInputStream): Option[UUID]
Inherited from:
GeneratedMessageCompanion
Inherited from:
GeneratedMessageCompanion
def parseFrom(input: InputStream): UUID
Inherited from:
GeneratedMessageCompanion
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[UUID]
Inherited from:
GeneratedMessageCompanion
Inherited from:
GeneratedMessageCompanion
Inherited from:
GeneratedMessageCompanion
def validateAscii(s: String): Either[TextFormatError, UUID]
Inherited from:
GeneratedMessageCompanion

Concrete fields

final val STRING_FIELD_NUMBER: 2
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

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