package example
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
ByteArrayProto(b: Seq[Byte]) extends GeneratedMessage with Message[ByteArrayProto] with Updatable[ByteArrayProto] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
StringAndDateProto(s1: String, d2: LocalDate) extends GeneratedMessage with Message[StringAndDateProto] with Updatable[StringAndDateProto] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
StringTupleProto(s1: String, s2: String) extends GeneratedMessage with Message[StringTupleProto] with Updatable[StringTupleProto] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
UuidProto(uuid: UUID) extends GeneratedMessage with Message[UuidProto] with Updatable[UuidProto] with Product with Serializable
- Annotations
- @SerialVersionUID()
Value Members
- object ByteArrayProto extends GeneratedMessageCompanion[ByteArrayProto] with Serializable
- object ExampleProto extends GeneratedFileObject
- object StringAndDateProto extends GeneratedMessageCompanion[StringAndDateProto] with Serializable
- object StringTupleProto extends GeneratedMessageCompanion[StringTupleProto] with Serializable
- object UuidProto extends GeneratedMessageCompanion[UuidProto] with Serializable