object FieldDescriptorProto extends GeneratedMessageCompanion[FieldDescriptorProto]

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

Type Members

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: 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 PROTO3_OPTIONAL_FIELD_NUMBER: Int(17)
  13. final val TYPE_FIELD_NUMBER: Int(5)
  14. final val TYPE_NAME_FIELD_NUMBER: Int(6)
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  17. lazy val defaultInstance: FieldDescriptorProto
  18. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  19. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def fromAscii(s: String): FieldDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  24. final def getClass(): Class[_]
    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

    Returns the Java descriptors for this message.

    Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not avaialable in Scala.js or scala-native.

    Definition Classes
    FieldDescriptorProtoGeneratedMessageCompanion
  28. def merge(a: FieldDescriptorProto, input: CodedInputStream): FieldDescriptorProto

    Merges the given message with the additional fields in the steam.

    Merges the given message with the additional fields in the steam.

    Definition Classes
    GeneratedMessageCompanion
  29. implicit def messageCompanion: GeneratedMessageCompanion[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. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def of(name: Option[String], number: Option[Int], label: Option[Label], type: Option[Type], typeName: Option[String], extendee: Option[String], defaultValue: Option[String], oneofIndex: Option[Int], jsonName: Option[String], options: Option[FieldOptions], proto3Optional: Option[Boolean]): FieldDescriptorProto
  38. def parseDelimitedFrom(input: InputStream): Option[FieldDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  39. def parseDelimitedFrom(input: CodedInputStream): Option[FieldDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  40. def parseFrom(_input__: CodedInputStream): FieldDescriptorProto

    Parses a message from a CodedInputStream.

    Parses a message from a CodedInputStream.

    Definition Classes
    FieldDescriptorProtoGeneratedMessageCompanion
  41. def parseFrom(s: Array[Byte]): FieldDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  42. def parseFrom(input: InputStream): FieldDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  43. def scalaDescriptor: Descriptor
  44. def streamFromDelimitedInput(input: InputStream): Stream[FieldDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
    Annotations
    @nowarn()
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toByteArray(a: FieldDescriptorProto): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def validate(s: Array[Byte]): Try[FieldDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  49. def validateAscii(s: String): Either[TextFormatError, FieldDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  53. object Label extends GeneratedEnumCompanion[Label]
  54. object Type extends GeneratedEnumCompanion[Type]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped