orbit-proto / orbit.shared.proto / AddressableManagementOuterClass / RenewAddressableLeaseResponseProto

RenewAddressableLeaseResponseProto

class RenewAddressableLeaseResponseProto : GeneratedMessageV3, RenewAddressableLeaseResponseProtoOrBuilder

Protobuf type orbit.shared.RenewAddressableLeaseResponseProto

Types

Builder

Protobuf type orbit.shared.RenewAddressableLeaseResponseProto

class Builder : Builder<Builder!>, RenewAddressableLeaseResponseProtoOrBuilder

Status

Protobuf enum orbit.shared.RenewAddressableLeaseResponseProto.Status

class Status : ProtocolMessageEnum

Properties

ERROR_DESCRIPTION_FIELD_NUMBER

static val ERROR_DESCRIPTION_FIELD_NUMBER: Int

LEASE_FIELD_NUMBER

static val LEASE_FIELD_NUMBER: Int

STATUS_FIELD_NUMBER

static val STATUS_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getDefaultInstance

static fun getDefaultInstance(): RenewAddressableLeaseResponseProto!

getDefaultInstanceForType

fun getDefaultInstanceForType(): RenewAddressableLeaseResponseProto!

getDescriptor

static fun getDescriptor(): Descriptor!

getErrorDescription

string error_description = 3;

fun getErrorDescription(): String!

getErrorDescriptionBytes

string error_description = 3;

fun getErrorDescriptionBytes(): ByteString!

getLease

.orbit.shared.AddressableLeaseProto lease = 2;

fun getLease(): AddressableLeaseProto!

getLeaseOrBuilder

.orbit.shared.AddressableLeaseProto lease = 2;

fun getLeaseOrBuilder(): AddressableLeaseProtoOrBuilder!

getParserForType

fun getParserForType(): Parser<RenewAddressableLeaseResponseProto!>!

getSerializedSize

fun getSerializedSize(): Int

getStatus

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

fun getStatus(): Status!

getStatusValue

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

fun getStatusValue(): Int

getUnknownFields

fun getUnknownFields(): UnknownFieldSet!

hashCode

fun hashCode(): Int

hasLease

.orbit.shared.AddressableLeaseProto lease = 2;

fun hasLease(): Boolean

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

newBuilder

static fun newBuilder(): Builder!
static fun newBuilder(prototype: RenewAddressableLeaseResponseProto!): Builder!

newBuilderForType

fun newBuilderForType(): Builder!
fun newBuilderForType(parent: BuilderParent!): Builder!

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

static fun parseDelimitedFrom(input: InputStream!): RenewAddressableLeaseResponseProto!
static fun parseDelimitedFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): RenewAddressableLeaseResponseProto!

parseFrom

static fun parseFrom(data: ByteBuffer!): RenewAddressableLeaseResponseProto!
static fun parseFrom(data: ByteBuffer!, extensionRegistry: ExtensionRegistryLite!): RenewAddressableLeaseResponseProto!
static fun parseFrom(data: ByteString!): RenewAddressableLeaseResponseProto!
static fun parseFrom(data: ByteString!, extensionRegistry: ExtensionRegistryLite!): RenewAddressableLeaseResponseProto!
static fun parseFrom(data: ByteArray!): RenewAddressableLeaseResponseProto!
static fun parseFrom(data: ByteArray!, extensionRegistry: ExtensionRegistryLite!): RenewAddressableLeaseResponseProto!
static fun parseFrom(input: InputStream!): RenewAddressableLeaseResponseProto!
static fun parseFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): RenewAddressableLeaseResponseProto!
static fun parseFrom(input: CodedInputStream!): RenewAddressableLeaseResponseProto!
static fun parseFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): RenewAddressableLeaseResponseProto!

parser

static fun parser(): Parser<RenewAddressableLeaseResponseProto!>!

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit