replication-protobuf / io.floodplain.protobuf.generated / Replication / ReplicationMessageListProtobuf / Builder

Builder

class Builder : Builder<Builder!>, ReplicationMessageListProtobufOrBuilder

Protobuf type io.floodplain.protobuf.generated.ReplicationMessageListProtobuf

Functions

addAllElements

repeated .io.floodplain.protobuf.generated.ReplicationMessageProtobuf elements = 2;

fun addAllElements(values: MutableIterable<ReplicationMessageProtobuf!>!): Builder!

addElements

repeated .io.floodplain.protobuf.generated.ReplicationMessageProtobuf elements = 2;

fun addElements(value: ReplicationMessageProtobuf!): Builder!
fun addElements(index: Int, value: ReplicationMessageProtobuf!): Builder!
fun addElements(builderForValue: Builder!): Builder!
fun addElements(index: Int, builderForValue: Builder!): Builder!

addElementsBuilder

repeated .io.floodplain.protobuf.generated.ReplicationMessageProtobuf elements = 2;

fun addElementsBuilder(): Builder!
fun addElementsBuilder(index: Int): Builder!

addRepeatedField

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

build

fun build(): ReplicationMessageListProtobuf!

buildPartial

fun buildPartial(): ReplicationMessageListProtobuf!

clear

fun clear(): Builder!

clearElements

repeated .io.floodplain.protobuf.generated.ReplicationMessageProtobuf elements = 2;

fun clearElements(): Builder!

clearField

fun clearField(field: FieldDescriptor!): Builder!

clearMagic

int32 magic = 1;

fun clearMagic(): Builder!

clearOneof

fun clearOneof(oneof: OneofDescriptor!): Builder!

clone

fun clone(): Builder!

getDefaultInstanceForType

fun getDefaultInstanceForType(): ReplicationMessageListProtobuf!

getDescriptor

static fun getDescriptor(): Descriptor!

getDescriptorForType

fun getDescriptorForType(): Descriptor!

getElements

repeated .io.floodplain.protobuf.generated.ReplicationMessageProtobuf elements = 2;

fun getElements(index: Int): ReplicationMessageProtobuf!

getElementsBuilder

repeated .io.floodplain.protobuf.generated.ReplicationMessageProtobuf elements = 2;

fun getElementsBuilder(index: Int): Builder!

getElementsBuilderList

repeated .io.floodplain.protobuf.generated.ReplicationMessageProtobuf elements = 2;

fun getElementsBuilderList(): MutableList<Builder!>!

getElementsCount

repeated .io.floodplain.protobuf.generated.ReplicationMessageProtobuf elements = 2;

fun getElementsCount(): Int

getElementsList

repeated .io.floodplain.protobuf.generated.ReplicationMessageProtobuf elements = 2;

fun getElementsList(): MutableList<ReplicationMessageProtobuf!>!

getElementsOrBuilder

repeated .io.floodplain.protobuf.generated.ReplicationMessageProtobuf elements = 2;

fun getElementsOrBuilder(index: Int): ReplicationMessageProtobufOrBuilder!

getElementsOrBuilderList

repeated .io.floodplain.protobuf.generated.ReplicationMessageProtobuf elements = 2;

fun getElementsOrBuilderList(): MutableList<out ReplicationMessageProtobufOrBuilder!>!

getMagic

int32 magic = 1;

fun getMagic(): Int

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

mergeFrom

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

mergeUnknownFields

fun mergeUnknownFields(unknownFields: UnknownFieldSet!): Builder!

removeElements

repeated .io.floodplain.protobuf.generated.ReplicationMessageProtobuf elements = 2;

fun removeElements(index: Int): Builder!

setElements

repeated .io.floodplain.protobuf.generated.ReplicationMessageProtobuf elements = 2;

fun setElements(index: Int, value: ReplicationMessageProtobuf!): Builder!
fun setElements(index: Int, builderForValue: Builder!): Builder!

setField

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

setMagic

int32 magic = 1;

fun setMagic(value: Int): Builder!

setRepeatedField

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

setUnknownFields

fun setUnknownFields(unknownFields: UnknownFieldSet!): Builder!