- 6.111.0 (latest)
- 6.108.0
- 6.107.0
- 6.103.0
- 6.102.1
- 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 ChangeStreamRecord.DataChangeRecord.ModValue.Builder extends GeneratedMessage.Builder<ChangeStreamRecord.DataChangeRecord.ModValue.Builder> implements ChangeStreamRecord.DataChangeRecord.ModValueOrBuilderReturns the value and associated metadata for a particular field of the Mod.
Protobuf type google.spanner.v1.ChangeStreamRecord.DataChangeRecord.ModValue
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ChangeStreamRecord.DataChangeRecord.ModValue.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ChangeStreamRecord.DataChangeRecord.ModValue build()| Returns | |
|---|---|
| Type | Description |
ChangeStreamRecord.DataChangeRecord.ModValue |
|
buildPartial()
public ChangeStreamRecord.DataChangeRecord.ModValue buildPartial()| Returns | |
|---|---|
| Type | Description |
ChangeStreamRecord.DataChangeRecord.ModValue |
|
clear()
public ChangeStreamRecord.DataChangeRecord.ModValue.Builder clear()| Returns | |
|---|---|
| Type | Description |
ChangeStreamRecord.DataChangeRecord.ModValue.Builder |
|
clearColumnMetadataIndex()
public ChangeStreamRecord.DataChangeRecord.ModValue.Builder clearColumnMetadataIndex()Index within the repeated column_metadata field, to obtain the column metadata for the column that was modified.
int32 column_metadata_index = 1;
| Returns | |
|---|---|
| Type | Description |
ChangeStreamRecord.DataChangeRecord.ModValue.Builder |
This builder for chaining. |
clearValue()
public ChangeStreamRecord.DataChangeRecord.ModValue.Builder clearValue()The value of the column.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
ChangeStreamRecord.DataChangeRecord.ModValue.Builder |
|
getColumnMetadataIndex()
public int getColumnMetadataIndex()Index within the repeated column_metadata field, to obtain the column metadata for the column that was modified.
int32 column_metadata_index = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The columnMetadataIndex. |
getDefaultInstanceForType()
public ChangeStreamRecord.DataChangeRecord.ModValue getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ChangeStreamRecord.DataChangeRecord.ModValue |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getValue()
public Value getValue()The value of the column.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
Value |
The value. |
getValueBuilder()
public Value.Builder getValueBuilder()The value of the column.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getValueOrBuilder()
public ValueOrBuilder getValueOrBuilder()The value of the column.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
ValueOrBuilder |
|
hasValue()
public boolean hasValue()The value of the column.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the value field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ChangeStreamRecord.DataChangeRecord.ModValue.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ChangeStreamRecord.DataChangeRecord.ModValue.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ChangeStreamRecord.DataChangeRecord.ModValue.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ChangeStreamRecord.DataChangeRecord.ModValue.Builder |
|
mergeFrom(ChangeStreamRecord.DataChangeRecord.ModValue other)
public ChangeStreamRecord.DataChangeRecord.ModValue.Builder mergeFrom(ChangeStreamRecord.DataChangeRecord.ModValue other)| Parameter | |
|---|---|
| Name | Description |
other |
ChangeStreamRecord.DataChangeRecord.ModValue |
| Returns | |
|---|---|
| Type | Description |
ChangeStreamRecord.DataChangeRecord.ModValue.Builder |
|
mergeValue(Value value)
public ChangeStreamRecord.DataChangeRecord.ModValue.Builder mergeValue(Value value)The value of the column.
.google.protobuf.Value value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Value |
| Returns | |
|---|---|
| Type | Description |
ChangeStreamRecord.DataChangeRecord.ModValue.Builder |
|
setColumnMetadataIndex(int value)
public ChangeStreamRecord.DataChangeRecord.ModValue.Builder setColumnMetadataIndex(int value)Index within the repeated column_metadata field, to obtain the column metadata for the column that was modified.
int32 column_metadata_index = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe columnMetadataIndex to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeStreamRecord.DataChangeRecord.ModValue.Builder |
This builder for chaining. |
setValue(Value value)
public ChangeStreamRecord.DataChangeRecord.ModValue.Builder setValue(Value value)The value of the column.
.google.protobuf.Value value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Value |
| Returns | |
|---|---|
| Type | Description |
ChangeStreamRecord.DataChangeRecord.ModValue.Builder |
|
setValue(Value.Builder builderForValue)
public ChangeStreamRecord.DataChangeRecord.ModValue.Builder setValue(Value.Builder builderForValue)The value of the column.
.google.protobuf.Value value = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeStreamRecord.DataChangeRecord.ModValue.Builder |
|