- 6.102.1 (latest)
- 6.102.0
- 6.101.1
- 6.100.0
- 6.99.0
- 6.98.1
- 6.97.1
- 6.96.1
- 6.95.1
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
public static final class DataChangeRecord.Mod.Builder extends GeneratedMessageV3.Builder<DataChangeRecord.Mod.Builder> implements DataChangeRecord.ModOrBuilderDescribes the changes that were made.
 Protobuf type google.spanner.executor.v1.DataChangeRecord.Mod
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DataChangeRecord.Mod.BuilderImplements
DataChangeRecord.ModOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataChangeRecord.Mod.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | |
build()
public DataChangeRecord.Mod build()| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod | |
buildPartial()
public DataChangeRecord.Mod buildPartial()| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod | |
clear()
public DataChangeRecord.Mod.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | |
clearField(Descriptors.FieldDescriptor field)
public DataChangeRecord.Mod.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | |
clearKeys()
public DataChangeRecord.Mod.Builder clearKeys()The primary key values in JSON.
 string keys = 1;
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | This builder for chaining. | 
clearNewValues()
public DataChangeRecord.Mod.Builder clearNewValues()The new values of the changed columns in JSON. Only contain the non-key columns.
 string new_values = 2;
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | This builder for chaining. | 
clearOldValues()
public DataChangeRecord.Mod.Builder clearOldValues()The old values of the changed columns in JSON. Only contain the non-key columns.
 string old_values = 3;
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public DataChangeRecord.Mod.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | |
clone()
public DataChangeRecord.Mod.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | |
getDefaultInstanceForType()
public DataChangeRecord.Mod getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getKeys()
public String 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. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataChangeRecord.Mod.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public DataChangeRecord.Mod.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | |
mergeFrom(DataChangeRecord.Mod other)
public DataChangeRecord.Mod.Builder mergeFrom(DataChangeRecord.Mod other)| Parameter | |
|---|---|
| Name | Description | 
| other | DataChangeRecord.Mod | 
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataChangeRecord.Mod.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public DataChangeRecord.Mod.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | |
setKeys(String value)
public DataChangeRecord.Mod.Builder setKeys(String value)The primary key values in JSON.
 string keys = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe keys to set. | 
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | This builder for chaining. | 
setKeysBytes(ByteString value)
public DataChangeRecord.Mod.Builder setKeysBytes(ByteString value)The primary key values in JSON.
 string keys = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for keys to set. | 
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | This builder for chaining. | 
setNewValues(String value)
public DataChangeRecord.Mod.Builder setNewValues(String value)The new values of the changed columns in JSON. Only contain the non-key columns.
 string new_values = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe newValues to set. | 
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | This builder for chaining. | 
setNewValuesBytes(ByteString value)
public DataChangeRecord.Mod.Builder setNewValuesBytes(ByteString value)The new values of the changed columns in JSON. Only contain the non-key columns.
 string new_values = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for newValues to set. | 
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | This builder for chaining. | 
setOldValues(String value)
public DataChangeRecord.Mod.Builder setOldValues(String value)The old values of the changed columns in JSON. Only contain the non-key columns.
 string old_values = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe oldValues to set. | 
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | This builder for chaining. | 
setOldValuesBytes(ByteString value)
public DataChangeRecord.Mod.Builder setOldValuesBytes(ByteString value)The old values of the changed columns in JSON. Only contain the non-key columns.
 string old_values = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for oldValues to set. | 
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataChangeRecord.Mod.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final DataChangeRecord.Mod.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| DataChangeRecord.Mod.Builder | |