Object/Class

com.google.protobuf.descriptor

FieldDescriptorProto

Related Docs: class FieldDescriptorProto | package descriptor

Permalink

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

Linear Supertypes
Serializable, Serializable, JavaProtoSupport[FieldDescriptorProto, DescriptorProtos.FieldDescriptorProto], GeneratedMessageCompanion[FieldDescriptorProto], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldDescriptorProto
  2. Serializable
  3. Serializable
  4. JavaProtoSupport
  5. GeneratedMessageCompanion
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. sealed trait Label extends GeneratedEnum

    Permalink
  3. sealed trait Type extends GeneratedEnum

    Permalink
  4. type ValueType = FieldDescriptorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val DEFAULT_VALUE_FIELD_NUMBER: Int(7)

    Permalink
  5. final val EXTENDEE_FIELD_NUMBER: Int(2)

    Permalink
  6. final val JSON_NAME_FIELD_NUMBER: Int(10)

    Permalink
  7. final val LABEL_FIELD_NUMBER: Int(4)

    Permalink
  8. object Label extends GeneratedEnumCompanion[Label] with Serializable

    Permalink
  9. final val NAME_FIELD_NUMBER: Int(1)

    Permalink
  10. final val NUMBER_FIELD_NUMBER: Int(3)

    Permalink
  11. final val ONEOF_INDEX_FIELD_NUMBER: Int(9)

    Permalink
  12. final val OPTIONS_FIELD_NUMBER: Int(8)

    Permalink
  13. final val TYPE_FIELD_NUMBER: Int(5)

    Permalink
  14. final val TYPE_NAME_FIELD_NUMBER: Int(6)

    Permalink
  15. object Type extends GeneratedEnumCompanion[Type] with Serializable

    Permalink
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def clone(): AnyRef

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def fromAscii(s: String): FieldDescriptorProto

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

    Permalink
  25. def fromJavaProto(javaPbSource: DescriptorProtos.FieldDescriptorProto): FieldDescriptorProto

    Permalink
    Definition Classes
    FieldDescriptorProtoJavaProtoSupport
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def javaDescriptor: Descriptor

    Permalink
  30. implicit def messageCompanion: GeneratedMessageCompanion[FieldDescriptorProto] with JavaProtoSupport[FieldDescriptorProto, DescriptorProtos.FieldDescriptorProto]

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

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  32. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]

    Permalink
  33. implicit def messageReads: Reads[FieldDescriptorProto]

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

    Permalink
    Definition Classes
    AnyRef
  35. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: scalapb.GeneratedMessage]]

    Permalink
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  38. 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

    Permalink
  39. def parseDelimitedFrom(input: InputStream): scala.Option[FieldDescriptorProto]

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

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

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

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

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  44. def scalaDescriptor: Descriptor

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

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

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

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  48. def toJavaProto(scalaPbSource: FieldDescriptorProto): DescriptorProtos.FieldDescriptorProto

    Permalink
    Definition Classes
    FieldDescriptorProtoJavaProtoSupport
  49. def toString(): String

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

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

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  52. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def descriptor: Descriptor

    Permalink
    Definition Classes
    GeneratedMessageCompanion
    Annotations
    @deprecated
    Deprecated

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

  2. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from JavaProtoSupport[FieldDescriptorProto, DescriptorProtos.FieldDescriptorProto]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped