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) 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, 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. Serializable
  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)

    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.

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 clearSealedOneofExtends: MessageOptions

    Permalink
  21. def clearType: MessageOptions

    Permalink
  22. def clone(): AnyRef

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

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

    Permalink

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

  25. val companionExtends: Seq[String]

    Permalink

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

  26. final def eq(arg0: AnyRef): Boolean

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

    Permalink

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

  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  29. def getField(__field: FieldDescriptor): PValue

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

    Permalink
    Definition Classes
    MessageOptionsGeneratedMessage
  31. def getType: String

    Permalink
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. def mergeFrom(_input__: CodedInputStream): MessageOptions

    Permalink
    Definition Classes
    MessageOptionsMessage
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  37. val sealedOneofExtends: Seq[String]

    Permalink

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

  38. final def serializedSize: Int

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

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

    Permalink
    Definition Classes
    GeneratedMessage
  41. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  42. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  43. 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
  44. 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.

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

    Permalink
    Definition Classes
    Updatable
  46. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(): Unit

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

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

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

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

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

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

    Permalink
  55. def writeDelimitedTo(output: OutputStream): Unit

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

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

    Permalink
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  3. def getField(field: FieldDescriptor): Any

    Permalink
    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 Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped