Uses of Class
io.debezium.connector.postgresql.proto.PgProto.Point.Builder
-
Packages that use PgProto.Point.Builder Package Description io.debezium.connector.postgresql.proto -
-
Uses of PgProto.Point.Builder in io.debezium.connector.postgresql.proto
Fields in io.debezium.connector.postgresql.proto with type parameters of type PgProto.Point.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilderV3<PgProto.Point,PgProto.Point.Builder,PgProto.PointOrBuilder>PgProto.DatumMessage.Builder. datumPointBuilder_Methods in io.debezium.connector.postgresql.proto that return PgProto.Point.Builder Modifier and Type Method Description PgProto.Point.BuilderPgProto.Point.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PgProto.Point.BuilderPgProto.Point.Builder. clear()PgProto.Point.BuilderPgProto.Point.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)PgProto.Point.BuilderPgProto.Point.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)PgProto.Point.BuilderPgProto.Point.Builder. clearX()required double x = 1;PgProto.Point.BuilderPgProto.Point.Builder. clearY()required double y = 2;PgProto.Point.BuilderPgProto.Point.Builder. clone()PgProto.Point.BuilderPgProto.DatumMessage.Builder. getDatumPointBuilder()optional .decoderbufs.Point datum_point = 10;PgProto.Point.BuilderPgProto.Point.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PgProto.Point.BuilderPgProto.Point.Builder. mergeFrom(com.google.protobuf.Message other)PgProto.Point.BuilderPgProto.Point.Builder. mergeFrom(PgProto.Point other)PgProto.Point.BuilderPgProto.Point.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static PgProto.Point.BuilderPgProto.Point. newBuilder()static PgProto.Point.BuilderPgProto.Point. newBuilder(PgProto.Point prototype)PgProto.Point.BuilderPgProto.Point. newBuilderForType()protected PgProto.Point.BuilderPgProto.Point. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)PgProto.Point.BuilderPgProto.Point.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PgProto.Point.BuilderPgProto.Point.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)PgProto.Point.BuilderPgProto.Point.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PgProto.Point.BuilderPgProto.Point.Builder. setX(double value)required double x = 1;PgProto.Point.BuilderPgProto.Point.Builder. setY(double value)required double y = 2;PgProto.Point.BuilderPgProto.Point. toBuilder()Methods in io.debezium.connector.postgresql.proto that return types with arguments of type PgProto.Point.Builder 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;Methods in io.debezium.connector.postgresql.proto with parameters of type PgProto.Point.Builder Modifier and Type Method Description PgProto.DatumMessage.BuilderPgProto.DatumMessage.Builder. setDatumPoint(PgProto.Point.Builder builderForValue)optional .decoderbufs.Point datum_point = 10;
-