object FileDescriptorProto extends GeneratedMessageCompanion[FileDescriptorProto] with JavaProtoSupport[FileDescriptorProto, DescriptorProtos.FileDescriptorProto]

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

Type Members

  1. implicit class FileDescriptorProtoLens[UpperPB] extends ObjectLens[UpperPB, FileDescriptorProto]
  2. type ValueType = FileDescriptorProto
    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 DEPENDENCY_FIELD_NUMBER: Int(3)
  5. final val ENUM_TYPE_FIELD_NUMBER: Int(5)
  6. final val EXTENSION_FIELD_NUMBER: Int(7)
  7. final val MESSAGE_TYPE_FIELD_NUMBER: Int(4)
  8. final val NAME_FIELD_NUMBER: Int(1)
  9. final val OPTIONS_FIELD_NUMBER: Int(8)
  10. final val PACKAGE_FIELD_NUMBER: Int(2)
  11. final val PUBLIC_DEPENDENCY_FIELD_NUMBER: Int(10)
  12. final val SERVICE_FIELD_NUMBER: Int(6)
  13. final val SOURCE_CODE_INFO_FIELD_NUMBER: Int(9)
  14. final val SYNTAX_FIELD_NUMBER: Int(12)
  15. final val WEAK_DEPENDENCY_FIELD_NUMBER: Int(11)
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  18. lazy val defaultInstance: FileDescriptorProto
  19. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  20. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. def fromAscii(s: String): FileDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  25. def fromJavaProto(javaPbSource: DescriptorProtos.FileDescriptorProto): FileDescriptorProto
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. 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
    FileDescriptorProtoGeneratedMessageCompanion
  30. def merge(a: FileDescriptorProto, input: CodedInputStream): FileDescriptorProto

    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
  31. implicit def messageCompanion: GeneratedMessageCompanion[FileDescriptorProto] with JavaProtoSupport[FileDescriptorProto, DescriptorProtos.FileDescriptorProto]
  32. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  33. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
  34. implicit def messageReads: Reads[FileDescriptorProto]
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: scalapb.GeneratedMessage]]
  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], package: scala.Option[String], dependency: Seq[String], publicDependency: Seq[Int], weakDependency: Seq[Int], messageType: Seq[DescriptorProto], enumType: Seq[EnumDescriptorProto], service: Seq[ServiceDescriptorProto], extension: Seq[FieldDescriptorProto], options: scala.Option[FileOptions], sourceCodeInfo: scala.Option[SourceCodeInfo], syntax: scala.Option[String]): FileDescriptorProto
  40. def parseDelimitedFrom(input: InputStream): scala.Option[FileDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  41. def parseDelimitedFrom(input: CodedInputStream): scala.Option[FileDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  42. def parseFrom(_input__: CodedInputStream): FileDescriptorProto

    Parses a message from a CodedInputStream.

    Parses a message from a CodedInputStream.

    Definition Classes
    FileDescriptorProtoGeneratedMessageCompanion
  43. def parseFrom(s: Array[Byte]): FileDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  44. def parseFrom(input: InputStream): FileDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  45. def scalaDescriptor: Descriptor
  46. def streamFromDelimitedInput(input: InputStream): Stream[FileDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
    Annotations
    @nowarn()
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def toByteArray(a: FileDescriptorProto): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  49. def toJavaProto(scalaPbSource: FileDescriptorProto): DescriptorProtos.FileDescriptorProto
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def validate(s: Array[Byte]): Try[FileDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  52. def validateAscii(s: String): Either[TextFormatError, FileDescriptorProto]
    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()

Inherited from JavaProtoSupport[FileDescriptorProto, DescriptorProtos.FileDescriptorProto]

Inherited from Serializable

Inherited from AnyRef

Inherited from scala.Any

Ungrouped