orbit-proto / orbit.shared.proto / AddressableManagementOuterClass / AbandonAddressableLeaseRequestProto

AbandonAddressableLeaseRequestProto

class AbandonAddressableLeaseRequestProto : GeneratedMessageV3, AbandonAddressableLeaseRequestProtoOrBuilder

Protobuf type orbit.shared.AbandonAddressableLeaseRequestProto

Types

Builder

Protobuf type orbit.shared.AbandonAddressableLeaseRequestProto

class Builder : Builder<Builder!>, AbandonAddressableLeaseRequestProtoOrBuilder

Properties

REFERENCE_FIELD_NUMBER

static val REFERENCE_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getDefaultInstance

static fun getDefaultInstance(): AbandonAddressableLeaseRequestProto!

getDefaultInstanceForType

fun getDefaultInstanceForType(): AbandonAddressableLeaseRequestProto!

getDescriptor

static fun getDescriptor(): Descriptor!

getParserForType

fun getParserForType(): Parser<AbandonAddressableLeaseRequestProto!>!

getReference

.orbit.shared.AddressableReferenceProto reference = 1;

fun getReference(): AddressableReferenceProto!

getReferenceOrBuilder

.orbit.shared.AddressableReferenceProto reference = 1;

fun getReferenceOrBuilder(): AddressableReferenceProtoOrBuilder!

getSerializedSize

fun getSerializedSize(): Int

getUnknownFields

fun getUnknownFields(): UnknownFieldSet!

hashCode

fun hashCode(): Int

hasReference

.orbit.shared.AddressableReferenceProto reference = 1;

fun hasReference(): Boolean

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

newBuilder

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

newBuilderForType

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

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

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

parseFrom

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

parser

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

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit