object FieldDescriptorProto extends GeneratedMessageCompanion[FieldDescriptorProto] with HasBuilder[FieldDescriptorProto] with JavaProtoSupport[FieldDescriptorProto, DescriptorProtos.FieldDescriptorProto] with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldDescriptorProto
  2. Serializable
  3. JavaProtoSupport
  4. HasBuilder
  5. GeneratedMessageCompanion
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class Builder extends MessageBuilder[FieldDescriptorProto]
  2. implicit class FieldDescriptorProtoLens[UpperPB] extends ObjectLens[UpperPB, FieldDescriptorProto]
  3. sealed abstract class Label extends GeneratedEnum
  4. sealed abstract class Type extends GeneratedEnum
  5. type ValueType = FieldDescriptorProto
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val DEFAULT_VALUE_FIELD_NUMBER: Int(7)
  5. final val EXTENDEE_FIELD_NUMBER: Int(2)
  6. final val JSON_NAME_FIELD_NUMBER: Int(10)
  7. final val LABEL_FIELD_NUMBER: Int(4)
  8. final val NAME_FIELD_NUMBER: Int(1)
  9. final val NUMBER_FIELD_NUMBER: Int(3)
  10. final val ONEOF_INDEX_FIELD_NUMBER: Int(9)
  11. final val OPTIONS_FIELD_NUMBER: Int(8)
  12. final val TYPE_FIELD_NUMBER: Int(5)
  13. final val TYPE_NAME_FIELD_NUMBER: Int(6)
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. lazy val defaultInstance: FieldDescriptorProto
  17. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  18. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. def fromAscii(s: String): FieldDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  23. def fromJavaProto(javaPbSource: DescriptorProtos.FieldDescriptorProto): FieldDescriptorProto
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def javaDescriptor: Descriptor
  28. def merge(_message__: FieldDescriptorProto, _input__: CodedInputStream): FieldDescriptorProto
  29. implicit def messageCompanion: GeneratedMessageCompanion[FieldDescriptorProto] with HasBuilder[FieldDescriptorProto] with JavaProtoSupport[FieldDescriptorProto, DescriptorProtos.FieldDescriptorProto]
  30. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  31. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
  32. implicit def messageReads: Reads[FieldDescriptorProto]
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: scalapb.GeneratedMessage]]
  35. def newBuilder(_message__: FieldDescriptorProto): Builder
  36. def newBuilder: Builder
    Definition Classes
    FieldDescriptorProtoHasBuilder
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def of(name: scala.Option[String], number: scala.Option[Int], label: scala.Option[Label], type: scala.Option[Type], typeName: scala.Option[String], extendee: scala.Option[String], defaultValue: scala.Option[String], oneofIndex: scala.Option[Int], jsonName: scala.Option[String], options: scala.Option[FieldOptions]): FieldDescriptorProto
  40. def parseDelimitedFrom(input: InputStream): scala.Option[FieldDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  41. def parseDelimitedFrom(input: CodedInputStream): scala.Option[FieldDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  42. final def parseFrom(input: CodedInputStream): FieldDescriptorProto
    Definition Classes
    HasBuilder
  43. def parseFrom(s: Array[Byte]): FieldDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  44. def parseFrom(input: InputStream): FieldDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  45. def scalaDescriptor: Descriptor
  46. def streamFromDelimitedInput(input: InputStream): Stream[FieldDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def toByteArray(a: FieldDescriptorProto): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  49. def toJavaProto(scalaPbSource: FieldDescriptorProto): DescriptorProtos.FieldDescriptorProto
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def validate(s: Array[Byte]): Try[FieldDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  52. def validateAscii(s: String): Either[TextFormatError, FieldDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. object Builder extends MessageBuilderCompanion[FieldDescriptorProto, Builder]
  57. object Label extends GeneratedEnumCompanion[Label] with Serializable
  58. object Type extends GeneratedEnumCompanion[Type] with Serializable

Inherited from Serializable

Inherited from JavaProtoSupport[FieldDescriptorProto, DescriptorProtos.FieldDescriptorProto]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped