object Type extends GeneratedMessageCompanion[Type] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Type
- Serializable
- Serializable
- GeneratedMessageCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
case class
Annotated(baseType: Option[Type] = None, annotations: Seq[Annotation] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[Annotated] with Updatable[Annotated] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Constant(baseType: Option[Type] = None, value: String = "") extends GeneratedMessage with Message[Constant] with Updatable[Constant] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
EmptyType() extends GeneratedMessage with Message[EmptyType] with Updatable[EmptyType] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Existential(baseType: Option[Type] = None, clause: Seq[TypeParameter] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[Existential] with Updatable[Existential] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
ParameterRef(id: String = "") extends GeneratedMessage with Message[ParameterRef] with Updatable[ParameterRef] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Parameterized(baseType: Option[Type] = None, typeArguments: Seq[Type] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[Parameterized] with Updatable[Parameterized] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Polymorphic(baseType: Option[Type] = None, typeParameters: Seq[TypeParameter] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[Polymorphic] with Updatable[Polymorphic] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Projection(id: String = "", prefix: Option[Type] = None) extends GeneratedMessage with Message[Projection] with Updatable[Projection] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Singleton(path: Option[Path] = None) extends GeneratedMessage with Message[Singleton] with Updatable[Singleton] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Structure(parents: Seq[Type] = _root_.scala.collection.Seq.empty, declared: Seq[ClassDefinition] = _root_.scala.collection.Seq.empty, inherited: Seq[ClassDefinition] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[Structure] with Updatable[Structure] with Product with Serializable
- Annotations
- @SerialVersionUID()
- implicit class TypeLens[UpperPB] extends ObjectLens[UpperPB, Type]
- sealed trait Value extends GeneratedOneof
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val ANNOTATED_FIELD_NUMBER: Int(9)
- final val CONSTANT_FIELD_NUMBER: Int(5)
- final val EMPTYTYPE_FIELD_NUMBER: Int(10)
- final val EXISTENTIAL_FIELD_NUMBER: Int(6)
- final val PARAMETERIZED_FIELD_NUMBER: Int(2)
- final val PARAMETERREF_FIELD_NUMBER: Int(1)
- final val POLYMORPHIC_FIELD_NUMBER: Int(4)
- final val PROJECTION_FIELD_NUMBER: Int(8)
- final val SINGLETON_FIELD_NUMBER: Int(7)
- final val STRUCTURE_FIELD_NUMBER: Int(3)
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
lazy val
defaultInstance: Type
- Definition Classes
- Type → GeneratedMessageCompanion
-
def
enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
-
def
enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
- Definition Classes
- Type → GeneratedMessageCompanion
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromAscii(s: String): Type
- Definition Classes
- GeneratedMessageCompanion
-
def
fromFieldsMap(__fieldsMap: Map[FieldDescriptor, Any]): Type
- Definition Classes
- Type → GeneratedMessageCompanion
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
javaDescriptor: Descriptor
- Definition Classes
- Type → GeneratedMessageCompanion
- implicit def messageCompanion: GeneratedMessageCompanion[Type]
-
def
messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
-
def
messageCompanionForFieldNumber(__fieldNumber: Int): GeneratedMessageCompanion[_]
- Definition Classes
- Type → GeneratedMessageCompanion
-
implicit
def
messageReads: Reads[Type]
- Definition Classes
- Type → GeneratedMessageCompanion
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parseDelimitedFrom(input: InputStream): Option[Type]
- Definition Classes
- GeneratedMessageCompanion
-
def
parseDelimitedFrom(input: CodedInputStream): Option[Type]
- Definition Classes
- GeneratedMessageCompanion
-
def
parseFrom(s: Array[Byte]): Type
- Definition Classes
- GeneratedMessageCompanion
-
def
parseFrom(input: InputStream): Type
- Definition Classes
- GeneratedMessageCompanion
-
def
parseFrom(input: CodedInputStream): Type
- Definition Classes
- GeneratedMessageCompanion
-
def
scalaDescriptor: Descriptor
- Definition Classes
- Type → GeneratedMessageCompanion
-
def
streamFromDelimitedInput(input: InputStream): Stream[Type]
- Definition Classes
- GeneratedMessageCompanion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteArray(a: Type): Array[Byte]
- Definition Classes
- GeneratedMessageCompanion
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
validate(s: Array[Byte]): Try[Type]
- Definition Classes
- GeneratedMessageCompanion
-
def
validateAscii(s: String): Either[TextFormatError, Type]
- Definition Classes
- GeneratedMessageCompanion
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Annotated extends GeneratedMessageCompanion[Annotated] with Serializable
- object Constant extends GeneratedMessageCompanion[Constant] with Serializable
- object EmptyType extends GeneratedMessageCompanion[EmptyType] with Serializable
- object Existential extends GeneratedMessageCompanion[Existential] with Serializable
- object ParameterRef extends GeneratedMessageCompanion[ParameterRef] with Serializable
- object Parameterized extends GeneratedMessageCompanion[Parameterized] with Serializable
- object Polymorphic extends GeneratedMessageCompanion[Polymorphic] with Serializable
- object Projection extends GeneratedMessageCompanion[Projection] with Serializable
- object Singleton extends GeneratedMessageCompanion[Singleton] with Serializable
- object Structure extends GeneratedMessageCompanion[Structure] with Serializable
- object Value extends Serializable
Deprecated Value Members
-
def
descriptor: Descriptor
- Definition Classes
- GeneratedMessageCompanion
- Annotations
- @deprecated
- Deprecated
(Since version ScalaPB 0.5.47) Use javaDescriptor instead. In a future version this will refer to scalaDescriptor.