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

ReplicationMessageProtobuf

class ReplicationMessageProtobuf : GeneratedMessageV3, ReplicationMessageProtobufOrBuilder

Protobuf type io.floodplain.protobuf.generated.ReplicationMessageProtobuf

Types

Builder

Protobuf type io.floodplain.protobuf.generated.ReplicationMessageProtobuf

class Builder : Builder<Builder!>, ReplicationMessageProtobufOrBuilder

Operation

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

class Operation : ProtocolMessageEnum

Properties

MAGIC_FIELD_NUMBER

static val MAGIC_FIELD_NUMBER: Int

OPERATION_FIELD_NUMBER

static val OPERATION_FIELD_NUMBER: Int

PARAMMESSAGE_FIELD_NUMBER

static val PARAMMESSAGE_FIELD_NUMBER: Int

PRIMARYKEYS_FIELD_NUMBER

static val PRIMARYKEYS_FIELD_NUMBER: Int

SUBMESSAGE_FIELD_NUMBER

static val SUBMESSAGE_FIELD_NUMBER: Int

SUBMESSAGE_LIST_FIELD_NUMBER

static val SUBMESSAGE_LIST_FIELD_NUMBER: Int

TIMESTAMP_FIELD_NUMBER

static val TIMESTAMP_FIELD_NUMBER: Int

TRANSACTION_ID_FIELD_NUMBER

static val TRANSACTION_ID_FIELD_NUMBER: Int

VALUES_FIELD_NUMBER

static val VALUES_FIELD_NUMBER: Int

Functions

containsSubmessage

map<string, .io.floodplain.protobuf.generated.ReplicationMessageProtobuf> submessage = 8;

fun containsSubmessage(key: String!): Boolean

containsSubmessageList

map<string, .io.floodplain.protobuf.generated.ReplicationMessageListProtobuf> submessage_list = 7;

fun containsSubmessageList(key: String!): Boolean

containsValues

map<string, .io.floodplain.protobuf.generated.ValueProtobuf> values = 6;

fun containsValues(key: String!): Boolean

equals

fun equals(other: Any?): Boolean

getDefaultInstance

static fun getDefaultInstance(): ReplicationMessageProtobuf!

getDefaultInstanceForType

fun getDefaultInstanceForType(): ReplicationMessageProtobuf!

getDescriptor

static fun getDescriptor(): Descriptor!

getMagic

int32 magic = 1;

fun getMagic(): Int

getOperation

.io.floodplain.protobuf.generated.ReplicationMessageProtobuf.Operation operation = 2;

fun getOperation(): Operation!

getOperationValue

.io.floodplain.protobuf.generated.ReplicationMessageProtobuf.Operation operation = 2;

fun getOperationValue(): Int

getParamMessage

.io.floodplain.protobuf.generated.ReplicationMessageProtobuf paramMessage = 9;

fun getParamMessage(): ReplicationMessageProtobuf!

getParamMessageOrBuilder

.io.floodplain.protobuf.generated.ReplicationMessageProtobuf paramMessage = 9;

fun getParamMessageOrBuilder(): ReplicationMessageProtobufOrBuilder!

getParserForType

fun getParserForType(): Parser<ReplicationMessageProtobuf!>!

getPrimarykeys

repeated string primarykeys = 5;

fun getPrimarykeys(index: Int): String!

getPrimarykeysBytes

repeated string primarykeys = 5;

fun getPrimarykeysBytes(index: Int): ByteString!

getPrimarykeysCount

repeated string primarykeys = 5;

fun getPrimarykeysCount(): Int

getPrimarykeysList

repeated string primarykeys = 5;

fun getPrimarykeysList(): ProtocolStringList!

getSerializedSize

fun getSerializedSize(): Int

getSubmessage

Use #getSubmessageMap() instead.

fun getSubmessage(): MutableMap<String!, ReplicationMessageProtobuf!>!

getSubmessageCount

fun getSubmessageCount(): Int

getSubmessageList

Use #getSubmessageListMap() instead.

fun getSubmessageList(): MutableMap<String!, ReplicationMessageListProtobuf!>!

getSubmessageListCount

fun getSubmessageListCount(): Int

getSubmessageListMap

map<string, .io.floodplain.protobuf.generated.ReplicationMessageListProtobuf> submessage_list = 7;

fun getSubmessageListMap(): MutableMap<String!, ReplicationMessageListProtobuf!>!

getSubmessageListOrDefault

map<string, .io.floodplain.protobuf.generated.ReplicationMessageListProtobuf> submessage_list = 7;

fun getSubmessageListOrDefault(key: String!, defaultValue: ReplicationMessageListProtobuf!): ReplicationMessageListProtobuf!

getSubmessageListOrThrow

map<string, .io.floodplain.protobuf.generated.ReplicationMessageListProtobuf> submessage_list = 7;

fun getSubmessageListOrThrow(key: String!): ReplicationMessageListProtobuf!

getSubmessageMap

map<string, .io.floodplain.protobuf.generated.ReplicationMessageProtobuf> submessage = 8;

fun getSubmessageMap(): MutableMap<String!, ReplicationMessageProtobuf!>!

getSubmessageOrDefault

map<string, .io.floodplain.protobuf.generated.ReplicationMessageProtobuf> submessage = 8;

fun getSubmessageOrDefault(key: String!, defaultValue: ReplicationMessageProtobuf!): ReplicationMessageProtobuf!

getSubmessageOrThrow

map<string, .io.floodplain.protobuf.generated.ReplicationMessageProtobuf> submessage = 8;

fun getSubmessageOrThrow(key: String!): ReplicationMessageProtobuf!

getTimestamp

int64 timestamp = 3;

fun getTimestamp(): Long

getTransactionId

string transaction_id = 4;

fun getTransactionId(): String!

getTransactionIdBytes

string transaction_id = 4;

fun getTransactionIdBytes(): ByteString!

getUnknownFields

fun getUnknownFields(): UnknownFieldSet!

getValues

Use #getValuesMap() instead.

fun getValues(): MutableMap<String!, ValueProtobuf!>!

getValuesCount

fun getValuesCount(): Int

getValuesMap

map<string, .io.floodplain.protobuf.generated.ValueProtobuf> values = 6;

fun getValuesMap(): MutableMap<String!, ValueProtobuf!>!

getValuesOrDefault

map<string, .io.floodplain.protobuf.generated.ValueProtobuf> values = 6;

fun getValuesOrDefault(key: String!, defaultValue: ValueProtobuf!): ValueProtobuf!

getValuesOrThrow

map<string, .io.floodplain.protobuf.generated.ValueProtobuf> values = 6;

fun getValuesOrThrow(key: String!): ValueProtobuf!

hashCode

fun hashCode(): Int

hasParamMessage

.io.floodplain.protobuf.generated.ReplicationMessageProtobuf paramMessage = 9;

fun hasParamMessage(): Boolean

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

internalGetMapField

fun internalGetMapField(number: Int): MapField<Any!, Any!>!

isInitialized

fun isInitialized(): Boolean

newBuilder

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

newBuilderForType

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

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

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

parseFrom

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

parser

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

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit