final case class ListChannelsRequest(activeOnly: Boolean = false, inactiveOnly: Boolean = false, publicOnly: Boolean = false, privateOnly: Boolean = false, peer: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, peerAliasLookup: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ListChannelsRequest] with Product with Serializable
- peer
Filters the response for channels with a target peer's pubkey. If peer is empty, all channels will be returned.
- peerAliasLookup
Informs the server if the peer alias lookup per channel should be enabled. It is turned off by default in order to avoid degradation of performance for existing clients.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ListChannelsRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ListChannelsRequest(activeOnly: Boolean = false, inactiveOnly: Boolean = false, publicOnly: Boolean = false, privateOnly: Boolean = false, peer: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, peerAliasLookup: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- peer
Filters the response for channels with a target peer's pubkey. If peer is empty, all channels will be returned.
- peerAliasLookup
Informs the server if the peer alias lookup per channel should be enabled. It is turned off by default in order to avoid degradation of performance for existing clients.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val activeOnly: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: ListChannelsRequest.type
- Definition Classes
- ListChannelsRequest → GeneratedMessage
- def discardUnknownFields: ListChannelsRequest
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ListChannelsRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ListChannelsRequest → GeneratedMessage
- val inactiveOnly: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val peer: ByteString
- val peerAliasLookup: Boolean
- val privateOnly: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val publicOnly: Boolean
- def serializedSize: Int
- Definition Classes
- ListChannelsRequest → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- ListChannelsRequest → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ListChannelsRequest, ListChannelsRequest]) => Mutation[ListChannelsRequest]*): ListChannelsRequest
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withActiveOnly(__v: Boolean): ListChannelsRequest
- def withInactiveOnly(__v: Boolean): ListChannelsRequest
- def withPeer(__v: ByteString): ListChannelsRequest
- def withPeerAliasLookup(__v: Boolean): ListChannelsRequest
- def withPrivateOnly(__v: Boolean): ListChannelsRequest
- def withPublicOnly(__v: Boolean): ListChannelsRequest
- def withUnknownFields(__v: UnknownFieldSet): ListChannelsRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ListChannelsRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage