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

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

Inherited from Serializable

Inherited from JavaProtoSupport[EnumValueDescriptorProto, DescriptorProtos.EnumValueDescriptorProto]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped