final case class Channel(ref: Option[ChannelRef] = _root_.scala.None, data: Option[ChannelData] = _root_.scala.None, channelRef: Seq[ChannelRef] = _root_.scala.Seq.empty, subchannelRef: Seq[SubchannelRef] = _root_.scala.Seq.empty, socketRef: Seq[SocketRef] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Channel] with Product with Serializable

Channel is a logical grouping of channels, subchannels, and sockets.

ref

The identifier for this channel. This should be set.

data

Data specific to this channel. At most one of 'channel_ref+subchannel_ref' and 'socket' is set.

channelRef

There are no ordering guarantees on the order of channel refs. There may not be cycles in the ref graph. A channel ref may be present in more than one channel or subchannel.

subchannelRef

At most one of 'channel_ref+subchannel_ref' and 'socket' is set. There are no ordering guarantees on the order of subchannel refs. There may not be cycles in the ref graph. A sub channel ref may be present in more than one channel or subchannel.

socketRef

There are no ordering guarantees on the order of sockets.

Annotations
@SerialVersionUID()
Source
Channel.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Channel
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Channel(ref: Option[ChannelRef] = _root_.scala.None, data: Option[ChannelData] = _root_.scala.None, channelRef: Seq[ChannelRef] = _root_.scala.Seq.empty, subchannelRef: Seq[SubchannelRef] = _root_.scala.Seq.empty, socketRef: Seq[SocketRef] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    ref

    The identifier for this channel. This should be set.

    data

    Data specific to this channel. At most one of 'channel_ref+subchannel_ref' and 'socket' is set.

    channelRef

    There are no ordering guarantees on the order of channel refs. There may not be cycles in the ref graph. A channel ref may be present in more than one channel or subchannel.

    subchannelRef

    At most one of 'channel_ref+subchannel_ref' and 'socket' is set. There are no ordering guarantees on the order of subchannel refs. There may not be cycles in the ref graph. A sub channel ref may be present in more than one channel or subchannel.

    socketRef

    There are no ordering guarantees on the order of sockets.

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 addAllChannelRef(__vs: Iterable[ChannelRef]): Channel
  5. def addAllSocketRef(__vs: Iterable[SocketRef]): Channel
  6. def addAllSubchannelRef(__vs: Iterable[SubchannelRef]): Channel
  7. def addChannelRef(__vs: ChannelRef*): Channel
  8. def addSocketRef(__vs: SocketRef*): Channel
  9. def addSubchannelRef(__vs: SubchannelRef*): Channel
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val channelRef: Seq[ChannelRef]
  12. def clearChannelRef: Channel
  13. def clearData: Channel
  14. def clearRef: Channel
  15. def clearSocketRef: Channel
  16. def clearSubchannelRef: Channel
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  18. def companion: Channel.type
    Definition Classes
    Channel → GeneratedMessage
  19. val data: Option[ChannelData]
  20. def discardUnknownFields: Channel
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def getData: ChannelData
  25. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Channel → GeneratedMessage
  26. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Channel → GeneratedMessage
  27. def getRef: ChannelRef
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. val ref: Option[ChannelRef]
  34. def serializedSize: Int
    Definition Classes
    Channel → GeneratedMessage
  35. val socketRef: Seq[SocketRef]
  36. val subchannelRef: Seq[SubchannelRef]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  39. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  40. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  41. def toProtoString: String
    Definition Classes
    Channel → GeneratedMessage
  42. val unknownFields: UnknownFieldSet
  43. def update(ms: (Lens[Channel, Channel]) => Mutation[Channel]*): Channel
    Definition Classes
    Updatable
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. def withChannelRef(__v: Seq[ChannelRef]): Channel
  48. def withData(__v: ChannelData): Channel
  49. def withRef(__v: ChannelRef): Channel
  50. def withSocketRef(__v: Seq[SocketRef]): Channel
  51. def withSubchannelRef(__v: Seq[SubchannelRef]): Channel
  52. def withUnknownFields(__v: UnknownFieldSet): Channel
  53. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  54. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Channel → GeneratedMessage
  55. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Updatable[Channel]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped