Class/Object

scalapb.options

MessageOptions

Related Docs: object MessageOptions | package options

Permalink

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 = ...) 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, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageOptions
  2. Product
  3. Equals
  4. Updatable
  5. GeneratedMessage
  6. Serializable
  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, noBox: Option[Boolean] = _root_.scala.None, unknownFields: UnknownFieldSet = ...)

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAllAnnotations(__vs: Iterable[String]): MessageOptions

    Permalink
  5. def addAllCompanionAnnotations(__vs: Iterable[String]): MessageOptions

    Permalink
  6. def addAllCompanionExtends(__vs: Iterable[String]): MessageOptions

    Permalink
  7. def addAllExtends(__vs: Iterable[String]): MessageOptions

    Permalink
  8. def addAllSealedOneofExtends(__vs: Iterable[String]): MessageOptions

    Permalink
  9. def addAnnotations(__vs: String*): MessageOptions

    Permalink
  10. def addCompanionAnnotations(__vs: String*): MessageOptions

    Permalink
  11. def addCompanionExtends(__vs: String*): MessageOptions

    Permalink
  12. def addExtends(__vs: String*): MessageOptions

    Permalink
  13. def addSealedOneofExtends(__vs: String*): MessageOptions

    Permalink
  14. val annotations: Seq[String]

    Permalink

    Custom annotations to add to the generated case class.

  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def clearAnnotations: MessageOptions

    Permalink
  17. def clearCompanionAnnotations: MessageOptions

    Permalink
  18. def clearCompanionExtends: MessageOptions

    Permalink
  19. def clearExtends: MessageOptions

    Permalink
  20. def clearNoBox: MessageOptions

    Permalink
  21. def clearSealedOneofExtends: MessageOptions

    Permalink
  22. def clearType: MessageOptions

    Permalink
  23. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def companion: MessageOptions.type

    Permalink
    Definition Classes
    MessageOptionsGeneratedMessage
  25. val companionAnnotations: Seq[String]

    Permalink

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

  26. val companionExtends: Seq[String]

    Permalink

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

  27. def discardUnknownFields: MessageOptions

    Permalink
  28. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. val extends: Seq[String]

    Permalink

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

  30. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  32. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    MessageOptionsGeneratedMessage
  33. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    MessageOptionsGeneratedMessage
  34. def getNoBox: Boolean

    Permalink
  35. def getType: String

    Permalink
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  38. val noBox: Option[Boolean]

    Permalink

    If true, when this message is used as an optional field, do not wrap it in an Option.

    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.

  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. val sealedOneofExtends: Seq[String]

    Permalink

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

  42. def serializedSize: Int

    Permalink
    Definition Classes
    MessageOptionsGeneratedMessage
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. final def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  45. final def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  46. final def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  47. def toProtoString: String

    Permalink

    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
  48. val type: Option[String]

    Permalink

    All instances of this message will be converted to this type.

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

  49. val unknownFields: UnknownFieldSet

    Permalink
  50. def update(ms: (Lens[MessageOptions, MessageOptions]) ⇒ Mutation[MessageOptions]*): MessageOptions

    Permalink
    Definition Classes
    Updatable
  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def withAnnotations(__v: Seq[String]): MessageOptions

    Permalink
  55. def withCompanionAnnotations(__v: Seq[String]): MessageOptions

    Permalink
  56. def withCompanionExtends(__v: Seq[String]): MessageOptions

    Permalink
  57. def withExtends(__v: Seq[String]): MessageOptions

    Permalink
  58. def withNoBox(__v: Boolean): MessageOptions

    Permalink
  59. def withSealedOneofExtends(__v: Seq[String]): MessageOptions

    Permalink
  60. def withType(__v: String): MessageOptions

    Permalink
  61. def withUnknownFields(__v: UnknownFieldSet): MessageOptions

    Permalink
  62. final def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  63. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    MessageOptionsGeneratedMessage
  64. final def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[MessageOptions]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped