Uses of Enum
io.debezium.connector.postgresql.proto.PgProto.Op
Packages that use PgProto.Op
Package
Description
-
Uses of PgProto.Op in io.debezium.connector.postgresql.connection.pgproto
Fields in io.debezium.connector.postgresql.connection.pgproto with type parameters of type PgProto.OpModifier and TypeFieldDescriptionprivate static final Set<PgProto.Op>PgProtoMessageDecoder.SUPPORTED_OPS -
Uses of PgProto.Op in io.debezium.connector.postgresql.proto
Fields in io.debezium.connector.postgresql.proto declared as PgProto.OpFields in io.debezium.connector.postgresql.proto with type parameters of type PgProto.OpModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<PgProto.Op>PgProto.Op.internalValueMapMethods in io.debezium.connector.postgresql.proto that return PgProto.OpModifier and TypeMethodDescriptionstatic PgProto.OpPgProto.Op.forNumber(int value) PgProto.RowMessage.Builder.getOp()optional .decoderbufs.Op op = 4;PgProto.RowMessage.getOp()optional .decoderbufs.Op op = 4;PgProto.RowMessageOrBuilder.getOp()optional .decoderbufs.Op op = 4;static PgProto.OpPgProto.Op.valueOf(int value) Deprecated.static PgProto.OpPgProto.Op.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static PgProto.OpReturns the enum constant of this type with the specified name.static PgProto.Op[]PgProto.Op.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.connector.postgresql.proto that return types with arguments of type PgProto.OpModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PgProto.Op>PgProto.Op.internalGetValueMap()Methods in io.debezium.connector.postgresql.proto with parameters of type PgProto.OpModifier and TypeMethodDescriptionPgProto.RowMessage.Builder.setOp(PgProto.Op value) optional .decoderbufs.Op op = 4;