public static interface ChangeStreamRecord.DataChangeRecord.ModValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getColumnMetadataIndex()
public abstract 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. |
getValue()
public abstract Value getValue()
The value of the column.
.google.protobuf.Value value = 2;
Returns | |
---|---|
Type | Description |
Value |
The value. |
getValueOrBuilder()
public abstract ValueOrBuilder getValueOrBuilder()
The value of the column.
.google.protobuf.Value value = 2;
Returns | |
---|---|
Type | Description |
ValueOrBuilder |
hasValue()
public abstract boolean hasValue()
The value of the column.
.google.protobuf.Value value = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the value field is set. |