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 = _root_.scalapb.UnknownFieldSet.empty) 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, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnumOptions
  2. ExtendableMessage
  3. Updatable
  4. GeneratedMessage
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 = _root_.scalapb.UnknownFieldSet.empty)

    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(classOf[java.lang.CloneNotSupportedException]) @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[_ <: AnyRef]
    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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  39. val recognizedAnnotations: Seq[String]
  40. def serializedSize: Int
    Definition Classes
    EnumOptionsGeneratedMessage
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. 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
  43. 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
  44. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  45. 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
  46. val type: Option[String]
  47. val unknownFields: UnknownFieldSet
    Definition Classes
    EnumOptionsExtendableMessage
  48. val unrecognizedAnnotations: Seq[String]
  49. def update(ms: (Lens[EnumOptions, EnumOptions]) => Mutation[EnumOptions]*): EnumOptions
    Definition Classes
    Updatable
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. def withBaseAnnotations(__v: Seq[String]): EnumOptions
  54. def withCompanionExtends(__v: Seq[String]): EnumOptions
  55. def withExtends(__v: Seq[String]): EnumOptions
  56. def withExtension[T](generatedExtension: GeneratedExtension[EnumOptions, T])(value: T): EnumOptions
    Definition Classes
    ExtendableMessage
  57. def withRecognizedAnnotations(__v: Seq[String]): EnumOptions
  58. def withType(__v: String): EnumOptions
  59. def withUnknownFields(__v: UnknownFieldSet): EnumOptions
    Definition Classes
    EnumOptionsExtendableMessage
  60. def withUnrecognizedAnnotations(__v: Seq[String]): EnumOptions
  61. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  62. 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
  63. 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 Updatable[EnumOptions]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped