com.google.protobuf.descriptor

DescriptorProto

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
Learn more about member selection
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] = scala.None, end: scala.Option[Int] = scala.None) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[ExtensionRange] with Updatable[ExtensionRange] with Product with Serializable

    Annotations
    @SerialVersionUID( 0L )
  3. final case class ReservedRange(start: scala.Option[Int] = scala.None, end: scala.Option[Int] = scala.None) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[ReservedRange] with Updatable[ReservedRange] with Product with Serializable

    Annotations
    @SerialVersionUID( 0L )

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: scala.Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: scala.Any): Boolean

    Definition Classes
    Any
  6. final val ENUM_TYPE_FIELD_NUMBER: Int(4)

  7. final val EXTENSION_FIELD_NUMBER: Int(6)

  8. final val EXTENSION_RANGE_FIELD_NUMBER: Int(5)

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

  10. final val FIELD_FIELD_NUMBER: Int(2)

  11. final val NAME_FIELD_NUMBER: Int(1)

  12. final val NESTED_TYPE_FIELD_NUMBER: Int(3)

  13. final val ONEOF_DECL_FIELD_NUMBER: Int(8)

  14. final val OPTIONS_FIELD_NUMBER: Int(7)

  15. final val RESERVED_NAME_FIELD_NUMBER: Int(10)

  16. final val RESERVED_RANGE_FIELD_NUMBER: Int(9)

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

  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. lazy val defaultInstance: DescriptorProto

  21. def descriptor: Descriptor

  22. def enumCompanionForField(__field: FieldDescriptor): GeneratedEnumCompanion[_]

  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(arg0: scala.Any): Boolean

    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def fromAscii(s: String): DescriptorProto

    Definition Classes
    GeneratedMessageCompanion
  27. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, scala.Any]): DescriptorProto

  28. def fromJavaProto(javaPbSource: DescriptorProtos.DescriptorProto): DescriptorProto

    Definition Classes
    DescriptorProtoJavaProtoSupport
  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. implicit def messageCompanion: GeneratedMessageCompanion[DescriptorProto] with JavaProtoSupport[DescriptorProto, DescriptorProtos.DescriptorProto]

  33. def messageCompanionForField(__field: FieldDescriptor): GeneratedMessageCompanion[_]

  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  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 streamFromDelimitedInput(input: InputStream): Stream[DescriptorProto]

    Definition Classes
    GeneratedMessageCompanion
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toByteArray(a: DescriptorProto): Array[Byte]

    Definition Classes
    GeneratedMessageCompanion
  45. def toJavaProto(scalaPbSource: DescriptorProto): DescriptorProtos.DescriptorProto

    Definition Classes
    DescriptorProtoJavaProtoSupport
  46. def toString(): String

    Definition Classes
    AnyRef → Any
  47. def validate(s: Array[Byte]): Try[DescriptorProto]

    Definition Classes
    GeneratedMessageCompanion
  48. def validateAscii(s: String): Either[TextFormatError, DescriptorProto]

    Definition Classes
    GeneratedMessageCompanion
  49. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from JavaProtoSupport[DescriptorProto, DescriptorProtos.DescriptorProto]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped