orbit-proto / orbit.shared.proto / Node / NodeInfoProtoOrBuilder

NodeInfoProtoOrBuilder

interface NodeInfoProtoOrBuilder : MessageOrBuilder

Functions

getCapabilities

.orbit.shared.CapabilitiesProto capabilities = 2;

abstract fun getCapabilities(): CapabilitiesProto!

getCapabilitiesOrBuilder

.orbit.shared.CapabilitiesProto capabilities = 2;

abstract fun getCapabilitiesOrBuilder(): CapabilitiesProtoOrBuilder!

getId

.orbit.shared.NodeIdProto id = 1;

abstract fun getId(): NodeIdProto!

getIdOrBuilder

.orbit.shared.NodeIdProto id = 1;

abstract fun getIdOrBuilder(): NodeIdProtoOrBuilder!

getLease

.orbit.shared.NodeLeaseProto lease = 4;

abstract fun getLease(): NodeLeaseProto!

getLeaseOrBuilder

.orbit.shared.NodeLeaseProto lease = 4;

abstract fun getLeaseOrBuilder(): NodeLeaseProtoOrBuilder!

getStatus

.orbit.shared.NodeStatusProto status = 6;

abstract fun getStatus(): NodeStatusProto!

getStatusValue

.orbit.shared.NodeStatusProto status = 6;

abstract fun getStatusValue(): Int

getUrl

string url = 5;

abstract fun getUrl(): String!

getUrlBytes

string url = 5;

abstract fun getUrlBytes(): ByteString!

getVisibleNodes

repeated .orbit.shared.NodeIdProto visibleNodes = 3;

abstract fun getVisibleNodes(index: Int): NodeIdProto!

getVisibleNodesCount

repeated .orbit.shared.NodeIdProto visibleNodes = 3;

abstract fun getVisibleNodesCount(): Int

getVisibleNodesList

repeated .orbit.shared.NodeIdProto visibleNodes = 3;

abstract fun getVisibleNodesList(): MutableList<NodeIdProto!>!

getVisibleNodesOrBuilder

repeated .orbit.shared.NodeIdProto visibleNodes = 3;

abstract fun getVisibleNodesOrBuilder(index: Int): NodeIdProtoOrBuilder!

getVisibleNodesOrBuilderList

repeated .orbit.shared.NodeIdProto visibleNodes = 3;

abstract fun getVisibleNodesOrBuilderList(): MutableList<out NodeIdProtoOrBuilder!>!

hasCapabilities

.orbit.shared.CapabilitiesProto capabilities = 2;

abstract fun hasCapabilities(): Boolean

hasId

.orbit.shared.NodeIdProto id = 1;

abstract fun hasId(): Boolean

hasLease

.orbit.shared.NodeLeaseProto lease = 4;

abstract fun hasLease(): Boolean