DeferredNode

class DeferredNode(    depends: List<Trace.QueryPlanNode.DeferredNodeDepends> = emptyList(),     val label: String = "",     path: List<Trace.QueryPlanNode.ResponsePathElement> = emptyList(),     val node: Trace.QueryPlanNode? = null,     unknownFields: ByteString = ByteString.EMPTY) : Message<Trace.QueryPlanNode.DeferredNode, Nothing>

Constructors

Link copied to clipboard
constructor(    depends: List<Trace.QueryPlanNode.DeferredNodeDepends> = emptyList(),     label: String = "",     path: List<Trace.QueryPlanNode.ResponsePathElement> = emptyList(),     node: Trace.QueryPlanNode? = null,     unknownFields: ByteString = ByteString.EMPTY)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val unknownFields: ByteString

Functions

Link copied to clipboard
fun copy(    depends: List<Trace.QueryPlanNode.DeferredNodeDepends> = this.depends,     label: String = this.label,     path: List<Trace.QueryPlanNode.ResponsePathElement> = this.path,     node: Trace.QueryPlanNode? = this.node,     unknownFields: ByteString = this.unknownFields): Trace.QueryPlanNode.DeferredNode
Link copied to clipboard
fun encode(sink: BufferedSink)
Link copied to clipboard
fun encodeByteString(): ByteString
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String