Object/Class

com.google.protobuf.descriptor

FileDescriptorProto

Related Docs: class FileDescriptorProto | package descriptor

Permalink

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

Linear Supertypes
Serializable, Serializable, JavaProtoSupport[FileDescriptorProto, DescriptorProtos.FileDescriptorProto], GeneratedMessageCompanion[FileDescriptorProto], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileDescriptorProto
  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 FileDescriptorProtoLens[UpperPB] extends ObjectLens[UpperPB, FileDescriptorProto]

    Permalink
  2. type ValueType = FileDescriptorProto

    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 DEPENDENCY_FIELD_NUMBER: Int(3)

    Permalink
  5. final val ENUM_TYPE_FIELD_NUMBER: Int(5)

    Permalink
  6. final val EXTENSION_FIELD_NUMBER: Int(7)

    Permalink
  7. final val MESSAGE_TYPE_FIELD_NUMBER: Int(4)

    Permalink
  8. final val NAME_FIELD_NUMBER: Int(1)

    Permalink
  9. final val OPTIONS_FIELD_NUMBER: Int(8)

    Permalink
  10. final val PACKAGE_FIELD_NUMBER: Int(2)

    Permalink
  11. final val PUBLIC_DEPENDENCY_FIELD_NUMBER: Int(10)

    Permalink
  12. final val SERVICE_FIELD_NUMBER: Int(6)

    Permalink
  13. final val SOURCE_CODE_INFO_FIELD_NUMBER: Int(9)

    Permalink
  14. final val SYNTAX_FIELD_NUMBER: Int(12)

    Permalink
  15. final val WEAK_DEPENDENCY_FIELD_NUMBER: Int(11)

    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: FileDescriptorProto

    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): FileDescriptorProto

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

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

    Permalink
    Definition Classes
    FileDescriptorProtoJavaProtoSupport
  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[FileDescriptorProto] with JavaProtoSupport[FileDescriptorProto, DescriptorProtos.FileDescriptorProto]

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

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

    Permalink
  33. implicit def messageReads: Reads[FileDescriptorProto]

    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], 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

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

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

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

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

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

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  44. def scalaDescriptor: Descriptor

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

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

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

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

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

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

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

    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[FileDescriptorProto, DescriptorProtos.FileDescriptorProto]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped