Class/Object

com.google.protobuf.descriptor

DescriptorProto

Related Docs: object DescriptorProto | package descriptor

Permalink

final case class DescriptorProto(name: Option[String] = None, field: Seq[FieldDescriptorProto] = Nil, extension: Seq[FieldDescriptorProto] = Nil, nestedType: Seq[DescriptorProto] = Nil, enumType: Seq[EnumDescriptorProto] = Nil, extensionRange: Seq[ExtensionRange] = Nil, oneofDecl: Seq[OneofDescriptorProto] = Nil, options: Option[MessageOptions] = None, reservedRange: Seq[ReservedRange] = Nil, reservedName: Seq[String] = Nil) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[DescriptorProto] with Updatable[DescriptorProto] with Product with Serializable

Describes a message type.

reservedName

Reserved field names, which may not be used by fields in the same message. A given name may only be reserved once.

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[DescriptorProto], trueaccord.scalapb.Message[DescriptorProto], trueaccord.scalapb.GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DescriptorProto
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DescriptorProto(name: Option[String] = None, field: Seq[FieldDescriptorProto] = Nil, extension: Seq[FieldDescriptorProto] = Nil, nestedType: Seq[DescriptorProto] = Nil, enumType: Seq[EnumDescriptorProto] = Nil, extensionRange: Seq[ExtensionRange] = Nil, oneofDecl: Seq[OneofDescriptorProto] = Nil, options: Option[MessageOptions] = None, reservedRange: Seq[ReservedRange] = Nil, reservedName: Seq[String] = Nil)

    Permalink

    reservedName

    Reserved field names, which may not be used by fields in the same message. A given name may only be reserved once.

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAllEnumType(__vs: TraversableOnce[EnumDescriptorProto]): DescriptorProto

    Permalink
  5. def addAllExtension(__vs: TraversableOnce[FieldDescriptorProto]): DescriptorProto

    Permalink
  6. def addAllExtensionRange(__vs: TraversableOnce[ExtensionRange]): DescriptorProto

    Permalink
  7. def addAllField(__vs: TraversableOnce[FieldDescriptorProto]): DescriptorProto

    Permalink
  8. def addAllNestedType(__vs: TraversableOnce[DescriptorProto]): DescriptorProto

    Permalink
  9. def addAllOneofDecl(__vs: TraversableOnce[OneofDescriptorProto]): DescriptorProto

    Permalink
  10. def addAllReservedName(__vs: TraversableOnce[String]): DescriptorProto

    Permalink
  11. def addAllReservedRange(__vs: TraversableOnce[ReservedRange]): DescriptorProto

    Permalink
  12. def addEnumType(__vs: EnumDescriptorProto*): DescriptorProto

    Permalink
  13. def addExtension(__vs: FieldDescriptorProto*): DescriptorProto

    Permalink
  14. def addExtensionRange(__vs: ExtensionRange*): DescriptorProto

    Permalink
  15. def addField(__vs: FieldDescriptorProto*): DescriptorProto

    Permalink
  16. def addNestedType(__vs: DescriptorProto*): DescriptorProto

    Permalink
  17. def addOneofDecl(__vs: OneofDescriptorProto*): DescriptorProto

    Permalink
  18. def addReservedName(__vs: String*): DescriptorProto

    Permalink
  19. def addReservedRange(__vs: ReservedRange*): DescriptorProto

    Permalink
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def clearEnumType: DescriptorProto

    Permalink
  22. def clearExtension: DescriptorProto

    Permalink
  23. def clearExtensionRange: DescriptorProto

    Permalink
  24. def clearField: DescriptorProto

    Permalink
  25. def clearName: DescriptorProto

    Permalink
  26. def clearNestedType: DescriptorProto

    Permalink
  27. def clearOneofDecl: DescriptorProto

    Permalink
  28. def clearOptions: DescriptorProto

    Permalink
  29. def clearReservedName: DescriptorProto

    Permalink
  30. def clearReservedRange: DescriptorProto

    Permalink
  31. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def companion: DescriptorProto.type

    Permalink
    Definition Classes
    DescriptorProtoGeneratedMessage
  33. val enumType: Seq[EnumDescriptorProto]

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

    Permalink
    Definition Classes
    AnyRef
  35. val extension: Seq[FieldDescriptorProto]

    Permalink
  36. val extensionRange: Seq[ExtensionRange]

    Permalink
  37. val field: Seq[FieldDescriptorProto]

    Permalink
  38. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
  40. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  41. def getField(__field: FieldDescriptor): Any

    Permalink
    Definition Classes
    DescriptorProtoGeneratedMessage
  42. def getName: String

    Permalink
  43. def getOptions: MessageOptions

    Permalink
  44. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  45. def mergeFrom(_input__: CodedInputStream): DescriptorProto

    Permalink
    Definition Classes
    DescriptorProtoMessage
  46. val name: Option[String]

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

    Permalink
    Definition Classes
    AnyRef
  48. val nestedType: Seq[DescriptorProto]

    Permalink
  49. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  51. val oneofDecl: Seq[OneofDescriptorProto]

    Permalink
  52. val options: Option[MessageOptions]

    Permalink
  53. val reservedName: Seq[String]

    Permalink

    Reserved field names, which may not be used by fields in the same message.

    Reserved field names, which may not be used by fields in the same message. A given name may only be reserved once.

  54. val reservedRange: Seq[ReservedRange]

    Permalink
  55. final def serializedSize: Int

    Permalink
    Definition Classes
    DescriptorProtoGeneratedMessage
  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  57. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  58. def toString(): String

    Permalink
    Definition Classes
    DescriptorProto → AnyRef → Any
  59. def update(ms: (Lens[DescriptorProto, DescriptorProto]) ⇒ Mutation[DescriptorProto]*): DescriptorProto

    Permalink
    Definition Classes
    Updatable
  60. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def withEnumType(__v: Seq[EnumDescriptorProto]): DescriptorProto

    Permalink
  64. def withExtension(__v: Seq[FieldDescriptorProto]): DescriptorProto

    Permalink
  65. def withExtensionRange(__v: Seq[ExtensionRange]): DescriptorProto

    Permalink
  66. def withField(__v: Seq[FieldDescriptorProto]): DescriptorProto

    Permalink
  67. def withName(__v: String): DescriptorProto

    Permalink
  68. def withNestedType(__v: Seq[DescriptorProto]): DescriptorProto

    Permalink
  69. def withOneofDecl(__v: Seq[OneofDescriptorProto]): DescriptorProto

    Permalink
  70. def withOptions(__v: MessageOptions): DescriptorProto

    Permalink
  71. def withReservedName(__v: Seq[String]): DescriptorProto

    Permalink
  72. def withReservedRange(__v: Seq[ReservedRange]): DescriptorProto

    Permalink
  73. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  74. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    DescriptorProtoGeneratedMessage
  75. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[DescriptorProto]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped