orbit-proto / orbit.shared.proto / NodeManagementOuterClass / NodeLeaseResponseProto / Builder

Builder

class Builder : Builder<Builder!>, NodeLeaseResponseProtoOrBuilder

Protobuf type orbit.shared.NodeLeaseResponseProto

Functions

addRepeatedField

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

build

fun build(): NodeLeaseResponseProto!

buildPartial

fun buildPartial(): NodeLeaseResponseProto!

clear

fun clear(): Builder!

clearErrorDescription

string error_description = 3;

fun clearErrorDescription(): Builder!

clearField

fun clearField(field: FieldDescriptor!): Builder!

clearInfo

.orbit.shared.NodeInfoProto info = 2;

fun clearInfo(): Builder!

clearOneof

fun clearOneof(oneof: OneofDescriptor!): Builder!

clearStatus

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

fun clearStatus(): Builder!

clone

fun clone(): Builder!

getDefaultInstanceForType

fun getDefaultInstanceForType(): NodeLeaseResponseProto!

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!

getInfo

.orbit.shared.NodeInfoProto info = 2;

fun getInfo(): NodeInfoProto!

getInfoBuilder

.orbit.shared.NodeInfoProto info = 2;

fun getInfoBuilder(): Builder!

getInfoOrBuilder

.orbit.shared.NodeInfoProto info = 2;

fun getInfoOrBuilder(): NodeInfoProtoOrBuilder!

getStatus

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

fun getStatus(): Status!

getStatusValue

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

fun getStatusValue(): Int

hasInfo

.orbit.shared.NodeInfoProto info = 2;

fun hasInfo(): Boolean

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

mergeFrom

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

mergeInfo

.orbit.shared.NodeInfoProto info = 2;

fun mergeInfo(value: NodeInfoProto!): 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!

setInfo

.orbit.shared.NodeInfoProto info = 2;

fun setInfo(value: NodeInfoProto!): Builder!
fun setInfo(builderForValue: Builder!): Builder!

setRepeatedField

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

setStatus

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

fun setStatus(value: Status!): Builder!

setStatusValue

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

fun setStatusValue(value: Int): Builder!

setUnknownFields

fun setUnknownFields(unknownFields: UnknownFieldSet!): Builder!