Class PgProto.DatumMessage
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,PgProto.DatumMessageOrBuilder,Serializable
- Enclosing class:
- PgProto
public static final class PgProto.DatumMessage extends com.google.protobuf.GeneratedMessageV3 implements PgProto.DatumMessageOrBuilder
Protobuf typedecoderbufs.DatumMessage- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPgProto.DatumMessage.BuilderProtobuf typedecoderbufs.DatumMessagestatic classPgProto.DatumMessage.DatumCase-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description private intbitField0_static intCOLUMN_NAME_FIELD_NUMBERstatic intCOLUMN_TYPE_FIELD_NUMBERprivate ObjectcolumnName_private longcolumnType_private Objectdatum_static intDATUM_BOOL_FIELD_NUMBERstatic intDATUM_BYTES_FIELD_NUMBERstatic intDATUM_DOUBLE_FIELD_NUMBERstatic intDATUM_FLOAT_FIELD_NUMBERstatic intDATUM_INT32_FIELD_NUMBERstatic intDATUM_INT64_FIELD_NUMBERstatic intDATUM_MISSING_FIELD_NUMBERstatic intDATUM_POINT_FIELD_NUMBERstatic intDATUM_STRING_FIELD_NUMBERprivate intdatumCase_private static PgProto.DatumMessageDEFAULT_INSTANCEprivate bytememoizedIsInitializedstatic com.google.protobuf.Parser<PgProto.DatumMessage>PARSERDeprecated.private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateDatumMessage()privateDatumMessage(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)privateDatumMessage(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetColumnName()optional string column_name = 1;com.google.protobuf.ByteStringgetColumnNameBytes()optional string column_name = 1;longgetColumnType()optional int64 column_type = 2;booleangetDatumBool()bool datum_bool = 7;com.google.protobuf.ByteStringgetDatumBytes()bytes datum_bytes = 9;PgProto.DatumMessage.DatumCasegetDatumCase()doublegetDatumDouble()double datum_double = 6;floatgetDatumFloat()float datum_float = 5;intgetDatumInt32()int32 datum_int32 = 3;longgetDatumInt64()int64 datum_int64 = 4;booleangetDatumMissing()bool datum_missing = 11;PgProto.PointgetDatumPoint().decoderbufs.Point datum_point = 10;PgProto.PointOrBuildergetDatumPointOrBuilder().decoderbufs.Point datum_point = 10;StringgetDatumString()string datum_string = 8;com.google.protobuf.ByteStringgetDatumStringBytes()string datum_string = 8;static PgProto.DatumMessagegetDefaultInstance()PgProto.DatumMessagegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Parser<PgProto.DatumMessage>getParserForType()intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasColumnName()optional string column_name = 1;booleanhasColumnType()optional int64 column_type = 2;booleanhasDatumBool()bool datum_bool = 7;booleanhasDatumBytes()bytes datum_bytes = 9;booleanhasDatumDouble()double datum_double = 6;booleanhasDatumFloat()float datum_float = 5;booleanhasDatumInt32()int32 datum_int32 = 3;booleanhasDatumInt64()int64 datum_int64 = 4;booleanhasDatumMissing()bool datum_missing = 11;booleanhasDatumPoint().decoderbufs.Point datum_point = 10;booleanhasDatumString()string datum_string = 8;inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static PgProto.DatumMessage.BuildernewBuilder()static PgProto.DatumMessage.BuildernewBuilder(PgProto.DatumMessage prototype)PgProto.DatumMessage.BuildernewBuilderForType()protected PgProto.DatumMessage.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static PgProto.DatumMessageparseDelimitedFrom(InputStream input)static PgProto.DatumMessageparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PgProto.DatumMessageparseFrom(byte[] data)static PgProto.DatumMessageparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PgProto.DatumMessageparseFrom(com.google.protobuf.ByteString data)static PgProto.DatumMessageparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PgProto.DatumMessageparseFrom(com.google.protobuf.CodedInputStream input)static PgProto.DatumMessageparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PgProto.DatumMessageparseFrom(InputStream input)static PgProto.DatumMessageparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PgProto.DatumMessageparseFrom(ByteBuffer data)static PgProto.DatumMessageparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<PgProto.DatumMessage>parser()PgProto.DatumMessage.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
bitField0_
private int bitField0_
-
datumCase_
private int datumCase_
-
datum_
private Object datum_
-
COLUMN_NAME_FIELD_NUMBER
public static final int COLUMN_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
columnName_
private volatile Object columnName_
-
COLUMN_TYPE_FIELD_NUMBER
public static final int COLUMN_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
columnType_
private long columnType_
-
DATUM_INT32_FIELD_NUMBER
public static final int DATUM_INT32_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATUM_INT64_FIELD_NUMBER
public static final int DATUM_INT64_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATUM_FLOAT_FIELD_NUMBER
public static final int DATUM_FLOAT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATUM_DOUBLE_FIELD_NUMBER
public static final int DATUM_DOUBLE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATUM_BOOL_FIELD_NUMBER
public static final int DATUM_BOOL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATUM_STRING_FIELD_NUMBER
public static final int DATUM_STRING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATUM_BYTES_FIELD_NUMBER
public static final int DATUM_BYTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATUM_POINT_FIELD_NUMBER
public static final int DATUM_POINT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATUM_MISSING_FIELD_NUMBER
public static final int DATUM_MISSING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
memoizedIsInitialized
private byte memoizedIsInitialized
-
DEFAULT_INSTANCE
private static final PgProto.DatumMessage DEFAULT_INSTANCE
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<PgProto.DatumMessage> PARSER
Deprecated.
-
-
Constructor Detail
-
DatumMessage
private DatumMessage(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
-
DatumMessage
private DatumMessage()
-
DatumMessage
private DatumMessage(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getDatumCase
public PgProto.DatumMessage.DatumCase getDatumCase()
- Specified by:
getDatumCasein interfacePgProto.DatumMessageOrBuilder
-
hasColumnName
public boolean hasColumnName()
optional string column_name = 1;- Specified by:
hasColumnNamein interfacePgProto.DatumMessageOrBuilder- Returns:
- Whether the columnName field is set.
-
getColumnName
public String getColumnName()
optional string column_name = 1;- Specified by:
getColumnNamein interfacePgProto.DatumMessageOrBuilder- Returns:
- The columnName.
-
getColumnNameBytes
public com.google.protobuf.ByteString getColumnNameBytes()
optional string column_name = 1;- Specified by:
getColumnNameBytesin interfacePgProto.DatumMessageOrBuilder- Returns:
- The bytes for columnName.
-
hasColumnType
public boolean hasColumnType()
optional int64 column_type = 2;- Specified by:
hasColumnTypein interfacePgProto.DatumMessageOrBuilder- Returns:
- Whether the columnType field is set.
-
getColumnType
public long getColumnType()
optional int64 column_type = 2;- Specified by:
getColumnTypein interfacePgProto.DatumMessageOrBuilder- Returns:
- The columnType.
-
hasDatumInt32
public boolean hasDatumInt32()
int32 datum_int32 = 3;- Specified by:
hasDatumInt32in interfacePgProto.DatumMessageOrBuilder- Returns:
- Whether the datumInt32 field is set.
-
getDatumInt32
public int getDatumInt32()
int32 datum_int32 = 3;- Specified by:
getDatumInt32in interfacePgProto.DatumMessageOrBuilder- Returns:
- The datumInt32.
-
hasDatumInt64
public boolean hasDatumInt64()
int64 datum_int64 = 4;- Specified by:
hasDatumInt64in interfacePgProto.DatumMessageOrBuilder- Returns:
- Whether the datumInt64 field is set.
-
getDatumInt64
public long getDatumInt64()
int64 datum_int64 = 4;- Specified by:
getDatumInt64in interfacePgProto.DatumMessageOrBuilder- Returns:
- The datumInt64.
-
hasDatumFloat
public boolean hasDatumFloat()
float datum_float = 5;- Specified by:
hasDatumFloatin interfacePgProto.DatumMessageOrBuilder- Returns:
- Whether the datumFloat field is set.
-
getDatumFloat
public float getDatumFloat()
float datum_float = 5;- Specified by:
getDatumFloatin interfacePgProto.DatumMessageOrBuilder- Returns:
- The datumFloat.
-
hasDatumDouble
public boolean hasDatumDouble()
double datum_double = 6;- Specified by:
hasDatumDoublein interfacePgProto.DatumMessageOrBuilder- Returns:
- Whether the datumDouble field is set.
-
getDatumDouble
public double getDatumDouble()
double datum_double = 6;- Specified by:
getDatumDoublein interfacePgProto.DatumMessageOrBuilder- Returns:
- The datumDouble.
-
hasDatumBool
public boolean hasDatumBool()
bool datum_bool = 7;- Specified by:
hasDatumBoolin interfacePgProto.DatumMessageOrBuilder- Returns:
- Whether the datumBool field is set.
-
getDatumBool
public boolean getDatumBool()
bool datum_bool = 7;- Specified by:
getDatumBoolin interfacePgProto.DatumMessageOrBuilder- Returns:
- The datumBool.
-
hasDatumString
public boolean hasDatumString()
string datum_string = 8;- Specified by:
hasDatumStringin interfacePgProto.DatumMessageOrBuilder- Returns:
- Whether the datumString field is set.
-
getDatumString
public String getDatumString()
string datum_string = 8;- Specified by:
getDatumStringin interfacePgProto.DatumMessageOrBuilder- Returns:
- The datumString.
-
getDatumStringBytes
public com.google.protobuf.ByteString getDatumStringBytes()
string datum_string = 8;- Specified by:
getDatumStringBytesin interfacePgProto.DatumMessageOrBuilder- Returns:
- The bytes for datumString.
-
hasDatumBytes
public boolean hasDatumBytes()
bytes datum_bytes = 9;- Specified by:
hasDatumBytesin interfacePgProto.DatumMessageOrBuilder- Returns:
- Whether the datumBytes field is set.
-
getDatumBytes
public com.google.protobuf.ByteString getDatumBytes()
bytes datum_bytes = 9;- Specified by:
getDatumBytesin interfacePgProto.DatumMessageOrBuilder- Returns:
- The datumBytes.
-
hasDatumPoint
public boolean hasDatumPoint()
.decoderbufs.Point datum_point = 10;- Specified by:
hasDatumPointin interfacePgProto.DatumMessageOrBuilder- Returns:
- Whether the datumPoint field is set.
-
getDatumPoint
public PgProto.Point getDatumPoint()
.decoderbufs.Point datum_point = 10;- Specified by:
getDatumPointin interfacePgProto.DatumMessageOrBuilder- Returns:
- The datumPoint.
-
getDatumPointOrBuilder
public PgProto.PointOrBuilder getDatumPointOrBuilder()
.decoderbufs.Point datum_point = 10;- Specified by:
getDatumPointOrBuilderin interfacePgProto.DatumMessageOrBuilder
-
hasDatumMissing
public boolean hasDatumMissing()
bool datum_missing = 11;- Specified by:
hasDatumMissingin interfacePgProto.DatumMessageOrBuilder- Returns:
- Whether the datumMissing field is set.
-
getDatumMissing
public boolean getDatumMissing()
bool datum_missing = 11;- Specified by:
getDatumMissingin interfacePgProto.DatumMessageOrBuilder- Returns:
- The datumMissing.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static PgProto.DatumMessage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PgProto.DatumMessage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PgProto.DatumMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PgProto.DatumMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PgProto.DatumMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PgProto.DatumMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PgProto.DatumMessage parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static PgProto.DatumMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static PgProto.DatumMessage parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static PgProto.DatumMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static PgProto.DatumMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static PgProto.DatumMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public PgProto.DatumMessage.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static PgProto.DatumMessage.Builder newBuilder()
-
newBuilder
public static PgProto.DatumMessage.Builder newBuilder(PgProto.DatumMessage prototype)
-
toBuilder
public PgProto.DatumMessage.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected PgProto.DatumMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static PgProto.DatumMessage getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<PgProto.DatumMessage> parser()
-
getParserForType
public com.google.protobuf.Parser<PgProto.DatumMessage> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public PgProto.DatumMessage getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-