object DescriptorProto extends GeneratedMessageCompanion[DescriptorProto] with JavaProtoSupport[DescriptorProto, DescriptorProtos.DescriptorProto] with Serializable

Linear Supertypes
Serializable, Serializable, JavaProtoSupport[DescriptorProto, DescriptorProtos.DescriptorProto], GeneratedMessageCompanion[DescriptorProto], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DescriptorProto
  2. Serializable
  3. Serializable
  4. JavaProtoSupport
  5. GeneratedMessageCompanion
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class DescriptorProtoLens[UpperPB] extends ObjectLens[UpperPB, DescriptorProto]
  2. final case class ExtensionRange(start: scala.Option[Int] = None, end: scala.Option[Int] = None) extends scalapb.GeneratedMessage with scalapb.Message[ExtensionRange] with Updatable[ExtensionRange] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. final case class ReservedRange(start: scala.Option[Int] = None, end: scala.Option[Int] = None) extends scalapb.GeneratedMessage with scalapb.Message[ReservedRange] with Updatable[ReservedRange] with Product with Serializable

    Range of reserved tag numbers.

    Range of reserved tag numbers. Reserved tag numbers may not be used by fields or extension ranges in the same message. Reserved ranges may not overlap.

    start

    Inclusive.

    end

    Exclusive.

    Annotations
    @SerialVersionUID()
  4. type ValueType = DescriptorProto
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val ENUM_TYPE_FIELD_NUMBER: Int(4)
  5. final val EXTENSION_FIELD_NUMBER: Int(6)
  6. final val EXTENSION_RANGE_FIELD_NUMBER: Int(5)
  7. final val FIELD_FIELD_NUMBER: Int(2)
  8. final val NAME_FIELD_NUMBER: Int(1)
  9. final val NESTED_TYPE_FIELD_NUMBER: Int(3)
  10. final val ONEOF_DECL_FIELD_NUMBER: Int(8)
  11. final val OPTIONS_FIELD_NUMBER: Int(7)
  12. final val RESERVED_NAME_FIELD_NUMBER: Int(10)
  13. final val RESERVED_RANGE_FIELD_NUMBER: Int(9)
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  16. lazy val defaultInstance: DescriptorProto
  17. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  18. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def fromAscii(s: String): DescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  23. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, scala.Any]): DescriptorProto
  24. def fromJavaProto(javaPbSource: DescriptorProtos.DescriptorProto): DescriptorProto
    Definition Classes
    DescriptorProtoJavaProtoSupport
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def javaDescriptor: Descriptor
  29. implicit def messageCompanion: GeneratedMessageCompanion[DescriptorProto] with JavaProtoSupport[DescriptorProto, DescriptorProtos.DescriptorProto]
  30. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  31. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
  32. implicit def messageReads: Reads[DescriptorProto]
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_]]
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def parseDelimitedFrom(input: InputStream): scala.Option[DescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  38. def parseDelimitedFrom(input: CodedInputStream): scala.Option[DescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  39. def parseFrom(s: Array[Byte]): DescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  40. def parseFrom(input: InputStream): DescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  41. def parseFrom(input: CodedInputStream): DescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  42. def scalaDescriptor: Descriptor
  43. def streamFromDelimitedInput(input: InputStream): Stream[DescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toByteArray(a: DescriptorProto): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  46. def toJavaProto(scalaPbSource: DescriptorProto): DescriptorProtos.DescriptorProto
    Definition Classes
    DescriptorProtoJavaProtoSupport
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def validate(s: Array[Byte]): Try[DescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  49. def validateAscii(s: String): Either[TextFormatError, DescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  53. object ExtensionRange extends GeneratedMessageCompanion[ExtensionRange] with JavaProtoSupport[ExtensionRange, DescriptorProtos.DescriptorProto.ExtensionRange] with Serializable
  54. object ReservedRange extends GeneratedMessageCompanion[ReservedRange] with JavaProtoSupport[ReservedRange, DescriptorProtos.DescriptorProto.ReservedRange] with Serializable

Deprecated Value Members

  1. 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.

Inherited from Serializable

Inherited from Serializable

Inherited from JavaProtoSupport[DescriptorProto, DescriptorProtos.DescriptorProto]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped