com.google.protobuf.descriptor

FieldDescriptorProto

final case class FieldDescriptorProto(name: scala.Option[String] = scala.None, number: scala.Option[Int] = scala.None, label: scala.Option[Label] = scala.None, type: scala.Option[FieldDescriptorProto.Type] = scala.None, typeName: scala.Option[String] = scala.None, extendee: scala.Option[String] = scala.None, defaultValue: scala.Option[String] = scala.None, oneofIndex: scala.Option[Int] = scala.None, jsonName: scala.Option[String] = scala.None, options: scala.Option[FieldOptions] = scala.None) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[FieldDescriptorProto] with Updatable[FieldDescriptorProto] with Product with Serializable

Annotations
@SerialVersionUID( 0L )
Linear Supertypes
Product, Equals, Updatable[FieldDescriptorProto], trueaccord.scalapb.Message[FieldDescriptorProto], trueaccord.scalapb.GeneratedMessage, Serializable, Serializable, AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FieldDescriptorProto
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FieldDescriptorProto(name: scala.Option[String] = scala.None, number: scala.Option[Int] = scala.None, label: scala.Option[Label] = scala.None, type: scala.Option[FieldDescriptorProto.Type] = scala.None, typeName: scala.Option[String] = scala.None, extendee: scala.Option[String] = scala.None, defaultValue: scala.Option[String] = scala.None, oneofIndex: scala.Option[Int] = scala.None, jsonName: scala.Option[String] = scala.None, options: scala.Option[FieldOptions] = scala.None)

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 def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clearDefaultValue: FieldDescriptorProto

  8. def clearExtendee: FieldDescriptorProto

  9. def clearJsonName: FieldDescriptorProto

  10. def clearLabel: FieldDescriptorProto

  11. def clearName: FieldDescriptorProto

  12. def clearNumber: FieldDescriptorProto

  13. def clearOneofIndex: FieldDescriptorProto

  14. def clearOptions: FieldDescriptorProto

  15. def clearType: FieldDescriptorProto

  16. def clearTypeName: FieldDescriptorProto

  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def companion: FieldDescriptorProto.type

    Definition Classes
    FieldDescriptorProtoGeneratedMessage
  19. val defaultValue: scala.Option[String]

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

    Definition Classes
    AnyRef
  21. val extendee: scala.Option[String]

  22. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  25. def getDefaultValue: String

  26. def getExtendee: String

  27. def getField(__field: FieldDescriptor): scala.Any

    Definition Classes
    FieldDescriptorProtoGeneratedMessage
  28. def getJsonName: String

  29. def getLabel: Label

  30. def getName: String

  31. def getNumber: Int

  32. def getOneofIndex: Int

  33. def getOptions: FieldOptions

  34. def getType: FieldDescriptorProto.Type

  35. def getTypeName: String

  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. val jsonName: scala.Option[String]

  38. val label: scala.Option[Label]

  39. def mergeFrom(_input__: CodedInputStream): FieldDescriptorProto

    Definition Classes
    FieldDescriptorProtoMessage
  40. val name: scala.Option[String]

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

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

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

    Definition Classes
    AnyRef
  44. val number: scala.Option[Int]

  45. val oneofIndex: scala.Option[Int]

  46. val options: scala.Option[FieldOptions]

  47. final def serializedSize: Int

    Definition Classes
    FieldDescriptorProtoGeneratedMessage
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toByteArray: Array[Byte]

    Definition Classes
    GeneratedMessage
  50. def toString(): String

    Definition Classes
    FieldDescriptorProto → AnyRef → Any
  51. val type: scala.Option[FieldDescriptorProto.Type]

  52. val typeName: scala.Option[String]

  53. def update(ms: (Lens[FieldDescriptorProto, FieldDescriptorProto]) ⇒ (FieldDescriptorProto) ⇒ FieldDescriptorProto*): FieldDescriptorProto

    Definition Classes
    Updatable
  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def withDefaultValue(__v: String): FieldDescriptorProto

  58. def withExtendee(__v: String): FieldDescriptorProto

  59. def withJsonName(__v: String): FieldDescriptorProto

  60. def withLabel(__v: Label): FieldDescriptorProto

  61. def withName(__v: String): FieldDescriptorProto

  62. def withNumber(__v: Int): FieldDescriptorProto

  63. def withOneofIndex(__v: Int): FieldDescriptorProto

  64. def withOptions(__v: FieldOptions): FieldDescriptorProto

  65. def withType(__v: FieldDescriptorProto.Type): FieldDescriptorProto

  66. def withTypeName(__v: String): FieldDescriptorProto

  67. def writeDelimitedTo(output: OutputStream): Unit

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

    Definition Classes
    FieldDescriptorProtoGeneratedMessage
  69. def writeTo(output: OutputStream): Unit

    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[FieldDescriptorProto]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from scala.Any

Ungrouped