orbit-proto / orbit.shared.proto / NodeManagementOuterClass / NodeLeaseResponseProtoOrBuilder

NodeLeaseResponseProtoOrBuilder

interface NodeLeaseResponseProtoOrBuilder : MessageOrBuilder

Functions

getErrorDescription

string error_description = 3;

abstract fun getErrorDescription(): String!

getErrorDescriptionBytes

string error_description = 3;

abstract fun getErrorDescriptionBytes(): ByteString!

getInfo

.orbit.shared.NodeInfoProto info = 2;

abstract fun getInfo(): NodeInfoProto!

getInfoOrBuilder

.orbit.shared.NodeInfoProto info = 2;

abstract fun getInfoOrBuilder(): NodeInfoProtoOrBuilder!

getStatus

.orbit.shared.NodeLeaseResponseProto.Status status = 1;

abstract fun getStatus(): Status!

getStatusValue

.orbit.shared.NodeLeaseResponseProto.Status status = 1;

abstract fun getStatusValue(): Int

hasInfo

.orbit.shared.NodeInfoProto info = 2;

abstract fun hasInfo(): Boolean