Packages

final case class MessageOptions(extends: Seq[String] = _root_.scala.Seq.empty, companionExtends: Seq[String] = _root_.scala.Seq.empty, annotations: Seq[String] = _root_.scala.Seq.empty, type: Option[String] = _root_.scala.None, companionAnnotations: Seq[String] = _root_.scala.Seq.empty, sealedOneofExtends: Seq[String] = _root_.scala.Seq.empty) extends GeneratedMessage with Message[MessageOptions] with Updatable[MessageOptions] with Product with Serializable

extends

Additional classes and traits to mix in to the case class.

companionExtends

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

annotations

Custom annotations to add to the generated case class.

type

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

companionAnnotations

Custom annotations to add to the companion object of the generated class.

sealedOneofExtends

Additional classes and traits to mix in to generated sealed_oneof base trait.

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

Instance Constructors

  1. new MessageOptions(extends: Seq[String] = _root_.scala.Seq.empty, companionExtends: Seq[String] = _root_.scala.Seq.empty, annotations: Seq[String] = _root_.scala.Seq.empty, type: Option[String] = _root_.scala.None, companionAnnotations: Seq[String] = _root_.scala.Seq.empty, sealedOneofExtends: Seq[String] = _root_.scala.Seq.empty)

    extends

    Additional classes and traits to mix in to the case class.

    companionExtends

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

    annotations

    Custom annotations to add to the generated case class.

    type

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

    companionAnnotations

    Custom annotations to add to the companion object of the generated class.

    sealedOneofExtends

    Additional classes and traits to mix in to generated sealed_oneof base trait.

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 addAllAnnotations(__vs: Iterable[String]): MessageOptions
  5. def addAllCompanionAnnotations(__vs: Iterable[String]): MessageOptions
  6. def addAllCompanionExtends(__vs: Iterable[String]): MessageOptions
  7. def addAllExtends(__vs: Iterable[String]): MessageOptions
  8. def addAllSealedOneofExtends(__vs: Iterable[String]): MessageOptions
  9. def addAnnotations(__vs: String*): MessageOptions
  10. def addCompanionAnnotations(__vs: String*): MessageOptions
  11. def addCompanionExtends(__vs: String*): MessageOptions
  12. def addExtends(__vs: String*): MessageOptions
  13. def addSealedOneofExtends(__vs: String*): MessageOptions
  14. val annotations: Seq[String]
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clearAnnotations: MessageOptions
  17. def clearCompanionAnnotations: MessageOptions
  18. def clearCompanionExtends: MessageOptions
  19. def clearExtends: MessageOptions
  20. def clearSealedOneofExtends: MessageOptions
  21. def clearType: MessageOptions
  22. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  23. def companion: MessageOptions
    Definition Classes
    MessageOptionsGeneratedMessage
  24. val companionAnnotations: Seq[String]
  25. val companionExtends: Seq[String]
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. val extends: Seq[String]
  28. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    MessageOptionsGeneratedMessage
  31. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    MessageOptionsGeneratedMessage
  32. def getType: String
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def mergeFrom(_input__: CodedInputStream): MessageOptions
    Definition Classes
    MessageOptionsMessage
  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 sealedOneofExtends: Seq[String]
  40. final def serializedSize: Int
    Definition Classes
    MessageOptionsGeneratedMessage
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  43. def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  44. 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
    MessageOptionsGeneratedMessage
  46. val type: Option[String]
  47. def update(ms: (Lens[MessageOptions, MessageOptions]) => Mutation[MessageOptions]*): MessageOptions
    Definition Classes
    Updatable
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. def withAnnotations(__v: Seq[String]): MessageOptions
  52. def withCompanionAnnotations(__v: Seq[String]): MessageOptions
  53. def withCompanionExtends(__v: Seq[String]): MessageOptions
  54. def withExtends(__v: Seq[String]): MessageOptions
  55. def withSealedOneofExtends(__v: Seq[String]): MessageOptions
  56. def withType(__v: String): MessageOptions
  57. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  58. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    MessageOptionsGeneratedMessage
  59. def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[MessageOptions]

Inherited from Message[MessageOptions]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped