Uses of Class
io.debezium.connector.postgresql.proto.PgProto.Point
-
Packages that use PgProto.Point Package Description io.debezium.connector.postgresql.proto -
-
Uses of PgProto.Point in io.debezium.connector.postgresql.proto
Fields in io.debezium.connector.postgresql.proto declared as PgProto.Point Modifier and Type Field Description private static PgProto.PointPgProto.Point. DEFAULT_INSTANCEFields in io.debezium.connector.postgresql.proto with type parameters of type PgProto.Point Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilderV3<PgProto.Point,PgProto.Point.Builder,PgProto.PointOrBuilder>PgProto.DatumMessage.Builder. datumPointBuilder_static com.google.protobuf.Parser<PgProto.Point>PgProto.Point. PARSERDeprecated.Methods in io.debezium.connector.postgresql.proto that return PgProto.Point Modifier and Type Method Description PgProto.PointPgProto.Point.Builder. build()PgProto.PointPgProto.Point.Builder. buildPartial()PgProto.PointPgProto.DatumMessage.Builder. getDatumPoint()optional .decoderbufs.Point datum_point = 10;PgProto.PointPgProto.DatumMessage. getDatumPoint()optional .decoderbufs.Point datum_point = 10;PgProto.PointPgProto.DatumMessageOrBuilder. getDatumPoint()optional .decoderbufs.Point datum_point = 10;static PgProto.PointPgProto.Point. getDefaultInstance()PgProto.PointPgProto.Point.Builder. getDefaultInstanceForType()PgProto.PointPgProto.Point. getDefaultInstanceForType()static PgProto.PointPgProto.Point. parseDelimitedFrom(InputStream input)static PgProto.PointPgProto.Point. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PgProto.PointPgProto.Point. parseFrom(byte[] data)static PgProto.PointPgProto.Point. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PgProto.PointPgProto.Point. parseFrom(com.google.protobuf.ByteString data)static PgProto.PointPgProto.Point. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PgProto.PointPgProto.Point. parseFrom(com.google.protobuf.CodedInputStream input)static PgProto.PointPgProto.Point. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PgProto.PointPgProto.Point. parseFrom(InputStream input)static PgProto.PointPgProto.Point. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PgProto.PointPgProto.Point. parseFrom(ByteBuffer data)static PgProto.PointPgProto.Point. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.debezium.connector.postgresql.proto that return types with arguments of type PgProto.Point Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilderV3<PgProto.Point,PgProto.Point.Builder,PgProto.PointOrBuilder>PgProto.DatumMessage.Builder. getDatumPointFieldBuilder()optional .decoderbufs.Point datum_point = 10;com.google.protobuf.Parser<PgProto.Point>PgProto.Point. getParserForType()static com.google.protobuf.Parser<PgProto.Point>PgProto.Point. parser()Methods in io.debezium.connector.postgresql.proto with parameters of type PgProto.Point Modifier and Type Method Description PgProto.DatumMessage.BuilderPgProto.DatumMessage.Builder. mergeDatumPoint(PgProto.Point value)optional .decoderbufs.Point datum_point = 10;PgProto.Point.BuilderPgProto.Point.Builder. mergeFrom(PgProto.Point other)static PgProto.Point.BuilderPgProto.Point. newBuilder(PgProto.Point prototype)PgProto.DatumMessage.BuilderPgProto.DatumMessage.Builder. setDatumPoint(PgProto.Point value)optional .decoderbufs.Point datum_point = 10;
-