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 type decoderbufs.DatumMessage
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • 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:
    • columnName_

      private volatile Object columnName_
    • COLUMN_TYPE_FIELD_NUMBER

      public static final int COLUMN_TYPE_FIELD_NUMBER
      See Also:
    • columnType_

      private long columnType_
    • DATUM_INT32_FIELD_NUMBER

      public static final int DATUM_INT32_FIELD_NUMBER
      See Also:
    • DATUM_INT64_FIELD_NUMBER

      public static final int DATUM_INT64_FIELD_NUMBER
      See Also:
    • DATUM_FLOAT_FIELD_NUMBER

      public static final int DATUM_FLOAT_FIELD_NUMBER
      See Also:
    • DATUM_DOUBLE_FIELD_NUMBER

      public static final int DATUM_DOUBLE_FIELD_NUMBER
      See Also:
    • DATUM_BOOL_FIELD_NUMBER

      public static final int DATUM_BOOL_FIELD_NUMBER
      See Also:
    • DATUM_STRING_FIELD_NUMBER

      public static final int DATUM_STRING_FIELD_NUMBER
      See Also:
    • DATUM_BYTES_FIELD_NUMBER

      public static final int DATUM_BYTES_FIELD_NUMBER
      See Also:
    • DATUM_POINT_FIELD_NUMBER

      public static final int DATUM_POINT_FIELD_NUMBER
      See Also:
    • DATUM_MISSING_FIELD_NUMBER

      public static final int DATUM_MISSING_FIELD_NUMBER
      See Also:
    • 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 Details

    • DatumMessage

      private DatumMessage(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
    • DatumMessage

      private DatumMessage()
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getDatumCase

      public PgProto.DatumMessage.DatumCase getDatumCase()
      Specified by:
      getDatumCase in interface PgProto.DatumMessageOrBuilder
    • hasColumnName

      public boolean hasColumnName()
      optional string column_name = 1;
      Specified by:
      hasColumnName in interface PgProto.DatumMessageOrBuilder
      Returns:
      Whether the columnName field is set.
    • getColumnName

      public String getColumnName()
      optional string column_name = 1;
      Specified by:
      getColumnName in interface PgProto.DatumMessageOrBuilder
      Returns:
      The columnName.
    • getColumnNameBytes

      public com.google.protobuf.ByteString getColumnNameBytes()
      optional string column_name = 1;
      Specified by:
      getColumnNameBytes in interface PgProto.DatumMessageOrBuilder
      Returns:
      The bytes for columnName.
    • hasColumnType

      public boolean hasColumnType()
      optional int64 column_type = 2;
      Specified by:
      hasColumnType in interface PgProto.DatumMessageOrBuilder
      Returns:
      Whether the columnType field is set.
    • getColumnType

      public long getColumnType()
      optional int64 column_type = 2;
      Specified by:
      getColumnType in interface PgProto.DatumMessageOrBuilder
      Returns:
      The columnType.
    • hasDatumInt32

      public boolean hasDatumInt32()
      int32 datum_int32 = 3;
      Specified by:
      hasDatumInt32 in interface PgProto.DatumMessageOrBuilder
      Returns:
      Whether the datumInt32 field is set.
    • getDatumInt32

      public int getDatumInt32()
      int32 datum_int32 = 3;
      Specified by:
      getDatumInt32 in interface PgProto.DatumMessageOrBuilder
      Returns:
      The datumInt32.
    • hasDatumInt64

      public boolean hasDatumInt64()
      int64 datum_int64 = 4;
      Specified by:
      hasDatumInt64 in interface PgProto.DatumMessageOrBuilder
      Returns:
      Whether the datumInt64 field is set.
    • getDatumInt64

      public long getDatumInt64()
      int64 datum_int64 = 4;
      Specified by:
      getDatumInt64 in interface PgProto.DatumMessageOrBuilder
      Returns:
      The datumInt64.
    • hasDatumFloat

      public boolean hasDatumFloat()
      float datum_float = 5;
      Specified by:
      hasDatumFloat in interface PgProto.DatumMessageOrBuilder
      Returns:
      Whether the datumFloat field is set.
    • getDatumFloat

      public float getDatumFloat()
      float datum_float = 5;
      Specified by:
      getDatumFloat in interface PgProto.DatumMessageOrBuilder
      Returns:
      The datumFloat.
    • hasDatumDouble

      public boolean hasDatumDouble()
      double datum_double = 6;
      Specified by:
      hasDatumDouble in interface PgProto.DatumMessageOrBuilder
      Returns:
      Whether the datumDouble field is set.
    • getDatumDouble

      public double getDatumDouble()
      double datum_double = 6;
      Specified by:
      getDatumDouble in interface PgProto.DatumMessageOrBuilder
      Returns:
      The datumDouble.
    • hasDatumBool

      public boolean hasDatumBool()
      bool datum_bool = 7;
      Specified by:
      hasDatumBool in interface PgProto.DatumMessageOrBuilder
      Returns:
      Whether the datumBool field is set.
    • getDatumBool

      public boolean getDatumBool()
      bool datum_bool = 7;
      Specified by:
      getDatumBool in interface PgProto.DatumMessageOrBuilder
      Returns:
      The datumBool.
    • hasDatumString

      public boolean hasDatumString()
      string datum_string = 8;
      Specified by:
      hasDatumString in interface PgProto.DatumMessageOrBuilder
      Returns:
      Whether the datumString field is set.
    • getDatumString

      public String getDatumString()
      string datum_string = 8;
      Specified by:
      getDatumString in interface PgProto.DatumMessageOrBuilder
      Returns:
      The datumString.
    • getDatumStringBytes

      public com.google.protobuf.ByteString getDatumStringBytes()
      string datum_string = 8;
      Specified by:
      getDatumStringBytes in interface PgProto.DatumMessageOrBuilder
      Returns:
      The bytes for datumString.
    • hasDatumBytes

      public boolean hasDatumBytes()
      bytes datum_bytes = 9;
      Specified by:
      hasDatumBytes in interface PgProto.DatumMessageOrBuilder
      Returns:
      Whether the datumBytes field is set.
    • getDatumBytes

      public com.google.protobuf.ByteString getDatumBytes()
      bytes datum_bytes = 9;
      Specified by:
      getDatumBytes in interface PgProto.DatumMessageOrBuilder
      Returns:
      The datumBytes.
    • hasDatumPoint

      public boolean hasDatumPoint()
      .decoderbufs.Point datum_point = 10;
      Specified by:
      hasDatumPoint in interface PgProto.DatumMessageOrBuilder
      Returns:
      Whether the datumPoint field is set.
    • getDatumPoint

      public PgProto.Point getDatumPoint()
      .decoderbufs.Point datum_point = 10;
      Specified by:
      getDatumPoint in interface PgProto.DatumMessageOrBuilder
      Returns:
      The datumPoint.
    • getDatumPointOrBuilder

      public PgProto.PointOrBuilder getDatumPointOrBuilder()
      .decoderbufs.Point datum_point = 10;
      Specified by:
      getDatumPointOrBuilder in interface PgProto.DatumMessageOrBuilder
    • hasDatumMissing

      public boolean hasDatumMissing()
      bool datum_missing = 11;
      Specified by:
      hasDatumMissing in interface PgProto.DatumMessageOrBuilder
      Returns:
      Whether the datumMissing field is set.
    • getDatumMissing

      public boolean getDatumMissing()
      bool datum_missing = 11;
      Specified by:
      getDatumMissing in interface PgProto.DatumMessageOrBuilder
      Returns:
      The datumMissing.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.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:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.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:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected PgProto.DatumMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.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:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public PgProto.DatumMessage getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder