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, unknownFieldsAnnotations: Seq[String] = _root_.scala.Seq.empty, noDefaultValuesInConstructor: Option[Boolean] = _root_.scala.None, sealedOneofCompanionExtends: Seq[String] = _root_.scala.Seq.empty, derives: Seq[String] = _root_.scala.Seq.empty, sealedOneofDerives: Seq[String] = _root_.scala.Seq.empty, sealedOneofEmptyExtends: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[MessageOptions] with ExtendableMessage[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.

unknownFieldsAnnotations

Custom annotations to add to the generated unknownFields case class field.

noDefaultValuesInConstructor

If true, no default values will be generated in message constructors. If set (to true or false), the message-level setting overrides the file-level value, and can be overridden by the field-level setting.

sealedOneofCompanionExtends

Additional classes and traits to mix in to generated sealed oneof base trait's companion object.

derives

Adds a derives clause to the message case class

sealedOneofDerives

Additional classes and traits to add to the derives clause of a sealed oneof.

sealedOneofEmptyExtends

Additional traits to mixin for the empty case object of sealed oneofs.

Annotations
@SerialVersionUID()
Linear Supertypes
ExtendableMessage[MessageOptions], Updatable[MessageOptions], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageOptions
  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 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, unknownFieldsAnnotations: Seq[String] = _root_.scala.Seq.empty, noDefaultValuesInConstructor: Option[Boolean] = _root_.scala.None, sealedOneofCompanionExtends: Seq[String] = _root_.scala.Seq.empty, derives: Seq[String] = _root_.scala.Seq.empty, sealedOneofDerives: Seq[String] = _root_.scala.Seq.empty, sealedOneofEmptyExtends: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...)

    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.

    unknownFieldsAnnotations

    Custom annotations to add to the generated unknownFields case class field.

    noDefaultValuesInConstructor

    If true, no default values will be generated in message constructors. If set (to true or false), the message-level setting overrides the file-level value, and can be overridden by the field-level setting.

    sealedOneofCompanionExtends

    Additional classes and traits to mix in to generated sealed oneof base trait's companion object.

    derives

    Adds a derives clause to the message case class

    sealedOneofDerives

    Additional classes and traits to add to the derives clause of a sealed oneof.

    sealedOneofEmptyExtends

    Additional traits to mixin for the empty case object of sealed oneofs.

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 addAllDerives(__vs: Iterable[String]): MessageOptions
  8. def addAllExtends(__vs: Iterable[String]): MessageOptions
  9. def addAllSealedOneofCompanionExtends(__vs: Iterable[String]): MessageOptions
  10. def addAllSealedOneofDerives(__vs: Iterable[String]): MessageOptions
  11. def addAllSealedOneofEmptyExtends(__vs: Iterable[String]): MessageOptions
  12. def addAllSealedOneofExtends(__vs: Iterable[String]): MessageOptions
  13. def addAllUnknownFieldsAnnotations(__vs: Iterable[String]): MessageOptions
  14. def addAnnotations(__vs: String*): MessageOptions
  15. def addCompanionAnnotations(__vs: String*): MessageOptions
  16. def addCompanionExtends(__vs: String*): MessageOptions
  17. def addDerives(__vs: String*): MessageOptions
  18. def addExtends(__vs: String*): MessageOptions
  19. def addSealedOneofCompanionExtends(__vs: String*): MessageOptions
  20. def addSealedOneofDerives(__vs: String*): MessageOptions
  21. def addSealedOneofEmptyExtends(__vs: String*): MessageOptions
  22. def addSealedOneofExtends(__vs: String*): MessageOptions
  23. def addUnknownFieldsAnnotations(__vs: String*): MessageOptions
  24. val annotations: Seq[String]
  25. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  26. def clearAnnotations: MessageOptions
  27. def clearCompanionAnnotations: MessageOptions
  28. def clearCompanionExtends: MessageOptions
  29. def clearDerives: MessageOptions
  30. def clearExtends: MessageOptions
  31. def clearNoBox: MessageOptions
  32. def clearNoDefaultValuesInConstructor: MessageOptions
  33. def clearSealedOneofCompanionExtends: MessageOptions
  34. def clearSealedOneofDerives: MessageOptions
  35. def clearSealedOneofEmptyExtends: MessageOptions
  36. def clearSealedOneofExtends: MessageOptions
  37. def clearType: MessageOptions
  38. def clearUnknownFieldsAnnotations: MessageOptions
  39. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. def companion: MessageOptions.type
    Definition Classes
    MessageOptionsGeneratedMessage
  41. val companionAnnotations: Seq[String]
  42. val companionExtends: Seq[String]
  43. val derives: Seq[String]
  44. def discardUnknownFields: MessageOptions
  45. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. val extends: Seq[String]
  47. def extension[T](generatedExtension: GeneratedExtension[MessageOptions, T]): T
    Definition Classes
    ExtendableMessage
  48. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  49. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  50. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    MessageOptionsGeneratedMessage
  51. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    MessageOptionsGeneratedMessage
  52. def getNoBox: Boolean
  53. def getNoDefaultValuesInConstructor: Boolean
  54. def getType: String
  55. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  56. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. val noBox: Option[Boolean]
  58. val noDefaultValuesInConstructor: Option[Boolean]
  59. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  60. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  61. val sealedOneofCompanionExtends: Seq[String]
  62. val sealedOneofDerives: Seq[String]
  63. val sealedOneofEmptyExtends: Seq[String]
  64. val sealedOneofExtends: Seq[String]
  65. def serializedSize: Int
    Definition Classes
    MessageOptionsGeneratedMessage
  66. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  67. 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
  68. 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
  69. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  70. 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
  71. val type: Option[String]
  72. val unknownFields: UnknownFieldSet
    Definition Classes
    MessageOptionsExtendableMessage
  73. val unknownFieldsAnnotations: Seq[String]
  74. def update(ms: (Lens[MessageOptions, MessageOptions]) ⇒ Mutation[MessageOptions]*): MessageOptions
    Definition Classes
    Updatable
  75. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  78. def withAnnotations(__v: Seq[String]): MessageOptions
  79. def withCompanionAnnotations(__v: Seq[String]): MessageOptions
  80. def withCompanionExtends(__v: Seq[String]): MessageOptions
  81. def withDerives(__v: Seq[String]): MessageOptions
  82. def withExtends(__v: Seq[String]): MessageOptions
  83. def withExtension[T](generatedExtension: GeneratedExtension[MessageOptions, T])(value: T): MessageOptions
    Definition Classes
    ExtendableMessage
  84. def withNoBox(__v: Boolean): MessageOptions
  85. def withNoDefaultValuesInConstructor(__v: Boolean): MessageOptions
  86. def withSealedOneofCompanionExtends(__v: Seq[String]): MessageOptions
  87. def withSealedOneofDerives(__v: Seq[String]): MessageOptions
  88. def withSealedOneofEmptyExtends(__v: Seq[String]): MessageOptions
  89. def withSealedOneofExtends(__v: Seq[String]): MessageOptions
  90. def withType(__v: String): MessageOptions
  91. def withUnknownFields(__v: UnknownFieldSet): MessageOptions
    Definition Classes
    MessageOptionsExtendableMessage
  92. def withUnknownFieldsAnnotations(__v: Seq[String]): MessageOptions
  93. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  94. 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
    MessageOptionsGeneratedMessage
  95. 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[MessageOptions]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped