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 = ...) 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 = ...)

    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( ... ) @native() @HotSpotIntrinsicCandidate()
  24. def companion: MessageOptions.type
    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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    MessageOptionsGeneratedMessage
  32. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    MessageOptionsGeneratedMessage
  33. def getNoBox: Boolean
  34. def getType: String
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. val noBox: Option[Boolean]
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. val sealedOneofExtends: Seq[String]
  41. def serializedSize: Int
    Definition Classes
    MessageOptionsGeneratedMessage
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  44. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  45. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  46. 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
  47. val type: Option[String]
  48. val unknownFields: UnknownFieldSet
  49. def update(ms: (Lens[MessageOptions, MessageOptions]) ⇒ Mutation[MessageOptions]*): MessageOptions
    Definition Classes
    Updatable
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def withAnnotations(__v: Seq[String]): MessageOptions
  54. def withCompanionAnnotations(__v: Seq[String]): MessageOptions
  55. def withCompanionExtends(__v: Seq[String]): MessageOptions
  56. def withExtends(__v: Seq[String]): MessageOptions
  57. def withNoBox(__v: Boolean): MessageOptions
  58. def withSealedOneofExtends(__v: Seq[String]): MessageOptions
  59. def withType(__v: String): MessageOptions
  60. def withUnknownFields(__v: UnknownFieldSet): MessageOptions
  61. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  62. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    MessageOptionsGeneratedMessage
  63. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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