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. def addAllBaseAnnotations(__vs: Iterable[String]): EnumOptions
  2. def addAllCompanionExtends(__vs: Iterable[String]): EnumOptions
  3. def addAllExtends(__vs: Iterable[String]): EnumOptions
  4. def addAllRecognizedAnnotations(__vs: Iterable[String]): EnumOptions
  5. def addAllUnrecognizedAnnotations(__vs: Iterable[String]): EnumOptions
  6. def addBaseAnnotations(__vs: String*): EnumOptions
  7. def addCompanionExtends(__vs: String*): EnumOptions
  8. def addExtends(__vs: String*): EnumOptions
  9. def addRecognizedAnnotations(__vs: String*): EnumOptions
  10. def addUnrecognizedAnnotations(__vs: String*): EnumOptions
  11. val baseAnnotations: Seq[String]
  12. def clearBaseAnnotations: EnumOptions
  13. def clearCompanionExtends: EnumOptions
  14. def clearExtends: EnumOptions
  15. def clearRecognizedAnnotations: EnumOptions
  16. def clearType: EnumOptions
  17. def clearUnrecognizedAnnotations: EnumOptions
  18. def companion: EnumOptions.type
    Definition Classes
    EnumOptionsGeneratedMessage
  19. val companionExtends: Seq[String]
  20. def discardUnknownFields: EnumOptions
  21. val extends: Seq[String]
  22. def extension[T](generatedExtension: GeneratedExtension[EnumOptions, T]): T
    Definition Classes
    ExtendableMessage
  23. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    EnumOptionsGeneratedMessage
  24. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    EnumOptionsGeneratedMessage
  25. def getType: String
  26. val recognizedAnnotations: Seq[String]
  27. def serializedSize: Int
    Definition Classes
    EnumOptionsGeneratedMessage
  28. 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
  29. 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
  30. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  31. 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
  32. val type: Option[String]
  33. val unknownFields: UnknownFieldSet
    Definition Classes
    EnumOptionsExtendableMessage
  34. val unrecognizedAnnotations: Seq[String]
  35. def update(ms: (Lens[EnumOptions, EnumOptions]) ⇒ Mutation[EnumOptions]*): EnumOptions
    Definition Classes
    Updatable
  36. def withBaseAnnotations(__v: Seq[String]): EnumOptions
  37. def withCompanionExtends(__v: Seq[String]): EnumOptions
  38. def withExtends(__v: Seq[String]): EnumOptions
  39. def withExtension[T](generatedExtension: GeneratedExtension[EnumOptions, T])(value: T): EnumOptions
    Definition Classes
    ExtendableMessage
  40. def withRecognizedAnnotations(__v: Seq[String]): EnumOptions
  41. def withType(__v: String): EnumOptions
  42. def withUnknownFields(__v: UnknownFieldSet): EnumOptions
    Definition Classes
    EnumOptionsExtendableMessage
  43. def withUnrecognizedAnnotations(__v: Seq[String]): EnumOptions
  44. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  45. 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
  46. 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