Class/Object

com.google.protobuf.type

Type

Related Docs: object Type | package type

Permalink

final case class Type(name: String = "", fields: Seq[Field] = Nil, oneofs: Seq[String] = Nil, options: Seq[OptionProto] = Nil, sourceContext: Option[SourceContext] = None, syntax: Syntax = ...) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[Type] with Updatable[Type] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[Type], trueaccord.scalapb.Message[Type], trueaccord.scalapb.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(name: String = "", fields: Seq[Field] = Nil, oneofs: Seq[String] = Nil, options: Seq[OptionProto] = Nil, sourceContext: Option[SourceContext] = None, syntax: Syntax = ...)

    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. def addAllFields(__vs: TraversableOnce[Field]): Type

    Permalink
  5. def addAllOneofs(__vs: TraversableOnce[String]): Type

    Permalink
  6. def addAllOptions(__vs: TraversableOnce[OptionProto]): Type

    Permalink
  7. def addFields(__vs: Field*): Type

    Permalink
  8. def addOneofs(__vs: String*): Type

    Permalink
  9. def addOptions(__vs: OptionProto*): Type

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clearFields: Type

    Permalink
  12. def clearOneofs: Type

    Permalink
  13. def clearOptions: Type

    Permalink
  14. def clearSourceContext: Type

    Permalink
  15. def clone(): AnyRef

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

    Permalink
    Definition Classes
    TypeGeneratedMessage
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. val fields: Seq[Field]

    Permalink
  19. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    TypeGeneratedMessage
  23. def getSourceContext: SourceContext

    Permalink
  24. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    TypeMessage
  26. val name: String

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. val oneofs: Seq[String]

    Permalink
  31. val options: Seq[OptionProto]

    Permalink
  32. final def serializedSize: Int

    Permalink
    Definition Classes
    TypeGeneratedMessage
  33. val sourceContext: Option[SourceContext]

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. val syntax: Syntax

    Permalink
  36. def toByteArray: Array[Byte]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withFields(__v: Seq[Field]): Type

    Permalink
  43. def withName(__v: String): Type

    Permalink
  44. def withOneofs(__v: Seq[String]): Type

    Permalink
  45. def withOptions(__v: Seq[OptionProto]): Type

    Permalink
  46. def withSourceContext(__v: SourceContext): Type

    Permalink
  47. def withSyntax(__v: Syntax): Type

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

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

    Permalink
    Definition Classes
    TypeGeneratedMessage
  50. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[Type]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped