Class/Object

com.google.protobuf.descriptor

FieldDescriptorProto

Related Docs: object FieldDescriptorProto | package descriptor

Permalink

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

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[FieldDescriptorProto], trueaccord.scalapb.Message[FieldDescriptorProto], trueaccord.scalapb.GeneratedMessage, Serializable, Serializable, AnyRef, 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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

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

    Permalink
    Definition Classes
    Any
  5. def clearDefaultValue: FieldDescriptorProto

    Permalink
  6. def clearExtendee: FieldDescriptorProto

    Permalink
  7. def clearJsonName: FieldDescriptorProto

    Permalink
  8. def clearLabel: FieldDescriptorProto

    Permalink
  9. def clearName: FieldDescriptorProto

    Permalink
  10. def clearNumber: FieldDescriptorProto

    Permalink
  11. def clearOneofIndex: FieldDescriptorProto

    Permalink
  12. def clearOptions: FieldDescriptorProto

    Permalink
  13. def clearType: FieldDescriptorProto

    Permalink
  14. def clearTypeName: FieldDescriptorProto

    Permalink
  15. def clone(): AnyRef

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

    Permalink
    Definition Classes
    FieldDescriptorProtoGeneratedMessage
  17. val defaultValue: Option[String]

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

    Permalink
    Definition Classes
    AnyRef
  19. val extendee: Option[String]

    Permalink
  20. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getDefaultValue: String

    Permalink
  24. def getExtendee: String

    Permalink
  25. def getField(__field: FieldDescriptor): Any

    Permalink
    Definition Classes
    FieldDescriptorProtoGeneratedMessage
  26. def getJsonName: String

    Permalink
  27. def getLabel: Label

    Permalink
  28. def getName: String

    Permalink
  29. def getNumber: Int

    Permalink
  30. def getOneofIndex: Int

    Permalink
  31. def getOptions: FieldOptions

    Permalink
  32. def getType: Type

    Permalink
  33. def getTypeName: String

    Permalink
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. val jsonName: Option[String]

    Permalink
  36. val label: Option[Label]

    Permalink
  37. def mergeFrom(_input__: CodedInputStream): FieldDescriptorProto

    Permalink
    Definition Classes
    FieldDescriptorProtoMessage
  38. val name: Option[String]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  42. val number: Option[Int]

    Permalink
  43. val oneofIndex: Option[Int]

    Permalink
  44. val options: Option[FieldOptions]

    Permalink
  45. final def serializedSize: Int

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

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

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

    Permalink
    Definition Classes
    FieldDescriptorProto → AnyRef → Any
  49. val type: Option[Type]

    Permalink
  50. val typeName: Option[String]

    Permalink
  51. def update(ms: (Lens[FieldDescriptorProto, FieldDescriptorProto]) ⇒ Mutation[FieldDescriptorProto]*): FieldDescriptorProto

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

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

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

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

    Permalink
  56. def withExtendee(__v: String): FieldDescriptorProto

    Permalink
  57. def withJsonName(__v: String): FieldDescriptorProto

    Permalink
  58. def withLabel(__v: Label): FieldDescriptorProto

    Permalink
  59. def withName(__v: String): FieldDescriptorProto

    Permalink
  60. def withNumber(__v: Int): FieldDescriptorProto

    Permalink
  61. def withOneofIndex(__v: Int): FieldDescriptorProto

    Permalink
  62. def withOptions(__v: FieldOptions): FieldDescriptorProto

    Permalink
  63. def withType(__v: Type): FieldDescriptorProto

    Permalink
  64. def withTypeName(__v: String): FieldDescriptorProto

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

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

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

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[FieldDescriptorProto]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped