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

ValueProtobuf

class ValueProtobuf : GeneratedMessageV3, ValueProtobufOrBuilder

Protobuf type io.floodplain.protobuf.generated.ValueProtobuf

Types

Builder

Protobuf type io.floodplain.protobuf.generated.ValueProtobuf

class Builder : Builder<Builder!>, ValueProtobufOrBuilder

ValueType

Protobuf enum io.floodplain.protobuf.generated.ValueProtobuf.ValueType

class ValueType : ProtocolMessageEnum

Properties

BYTEDATA_FIELD_NUMBER

static val BYTEDATA_FIELD_NUMBER: Int

ISNULL_FIELD_NUMBER

static val ISNULL_FIELD_NUMBER: Int

TYPE_FIELD_NUMBER

static val TYPE_FIELD_NUMBER: Int

VALUE_FIELD_NUMBER

static val VALUE_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getByteData

bytes byteData = 4;

fun getByteData(): ByteString!

getDefaultInstance

static fun getDefaultInstance(): ValueProtobuf!

getDefaultInstanceForType

fun getDefaultInstanceForType(): ValueProtobuf!

getDescriptor

static fun getDescriptor(): Descriptor!

getIsNull

bool isNull = 3;

fun getIsNull(): Boolean

getParserForType

fun getParserForType(): Parser<ValueProtobuf!>!

getSerializedSize

fun getSerializedSize(): Int

getType

.io.floodplain.protobuf.generated.ValueProtobuf.ValueType type = 2;

fun getType(): ValueType!

getTypeValue

.io.floodplain.protobuf.generated.ValueProtobuf.ValueType type = 2;

fun getTypeValue(): Int

getUnknownFields

fun getUnknownFields(): UnknownFieldSet!

getValue

string value = 1;

fun getValue(): String!

getValueBytes

string value = 1;

fun getValueBytes(): ByteString!

hashCode

fun hashCode(): Int

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

newBuilder

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

newBuilderForType

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

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

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

parseFrom

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

parser

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

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit