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, noBox: Option[Boolean] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage 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.

noBox

If true, when this message is used as an optional field, do not wrap it in an Option. This is equivalent of setting (field).no_box to true on each field with the message type.

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

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, noBox: Option[Boolean] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.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.

    noBox

    If true, when this message is used as an optional field, do not wrap it in an Option. This is equivalent of setting (field).no_box to true on each field with the message type.

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 clearNoBox: MessageOptions
  21. def clearSealedOneofExtends: MessageOptions
  22. def clearType: MessageOptions
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  24. def companion: MessageOptions
    Definition Classes
    MessageOptionsGeneratedMessage
  25. val companionAnnotations: Seq[String]
  26. val companionExtends: Seq[String]
  27. def discardUnknownFields: MessageOptions
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. val extends: Seq[String]
  30. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    MessageOptionsGeneratedMessage
  33. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    MessageOptionsGeneratedMessage
  34. def getNoBox: Boolean
  35. def getType: String
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. val noBox: Option[Boolean]
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def productElementNames: Iterator[String]
    Definition Classes
    Product
  42. val sealedOneofExtends: Seq[String]
  43. def serializedSize: Int
    Definition Classes
    MessageOptionsGeneratedMessage
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  46. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  47. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  48. 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
  49. val type: Option[String]
  50. val unknownFields: UnknownFieldSet
  51. def update(ms: (Lens[MessageOptions, MessageOptions]) => Mutation[MessageOptions]*): MessageOptions
    Definition Classes
    Updatable
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  55. def withAnnotations(__v: Seq[String]): MessageOptions
  56. def withCompanionAnnotations(__v: Seq[String]): MessageOptions
  57. def withCompanionExtends(__v: Seq[String]): MessageOptions
  58. def withExtends(__v: Seq[String]): MessageOptions
  59. def withNoBox(__v: Boolean): MessageOptions
  60. def withSealedOneofExtends(__v: Seq[String]): MessageOptions
  61. def withType(__v: String): MessageOptions
  62. def withUnknownFields(__v: UnknownFieldSet): MessageOptions
  63. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  64. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    MessageOptionsGeneratedMessage
  65. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[MessageOptions]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped