UUID

@SerialVersionUID(0L)
final case class UUID(value: Value, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[UUID]
Companion:
object
Source:
UUID.scala
trait Updatable[UUID]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def companion: UUID.type
Source:
UUID.scala
def getField(`__field`: FieldDescriptor): PValue
Source:
UUID.scala
def getFieldByNumber(`__fieldNumber`: Int): Any
Source:
UUID.scala
override def serializedSize: Int
Definition Classes
GeneratedMessage
Source:
UUID.scala
def withString(`__v`: String): UUID
Source:
UUID.scala
def withUnknownFields(`__v`: UnknownFieldSet): UUID
Source:
UUID.scala
def withValue(`__v`: Value): UUID
Source:
UUID.scala
def writeTo(`_output__`: CodedOutputStream): Unit
Source:
UUID.scala

Inherited methods

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def toPMessage: PMessage
Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
def update(ms: Lens[UUID, UUID] => () => UUID*): UUID
Inherited from:
Updatable
Source:
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit
Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala