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

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, ExtendableMessage[MessageOptions], Updatable[MessageOptions], GeneratedMessage, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageOptions
  2. Product
  3. Equals
  4. ExtendableMessage
  5. Updatable
  6. GeneratedMessage
  7. Serializable
  8. AnyRef
  9. 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, unknownFieldsAnnotations: Seq[String] = _root_.scala.Seq.empty, 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.

    unknownFieldsAnnotations

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

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 addAllUnknownFieldsAnnotations(__vs: Iterable[String]): MessageOptions
  10. def addAnnotations(__vs: String*): MessageOptions
  11. def addCompanionAnnotations(__vs: String*): MessageOptions
  12. def addCompanionExtends(__vs: String*): MessageOptions
  13. def addExtends(__vs: String*): MessageOptions
  14. def addSealedOneofExtends(__vs: String*): MessageOptions
  15. def addUnknownFieldsAnnotations(__vs: String*): MessageOptions
  16. val annotations: Seq[String]
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clearAnnotations: MessageOptions
  19. def clearCompanionAnnotations: MessageOptions
  20. def clearCompanionExtends: MessageOptions
  21. def clearExtends: MessageOptions
  22. def clearNoBox: MessageOptions
  23. def clearSealedOneofExtends: MessageOptions
  24. def clearType: MessageOptions
  25. def clearUnknownFieldsAnnotations: MessageOptions
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  27. def companion: MessageOptions
    Definition Classes
    MessageOptionsGeneratedMessage
  28. val companionAnnotations: Seq[String]
  29. val companionExtends: Seq[String]
  30. def discardUnknownFields: MessageOptions
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. val extends: Seq[String]
  33. def extension[T](generatedExtension: GeneratedExtension[MessageOptions, T]): T
    Definition Classes
    ExtendableMessage
  34. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  35. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    MessageOptionsGeneratedMessage
  37. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    MessageOptionsGeneratedMessage
  38. def getNoBox: Boolean
  39. def getType: String
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. val noBox: Option[Boolean]
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. def productElementNames: Iterator[String]
    Definition Classes
    Product
  46. val sealedOneofExtends: Seq[String]
  47. def serializedSize: Int
    Definition Classes
    MessageOptionsGeneratedMessage
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  50. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  51. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  52. 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
  53. val type: Option[String]
  54. val unknownFields: UnknownFieldSet
    Definition Classes
    MessageOptionsExtendableMessage
  55. val unknownFieldsAnnotations: Seq[String]
  56. def update(ms: (Lens[MessageOptions, MessageOptions]) => Mutation[MessageOptions]*): MessageOptions
    Definition Classes
    Updatable
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  60. def withAnnotations(__v: Seq[String]): MessageOptions
  61. def withCompanionAnnotations(__v: Seq[String]): MessageOptions
  62. def withCompanionExtends(__v: Seq[String]): MessageOptions
  63. def withExtends(__v: Seq[String]): MessageOptions
  64. def withExtension[T](generatedExtension: GeneratedExtension[MessageOptions, T])(value: T): MessageOptions
    Definition Classes
    ExtendableMessage
  65. def withNoBox(__v: Boolean): MessageOptions
  66. def withSealedOneofExtends(__v: Seq[String]): MessageOptions
  67. def withType(__v: String): MessageOptions
  68. def withUnknownFields(__v: UnknownFieldSet): MessageOptions
    Definition Classes
    MessageOptionsExtendableMessage
  69. def withUnknownFieldsAnnotations(__v: Seq[String]): MessageOptions
  70. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  71. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    MessageOptionsGeneratedMessage
  72. 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