Object/Class

com.google.protobuf.descriptor

EnumValueDescriptorProto

Related Docs: class EnumValueDescriptorProto | package descriptor

Permalink

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

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

    Permalink

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 NAME_FIELD_NUMBER: Int(1)

    Permalink
  5. final val NUMBER_FIELD_NUMBER: Int(2)

    Permalink
  6. final val OPTIONS_FIELD_NUMBER: Int(3)

    Permalink
  7. final def asInstanceOf[T0]: T0

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

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

    Permalink
  10. def descriptor: Descriptor

    Permalink
  11. def enumCompanionForField(__field: FieldDescriptor): GeneratedEnumCompanion[_]

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

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

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

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

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

    Permalink
  17. def fromJavaProto(javaPbSource: DescriptorProtos.EnumValueDescriptorProto): EnumValueDescriptorProto

    Permalink
  18. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  21. implicit def messageCompanion: GeneratedMessageCompanion[EnumValueDescriptorProto] with JavaProtoSupport[EnumValueDescriptorProto, DescriptorProtos.EnumValueDescriptorProto]

    Permalink
  22. def messageCompanionForField(__field: FieldDescriptor): GeneratedMessageCompanion[_]

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

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. def parseDelimitedFrom(input: InputStream): scala.Option[EnumValueDescriptorProto]

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

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  28. def parseFrom(s: Array[Byte]): EnumValueDescriptorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  29. def parseFrom(input: InputStream): EnumValueDescriptorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  30. def parseFrom(input: CodedInputStream): EnumValueDescriptorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  31. def streamFromDelimitedInput(input: InputStream): Stream[EnumValueDescriptorProto]

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

    Permalink
    Definition Classes
    AnyRef
  33. def toByteArray(a: EnumValueDescriptorProto): Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  34. def toJavaProto(scalaPbSource: EnumValueDescriptorProto): DescriptorProtos.EnumValueDescriptorProto

    Permalink
  35. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from JavaProtoSupport[EnumValueDescriptorProto, DescriptorProtos.EnumValueDescriptorProto]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped