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

Builder

class Builder : Builder<Builder!>, RenewAddressableLeaseResponseProtoOrBuilder

Protobuf type orbit.shared.RenewAddressableLeaseResponseProto

Functions

addRepeatedField

fun addRepeatedField(field: FieldDescriptor!, value: Any!): Builder!

build

fun build(): RenewAddressableLeaseResponseProto!

buildPartial

fun buildPartial(): RenewAddressableLeaseResponseProto!

clear

fun clear(): Builder!

clearErrorDescription

string error_description = 3;

fun clearErrorDescription(): Builder!

clearField

fun clearField(field: FieldDescriptor!): Builder!

clearLease

.orbit.shared.AddressableLeaseProto lease = 2;

fun clearLease(): Builder!

clearOneof

fun clearOneof(oneof: OneofDescriptor!): Builder!

clearStatus

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

fun clearStatus(): Builder!

clone

fun clone(): Builder!

getDefaultInstanceForType

fun getDefaultInstanceForType(): RenewAddressableLeaseResponseProto!

getDescriptor

static fun getDescriptor(): Descriptor!

getDescriptorForType

fun getDescriptorForType(): 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!

getLeaseBuilder

.orbit.shared.AddressableLeaseProto lease = 2;

fun getLeaseBuilder(): Builder!

getLeaseOrBuilder

.orbit.shared.AddressableLeaseProto lease = 2;

fun getLeaseOrBuilder(): AddressableLeaseProtoOrBuilder!

getStatus

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

fun getStatus(): Status!

getStatusValue

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

fun getStatusValue(): Int

hasLease

.orbit.shared.AddressableLeaseProto lease = 2;

fun hasLease(): Boolean

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

mergeFrom

fun mergeFrom(other: Message!): Builder!
fun mergeFrom(other: RenewAddressableLeaseResponseProto!): Builder!
fun mergeFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): Builder!

mergeLease

.orbit.shared.AddressableLeaseProto lease = 2;

fun mergeLease(value: AddressableLeaseProto!): Builder!

mergeUnknownFields

fun mergeUnknownFields(unknownFields: UnknownFieldSet!): Builder!

setErrorDescription

string error_description = 3;

fun setErrorDescription(value: String!): Builder!

setErrorDescriptionBytes

string error_description = 3;

fun setErrorDescriptionBytes(value: ByteString!): Builder!

setField

fun setField(field: FieldDescriptor!, value: Any!): Builder!

setLease

.orbit.shared.AddressableLeaseProto lease = 2;

fun setLease(value: AddressableLeaseProto!): Builder!
fun setLease(builderForValue: Builder!): Builder!

setRepeatedField

fun setRepeatedField(field: FieldDescriptor!, index: Int, value: Any!): Builder!

setStatus

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

fun setStatus(value: Status!): Builder!

setStatusValue

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

fun setStatusValue(value: Int): Builder!

setUnknownFields

fun setUnknownFields(unknownFields: UnknownFieldSet!): Builder!