public static final class DataChangeRecord.Mod extends GeneratedMessageV3 implements DataChangeRecord.ModOrBuilder
Describes the changes that were made.
Protobuf type google.spanner.executor.v1.DataChangeRecord.Mod
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
KEYS_FIELD_NUMBER
public static final int KEYS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NEW_VALUES_FIELD_NUMBER
public static final int NEW_VALUES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OLD_VALUES_FIELD_NUMBER
public static final int OLD_VALUES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static DataChangeRecord.Mod getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DataChangeRecord.Mod.Builder newBuilder()
newBuilder(DataChangeRecord.Mod prototype)
public static DataChangeRecord.Mod.Builder newBuilder(DataChangeRecord.Mod prototype)
public static DataChangeRecord.Mod parseDelimitedFrom(InputStream input)
public static DataChangeRecord.Mod parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static DataChangeRecord.Mod parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DataChangeRecord.Mod parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static DataChangeRecord.Mod parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DataChangeRecord.Mod parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DataChangeRecord.Mod parseFrom(CodedInputStream input)
public static DataChangeRecord.Mod parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DataChangeRecord.Mod parseFrom(InputStream input)
public static DataChangeRecord.Mod parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static DataChangeRecord.Mod parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DataChangeRecord.Mod parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<DataChangeRecord.Mod> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public DataChangeRecord.Mod getDefaultInstanceForType()
getKeys()
The primary key values in JSON.
string keys = 1;
Returns |
Type |
Description |
String |
The keys.
|
getKeysBytes()
public ByteString getKeysBytes()
The primary key values in JSON.
string keys = 1;
Returns |
Type |
Description |
ByteString |
The bytes for keys.
|
getNewValues()
public 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 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 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 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.
|
getParserForType()
public Parser<DataChangeRecord.Mod> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public DataChangeRecord.Mod.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DataChangeRecord.Mod.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public DataChangeRecord.Mod.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides