Interface DataChangeRecord.ModOrBuilder (6.62.0)

public static interface DataChangeRecord.ModOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKeys()

public abstract String getKeys()

The primary key values in JSON.

string keys = 1;

Returns
TypeDescription
String

The keys.

getKeysBytes()

public abstract ByteString getKeysBytes()

The primary key values in JSON.

string keys = 1;

Returns
TypeDescription
ByteString

The bytes for keys.

getNewValues()

public abstract String getNewValues()

The new values of the changed columns in JSON. Only contain the non-key columns.

string new_values = 2;

Returns
TypeDescription
String

The newValues.

getNewValuesBytes()

public abstract ByteString getNewValuesBytes()

The new values of the changed columns in JSON. Only contain the non-key columns.

string new_values = 2;

Returns
TypeDescription
ByteString

The bytes for newValues.

getOldValues()

public abstract String getOldValues()

The old values of the changed columns in JSON. Only contain the non-key columns.

string old_values = 3;

Returns
TypeDescription
String

The oldValues.

getOldValuesBytes()

public abstract ByteString getOldValuesBytes()

The old values of the changed columns in JSON. Only contain the non-key columns.

string old_values = 3;

Returns
TypeDescription
ByteString

The bytes for oldValues.