| Package | Description |
|---|---|
| io.debezium.connector.postgresql.proto |
| Modifier and Type | Field and Description |
|---|---|
private static PgProto.Op[] |
PgProto.Op.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<PgProto.Op> |
PgProto.Op.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
static PgProto.Op |
PgProto.Op.forNumber(int value) |
PgProto.Op |
PgProto.RowMessageOrBuilder.getOp()
optional .decoderbufs.Op op = 4; |
PgProto.Op |
PgProto.RowMessage.getOp()
optional .decoderbufs.Op op = 4; |
PgProto.Op |
PgProto.RowMessage.Builder.getOp()
optional .decoderbufs.Op op = 4; |
static PgProto.Op |
PgProto.Op.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PgProto.Op |
PgProto.Op.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PgProto.Op |
PgProto.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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<PgProto.Op> |
PgProto.Op.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
PgProto.RowMessage.Builder |
PgProto.RowMessage.Builder.setOp(PgProto.Op value)
optional .decoderbufs.Op op = 4; |
Copyright © 2019 JBoss by Red Hat. All rights reserved.