com.google.protobuf.descriptor

FieldDescriptorProto

object FieldDescriptorProto extends GeneratedMessageCompanion[FieldDescriptorProto] with Serializable

Linear Supertypes
Serializable, Serializable, GeneratedMessageCompanion[FieldDescriptorProto], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FieldDescriptorProto
  2. Serializable
  3. Serializable
  4. GeneratedMessageCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class FieldDescriptorProtoLens[UpperPB] extends ObjectLens[UpperPB, FieldDescriptorProto]

  2. sealed trait Label extends GeneratedEnum

  3. sealed trait Type extends GeneratedEnum

  4. type ValueType = FieldDescriptorProto

    Definition Classes
    GeneratedMessageCompanion

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: 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: Any): Boolean

    Definition Classes
    Any
  6. final val DEFAULT_VALUE_FIELD_NUMBER: Int(7)

  7. final val EXTENDEE_FIELD_NUMBER: Int(2)

  8. final val JSON_NAME_FIELD_NUMBER: Int(10)

  9. final val LABEL_FIELD_NUMBER: Int(4)

  10. object Label extends GeneratedEnumCompanion[Label] with Serializable

  11. final val NAME_FIELD_NUMBER: Int(1)

  12. final val NUMBER_FIELD_NUMBER: Int(3)

  13. final val ONEOF_INDEX_FIELD_NUMBER: Int(9)

  14. final val OPTIONS_FIELD_NUMBER: Int(8)

  15. final val TYPE_FIELD_NUMBER: Int(5)

  16. final val TYPE_NAME_FIELD_NUMBER: Int(6)

  17. object Type extends GeneratedEnumCompanion[Type] with Serializable

  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. lazy val defaultInstance: FieldDescriptorProto

  21. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

    Definition Classes
    GeneratedMessageCompanion
  22. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]

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

    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

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

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

    Definition Classes
    GeneratedMessageCompanion
  27. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, Any]): FieldDescriptorProto

  28. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  31. def javaDescriptor: Descriptor

  32. implicit def messageCompanion: GeneratedMessageCompanion[FieldDescriptorProto]

  33. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

    Definition Classes
    GeneratedMessageCompanion
  34. def messageCompanionForFieldNumber(__fieldNumber: Int): GeneratedMessageCompanion[_]

  35. implicit def messageReads: Reads[FieldDescriptorProto]

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

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

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

    Definition Classes
    AnyRef
  39. def parseDelimitedFrom(input: InputStream): Option[FieldDescriptorProto]

    Definition Classes
    GeneratedMessageCompanion
  40. def parseDelimitedFrom(input: CodedInputStream): Option[FieldDescriptorProto]

    Definition Classes
    GeneratedMessageCompanion
  41. def parseFrom(s: Array[Byte]): FieldDescriptorProto

    Definition Classes
    GeneratedMessageCompanion
  42. def parseFrom(input: InputStream): FieldDescriptorProto

    Definition Classes
    GeneratedMessageCompanion
  43. def parseFrom(input: CodedInputStream): FieldDescriptorProto

    Definition Classes
    GeneratedMessageCompanion
  44. def scalaDescriptor: Descriptor

  45. def streamFromDelimitedInput(input: InputStream): Stream[FieldDescriptorProto]

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

    Definition Classes
    AnyRef
  47. def toByteArray(a: FieldDescriptorProto): Array[Byte]

    Definition Classes
    GeneratedMessageCompanion
  48. def toString(): String

    Definition Classes
    AnyRef → Any
  49. def validate(s: Array[Byte]): Try[FieldDescriptorProto]

    Definition Classes
    GeneratedMessageCompanion
  50. def validateAscii(s: String): Either[TextFormatError, FieldDescriptorProto]

    Definition Classes
    GeneratedMessageCompanion
  51. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def descriptor: Descriptor

    Definition Classes
    GeneratedMessageCompanion
    Annotations
    @deprecated
    Deprecated

    (Since version ScalaPB 0.5.47) Use javaDescriptor instead. In a future version this will refer to scalaDescriptor.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped