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

Linear Supertypes
Serializable, Serializable, JavaProtoSupport[OneofDescriptorProto, DescriptorProtos.OneofDescriptorProto], GeneratedMessageCompanion[OneofDescriptorProto], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OneofDescriptorProto
  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 OneofDescriptorProtoLens [UpperPB] extends ObjectLens[UpperPB, OneofDescriptorProto]
  2. type ValueType = OneofDescriptorProto
    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 NAME_FIELD_NUMBER: Int(1)
  5. final val OPTIONS_FIELD_NUMBER: Int(2)
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. lazy val defaultInstance: OneofDescriptorProto
  9. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  10. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromAscii(s: String): OneofDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  15. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, scala.Any]): OneofDescriptorProto
  16. def fromJavaProto(javaPbSource: DescriptorProtos.OneofDescriptorProto): OneofDescriptorProto
    Definition Classes
    OneofDescriptorProtoJavaProtoSupport
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def javaDescriptor: Descriptor
  21. implicit def messageCompanion: GeneratedMessageCompanion[OneofDescriptorProto] with JavaProtoSupport[OneofDescriptorProto, DescriptorProtos.OneofDescriptorProto]
  22. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  23. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
  24. implicit def messageReads: Reads[OneofDescriptorProto]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_]]
  27. final def notify(): Unit
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  29. def parseDelimitedFrom(input: InputStream): scala.Option[OneofDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  30. def parseDelimitedFrom(input: CodedInputStream): scala.Option[OneofDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  31. def parseFrom(s: Array[Byte]): OneofDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  32. def parseFrom(input: InputStream): OneofDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  33. def parseFrom(input: CodedInputStream): OneofDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  34. def scalaDescriptor: Descriptor
  35. def streamFromDelimitedInput(input: InputStream): Stream[OneofDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toByteArray(a: OneofDescriptorProto): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  38. def toJavaProto(scalaPbSource: OneofDescriptorProto): DescriptorProtos.OneofDescriptorProto
    Definition Classes
    OneofDescriptorProtoJavaProtoSupport
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def validate(s: Array[Byte]): Try[OneofDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  41. def validateAscii(s: String): Either[TextFormatError, OneofDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. 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 JavaProtoSupport[OneofDescriptorProto, DescriptorProtos.OneofDescriptorProto]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped