final case class EnumOptions(extends: Seq[String] = _root_.scala.Seq.empty, companionExtends: Seq[String] = _root_.scala.Seq.empty, type: Option[String] = _root_.scala.None, baseAnnotations: Seq[String] = _root_.scala.Seq.empty, recognizedAnnotations: Seq[String] = _root_.scala.Seq.empty, unrecognizedAnnotations: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[EnumOptions] with ExtendableMessage[EnumOptions] with Product with Serializable

extends

Additional classes and traits to mix in to the base trait

companionExtends

Additional classes and traits to mix in to the companion object.

type

All instances of this enum will be converted to this type. An implicit TypeMapper must be present.

baseAnnotations

Custom annotations to add to the generated enum's base class.

recognizedAnnotations

Custom annotations to add to the generated trait.

unrecognizedAnnotations

Custom annotations to add to the generated Unrecognized case class.

Annotations
@SerialVersionUID()
Linear Supertypes
ExtendableMessage[EnumOptions], Updatable[EnumOptions], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnumOptions
  2. ExtendableMessage
  3. Updatable
  4. GeneratedMessage
  5. Serializable
  6. Serializable
  7. Product
  8. Equals
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EnumOptions(extends: Seq[String] = _root_.scala.Seq.empty, companionExtends: Seq[String] = _root_.scala.Seq.empty, type: Option[String] = _root_.scala.None, baseAnnotations: Seq[String] = _root_.scala.Seq.empty, recognizedAnnotations: Seq[String] = _root_.scala.Seq.empty, unrecognizedAnnotations: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...)

    extends

    Additional classes and traits to mix in to the base trait

    companionExtends

    Additional classes and traits to mix in to the companion object.

    type

    All instances of this enum will be converted to this type. An implicit TypeMapper must be present.

    baseAnnotations

    Custom annotations to add to the generated enum's base class.

    recognizedAnnotations

    Custom annotations to add to the generated trait.

    unrecognizedAnnotations

    Custom annotations to add to the generated Unrecognized case class.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllBaseAnnotations(__vs: Iterable[String]): EnumOptions
  5. def addAllCompanionExtends(__vs: Iterable[String]): EnumOptions
  6. def addAllExtends(__vs: Iterable[String]): EnumOptions
  7. def addAllRecognizedAnnotations(__vs: Iterable[String]): EnumOptions
  8. def addAllUnrecognizedAnnotations(__vs: Iterable[String]): EnumOptions
  9. def addBaseAnnotations(__vs: String*): EnumOptions
  10. def addCompanionExtends(__vs: String*): EnumOptions
  11. def addExtends(__vs: String*): EnumOptions
  12. def addRecognizedAnnotations(__vs: String*): EnumOptions
  13. def addUnrecognizedAnnotations(__vs: String*): EnumOptions
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. val baseAnnotations: Seq[String]
  16. def clearBaseAnnotations: EnumOptions
  17. def clearCompanionExtends: EnumOptions
  18. def clearExtends: EnumOptions
  19. def clearRecognizedAnnotations: EnumOptions
  20. def clearType: EnumOptions
  21. def clearUnrecognizedAnnotations: EnumOptions
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. def companion: EnumOptions.type
    Definition Classes
    EnumOptionsGeneratedMessage
  24. val companionExtends: Seq[String]
  25. def discardUnknownFields: EnumOptions
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. val extends: Seq[String]
  28. def extension[T](generatedExtension: GeneratedExtension[EnumOptions, T]): T
    Definition Classes
    ExtendableMessage
  29. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    EnumOptionsGeneratedMessage
  32. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    EnumOptionsGeneratedMessage
  33. def getType: String
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. val recognizedAnnotations: Seq[String]
  39. def serializedSize: Int
    Definition Classes
    EnumOptionsGeneratedMessage
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. final def toByteArray: Array[Byte]

    Serializes the message and returns a byte array containing its raw bytes

    Serializes the message and returns a byte array containing its raw bytes

    Definition Classes
    GeneratedMessage
  42. final def toByteString: ByteString

    Serializes the message and returns a ByteString containing its raw bytes

    Serializes the message and returns a ByteString containing its raw bytes

    Definition Classes
    GeneratedMessage
  43. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  44. def toProtoString: String

    Returns a human-readable ASCII format representation of this message.

    Returns a human-readable ASCII format representation of this message.

    The original message can be decoded from this format by using fromAscii on the companion object.

    returns

    human-readable representation of this message.

    Definition Classes
    EnumOptionsGeneratedMessage
  45. val type: Option[String]
  46. val unknownFields: UnknownFieldSet
    Definition Classes
    EnumOptionsExtendableMessage
  47. val unrecognizedAnnotations: Seq[String]
  48. def update(ms: (Lens[EnumOptions, EnumOptions]) ⇒ Mutation[EnumOptions]*): EnumOptions
    Definition Classes
    Updatable
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. def withBaseAnnotations(__v: Seq[String]): EnumOptions
  53. def withCompanionExtends(__v: Seq[String]): EnumOptions
  54. def withExtends(__v: Seq[String]): EnumOptions
  55. def withExtension[T](generatedExtension: GeneratedExtension[EnumOptions, T])(value: T): EnumOptions
    Definition Classes
    ExtendableMessage
  56. def withRecognizedAnnotations(__v: Seq[String]): EnumOptions
  57. def withType(__v: String): EnumOptions
  58. def withUnknownFields(__v: UnknownFieldSet): EnumOptions
    Definition Classes
    EnumOptionsExtendableMessage
  59. def withUnrecognizedAnnotations(__v: Seq[String]): EnumOptions
  60. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  61. def writeTo(_output__: CodedOutputStream): Unit

    Serializes the message into the given coded output stream

    Serializes the message into the given coded output stream

    Definition Classes
    EnumOptionsGeneratedMessage
  62. final def writeTo(output: OutputStream): Unit

    Serializes the message into the given output stream

    Serializes the message into the given output stream

    Definition Classes
    GeneratedMessage

Inherited from ExtendableMessage[EnumOptions]

Inherited from Updatable[EnumOptions]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped