Packages

final case class NodeUpdate(addresses: Seq[String] = _root_.scala.Seq.empty, identityKey: String = "", globalFeatures: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, alias: String = "", color: String = "", nodeAddresses: Seq[NodeAddress] = _root_.scala.Seq.empty, features: Map[UInt32, Feature] = _root_.scala.collection.immutable.Map.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[NodeUpdate] with Product with Serializable

addresses

Deprecated, use node_addresses.

globalFeatures

Deprecated, use features.

features

Features that the node has advertised in the init message, node announcements and invoices.

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeUpdate
  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 NodeUpdate(addresses: Seq[String] = _root_.scala.Seq.empty, identityKey: String = "", globalFeatures: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, alias: String = "", color: String = "", nodeAddresses: Seq[NodeAddress] = _root_.scala.Seq.empty, features: Map[UInt32, Feature] = _root_.scala.collection.immutable.Map.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    addresses

    Deprecated, use node_addresses.

    globalFeatures

    Deprecated, use features.

    features

    Features that the node has advertised in the init message, node announcements and invoices.

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 addAddresses(__vs: String*): NodeUpdate
  5. def addAllAddresses(__vs: Iterable[String]): NodeUpdate
  6. def addAllFeatures(__vs: Iterable[(UInt32, Feature)]): NodeUpdate
  7. def addAllNodeAddresses(__vs: Iterable[NodeAddress]): NodeUpdate
  8. def addFeatures(__vs: (UInt32, Feature)*): NodeUpdate
  9. def addNodeAddresses(__vs: NodeAddress*): NodeUpdate
  10. val alias: String
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clearAddresses: NodeUpdate
  13. def clearFeatures: NodeUpdate
  14. def clearNodeAddresses: NodeUpdate
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. val color: String
  17. def companion: NodeUpdate.type
    Definition Classes
    NodeUpdate → GeneratedMessage
  18. def discardUnknownFields: NodeUpdate
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val features: Map[UInt32, Feature]
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    NodeUpdate → GeneratedMessage
  24. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    NodeUpdate → GeneratedMessage
  25. val identityKey: String
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. val nodeAddresses: Seq[NodeAddress]
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. def serializedSize: Int
    Definition Classes
    NodeUpdate → GeneratedMessage
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  35. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  36. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  37. def toProtoString: String
    Definition Classes
    NodeUpdate → GeneratedMessage
  38. val unknownFields: UnknownFieldSet
  39. def update(ms: (Lens[NodeUpdate, NodeUpdate]) => Mutation[NodeUpdate]*): NodeUpdate
    Definition Classes
    Updatable
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. def withAddresses(__v: Seq[String]): NodeUpdate
  44. def withAlias(__v: String): NodeUpdate
  45. def withColor(__v: String): NodeUpdate
  46. def withFeatures(__v: Map[UInt32, Feature]): NodeUpdate
  47. def withGlobalFeatures(__v: ByteString): NodeUpdate
  48. def withIdentityKey(__v: String): NodeUpdate
  49. def withNodeAddresses(__v: Seq[NodeAddress]): NodeUpdate
  50. def withUnknownFields(__v: UnknownFieldSet): NodeUpdate
  51. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  52. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    NodeUpdate → GeneratedMessage
  53. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. val addresses: Seq[String]
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

  2. val globalFeatures: ByteString
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

Inherited from Updatable[NodeUpdate]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped