Packages

final case class Channel(id: Option[DomainedID] = None, bowlId: Option[DomainedID] = None, type: Type = ..., function: Function = ..., name: String = "", memberIds: Seq[String] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with scalapb.Message[Channel] with Updatable[Channel] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[Channel], scalapb.Message[Channel], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Channel
  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 Channel(id: Option[DomainedID] = None, bowlId: Option[DomainedID] = None, type: Type = ..., function: Function = ..., name: String = "", memberIds: Seq[String] = _root_.scala.collection.Seq.empty)

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 addAllMemberIds(__vs: TraversableOnce[String]): Channel
  5. def addMemberIds(__vs: String*): Channel
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bowlId: Option[DomainedID]
  8. def clearBowlId: Channel
  9. def clearId: Channel
  10. def clearMemberIds: Channel
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def companion: Channel.type
    Definition Classes
    Channel → GeneratedMessage
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val function: Function
  16. def getBowlId: DomainedID
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Channel → GeneratedMessage
  19. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Channel → GeneratedMessage
  20. def getId: DomainedID
  21. val id: Option[DomainedID]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val memberIds: Seq[String]
  24. def mergeFrom(_input__: CodedInputStream): Channel
    Definition Classes
    Channel → Message
  25. val name: String
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def serializedSize: Int
    Definition Classes
    Channel → GeneratedMessage
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  32. def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  33. def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  34. def toProtoString: String
    Definition Classes
    Channel → GeneratedMessage
  35. val type: Type
  36. def update(ms: (Lens[Channel, Channel]) ⇒ Mutation[Channel]*): Channel
    Definition Classes
    Updatable
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  40. def withBowlId(__v: DomainedID): Channel
  41. def withFunction(__v: Function): Channel
  42. def withId(__v: DomainedID): Channel
  43. def withMemberIds(__v: Seq[String]): Channel
  44. def withName(__v: String): Channel
  45. def withType(__v: Type): Channel
  46. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  47. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Channel → GeneratedMessage
  48. def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any
    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[Channel]

Inherited from scalapb.Message[Channel]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped