public static interface DataChangeRecord.ModOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getKeys()
public abstract String getKeys()
The primary key values in JSON.
string keys = 1;
Returns | |
---|---|
Type | Description |
String |
The keys. |
getKeysBytes()
public abstract ByteString getKeysBytes()
The primary key values in JSON.
string keys = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for oldValues. |