class ReplicationMessageProtobuf : GeneratedMessageV3, ReplicationMessageProtobufOrBuilder
Protobuf type io.floodplain.protobuf.generated.ReplicationMessageProtobuf
Builder |
Protobuf type class Builder : Builder<Builder!>, ReplicationMessageProtobufOrBuilder |
Operation |
Protobuf enum class Operation : ProtocolMessageEnum |
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 |
containsSubmessage |
fun containsSubmessage(key: String!): Boolean |
containsSubmessageList |
fun containsSubmessageList(key: String!): Boolean |
containsValues |
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 |
fun getMagic(): Int |
getOperation |
fun getOperation(): Operation! |
getOperationValue |
fun getOperationValue(): Int |
getParamMessage |
fun getParamMessage(): ReplicationMessageProtobuf! |
getParamMessageOrBuilder |
fun getParamMessageOrBuilder(): ReplicationMessageProtobufOrBuilder! |
getParserForType |
fun getParserForType(): Parser<ReplicationMessageProtobuf!>! |
getPrimarykeys |
fun getPrimarykeys(index: Int): String! |
getPrimarykeysBytes |
fun getPrimarykeysBytes(index: Int): ByteString! |
getPrimarykeysCount |
fun getPrimarykeysCount(): Int |
getPrimarykeysList |
fun getPrimarykeysList(): ProtocolStringList! |
getSerializedSize |
fun getSerializedSize(): Int |
getSubmessage |
Use fun |
getSubmessageCount |
fun getSubmessageCount(): Int |
getSubmessageList |
Use fun |
getSubmessageListCount |
fun getSubmessageListCount(): Int |
getSubmessageListMap |
fun getSubmessageListMap(): MutableMap<String!, ReplicationMessageListProtobuf!>! |
getSubmessageListOrDefault |
fun getSubmessageListOrDefault(key: String!, defaultValue: ReplicationMessageListProtobuf!): ReplicationMessageListProtobuf! |
getSubmessageListOrThrow |
fun getSubmessageListOrThrow(key: String!): ReplicationMessageListProtobuf! |
getSubmessageMap |
fun getSubmessageMap(): MutableMap<String!, ReplicationMessageProtobuf!>! |
getSubmessageOrDefault |
fun getSubmessageOrDefault(key: String!, defaultValue: ReplicationMessageProtobuf!): ReplicationMessageProtobuf! |
getSubmessageOrThrow |
fun getSubmessageOrThrow(key: String!): ReplicationMessageProtobuf! |
getTimestamp |
fun getTimestamp(): Long |
getTransactionId |
fun getTransactionId(): String! |
getTransactionIdBytes |
fun getTransactionIdBytes(): ByteString! |
getUnknownFields |
fun getUnknownFields(): UnknownFieldSet! |
getValues |
Use fun |
getValuesCount |
fun getValuesCount(): Int |
getValuesMap |
fun getValuesMap(): MutableMap<String!, ValueProtobuf!>! |
getValuesOrDefault |
fun getValuesOrDefault(key: String!, defaultValue: ValueProtobuf!): ValueProtobuf! |
getValuesOrThrow |
fun getValuesOrThrow(key: String!): ValueProtobuf! |
hashCode |
fun hashCode(): Int |
hasParamMessage |
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 |