|
|
string error_description = 3;
abstract fun getErrorDescription(): String! |
|
|
string error_description = 3;
abstract fun getErrorDescriptionBytes(): ByteString! |
|
|
.orbit.shared.NodeInfoProto info = 2;
abstract fun getInfo(): NodeInfoProto! |
|
|
.orbit.shared.NodeInfoProto info = 2;
abstract fun getInfoOrBuilder(): NodeInfoProtoOrBuilder! |
|
|
.orbit.shared.NodeLeaseResponseProto.Status status = 1;
abstract fun getStatus(): Status! |
|
|
.orbit.shared.NodeLeaseResponseProto.Status status = 1;
abstract fun getStatusValue(): Int |
|
|
.orbit.shared.NodeInfoProto info = 2;
abstract fun hasInfo(): Boolean |