orbit-proto / orbit.shared.proto / AddressableManagementOuterClass / RenewAddressableLeaseResponseProtoOrBuilder

RenewAddressableLeaseResponseProtoOrBuilder

interface RenewAddressableLeaseResponseProtoOrBuilder : MessageOrBuilder

Functions

getErrorDescription

string error_description = 3;

abstract fun getErrorDescription(): String!

getErrorDescriptionBytes

string error_description = 3;

abstract fun getErrorDescriptionBytes(): ByteString!

getLease

.orbit.shared.AddressableLeaseProto lease = 2;

abstract fun getLease(): AddressableLeaseProto!

getLeaseOrBuilder

.orbit.shared.AddressableLeaseProto lease = 2;

abstract fun getLeaseOrBuilder(): AddressableLeaseProtoOrBuilder!

getStatus

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

abstract fun getStatus(): Status!

getStatusValue

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

abstract fun getStatusValue(): Int

hasLease

.orbit.shared.AddressableLeaseProto lease = 2;

abstract fun hasLease(): Boolean