replication-protobuf / io.floodplain.protobuf.generated / Replication / ReplicationMessageProtobuf / Operation

Operation

class Operation : ProtocolMessageEnum

Protobuf enum io.floodplain.protobuf.generated.ReplicationMessageProtobuf.Operation

Enum Values

NONE

INSERT

UPDATE

DELETE

COMMIT

MERGE

INITIAL

UNRECOGNIZED

Properties

COMMIT_VALUE

COMMIT = 4;

static val COMMIT_VALUE: Int

DELETE_VALUE

DELETE = 3;

static val DELETE_VALUE: Int

INITIAL_VALUE

INITIAL = 6;

static val INITIAL_VALUE: Int

INSERT_VALUE

INSERT = 1;

static val INSERT_VALUE: Int

MERGE_VALUE

MERGE = 5;

static val MERGE_VALUE: Int

NONE_VALUE

NONE = 0;

static val NONE_VALUE: Int

UPDATE_VALUE

UPDATE = 2;

static val UPDATE_VALUE: Int

Functions

forNumber

static fun forNumber(value: Int): Operation!

getDescriptor

static fun getDescriptor(): EnumDescriptor!

getDescriptorForType

fun getDescriptorForType(): EnumDescriptor!

getNumber

fun getNumber(): Int

getValueDescriptor

fun getValueDescriptor(): EnumValueDescriptor!

internalGetValueMap

static fun internalGetValueMap(): EnumLiteMap<Operation!>!

valueOf

static fun valueOf(value: Int): Operation!
static fun valueOf(desc: EnumValueDescriptor!): Operation!