Object/Class

com.google.protobuf.descriptor

EnumDescriptorProto

Related Docs: class EnumDescriptorProto | package descriptor

Permalink

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

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

    Permalink
  2. final case class EnumReservedRange(start: scala.Option[Int] = _root_.scala.None, end: scala.Option[Int] = _root_.scala.None) extends scalapb.GeneratedMessage with scalapb.Message[EnumReservedRange] with Updatable[EnumReservedRange] with Product with Serializable

    Permalink

    Range of reserved numeric values.

    Range of reserved numeric values. Reserved values may not be used by entries in the same enum. Reserved ranges may not overlap.

    Note that this is distinct from DescriptorProto.ReservedRange in that it is inclusive such that it can appropriately represent the entire int32 domain.

    start

    Inclusive.

    end

    Inclusive.

    Annotations
    @SerialVersionUID()
  3. type ValueType = EnumDescriptorProto

    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. object EnumReservedRange extends GeneratedMessageCompanion[EnumReservedRange] with JavaProtoSupport[EnumReservedRange, DescriptorProtos.EnumDescriptorProto.EnumReservedRange] with Serializable

    Permalink
  5. final val NAME_FIELD_NUMBER: Int(1)

    Permalink
  6. final val OPTIONS_FIELD_NUMBER: Int(3)

    Permalink
  7. final val RESERVED_NAME_FIELD_NUMBER: Int(5)

    Permalink
  8. final val RESERVED_RANGE_FIELD_NUMBER: Int(4)

    Permalink
  9. final val VALUE_FIELD_NUMBER: Int(2)

    Permalink
  10. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def fromAscii(s: String): EnumDescriptorProto

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

    Permalink
  20. def fromJavaProto(javaPbSource: DescriptorProtos.EnumDescriptorProto): EnumDescriptorProto

    Permalink
    Definition Classes
    EnumDescriptorProtoJavaProtoSupport
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def javaDescriptor: Descriptor

    Permalink
  25. implicit def messageCompanion: GeneratedMessageCompanion[EnumDescriptorProto] with JavaProtoSupport[EnumDescriptorProto, DescriptorProtos.EnumDescriptorProto]

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

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

    Permalink
  28. implicit def messageReads: Reads[EnumDescriptorProto]

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

    Permalink
    Definition Classes
    AnyRef
  30. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_]]

    Permalink
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. def of(name: scala.Option[String], value: Seq[EnumValueDescriptorProto], options: scala.Option[EnumOptions], reservedRange: Seq[EnumReservedRange], reservedName: Seq[String]): EnumDescriptorProto

    Permalink
  34. def parseDelimitedFrom(input: InputStream): scala.Option[EnumDescriptorProto]

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

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  36. def parseFrom(s: Array[Byte]): EnumDescriptorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  37. def parseFrom(input: InputStream): EnumDescriptorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  38. def parseFrom(input: CodedInputStream): EnumDescriptorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  39. def scalaDescriptor: Descriptor

    Permalink
  40. def streamFromDelimitedInput(input: InputStream): Stream[EnumDescriptorProto]

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

    Permalink
    Definition Classes
    AnyRef
  42. def toByteArray(a: EnumDescriptorProto): Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  43. def toJavaProto(scalaPbSource: EnumDescriptorProto): DescriptorProtos.EnumDescriptorProto

    Permalink
    Definition Classes
    EnumDescriptorProtoJavaProtoSupport
  44. def toString(): String

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

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

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): 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.

Inherited from Serializable

Inherited from Serializable

Inherited from JavaProtoSupport[EnumDescriptorProto, DescriptorProtos.EnumDescriptorProto]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped