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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnumDescriptorProto
  2. Serializable
  3. JavaProtoSupport
  4. HasBuilder
  5. GeneratedMessageCompanion
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class Builder extends MessageBuilder[EnumDescriptorProto]
  2. implicit class EnumDescriptorProtoLens[UpperPB] extends ObjectLens[UpperPB, EnumDescriptorProto]
  3. final case class EnumReservedRange(start: scala.Option[Int] = _root_.scala.None, end: scala.Option[Int] = _root_.scala.None, unknownFields: scalapb.UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends scalapb.GeneratedMessage with Updatable[EnumReservedRange] with Product with Serializable

    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()
  4. type ValueType = EnumDescriptorProto
    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(3)
  6. final val RESERVED_NAME_FIELD_NUMBER: Int(5)
  7. final val RESERVED_RANGE_FIELD_NUMBER: Int(4)
  8. final val VALUE_FIELD_NUMBER: Int(2)
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. lazy val defaultInstance: EnumDescriptorProto
  12. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  13. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. def fromAscii(s: String): EnumDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  18. def fromJavaProto(javaPbSource: DescriptorProtos.EnumDescriptorProto): EnumDescriptorProto
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def javaDescriptor: Descriptor
  23. def merge(_message__: EnumDescriptorProto, _input__: CodedInputStream): EnumDescriptorProto
  24. implicit def messageCompanion: GeneratedMessageCompanion[EnumDescriptorProto] with HasBuilder[EnumDescriptorProto] with JavaProtoSupport[EnumDescriptorProto, DescriptorProtos.EnumDescriptorProto]
  25. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  26. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
  27. implicit def messageReads: Reads[EnumDescriptorProto]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: scalapb.GeneratedMessage]]
  30. def newBuilder(_message__: EnumDescriptorProto): Builder
  31. def newBuilder: Builder
    Definition Classes
    EnumDescriptorProtoHasBuilder
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def of(name: scala.Option[String], value: Seq[EnumValueDescriptorProto], options: scala.Option[EnumOptions], reservedRange: Seq[EnumReservedRange], reservedName: Seq[String]): EnumDescriptorProto
  35. def parseDelimitedFrom(input: InputStream): scala.Option[EnumDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  36. def parseDelimitedFrom(input: CodedInputStream): scala.Option[EnumDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  37. final def parseFrom(input: CodedInputStream): EnumDescriptorProto
    Definition Classes
    HasBuilder
  38. def parseFrom(s: Array[Byte]): EnumDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  39. def parseFrom(input: InputStream): EnumDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  40. def scalaDescriptor: Descriptor
  41. def streamFromDelimitedInput(input: InputStream): Stream[EnumDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toByteArray(a: EnumDescriptorProto): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  44. def toJavaProto(scalaPbSource: EnumDescriptorProto): DescriptorProtos.EnumDescriptorProto
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def validate(s: Array[Byte]): Try[EnumDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  47. def validateAscii(s: String): Either[TextFormatError, EnumDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. object Builder extends MessageBuilderCompanion[EnumDescriptorProto, Builder]
  52. object EnumReservedRange extends GeneratedMessageCompanion[EnumReservedRange] with HasBuilder[EnumReservedRange] with JavaProtoSupport[EnumReservedRange, DescriptorProtos.EnumDescriptorProto.EnumReservedRange] with Serializable

Inherited from Serializable

Inherited from JavaProtoSupport[EnumDescriptorProto, DescriptorProtos.EnumDescriptorProto]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped