Object/Class

com.google.protobuf.descriptor

DescriptorProto

Related Docs: class DescriptorProto | package descriptor

Permalink

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]

    Permalink
  2. final case class ExtensionRange(start: scala.Option[Int] = None, end: scala.Option[Int] = None) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[ExtensionRange] with Updatable[ExtensionRange] with Product with Serializable

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

    Permalink

    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()

Value Members

  1. final def !=(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val ENUM_TYPE_FIELD_NUMBER: Int(4)

    Permalink
  5. final val EXTENSION_FIELD_NUMBER: Int(6)

    Permalink
  6. final val EXTENSION_RANGE_FIELD_NUMBER: Int(5)

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

    Permalink
  8. final val FIELD_FIELD_NUMBER: Int(2)

    Permalink
  9. final val NAME_FIELD_NUMBER: Int(1)

    Permalink
  10. final val NESTED_TYPE_FIELD_NUMBER: Int(3)

    Permalink
  11. final val ONEOF_DECL_FIELD_NUMBER: Int(8)

    Permalink
  12. final val OPTIONS_FIELD_NUMBER: Int(7)

    Permalink
  13. final val RESERVED_NAME_FIELD_NUMBER: Int(10)

    Permalink
  14. final val RESERVED_RANGE_FIELD_NUMBER: Int(9)

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

    Permalink
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def clone(): AnyRef

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

    Permalink
  19. def descriptor: Descriptor

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

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
  26. def fromJavaProto(javaPbSource: DescriptorProtos.DescriptorProto): DescriptorProto

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

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

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

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

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

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def parseDelimitedFrom(input: InputStream): scala.Option[DescriptorProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  36. def parseDelimitedFrom(input: CodedInputStream): scala.Option[DescriptorProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  37. def parseFrom(s: Array[Byte]): DescriptorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  38. def parseFrom(input: InputStream): DescriptorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  39. def parseFrom(input: CodedInputStream): DescriptorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  40. def streamFromDelimitedInput(input: InputStream): Stream[DescriptorProto]

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

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

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

    Permalink
    Definition Classes
    DescriptorProtoJavaProtoSupport
  44. def toString(): String

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

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

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  47. final def wait(): Unit

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

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

    Permalink
    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