|
|
string error_description = 3;
abstract fun getErrorDescription(): String! |
|
|
string error_description = 3;
abstract fun getErrorDescriptionBytes(): ByteString! |
|
|
.orbit.shared.AddressableLeaseProto lease = 2;
abstract fun getLease(): AddressableLeaseProto! |
|
|
.orbit.shared.AddressableLeaseProto lease = 2;
abstract fun getLeaseOrBuilder(): AddressableLeaseProtoOrBuilder! |
|
|
.orbit.shared.RenewAddressableLeaseResponseProto.Status status = 1;
abstract fun getStatus(): Status! |
|
|
.orbit.shared.RenewAddressableLeaseResponseProto.Status status = 1;
abstract fun getStatusValue(): Int |
|
|
.orbit.shared.AddressableLeaseProto lease = 2;
abstract fun hasLease(): Boolean |