|
|
.orbit.shared.CapabilitiesProto capabilities = 2;
abstract fun getCapabilities(): CapabilitiesProto! |
|
|
.orbit.shared.CapabilitiesProto capabilities = 2;
abstract fun getCapabilitiesOrBuilder(): CapabilitiesProtoOrBuilder! |
|
|
.orbit.shared.NodeIdProto id = 1;
abstract fun getId(): NodeIdProto! |
|
|
.orbit.shared.NodeIdProto id = 1;
abstract fun getIdOrBuilder(): NodeIdProtoOrBuilder! |
|
|
.orbit.shared.NodeLeaseProto lease = 4;
abstract fun getLease(): NodeLeaseProto! |
|
|
.orbit.shared.NodeLeaseProto lease = 4;
abstract fun getLeaseOrBuilder(): NodeLeaseProtoOrBuilder! |
|
|
.orbit.shared.NodeStatusProto status = 6;
abstract fun getStatus(): NodeStatusProto! |
|
|
.orbit.shared.NodeStatusProto status = 6;
abstract fun getStatusValue(): Int |
|
|
string url = 5;
abstract fun getUrl(): String! |
|
|
string url = 5;
abstract fun getUrlBytes(): ByteString! |
|
|
repeated .orbit.shared.NodeIdProto visibleNodes = 3;
abstract fun getVisibleNodes(index: Int): NodeIdProto! |
|
|
repeated .orbit.shared.NodeIdProto visibleNodes = 3;
abstract fun getVisibleNodesCount(): Int |
|
|
repeated .orbit.shared.NodeIdProto visibleNodes = 3;
abstract fun getVisibleNodesList(): MutableList<NodeIdProto!>! |
|
|
repeated .orbit.shared.NodeIdProto visibleNodes = 3;
abstract fun getVisibleNodesOrBuilder(index: Int): NodeIdProtoOrBuilder! |
|
|
repeated .orbit.shared.NodeIdProto visibleNodes = 3;
abstract fun getVisibleNodesOrBuilderList(): MutableList<out NodeIdProtoOrBuilder!>! |
|
|
.orbit.shared.CapabilitiesProto capabilities = 2;
abstract fun hasCapabilities(): Boolean |
|
|
.orbit.shared.NodeIdProto id = 1;
abstract fun hasId(): Boolean |
|
|
.orbit.shared.NodeLeaseProto lease = 4;
abstract fun hasLease(): Boolean |