Class/Object

com.ing.baker.runtime.actor.protobuf

Type

Related Docs: object Type | package protobuf

Permalink

final case class Type(oneofType: OneofType = ...) extends GeneratedMessage with Message[Type] with Updatable[Type] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[Type], Message[Type], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Type
  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 Type(oneofType: OneofType = ...)

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clearOneofType: Type

    Permalink
  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Type → GeneratedMessage
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getEnum: EnumType

    Permalink
  13. def getField(__field: FieldDescriptor): Any

    Permalink
    Definition Classes
    Type → GeneratedMessage
  14. def getList: ListType

    Permalink
  15. def getMap: MapType

    Permalink
  16. def getOptional: OptionalType

    Permalink
  17. def getPrimitive: PrimitiveType

    Permalink
  18. def getRecord: RecordType

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def mergeFrom(_input__: CodedInputStream): Type

    Permalink
    Definition Classes
    Type → Message
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. val oneofType: OneofType

    Permalink
  25. final def serializedSize: Int

    Permalink
    Definition Classes
    Type → GeneratedMessage
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    GeneratedMessage
  28. def toString(): String

    Permalink
    Definition Classes
    Type → AnyRef → Any
  29. def update(ms: (Lens[Type, Type]) ⇒ Mutation[Type]*): Type

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withEnum(__v: EnumType): Type

    Permalink
  34. def withList(__v: ListType): Type

    Permalink
  35. def withMap(__v: MapType): Type

    Permalink
  36. def withOneofType(__v: OneofType): Type

    Permalink
  37. def withOptional(__v: OptionalType): Type

    Permalink
  38. def withPrimitive(__v: PrimitiveType): Type

    Permalink
  39. def withRecord(__v: RecordType): Type

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

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

    Permalink
    Definition Classes
    Type → GeneratedMessage
  42. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[Type]

Inherited from Message[Type]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped