Uses of Class
io.debezium.connector.postgresql.proto.PgProto.Op
-
Packages that use PgProto.Op Package Description io.debezium.connector.postgresql.connection.pgproto io.debezium.connector.postgresql.proto -
-
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.Op Modifier and Type Field Description private static 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.Op Modifier and Type Field Description private static PgProto.Op[]PgProto.Op. VALUESFields in io.debezium.connector.postgresql.proto with type parameters of type PgProto.Op Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<PgProto.Op>PgProto.Op. internalValueMapMethods in io.debezium.connector.postgresql.proto that return PgProto.Op Modifier and Type Method Description static PgProto.OpPgProto.Op. forNumber(int value)PgProto.OpPgProto.RowMessage.Builder. getOp()optional .decoderbufs.Op op = 4;PgProto.OpPgProto.RowMessage. getOp()optional .decoderbufs.Op op = 4;PgProto.OpPgProto.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.OpPgProto.Op. valueOf(String name)Returns 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.Op Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PgProto.Op>PgProto.Op. internalGetValueMap()Methods in io.debezium.connector.postgresql.proto with parameters of type PgProto.Op Modifier and Type Method Description PgProto.RowMessage.BuilderPgProto.RowMessage.Builder. setOp(PgProto.Op value)optional .decoderbufs.Op op = 4;
-